Jools Wills
150443fdd8
rework atari800 to split source/binary and use new variables/parameters
2014-10-27 01:02:26 +00:00
Jools Wills
4fa2897844
updated advmame.sh module to use separate build/install directories, the new emudir/builddir variables and other cleanups
2014-10-27 00:55:00 +00:00
Jools Wills
e69eb7ea1b
pass module id and description to module functions to allow them to be used to avoid string/path duplication etc
2014-10-27 00:53:47 +00:00
Jools Wills
fb0b7d1f46
add remove function to bashwelcometweak.sh
2014-10-26 20:01:23 +00:00
Jools Wills
f7c5db59d8
add support for a "remove" function - will use to allow a remove in the bashwelcometweak.sh for example
...
correct 1 line comment regarding parameters to rp_registerFunction
2014-10-26 20:00:31 +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
Jools Wills
414839215b
rather than extracting then copying the archive, extract to the correct destination (stripping ./folder from the destination). simplifies code, and speeds up operation.
2014-10-26 19:17:47 +00:00
Peter Baumgartner
b38570ce64
Makes rps_downloadBinaries
more disk efficient
...
This should delete files as it goes and prevent the disk usage from temporarily ballooning
2014-10-19 23:37:58 -06:00
Florian
151cfa1dd2
Updated simple theme module
2014-10-15 06:18:06 +02:00
Florian
542095e76a
Updated FBALibretro module (issue #461 )
2014-10-02 10:52:34 +02:00
Florian
d2a2c9464a
Updated logging function
2014-10-02 06:58:23 +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
3e30c8eb0d
Added "fba" theme tag to fbalibretro module
2014-08-26 07:22:35 +02:00
Florian
8b5cd0bbb5
Added dependency libsdl1.2-dev to gngeopi module
2014-08-26 07:09:49 +02:00
Florian
cac214f50b
Updated GnGeo module
2014-08-22 07:48:10 +02:00
Florian
b5403ec50b
Fixed FBALibretro module
2014-08-22 07:04:02 +02:00
Florian
6b59876b97
Fixed GNGeoPi module installation ( #448 ), updated Linapple module ( #450 )
2014-08-21 21:59:02 +02:00
Florian
f33c2165c8
Updated gngeopi module
2014-08-21 21:31:01 +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
Florian
67616fb01d
Enhanced configuration of uae4all
2014-08-13 07:20:46 +02:00
Florian
8138086f53
Re-mapped input_enable_hotkey to 'nul' for RetroArch
2014-08-12 07:00:05 +02:00
Jools Wills
26201d0fe9
missing depen -> depends in binaries installation
2014-08-11 18:27:05 +01: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
Jools Wills
5487a25911
fixed quake3 path replacement sed (need to replace all matches - not just first). #430
2014-08-10 17:57:02 +01:00
Jools Wills
8d6be19686
added missing dependencies for snes9x - #431
2014-08-09 16:51:27 +01:00
Jools Wills
78161acd24
add sdl/sdlmixer dev package dependencies for uae4all - fixed #432
2014-08-09 16:47:58 +01:00
Jools Wills
5b8c2fcccc
fixed make clean in build_gbclibretro (need to change directory) #433
2014-08-09 16:42:32 +01:00
Jools Wills
ce13fd060a
remove duplicate popd from neslibrerto.sh - #434
2014-08-09 16:39:10 +01:00
Jools Wills
f43a0b0dee
cosmetic - remove trailing slash on mkdir
2014-08-09 16:24:23 +01:00
Jools Wills
55a5fb4db5
lots of fixes for the quake3 module including:
...
- rather than replacing the build.sh just patch up the including one with sed
- move the adding user to video group to configure (do we need this - this should be set up already on raspbian - perhaps better in its own module)
- use copy rather than mv for copying binaries so running twice works. Fix up incorrect wildcard quoting
- no need to rename zip. Force overwrite to avoid prompts on second run
- single chmod +x for all binaries
- make ports folder if it is missing, in case just this module was build
this set of fixes solves problems mentioned in #430
2014-08-09 16:19:31 +01:00
Jools Wills
61ec65993a
use pushd/popd rather than cd in quake3 build script
2014-08-09 14:37:56 +01:00
Florian
565ddb76ea
Enhanced building function of emulator GPSP
2014-08-08 19:38:34 +02:00
Florian
b934a1fa93
Added dependency for emulator jzIntv
2014-08-08 07:26:31 +02:00
Jools Wills
762ce6e1a9
always create /etc/emulationstation in seESSystem if it doesn't exist - #424 #425
2014-08-08 00:53:43 +01:00
Jools Wills
3e721b56e4
correct jzintv module id/function names
2014-08-08 00:43:37 +01:00
Jools Wills
6a5edab388
correct jzintv module filename
2014-08-08 00:42:44 +01:00
Jools Wills
a17519895c
fixed building of jzint #426
...
remove older folder if it exists
use folder name without version number
correct makefile for gcc 4.7
remove rom building from submakefiles to account for missing examples folder
2014-08-08 00:40:44 +01:00
Jools Wills
fcc8310376
fixed incorrect https link to http for osmose. #424
2014-08-07 23:10:45 +01:00
Florian
6e856552ef
Added menu "EXPERIMENTAL"
2014-08-07 07:41:47 +02:00
Florian
e47e2bd85e
Silenced gitPullOrClone
2014-08-07 07:16:02 +02:00
Florian
d262811699
Enhanced installation of SDL 2.0.1 binaries, ES installation
2014-08-06 22:18:21 +02:00
Florian
faef5e4eb3
Updated download URLs, added directory creation calls
2014-08-06 18:50:30 +02:00
Florian
4c7621291c
Updated module dgen: dependencies, sources, installation
2014-08-06 18:30:43 +02:00