Commit graph

1904 commits

Author SHA1 Message Date
Jools Wills
1af5738fc9 disable emulationstation auto start configuration script on non wheezy Raspbian 2015-09-11 02:28:43 +01:00
Jools Wills
47affa5077 fixed sdl2 package dependencies on jessie 2015-09-10 23:16:13 +01:00
Jools Wills
ba02612196 added libraspberrypi-dev dependency to sdl1 2015-09-10 22:13:08 +01:00
Jools Wills
2b96d23d93 updated sdl1 module for building on jessie 2015-09-10 22:12:12 +01:00
Jools Wills
43a5eb749e remove libraspberrypi-bin dependency for sdl2 2015-09-10 19:39:45 +01:00
Jools Wills
6716a9ceb0 remove jessie+ sdl2 files and hold sdl1/sdl2 after installing ours 2015-09-10 19:05:13 +01:00
Jools Wills
6ab98c5f76 move comment relating to default render res 2015-09-10 16:26:57 +01:00
Jools Wills
73538c78de better filename sanitising for retroarch controller config generation 2015-09-09 04:30:20 +01:00
Jools Wills
36ed797e9b don't need dependency for libraspberrypi0 as libraspberrypi-dev depends on it 2015-09-06 07:28:46 +01:00
Jools Wills
e10f1d3ada don't remove all capitalised samba shares - they may be user created. This code is not really needed anyway as it was for updating
from very old retropie.
backup samba configuration before editing #993
2015-09-03 17:22:12 +01:00
Jools Wills
3f8c328093 initial version of module to use Steven Selph's scraper #945 2015-08-29 02:00:12 +01:00
Jools Wills
543cd3b7f9 use $datadir/splashscreens for user splashscreens - keep our retropie distributed splashes separate 2015-08-26 01:20:25 +01:00
Jools Wills
ac43b32c65 no need to reset rom permissions as part of sambashares anymore (old workaround)
change splashscreens share location
2015-08-26 01:18:27 +01:00
Jools Wills
5f25a56acf we now remove previous samba configs before adding them, in case a path or something changed
use service samba restart rather than init.d directly
2015-08-26 01:17:08 +01:00
Jools Wills
2d2737501b Merge pull request #971 from HerbFargus/emulationstation
make waiting for video splash to finish default
2015-08-19 17:27:17 +01:00
HerbFargus
eb633a1273 make waiting for video splash to finish default 2015-08-19 10:24:48 -06:00
HerbFargus
f09256f142 add splashscreen directory to samba shares 2015-08-19 09:47:58 -06:00
Death259
72d7d8a5af initial bluetooth module - thanks to Death259 2015-08-16 17:47:04 +01:00
Jools Wills
8c3c65ea04 hide retroarchautoconf from menu - it shouldn't be needed now with our auto config generation 2015-08-13 22:56:19 +01:00
HerbFargus
ae43fc2a61 add nbba theme
published fixes on the central repo and it can be now be added.
2015-08-13 12:21:06 -06:00
Jools Wills
dbc03be77a p3controller set up tweaks - including different method for checking for dongle, and loops for retrying 2015-08-13 18:39:56 +01:00
Jools Wills
f2ec734eaf fix - incorrect logic for checking for ps3 controller after styleguide fixes 2015-08-13 17:01:05 +01:00
Jools Wills
f0778fa84b Merge pull request #948 from joolswills/themes
new module for theme installation from RetroPie github repositories
2015-08-13 03:46:12 +01:00
Jools Wills
2ae4e16a4b new module for theme installation from RetroPie github repositories 2015-08-13 03:43:35 +01:00
Jools Wills
0bc68248f2 removed unused variable (c&p fail) 2015-08-13 02:49:07 +01:00
Jools Wills
283b4f4703 moved bashwelcometweak and retropiemenu from the source menu - they can be manually triggered later (along with other system tweaks). 2015-08-13 02:34:41 +01:00
Jools Wills
cc75e24c98 merged aptpackages / disabletimeouts / modules / packagecleanup into a single raspbiantools module
don't edit the screen timeout/blanking by default - those using the image have it already, but those installing on
raspbian may not want this changed - they can manually change it if needed from retropie-setup
remove unused / incomplete packagerepository module
2015-08-13 02:28:05 +01:00
Jools Wills
e0fe064027 use insserv to disable asplashscreen 2015-08-10 02:01:23 +01:00
Jools Wills
86cad08353 start splash earlier, and wait for fs to be writable for video (required by omxplayer), but not for images 2015-08-10 01:57:06 +01:00
Jools Wills
5efe340df2 removed sleep from omxplayer and use dependency based boot for splashscreen
improve splashscreen processing - slideshow time depending on number of images. only show a video if the first line is a video/else do a slideshow.
2015-08-10 00:49:39 +01:00
Jools Wills
1006d026c8 change logic for qemu chroot git workaround - don't use workaround for splashscreen (we need a real git checkout), and use $md_id rather than regexp matching 2015-08-09 19:52:50 +01:00
Jools Wills
c0e71c98e4 hide warning when disabling splashscreen 2015-08-09 18:36:35 +01:00
Jools Wills
97308340de added option to reset splashscreen to default 2015-08-09 18:28:00 +01:00
Jools Wills
6374920588 added option to edit splashscreen list 2015-08-09 18:16:57 +01:00
Jools Wills
268287a61a rewrite splashscreen module to use external repository - and cleanup code 2015-08-09 18:09:23 +01:00
Jools Wills
3dd4f970d5 asplashscreen quoting / remove need for variable 2015-08-09 17:28:36 +01:00
Jools Wills
d058caa73b Merge pull request #939 from HerbFargus/Asplashscreen
Add omxplayer video splashscreen
2015-08-09 17:17:53 +01:00
HerbFargus
8a667508a9 Add omxplayer video splashscreen
and fixed the update-rc.d to match the runlevel in asplashcreen
2015-08-08 16:05:50 -06:00
Jools Wills
a96c698898 Merge pull request #938 from HerbFargus/netplay
Add Nickname to netplay module
2015-08-08 10:05:27 +01:00
Jools Wills
bd5a461f36 fix path for editing global config 2015-08-08 10:02:11 +01:00
HerbFargus
72b39c0bd9 Add Nickname to netplay module
Coded it so that people can have names with spaces.  The nickname is
really an optional aesthetic thing but I think it's a nice touch. One
more setting that we should potentially consider adding  as well is
"netplay_client_swap_input" it's a simple true false perametre (default
would be true) that allows users to both use player one controls on
their respective devices even if they are player two (but only for each
user which means you can't both be playing the same player one- just
using player one controls)
2015-08-07 23:49:10 -06:00
Jools Wills
b83104914b added configuration editor module to retropie menu (and improve the description) 2015-08-07 17:50:02 +01:00
Jools Wills
f5684df196 Merge pull request #934 from joolswills/configedit
new module for editing of configs, and setting of common retroarch options
2015-08-06 20:03:30 +01:00
Jools Wills
da84464867 new module for editing of configs, and setting of common retroarch options 2015-08-06 20:02:39 +01:00
Jools Wills
2729e89a3c switch to using our es-theme-simple repository 2015-08-06 03:26:43 +01:00
Jools Wills
12a60a0d2e use local variables in configure_wifi 2015-08-05 19:13:02 +01:00
Jools Wills
8882b21c62 get new lan ip when re-entering wifi main menu (after configuring wifi for example) 2015-08-05 19:09:39 +01:00
Jools Wills
074b6482e6 simplify grep 2015-08-04 15:07:34 +01:00
Jools Wills
0b450eb171 cosmetic - indentation 2015-08-04 15:03:08 +01:00
Jools Wills
dd63dbfd0b remove old wifi config from retropie menu and use new wifi module 2015-08-02 23:11:34 +01:00