Commit graph

2504 commits

Author SHA1 Message Date
wetriner
55b4e127f9 Added a theme gallery using fbi
A menu option for esthemes that handles cloning and displaying of all themes.
2016-04-22 15:09:36 -10:00
Jools Wills
93c4e12b01 bump version of SDL2 to force a new package to be installed (which doesn't log when an unknown input is pressed) #1297 2016-04-23 00:39:23 +01:00
Jools Wills
310a04f233 sort filelists in configuration editor 2016-04-21 00:00:06 +01:00
Jools Wills
b5ad9b0e60 no need do switch to ES folder to run emulationstation.sh since 23d96b6a56 2016-04-20 23:57:49 +01:00
Michael V. Coppola
22ca54b4db Update retropiemenu/gamelist.xml
Remove an extra period from the Bluetooth item description.
2016-04-20 09:40:03 -07:00
Jools Wills
5e1e0cf6f7 Merge pull request #1433 from wetriner/patch-1
Exclude downloaded_images from configedit
2016-04-20 00:46:59 +01:00
Jools Wills
c2e07debbc some more error checking in joy2key.py 2016-04-20 00:43:35 +01:00
Jools Wills
706c7a129c cosmetic - add joy2key.py licence / trailing spaces 2016-04-20 00:34:06 +01:00
HerbFargus
2c4f06b80b update install dir 2016-04-18 13:23:37 -06:00
HerbFargus
0fdc09f67d move copy function to config 2016-04-18 13:13:23 -06:00
gizmo98
c15034a1fd mupen64plus: add videocore video plugin 2016-04-18 19:33:00 +02:00
HerbFargus
c966f32571 Update Linapple with Dabone's Changes 2016-04-17 15:10:58 -06:00
wetriner
aab9bd2f4c Exclude downloaded_images from configedit
All scraped images are loaded into the configuration editor list, so depending on how many games are scraped, it can get impractical to navigate.
2016-04-15 09:24:50 -10:00
Jools Wills
c890d526c3 Jessie doesn't need joydev and snd-bcm2835 added to /etc/modules 2016-04-14 14:33:39 +01:00
Jools Wills
c493c22234 openmsx - remove -cart parameter - fixes #1427 2016-04-14 12:19:23 +01:00
Jools Wills
8ecbbde77b mupen64 - move chown/mkRomDir 2016-04-14 11:50:52 +01:00
Jools Wills
f639b065ca more gamecondriver cleanups / simplifications 2016-04-13 22:40:40 +01:00
Jools Wills
e13c12ca25 gamecondriver - changes
* add functionality to remove from /etc/modules
  * disable gamecondriver on x86 / mali
  * use hasPackage / don't install headers if already installed
  * show a dialog if headers package not found
  * styleguide changes / quoting
2016-04-13 22:31:15 +01:00
zerojay
2212c1c2a7 Minor typo fix. 2016-04-13 16:44:17 -03:00
Jools Wills
c11c561c9d correct delSystem call, and make sure it uses the correct config path 2016-04-12 04:07:57 +01:00
Jools Wills
7a20f982c2 make sure we remove the directLaunch version of Kodi 2016-04-12 02:47:58 +01:00
Jools Wills
5d82875644 change logic for default render resolution for rpi1 to just use 640x480, and ignore output res.
Although setting it based on the video res is fine for script installs, it's not very useful for the pre-made images, so let's
just configure it for performance - users can adjust it later as they want via the configuration editor
2016-04-12 02:42:06 +01:00
Jools Wills
a92e00aa4c actually remove existing dispmanc.rp retropie menu entry 2016-04-11 20:35:56 +01:00
Jools Wills
d6eb4e87f3 as we have switched back to sdl 2.0.4 again, it should be fine to use the master branch of SDLPoP 2016-04-11 20:12:52 +01:00
Jools Wills
72a5b9df39 update to 2.0.4 again, but with https://hg.libsdl.org/SDL/rev/6c86d3216f6a reverted as it breaks PS3/Wii U Pro, and possibly
other controllers. #1297
2016-04-11 20:12:23 +01:00
Jools Wills
11f4ff9b0e identify "stretch/sid" in debian_version as ubuntu 2016-04-09 18:58:45 +01:00
Jools Wills
812f355269 disable simcoupe for mali gpu (no sdl1.x fb driver) 2016-04-09 04:56:59 +01:00
Jools Wills
11e797da04 added simcoupe module (Sam Coupe emulator) - Thanks to herb & zerojay 2016-04-09 04:51:47 +01:00
Jools Wills
5cb45b21fd Merge pull request #1422 from joolswills/retropie_icons
added new gamelist.xml with descriptions and icons for retropiemenu.
2016-04-09 04:12:25 +01:00
Jools Wills
0de788de59 added new gamelist.xml with descriptions and icons for retropiemenu.
removed dispmanx configuration as most users don't need to use it
big thanks to Rookervik and Herb
fixes #1395
2016-04-09 03:50:21 +01:00
Jools Wills
c58ec6e7f5 use -O3 for cflags for armv7+ - many module makefiles set this anyway, but since we are using -funsafe-math-optimizations we also need O3 to enable the auto-vectorization pass.
This will also slow down compilation for modules that didn't already specify -O3, but most people will install from binary
2016-04-09 03:01:30 +01:00
Jools Wills
fd0bab3053 added -funsafe-math-optimizations to arm7+ cpu flags - #1385 2016-04-09 02:54:40 +01:00
Jools Wills
11e22bc92b added aptRemove function
update Kodi to use pipplware repo mirror on RPI, for Kodi 16 with joypad control. Thanks to Herb and Rascas
add remove function to Kodi module and support removing repository / key when removing dependencies
2016-04-09 02:39:24 +01:00
Jools Wills
d48f1015d6 use v1.16 release of sdlpop due to upstream audio changes that require SDL 2.0.4 (we currently use 2.0.3 due to gamepad input issues) 2016-04-08 21:11:37 +01:00
Jools Wills
93fadffe89 md_id => lxde as this is a special case 2016-04-07 19:42:36 +01:00
Jools Wills
e62ca5938f fix lxde config path to ports / change launch script to Desktop.sh 2016-04-07 19:39:20 +01:00
Jools Wills
1a9a50767d include epiphany-browser with lxde install 2016-04-07 19:09:28 +01:00
Jools Wills
3b1061cc36 no need to install policykit-1 with lxde anymore as we install with recommendations 2016-04-07 19:03:18 +01:00
Jools Wills
9a9328b537 only use --no-install-recommends for when installing dependencies (so it can be used to install things like lxde with recommendations) 2016-04-07 19:03:18 +01:00
Jools Wills
6509e9c86f rework autostart code to use raspi-config on jessie, and to show options to boot to console or desktop, apart from on X11 where it has just an enable/disable autostart - fixes #1344 2016-04-07 18:30:51 +01:00
Jools Wills
84c20271d0 Merge pull request #1418 from HerbFargus/lxde
Add LXDE install option to Raspbian Tools
2016-04-06 21:03:31 +01:00
HerbFargus
bf42b8b4d0 Add lxde installer to Raspbian Tools
There may be some issues with desktop icons, but its possible that had something to do with a previous dist-upgrade on my pi3.
2016-04-06 13:38:12 -06:00
Jools Wills
bf228495c5 update RetroPie urls in README.md, CONTRIBUTING and bashwelcometweak to new site
reference COPYRIGHT.md from copyright section of LICENSE.md
2016-04-06 12:41:19 +01:00
Jools Wills
13862c3e0a update archives/binaries locations for the new server 2016-04-04 18:05:18 +01:00
Jools Wills
bd732348fa remove number range check in dispmanx 2016-04-03 19:01:19 +01:00
Jools Wills
1a56fbd433 use numeric ids 300+ for ports so we can have more than 50 ports. move supplementary to 800+ range 2016-04-03 18:59:39 +01:00
Dirk Rettschlag
d4275a5ce2 fix compiling scummvm from source
Running ./configure results in the following error:
ERROR: The keymapper and the event recorder cannot be enabled simultaneously currently, please disable one of the two

As keymapper is explicitly enabled already, disable eventrecorder.
2016-03-31 20:49:21 +02:00
Jools Wills
5294895826 removed directlaunch functionality from script due to problems with the ES directlaunch code. Kodi launches from ports again 2016-03-29 05:10:15 +01:00
Jools Wills
89d4b03bdd use md_conf_root in modules when referencing configs for the particular module 2016-03-26 15:28:15 +00:00
Jools Wills
70543d100d when installing files returned from a module with md_ret_files use -f to force it, else cp might refuse to overwrite a running executable such as ES (installing from binary is ok as tar doesn't seem to care). thanks to Herb for the heads up 2016-03-26 03:09:15 +00:00