Jools Wills
35b4a314e8
removed old/unused scripts
2015-12-05 03:39:09 +00:00
Jools Wills
6297e3136b
fix path
2015-10-05 20:46:48 +01:00
Jools Wills
a8a66594fe
don't exclude fstab in berryboot generation
2015-10-05 20:09:43 +01:00
Jools Wills
2ef661b065
removed sudo
2015-10-05 19:10:03 +01:00
Jools Wills
e53ae8424c
removed old variable from image generation
2015-10-05 19:07:26 +01:00
Jools Wills
e4cfedd274
added retropie/berryboot image creation script
2015-10-05 19:05:41 +01:00
Jools Wills
c6c250b467
fix SIZE variable setting
2015-10-05 01:59:34 +01:00
Jools Wills
78e46a4682
updated chroot/sdcard image creation scripts
2015-10-05 00:49:43 +01:00
Jools Wills
a6933a6445
use githubs preferred access protocol - https:// - before we had mixed git:// and http:// around the code
2015-06-16 16:50:37 +01:00
Jools Wills
15e19cd3a5
updated some more github urls to point to RetroPie org
2015-06-16 16:48:25 +01:00
Florian
23a89c95fc
Merge pull request #579 from joolswills/styleguide
...
Styleguide #569
2015-01-11 21:28:32 +01:00
Jools Wills
81f650f97a
styleguide changes:
...
* some more indentation fixes
2015-01-11 18:01:10 +00:00
Jools Wills
3bd3f33404
styleguide changes:
...
* indentation to 4 spaces
2015-01-11 17:57:01 +00:00
Jools Wills
8b902ad292
styleguide changes:
...
* `command` -> $(command)
2015-01-11 17:44:37 +00:00
Florian
5ab0f9927f
Added draft for HOWTO
2015-01-11 18:43:34 +01:00
Jools Wills
afa61f58a0
styleguide changes:
...
* some errors fixed from previous styleguide fixes
* some missed [ ]
2015-01-11 17:28:57 +00:00
Jools Wills
81fdba97fc
styleguide changes:
...
* [[ "a" == "" ]] -> [[ -z "a" ]]
2015-01-11 17:15:36 +00:00
Jools Wills
641178f761
styleguide changes:
...
* [ ] -> [[ ]]
* [ a = b ] -> [[ a == b ]]
note asplashscreen script left with [ ] as it doesn't specify bash directory
2015-01-11 17:11:11 +00:00
Jools Wills
6188e1026c
added scripts for managing sdcard image / filesystem #563
2015-01-09 11:40:54 +00:00
Jools Wills
7f7449b083
remove createBinariesDownload.sh
2015-01-07 01:04:36 +00:00
Jools Wills
8c40cab8bb
switch to building a sdl2 debian package - as it is installed in system folders (and in a few), it is easier to manage with dependencies - and
...
in the future we can hopefully migrate nicely over to the distro provided package.
change emulation station depends to look if sdl is installed, and install from binary packages if not.
the binary package for sdl2 is hidden from the menu now - it can be considered a core dependency which we can make packages rely on as needed.
2015-01-05 19:59:23 +00:00
Jools Wills
28578ba4cb
only a couple of mb now between bz2 and gz so lets use gzip for better unpack performance
...
simplify packing, and tar/gz all in one - no need to exclude files also now
2015-01-04 11:48:24 +00:00
Jools Wills
49444862ee
added ports folder to createBinariesDownload.sh
2014-12-17 04:22:04 +00:00
Jools Wills
4f6f216998
added supplementary/sdl1dispmanx to script to create binaries download
2014-12-16 09:36:59 +00:00
Jools Wills
bacce94d28
update/simplify createBinariesDownload
2014-12-15 14:06:06 +00:00
Jools Wills
40997bfc35
we need to switch to using libretrocores rather tham emulatorcores to match with scriptmodule folder names. Seems a more logical name also.
2014-12-12 18:04:55 +00:00
Florian
7225156b81
Updated script for scripting themes download
2014-08-18 18:21:35 +02:00
Florian
d262811699
Enhanced installation of SDL 2.0.1 binaries, ES installation
2014-08-06 22:18:21 +02:00
Florian
e0ebfe6f18
Added Quake 3
2014-07-26 07:03:16 +02:00
Florian
029278edf6
Added Megadrive emulator DGEN
2014-07-13 11:32:51 +02:00
Jools Wills
5ce5f33719
cosmetic - script files contain mix of spaces/tabs indentation and trailing whitespace. convert tabs->spaces and strip trailing whitespace
2014-07-12 15:05:15 +01:00
Florian
9b031ec7c0
Updated Mednafen PCE Fast in binaries scripts
2014-07-09 21:19:59 +02:00
Florian
02bc6b696a
Added Mednafen PCE Fast
2014-07-02 21:01:44 +02:00
Florian
c8ab1b6bb3
Updated Theme Simple Script
2014-07-02 18:44:03 +02:00
Florian
36681894a2
Minor fixes.
2014-06-30 21:57:12 +02:00
Florian
3068773aa6
Updated SD card script
2014-06-28 14:31:11 +02:00
Florian
02c01221b5
Rreorganization and restructuring
...
Major reorganization of folder structure and refactoring of
RetroPie-Setup Script. This is a major update and is not compatible to
the previous versions of RetroPie installations.
2014-06-28 13:35:27 +02:00
Florian
9f7e78f15c
Added file extensions to Genesis and PC Engine
2014-05-29 22:33:29 +02:00
Florian
34b5061335
Added FastDosbox
2014-05-29 21:16:10 +02:00
Florian
3ef56d05c6
Updated script for generating binaries download.
2014-05-27 22:06:53 +02:00
Florian
e9fd1f81c2
Fixed supplementary script.
2014-04-29 22:34:00 +02:00
Florian
23a96f70c2
Code clean up
2014-04-29 07:39:23 +02:00
gizmo98
5394d78ccf
Delete unnecessary files
2014-03-15 08:56:43 +00:00
gizmo98
7c0a20bb30
Add a text based joypad setup script
...
Text based input configuration.
-try to setup every connected joypad.
-add a autoconfig file of every joypad under /RetroPie/emulators/RetroArch/configs/<nameofjoystick>.cfg
-add every joystick to /.emulationstation/es_input.cfg
-add every joystick to /.gngeo/gngeorc.retropie
-the script can be run as often as necessary.
2014-03-10 21:07:49 +01:00
Florian
a5e2f855db
Added systems Sega CD and Sega 32X, added BIOS directory for RetroArch, enhanced XBox360 controller setup
2014-02-15 18:41:31 +01:00
Florian
4a5ab350bf
Added Armstrad CPC emulator CPC4RPi, added shaders to RetroArch cores, added Doom 1 shareware, added bashrc-RetroPie-tweak, added CPS (Capcom) system, enhanced xboxdrv installer, added 720p mode to run command.sh
2014-02-02 18:42:11 +01:00
Florian
33d27a420d
Added support for autoconfig functionality of RetroArch, added installation routine for xboxdrv
2013-12-02 20:29:08 +01:00
Florian
9e6e760c40
Fixed installation routine for SNESDev
2013-11-25 20:30:48 +01:00
Florian
b162966294
Added timeout disabling function to binaries-based installation
2013-11-12 07:12:18 +01:00
Florian
97061080e4
Added Mame4All-Pi, added new log functionality, fixed default flags for "as", fixed default ES-settings for Mupen64plus-rpi
2013-11-05 19:35:21 +01:00