Commit graph

1904 commits

Author SHA1 Message Date
Jools Wills
b615117778 esthemes - reorder some themes, and show repo name in gui 2017-09-08 20:11:33 +01:00
Jools Wills
caf07bbf20 ethemes - added robertybob tv and lilbud minimal themes - closes #2105 #2106 2017-09-08 20:06:31 +01:00
marqs
47affc023a update gamecon_gpio_rpi and db9_gpio_rpi versions 2017-08-28 18:47:18 +03:00
Jools Wills
940186da98 Merge pull request #2098 from robertybob/master
Add dmmarti's "Kidz" theme
2017-08-27 20:02:05 +01:00
Steve Robb
a2d4ecdce8 Allow multiple instances of the same token in an emulator command. 2017-08-27 15:21:43 +01:00
robertybob
4f8f895eea Add dmmarti's "Kidz" theme
https://retropie.org.uk/forum/topic/12445/new-theme-kidz
2017-08-26 23:44:31 +01:00
Jools Wills
ce4bf437e5 Merge pull request #2040 from mmatyas/pegasus-fe_module
Add initial support for Pegasus frontend
2017-08-23 02:31:12 +01:00
robertybob
841c63bb75 Stirling theme by RetroHursty69
https://retropie.org.uk/forum/topic/12376/new-theme-stirling-in-development
2017-08-18 12:42:23 +01:00
Jools Wills
eeb204652a esthemes - added garaine bigwood es theme - fixes #2085 2017-08-17 19:17:08 +01:00
Jools Wills
701be59cb5 runcommand - configuration tweaks
* use Exit and Back for menus
 * rememmber menu position
 * simplify logic
2017-08-17 19:14:33 +01:00
Mátyás Mustoha
b1ddacad2d added pegasus-frontend module 2017-08-11 21:49:53 +02:00
Jools Wills
5e919438db emulationstation - use master branch again 2017-08-11 19:33:36 +01:00
Jools Wills
e877161371 Merge pull request #2080 from joolswills/download_extract
helpers - added downloadAndExtract function for use in modules
2017-08-11 01:43:02 +01:00
Omnija
4892bd7cfc es-themes - added simpler-turtlemini and metro from omnija 2017-08-11 01:36:06 +01:00
Jools Wills
42fd198875 helpers - added downloadAndExtract function for use in modules
* replace many of the existing wget | tar commands with the new function
 * include error logging in the function via runCmd, to trap download/unpacking issues
2017-08-10 20:45:49 +01:00
Jools Wills
0449ee0c69 esthemes - added es-theme-superdisplay 2017-08-05 09:41:52 +01:00
Jools Wills
7c939ef9dd Merge pull request #2068 from lostless/master
Add playstation theme
2017-08-04 18:27:51 +01:00
Jools Wills
169ef2c81c emulationstation - force v2.4.1 until recent issues relating to the power saving mode are resolved
* ref: https://github.com/RetroPie/EmulationStation/issues/200 / https://github.com/RetroPie/EmulationStation/pull/202
2017-08-04 17:37:39 +01:00
lostless
2c6d38be4e Update esthemes.sh 2017-08-02 15:48:43 -07:00
Jools Wills
d6954113ba remove git dependencies from dolphin / mehstation - not needed 2017-08-02 18:29:41 +01:00
Jools Wills
80948630a4 esthemes - added es-theme-switch-light 2017-07-31 18:58:53 +01:00
anthonycaccese
d2060b6f7c Added anthonycaccese's art-book and tft themes 2017-07-31 12:14:17 -04:00
robertybob
3534068441 Add RetroHursty69's Magazine Madness Theme
https://retropie.org.uk/forum/topic/11933/new-theme-magazine-madness-released
2017-07-29 21:56:41 +01:00
MrTomixf
d1876cceee Update esthemes.sh 2017-07-28 21:57:52 -03:00
Jools Wills
c95058d144 Merge pull request #2057 from garaine/master
Add 'marioblue" by garaine
2017-07-28 06:40:22 +01:00
Conn O'Griofa
eb2c3681aa joy2key: fix key verification for multiple devices
* Do verification on copy of default_button_codes for each device
  (so missing buttons on one device are not pruned from all others)
* Add exception handling for a/b swap to avoid missing buttons blocking
  script execution
