Commit graph

1904 commits

Author SHA1 Message Date
Jools Wills
936527a756 rename sdl2 module id from sdl to sdl2 and cleanup/rework. 2014-12-15 05:38:02 +00:00
Jools Wills
6c6ff4d39a renamed sdl module > sdl1 and cleanup/rework for new build system 2014-12-15 05:36:02 +00:00
Jools Wills
8819ddb908 rework esconfig module for new build location / setup
fix up some incorrect paths in esconfig configurature function
2014-12-15 05:32:17 +00:00
Jools Wills
21941a6134 rework emulation station for new build system / location
note the startup script set up was moved to the configure part - since with the binary shipped version, we will need to call configure
to recreate it (install won't work since install now installs from source location to binary location)
2014-12-15 03:25:55 +00:00
Jools Wills
f617ddd215 quiet flag for libsdl2 binaries download (output is displayed whilst unpacking) 2014-12-14 16:16:07 +00:00
Jools Wills
5f2edd2b87 adjust snesdev for new build location / system 2014-12-13 09:19:23 +00:00
Jools Wills
2d6ff9f208 quote path 2014-12-13 09:14:21 +00:00
Jools Wills
c0f67c1f70 adjust runcommand for new build location / system 2014-12-13 09:13:45 +00:00
Jools Wills
ed81781656 reworked xarcade2jstick based on new build system 2014-12-13 09:09:47 +00:00
Jools Wills
8ba6e6ec86 rework libsdlbinaries - this would be better renamed, and also installed to a subfolder so it doesn't overwrite the system.
things than need to build against it can be pointed to it
2014-12-13 05:13:55 +00:00
Jools Wills
2367b73a6a rework ps3controller module - split up as per other modules and clean up/reduce code size 2014-12-13 05:07:14 +00:00
Jools Wills
227a06070c renamed rps_checkNeededPackages to checkNeededPackages as it is used by modules and setup 2014-12-12 17:59:23 +00:00
Florian
deb3179cf7 Merge pull request #475 from gizmo98/patch-5
Add experimental XBMC installation.
2014-12-07 20:46:16 +01:00
Chris Paiano
189e7713ea -Integrated simpler bash-only whole-number temperature calculations into .bashrc welcome tweak script, removed requirement for bc and separate file
-Removed pitemp.sh
2014-12-05 13:52:44 -08:00
Chris Paiano
0685adc8a6 -Now the apt auto remove step no longer will wait for user input to remove packages (making the entire script fully automatic, this was the only place retropie_setup.sh stopped for me along the way) 2014-12-05 11:01:19 -08:00
Chris Paiano
201f63803b -Rewrote pytemp.py to a pitemp.sh bash script utilizing bc, which is a new requirement (not included on the vanilla Raspbian)
-Added bc prereq install to bashwelcometweak.sh script
-Removed old pytemp.py script
2014-12-05 10:58:50 -08:00
Chris Paiano
c3120167e6 -Now bashwelcometweak.sh also sets the executable flag on ~/pytemp.py for convenience launching from the console 2014-12-03 20:49:35 -08:00
Chris Paiano
aa2bc16129 -Now bashwelcometweak.sh will copy over the pytemp.py script to the user's home folder and adds it to the .bashrc to display upon startup 2014-12-03 20:47:16 -08:00
Nate Evans
5871bf730d Fixing emulationstation install: adding check for required package libboost-locale-dev and error message if binary didn't compile 2014-12-02 09:59:28 -05:00
Jamie Bainbridge
8fbbcf11e9 Add Memory Split for Model A and B RPi 2014-11-23 07:14:11 +10:00
gizmo98
08a6f74559 Emulationstation themes: Fix path. 2014-11-02 17:30:04 +01:00
gizmo98
5eb4120969 Add option to select hotkey behaviour.
Just an option to change hotkey behaviour. Option 2 and 3 are necessary to use our retroarch autoconfigs!
2014-10-30 18:25:07 +01:00
gizmo98
b5ecdad016 Add experimental XBMC installation. 2014-10-30 18:18:12 +01:00
gizmo98
a5c49f7266 Add retroarch-joypad-autoconfig repo. 2014-10-28 19:15:58 +01:00
Jools Wills
fb0b7d1f46 add remove function to bashwelcometweak.sh 2014-10-26 20:01:23 +00:00
Jools Wills
0afb57acb7 moved ProfileTweak script into the bashwelcometweak module, so everything is in one place. 2014-10-26 19:52:48 +00:00
Jools Wills
2b70528b89 simplify themes unpacking - no need to check for directory with mkdir -p, and can unpack directly to destination. also don't use /tmp (might be in ram, use our current directory as with other downloads for now) 2014-10-26 19:36:29 +00:00
Jools Wills
ad0bd8d826 cosmetic - remove a trailing tab, and a tab indentation 2014-10-26 19:31:17 +00:00
Florian
151cfa1dd2 Updated simple theme module 2014-10-15 06:18:06 +02:00
Florian
b3f2e75d91 Updated SNESDev module 2014-09-27 07:57:06 +02:00
Florian
c455318bca Enhanced module snesdev, removed module snesdev2x 2014-08-30 18:10:20 +02:00
Florian
684b9e90d7 Added module snesdev2x, renamed module snesdev to snesdev1x 2014-08-30 17:24:27 +02:00
Florian
82c9d6ae88 Updated module snesdev 2014-08-30 17:12:15 +02:00
Florian
596fcb4483 Moved SDL1 module to Experimental section
This module install SDL 1.2.15 with the dispmanx backend. This seems to
lead to problems, e.g., with the gngeo module (see issue #448).
2014-08-29 07:14:29 +02:00
Florian
b16c5dcb62 Updated RetronetPlay configuration 2014-08-16 08:54:06 +02:00
Florian
d6a29e2b8d Moved RetroNetPlay module into experimental section of the script 2014-08-16 07:38:01 +02:00
Jools Wills
6076946ec3 for better readability/naming use depends rather than depen for dependency function naming (and retropie_package parameters) 2014-08-11 17:53:24 +01:00
Florian
6e856552ef Added menu "EXPERIMENTAL" 2014-08-07 07:41:47 +02:00
Florian
d262811699 Enhanced installation of SDL 2.0.1 binaries, ES installation 2014-08-06 22:18:21 +02:00
Jools Wills
d07f45028b de-duplicate setting of dialog backtitle everywhere - use a global variable and set it in retropie_setup.sh once 2014-08-02 18:52:05 +01:00
Jools Wills
1782f665be fixed sdl1 package - module function names need to match the rp_module_id 2014-08-02 18:25:15 +01:00
Jools Wills
486a43992e no need to recursively chmod themes to 755 (directories are 755 from themesDownload.tar.bz2, and files are 644 which is correct) 2014-08-02 18:20:18 +01:00
Jools Wills
38e83054db es_systems.cfg doesn't need to be executable. 2014-08-02 18:19:48 +01:00
gizmo98
1ecbf5b7f0 Add SDL1 with dispmanx support again
Missing since retropie 2.x.
2014-08-02 17:21:28 +02:00
Florian
af458d0bdc Merge branch 'master' of https://github.com/petrockblog/RetroPie-Setup
Conflicts:
	scriptmodules/emulators/mupen64rpi.sh
	scriptmodules/supplementary/emulationstation.sh
2014-08-02 10:46:20 +02:00
Florian
46077accfe ES system settings are set individually for each system (issue #403) 2014-08-02 10:44:41 +02:00
gizmo98
bdbce41b45 emulationstation: remove dead end, set gpu_mem...
...if build was succesfull.
2014-08-01 15:55:33 +02:00
gizmo98
e09311c8f6 Replace mupen64plus startup path 2014-07-31 19:56:01 +02:00
Florian
4578e3ba4e Changed permission of /etc/emulationstation/es_systems.cfg 2014-07-28 07:05:25 +02:00
Florian
355fd339e4 Updated permissions for /etc/emulationstation/es_systems.cfg 2014-07-27 22:13:40 +02:00