Jools Wills
15e8e49fe6
fix building ES for OpenGL ES on odroid (mali gpu)
2016-01-04 03:49:11 +00:00
Jools Wills
39fed8a422
cosmetic
2016-01-03 19:19:41 +00:00
Jools Wills
0b36e8db43
no need for a wildcard comparison - isPlatform handles "rpi" for rpi1/rpi2
2016-01-03 19:18:53 +00:00
Jools Wills
2371115578
another missed name change.
2016-01-03 18:32:27 +00:00
Jools Wills
e00af21fd9
fix variable name change breakage
2016-01-03 18:31:35 +00:00
Jools Wills
c1d73474dd
cosmetic
2016-01-03 17:41:03 +00:00
Jools Wills
1bafde93d9
do not overwrite existing es_input.cfg when configuring/updating emulationstation. instead add our
...
inputAction to the file if it is missing
2016-01-03 17:38:34 +00:00
gizmo98
d5ddb290c3
Add enable disable autostart
2015-12-25 13:27:59 +01:00
gizmo98
27414f4611
refine emulationstation
2015-12-24 15:36:51 +01:00
gizmo98
c955cabf04
Escape $
2015-12-24 15:22:33 +01:00
gizmo98
343eaa324c
enable emulationstation again
2015-12-24 14:47:13 +01:00
gizmo98
d3205a7251
disable modules with rpi optimizations for now
2015-12-24 14:45:32 +01:00
Stefan
8b0d1fec62
initial platform x86 commit
2015-12-24 14:05:52 +01:00
Jools Wills
d7f843d473
copyright sp / minor wording tweak
2015-10-12 00:09:22 +01:00
Florian
db0dd30692
CHG: Updated copyright information.
2015-10-11 21:03:16 +02:00
Jools Wills
117be6ff96
shouldn't be any reason to run inputconfiguration as root - all configurations should be in $user readable places now (and if not, we need to fix that). But certainly emulationstation and retroarch are.
2015-06-16 17:36:05 +01:00
Jools Wills
ce8ede4def
updated licence url (to RetroPie org). Remove . at end of licence url to avoid any confusion
2015-06-16 16:41:34 +01:00
Jools Wills
da732fee67
move moduledata to under scriptmodules - keeps everything together
2015-06-15 17:18:13 +01:00
Florian
cb196804d6
CHG: Transferred EmulationStation fork to RetroPie Github organization
2015-06-15 17:13:42 +02:00
Florian
32a3374820
CHG: Changed used branch for building EmulationStation to 'master'
2015-06-08 07:39:45 +02:00
Jools Wills
ecdfb01a02
add branch to gitPullorClone rather than doing a "git checkout branch" after - this solves building in a chroot where
...
we are using github provided tar archives rather than git (due to bugs in emulated qemu arm chroots and git). Without this
my chroot build system will grab the master branch without any of the new changes.
2015-06-01 18:23:00 +01:00
Jools Wills
83f02036d6
chmod installed script rather than copy in repository.
2015-05-06 17:12:27 +01:00
Jools Wills
a8d3839b4d
no need to check for folder / can just use mkdir -p
2015-05-06 17:06:43 +01:00
Jools Wills
38783b5d30
trailing spaces
2015-05-06 17:05:52 +01:00
Jools Wills
be5d5d75d9
rename input configuration function to match module naming (can be called from commandline also then)
...
move function above calling function (to avoid any potential problems with function declaration - although it shouldn't happen since all modules are fully sourced first)
2015-05-06 17:03:46 +01:00
Jools Wills
29b6f46153
adjust variable/string quoting to match reset of source
2015-05-06 17:00:44 +01:00
Jools Wills
bc8a835811
user mkUserDir to make .emulationstation folder
2015-05-06 16:59:15 +01:00
Florian
d654e897b1
Squashed commit of the following:
...
commit f401c31053feeb170456a15314110a0f2fd6ebc2
Author: Florian <info@petrockblock.com>
Date: Sun Apr 19 12:52:00 2015 +0200
CHG: Fix
commit 229b55ff867b478f91991ffa032797666950e995
Author: Florian <info@petrockblock.com>
Date: Sun Apr 19 12:48:54 2015 +0200
CHG: Further refinements
commit 021861b5229d1d3db6abb95ee3c0df775dfdcd73
Author: Florian <info@petrockblock.com>
Date: Sun Apr 19 12:42:49 2015 +0200
CHG: Fixed typo
commit fae60c4e3efdf4fee7bf8f9bac54134867400a49
Author: Florian <info@petrockblock.com>
Date: Sun Apr 19 12:37:29 2015 +0200
CHG: Changes ES repository temporarily to own fork
commit 58b02759533b1dac46e91e1f1d8c7950548a04a2
Author: Florian <info@petrockblock.com>
Date: Sun Apr 19 12:26:00 2015 +0200
CHG: Added input scripts to emulationstation module
2015-04-19 12:57:25 +02:00
Florian
4df425c338
CHG: Updated header information
2015-03-28 06:19:16 +01:00
Florian
aab7fbd52d
CHG: Added license information to all files
2015-03-27 17:28:38 +01:00
Jools Wills
7f08095e74
get input from /dev/tty when waiting for keypress
2015-03-26 14:50:49 +00:00
Jools Wills
2e8e472f0e
restart emulation station on exit (unless a key is pressed). Since emulation station doesn't yet have a mechanism to pick up on
...
any changed roms, it is quite annoying for users to have to keep restarting / plug in a keyboard etc. With this change afetr 5 seconds
emulationstation will restart, unless a key is pressed and the user wants to drop to terminal.
2015-03-24 11:05:11 +00:00
Jools Wills
ba7a18ac0b
removed unused code from emulationstation module
2015-03-24 10:47:12 +00:00
Jools Wills
eb5c29f7ff
abort running of emulationstation if run as root, to avoid root owned .emulationstation folder being created in the users home directory, which will break launching later on if run as non root
2015-03-14 13:37:41 +00:00
Jools Wills
835d1e7d6f
oops. didn't quote the $ so the emulationstation launch script actually got the output of pidof X hardcoded. fixed.
2015-03-05 20:15:26 +00:00
Jools Wills
2204ef7632
not sure there is any evidence that the gpu needs more than 256MB ram, even in 1080p
2015-03-03 14:12:47 +00:00
Jools Wills
9ed1cd8372
use pidof to check if X is running, rather than running a find on /tmp which could throw errors on subdirectories without read permission for user
2015-03-03 14:10:36 +00:00
Jools Wills
91542b41f8
handle installing of our custom libsdl2 packages in the helper to simplify module dependencies
2015-02-22 02:06:18 +00:00
Jools Wills
49bdb68955
rework of message / error handling:
...
* use arrays for info/error messages
* create a helper function to print our information to console/dialog etc
* rename prebious printMsg to printHeading
* fix for duplication of error messages in rp_callModule
2015-02-15 20:28:02 +00:00
Jools Wills
3f25b68d48
added gpu_mem_1024 config for rpi 2
2015-02-03 22:45:58 +00:00
Jools Wills
e771e4202f
fixed - wrong path
2015-02-03 19:48:34 +00:00
Jools Wills
4ce0e28bb7
give the freetype include location to cmake for emulationstation so it can find the headers/library. This is needed since freetype6 2.5.x was introduced into raspbian - see https://bugs.launchpad.net/raspbian/+bug/1417732
2015-02-03 19:36:33 +00:00
Jools Wills
c3aa86b2ec
remove not very useful NS parameter for google git repositories and make the helper do this automatically.
...
add support for cloning a specific branch - which is more more useful parameter :)
2015-01-13 20:54:57 +00:00
Jools Wills
665a21ab08
cleanup of retronetplay
...
* moved config to $rootdir/configs/all/retronetplay.cfg
* reduce complexity of parameters passed to setESSystem
* code duplication / cleanup etc
2015-01-12 00:47:06 +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
3da74f87d7
only install binary sdl2 depends on rpi
2015-01-10 12:58:23 +00:00
Jools Wills
c771a91a76
remove old gcc-4.7 dependency for emulationstation
2015-01-10 12:51:49 +00:00
Jools Wills
f937baa863
rename checkNeededPackages to getDepends
2015-01-08 22:03:12 +00:00
Jools Wills
82c2fa7e4b
intergate sdl2binaries with sdl2 module as an install_bin function
2015-01-07 00:55:32 +00:00
Jools Wills
18b1ff9665
we call configure after install_bin now for all modules, except snesdev. perhaps gui calls should be under a different name
2015-01-07 00:41:31 +00:00