2017-07-28 06:12:19 +01:00
garaine
20fe893282 Update esthemes.sh 2017-07-27 18:47:25 -04:00
Jools Wills
8abaf6a309 usbromservice - remove -ue from bash script - fixes script stopping after copying roms
* -e caused the script to stop at [[ "$ret" -ne 0 ]] && log err "$* - returned $ret - $error" - easier to remove it and avoid the script exiting due to something returning a non zero status.
2017-07-26 20:05:20 +01:00
robertybob
76e7e62e73 Add 'Showcase' by Dmmarti 2017-07-23 21:20:56 +01:00
Jools Wills
55d143660c esthemes - use case statement to match other menus 2017-07-20 21:45:34 +01:00
Jools Wills
a3dac66cd4 estheme - oops - bad c&p 2017-07-20 21:36:29 +01:00
Jools Wills
6d9f7f2099 esthemes - fix cancel button 2017-07-20 21:33:51 +01:00
Conn
96e6efca46 joy2key: implement key verification & dpad support
* Allow dpad control in addition to axis for cursor keys
* Verify existence of keys before mapping

The cursor keys will now be mapped to both the axis and dpad, but if
the dpad is not present, only the axis mappings will be used.

This should also make it possible to add default mappings for X/Y
buttons without having to worry about pad compatibility.
2017-07-20 08:05:45 +01:00
Jools Wills
888f624e67 Merge pull request #2049 from joolswills/esthemes
esthemes - rework menu logic
2017-07-20 03:18:41 +01:00
Jools Wills
67b497cf24 esthemes - rework menu logic
* add --default-item to remember position
 * use G and U for first two options and numbered items for themes
 * change order of code to be more logical
2017-07-19 20:44:06 +01:00
meleu
36863bcbff esthemes: added gbz35 and gbz35-dark themes
These themes are useful for small screens.

Forum topic:
https://retropie.org.uk/forum/topic/6383/gbz-3-5-theme

Repositories:
https://github.com/rxbrad/es-theme-gbz35
https://github.com/rxbrad/es-theme-gbz35-dark
2017-07-18 16:12:21 -03:00
Conn
88008daf37 Bluetooth: enhance sixad compatibility
Re-enable bluetoooth stack in Bluetooth dialog menu, and restart
sixad daemon upon exit.

This allows standard BT device pair/unpair management with DS3
controller fully working in-menu. The only drawback is that
your PS3 controller will turn off upon exiting the menu due to the
daemon restart.
2017-07-16 02:33:14 +01:00
slajerek
056c988736 fix for PlayStation DS4 controller lagging due to a badly placed time.sleep and long time of processing large number of accelerometer events 2017-07-11 22:03:48 +02:00
robertybob
ef3efe52e1 Add Dmmarti's "Maximus Pie" Theme 2017-07-10 13:40:21 +01:00
Jools Wills
022a7af826 emulationstation - increase swap space 2017-07-08 20:43:57 +01:00
meleu
fd0001ee11 esthemes bugfix
I neglected that index detail when implemented the #2025 and the logic never was able to show the "update or uninstall" dialog.
Fixed.
2017-07-05 17:41:56 -03:00
Jools Wills
e1e2d8daa0 esthemes - don't remove directory before doing a git pull / clone. fixes #2206
* workaround should not longer be needed.
2017-07-01 16:21:48 +01:00
Jools Wills
58d146c329 Merge pull request #2025 from meleu/patch-8
added option to update all installed ES themes
2017-07-01 13:30:35 +01:00
meleu
62753c3b94 added option to update all installed themes 2017-07-01 00:50:41 +01:00
meleu
f83c202328 removed redundant tests 2017-06-30 23:21:19 +01:00
TMNTturtleguy
135fa1152a Request to Add ComicBook_SE Themes
I would like to request the addition of ComicBook_SE Themes for both the 16:9 and 4:3 versions of the theme.  This allows users with Marquee/Wheelart to display them above the video instead of the standard logos.  Due to the current ES restrictions, it is not possible to allow this to happen and still function for users without wheelart/marqueed scraped.
2017-06-26 16:20:32 -05:00
meleu
dba80bc039 Added the awesome Retrorama theme to esthemes.sh
Adding the awesome Retrorama theme from lipebello.
Here is a demo:
https://www.youtube.com/watch?v=RN-Fzw5n8ws
2017-06-25 12:53:47 -03:00
Jools Wills
65048f6d53 Merge pull request #2019 from FlyingTomahawk/master
Removed obsolete Futura themes
2017-06-25 14:42:12 +01:00
Lambros
7c7f16302d Removed obsolete Futura themes 2017-06-25 22:20:33 +09:00
robertybob
0a3415844f Add dmmarti's Hursty Blue theme 2017-06-20 15:48:45 +01:00