Jools Wills
586cd00021
error reporting was broken - first of all if using retropie_packages.sh manually from the commandline no errors set in $__ERRMSGS were ever displayed.
...
The second problem was any variables set by the retropie_packages.sh script was lost when run via "source" due to the pipe forcing it to be run in a sub-process.
if we switch to use process substitution this seems to fix it.
2014-07-13 20:39:33 +01:00
Jools Wills
327192ba02
chmod +777 is not valid. we don't want world writable files anyway, so chown to the correct user/group
2014-07-13 19:55:36 +01:00
Jools Wills
cf66f7aae1
there is no platform=rpi in the makefile for cavestory, and with that parameter it builds a dll rather than a .so in my chroot environment
2014-07-13 19:39:25 +01:00
Jools Wills
0fd9527dc8
google code does not like shallow git checkouts (fatal: expected shallow/unshallow, gotError: internal server error). Add NS option (no shallow) for google hosted repositories
2014-07-13 19:27:32 +01:00
Jools Wills
81cc19dbe1
grep needs the hyphen quoted or it will throw an error thinking it is a parameter
2014-07-13 18:42:11 +01:00
Florian
98f7a95bbb
Merge pull request #350 from gizmo98/patch-2
...
Set default gcc version at startup
2014-07-13 19:37:28 +02:00
Florian
197810af56
Disabled RetroArch Hotkey per default
2014-07-13 19:34:37 +02:00
Florian
4e48f47db2
Merge pull request #359 from exobuzz/de-duplication
...
De duplication
2014-07-13 19:34:03 +02:00
Florian
1988e4d0d8
Merge pull request #360 from exobuzz/chroot_env
...
Chroot env
2014-07-13 19:31:00 +02:00
Jools Wills
688d9e6a43
sed in place for advancemame changes
...
no need to split sed onto multiple lines (and it makes it no more readable in this case imho)
2014-07-13 18:27:59 +01:00
Jools Wills
ff9d6a565a
no need to keep switching around default gcc versions - just pass the correct environment variable directly to make/configure
2014-07-13 18:23:53 +01:00
Jools Wills
c008a59d02
use chown $user:$user rather than chown/chgrp
2014-07-13 18:04:48 +01:00
Jools Wills
f279178788
support setting MAKEFLAGS - for example in a chroot to build in parallel with -jX
2014-07-13 16:20:38 +01:00
Jools Wills
ea39fbd21b
test if we are in a chroot and set __chroot accordingly and identify as arm6l - skip memory check if in chroot environment
2014-07-13 16:18:46 +01:00
Jools Wills
33214026a6
de-duplicate mame4all folder creation / ownership (chown rather than making files world writable)
2014-07-13 16:08:17 +01:00
Jools Wills
13436bedf9
we can do a single chown for all roms/esconfig files
2014-07-13 15:49:13 +01:00
Jools Wills
66b96548dd
send OPT_FLAGS directly to make - no need to create a patchfile/patch etc
2014-07-13 15:45:06 +01:00
Jools Wills
2e046d762b
de-duplicate / make function for checking if dir exists and deleting.
2014-07-13 15:40:31 +01:00
Jools Wills
e7e16d309c
use loop for /etc/modules checking
2014-07-13 15:26:04 +01:00
Jools Wills
b24cabcd3e
simplify copying of python scripts for esconfig
2014-07-13 15:23:29 +01:00
Florian
029278edf6
Added Megadrive emulator DGEN
2014-07-13 11:32:51 +02:00
Florian
fa07549006
Merge pull request #356 from exobuzz/cosmetic
...
cosmetic - script files contain mix of spaces/tabs indentation and trail...
2014-07-13 08:33:23 +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
0dd4c27ff5
Merge pull request #355 from fedoracooper/master
...
Fixing mame4all-pi permissions to allow config changes to be saved
2014-07-11 07:03:08 +02:00
fedoracooper
ebfc73c6a8
Fixing mame4all-pi permissions to allow world-writeable subdirectories
2014-07-10 16:22:31 -04:00
Florian
9b031ec7c0
Updated Mednafen PCE Fast in binaries scripts
2014-07-09 21:19:59 +02:00
Florian
161462d30a
Update
2014-07-09 20:47:48 +02:00
Florian
64cb89145e
Updated permissions for GPSP, NXEngine,updates for ES-Config
2014-07-09 20:45:29 +02:00
Florian
dab79966ce
Merge pull request #353 from dem1980/patch-4
...
gpsp doesn't save menu options
2014-07-07 22:02:05 +02:00
dem1980
7189f7fe5c
gpsp doesn't save menu options
...
the file gpsp.cfg contains menu settings but this file is created only after leaving the emulator if pi user has rights to make it
2014-07-07 21:34:57 +02:00
Florian
7220bae984
Merge pull request #351 from gizmo98/patch-3
...
Update esconfig gamelist
2014-07-06 19:30:09 +02:00
Florian
e1f210fc6a
Merge pull request #352 from gizmo98/patch-4
...
Update esconfig gameslist.xml path
2014-07-06 19:29:21 +02:00
gizmo98
451d921813
Update esconfig gameslist.xml path
2014-07-06 19:08:27 +02:00
gizmo98
8f534cba8d
Update esconfig gamelist
...
Add some more information.
2014-07-06 18:44:10 +02:00
Florian
dc72c4db12
Updated permissions for /opt/retropie/configs/
2014-07-06 14:21:43 +02:00
gizmo98
611f8eb2d4
Set default gcc version at startup
...
like retropie 1.x
2014-07-06 13:54:53 +02:00
Florian
0fb160c7eb
Added ES-Config and gamecon driver
2014-07-05 19:31:56 +02:00
Florian
ffd26e1e39
Added MSX to SAMBA shares, fixed BIOS share
2014-07-05 17:49:12 +02:00
Florian
a2232ba1b1
Refactored global variables
2014-07-05 17:44:39 +02:00
Florian
01836c68da
Changed permission of configs/all/retroarch.cfg to 777
2014-07-05 10:20:18 +02:00
Florian
58e1adf1bd
Merge pull request #347 from dem1980/patch-1
...
MAME4All save config
2014-07-05 10:12:31 +02:00
Florian
8a98a3e93d
Merge pull request #348 from dem1980/patch-3
...
The RetroArch shaders are not saved
2014-07-05 10:11:54 +02:00
dem1980
0f4b4baf15
RetroArch shaders c are not saved
2014-07-05 10:09:44 +02:00
Florian
8cf0f2266c
Minor fix for Retroarch-core option setting
2014-07-05 10:07:33 +02:00
dem1980
ebafb5afb1
MAME4All save config
...
When you enter in the config menu of MAME4All with TAB for remapping keys for example, when you left MAME4All and come back, the config was not update.
With chmod 777, user pi can now save this file.
2014-07-05 10:06:25 +02:00
Florian
19458d9bab
Added retroarch-core-options.cfg
2014-07-05 10:01:25 +02:00
Florian
1bb186b1e0
Updated ROMs directories and es_systems.cfg
2014-07-05 01:22:29 +02:00
Florian
52d893e280
Updated gitPullOrClone function (issue #345 )
2014-07-04 16:52:56 +02:00
Florian
90a133bd27
Merge pull request #346 from gizmo98/patch-3
...
Update retroarch.glslp
2014-07-04 16:49:08 +02:00
gizmo98
d5707c8faf
Update retroarch.glslp
...
Delete explicit path
2014-07-04 16:45:27 +02:00