Jools Wills
1359fa4dd9
move some runcommand.sh code into functions
2016-02-05 05:33:00 +00:00
Jools Wills
5c32659d6c
check for ES running when launching the scraper
2016-02-05 00:51:53 +00:00
Jools Wills
63bccc25e9
enable bluetooth module for x86 (it works depite the fact that the X tools are better) and add to retropiemenu
2016-02-05 00:44:12 +00:00
Jools Wills
7545b4c359
add runcommand launch script configuration to retropie menu
...
if a module has a "gui" function - call that are dependencies, else call "configure". this is due to some modules containing source install and configure options as well as an additional gui functionality.
we should move all gui menus to a gui function so that configure functions are always non-interactive
2016-02-05 00:27:43 +00:00
Jools Wills
825c480be9
rename fn_exists to fnExists and move to helpers as may be needed in modules
2016-02-05 00:20:50 +00:00
Jools Wills
7fa22e7a6a
avoid using sudo for fbi, and show for 2 seconds. now will wait before loading, which avoids issues with sdl programs like scummvm
2016-02-04 19:46:39 +00:00
Jools Wills
705d2d1d6e
change folder to roms/scummvm when launching scummvm, and move it's .scummvm config file to configs/scummvm
2016-02-04 19:07:01 +00:00
Jools Wills
f3c0d1b094
runcommand configuration gui order/wording
2016-02-04 08:09:02 +00:00
Jools Wills
6003fe99be
generate config for runcommand launch dialog with defaults (no colour) as blue background is strong.
2016-02-04 07:55:47 +00:00
Jools Wills
0af91edb61
remove -e (that enabled fbi edit mode)
2016-02-04 07:06:56 +00:00
Jools Wills
9fcdbc23fe
if the menu is disabled, make sure the joystick input is too
2016-02-04 06:59:38 +00:00
Jools Wills
a50e2c6602
show rom name + emulator when launching
2016-02-04 06:54:56 +00:00
Jools Wills
9b87f2e3d2
add option to disable pre-launch menu completely (includes launcher dialog - but art will show if left enabled)
2016-02-04 06:45:13 +00:00
Jools Wills
ef55c47477
2 second delay for pre launch key press check
2016-02-04 06:34:59 +00:00
Jools Wills
b2a09e7474
disable edit mode for fbi and reset terminal before returning to ES
2016-02-04 06:29:55 +00:00
Jools Wills
dc4c76463c
add default runcommand config on install if it doesn't exist
...
allow disabling of joystick in pre launch menu
2016-02-04 05:08:38 +00:00
Jools Wills
bc54500c9b
run fbi for 5 seconds, so it exits gracefully, rather than having to kill it
2016-02-04 04:47:57 +00:00
Jools Wills
18ee622f04
chown runcommand.cfg after changing as it may not exist before
2016-02-04 04:32:53 +00:00
Jools Wills
293172d95b
don't show any output/errors from fbi
2016-02-04 04:09:26 +00:00
Jools Wills
7ddb44523a
allow switching runcommand art on/off
2016-02-04 04:02:29 +00:00
Jools Wills
6ede3f07dc
ability to show ES artwork before emulator launch
2016-02-04 03:59:31 +00:00
Jools Wills
ca8fe11033
handle launching console/terminal apps by using a command prefix of CON: in which case don't redirect stdout to the log (or we wouldn't see anything printed on the screen)
2016-02-04 03:15:53 +00:00
Jools Wills
fb38ffbb78
use infobox when launching emulator
2016-02-04 02:43:47 +00:00
Jools Wills
7b4911bb33
Revert "use an older revision of dxx-rebirth for the rpi due to upstream build breaking - https://github.com/dxx-rebirth/dxx-rebirth/issues/176 "
...
This reverts commit 56207818aa
.
Upstream is fixed again
2016-02-03 03:32:40 +00:00
Jools Wills
580bf1bd6a
change dir before / after launching frotz so saves go in the right place without having to type long paths
2016-02-03 01:44:39 +00:00
Jools Wills
56207818aa
use an older revision of dxx-rebirth for the rpi due to upstream build breaking - https://github.com/dxx-rebirth/dxx-rebirth/issues/176
2016-02-01 23:41:33 +00:00
Jools Wills
5a86696d88
Merge pull request #1230 from HerbFargus/CoolCV
...
Symlink CoolCV Controller Mappings
2016-02-01 16:42:23 +00:00
HerbFargus
748eee6d06
Symlink CoolCV Controller Mappings
...
a controller mapping file is created here: `/home/pi/coolcv_mapping.txt` the first time CoolCV runs. F7 should show key codes for each button press but currently isn't working. Hopefully will be fixed in next CoolCV release.
2016-02-01 01:32:01 -07:00
HerbFargus
717a0df6bb
Update Mario to Version .2
...
Adds some support for gamepads, still needs a keyboard to navigate menus
though
2016-01-31 12:55:21 -07:00
Jools Wills
35d5fa14ba
Merge pull request #1222 from HerbFargus/CoolCV
...
Add CoolCV
2016-01-31 19:20:08 +00:00
HerbFargus
7665ea28b4
Add Colecovision (CoolCV)
...
I made the romfolder name coleco instead of colecovision because it allows
us to incorporate colecovision for MESS in the future if needs be. Themes and platform are still colecovision for scraping
and themes. easier Joypad configuration is likely to come with the next release of CoolCV for the
Pi with a potential configurable keyboard. Currently exit is right shift + Enter
2016-01-31 12:12:58 -07:00
Jools Wills
0840b30503
Merge pull request #1221 from HerbFargus/Arcade
...
Add Arcade System
2016-01-31 18:18:20 +00:00
HerbFargus
1ae6e9130e
Add Arcade System
...
Makes all arcade emulators accessible from one system
2016-01-31 11:07:16 -07:00
Stefan
b8190ae82a
ps3controller.sh: add multiple gasia and shanwan controller support
...
https://github.com/RetroPie/RetroPie-Setup/issues/1128
2016-01-31 13:24:54 +01:00
HerbFargus
072bca8295
Update Themes
...
Update installer to match the themes transferred to the RetroPie
Organisation
2016-01-31 01:22:54 -07:00
Jools Wills
14cca1beae
dont remove mame-libretro es configuration from lr-imame4all as we use that for lr-mame2003/lr-mame2010
2016-01-31 03:14:16 +00:00
gizmo98
1a3de40a42
lr-mgba: use neon if platform is armv7
2016-01-30 15:06:59 +01:00
gizmo98
9ab570735c
Remove default shaders
...
Due to changes of common-shaders repo preset shaders are wrong. Use
retroarch/retropie config tool to set/remove shaders.
2016-01-30 15:05:57 +01:00
Stefan
8ad8b6a627
reicast.sh: fix xbox controller
2016-01-29 19:05:38 +01:00
Jools Wills
b8dd6874e5
added libraspberrypi-dev depends to quake3
2016-01-28 14:53:31 +00:00
Jools Wills
1d2d293310
added missing libraspberrypi-dev for dxx-rebirth for rpi
2016-01-28 14:30:18 +00:00
Jools Wills
5087b2f60b
disable minecraft on x86
2016-01-23 19:28:21 +00:00
Jools Wills
1eb6e56887
fix building dxx-rebirth module for X11/x86
2016-01-23 19:15:57 +00:00
gizmo98
ee5f6e5345
lr-gambatte: set right file and dir ownership
2016-01-23 19:29:44 +01:00
gizmo98
d5e5b5f59c
lr-gambatte: add default green yellow gb classic palette
...
http://blog.petrockblock.com/forums/topic/gameboy-overlay-settings-psd/
2016-01-23 12:41:34 +01:00
Jools Wills
46ff7b3a3c
fix display of registered bluetooth devices on jessie and clean up code
2016-01-23 03:17:23 +00:00
Jools Wills
6b752d1f5c
added experimental Love 2d Game Engine (love2d.org) - includes example mari0 game. Lots of love to Herb for starting this off :) x
2016-01-20 09:11:32 +00:00
Jools Wills
4a17fc730d
added lr-beetle-supergrafx to experimental - #1195
2016-01-20 07:10:18 +00:00
Jools Wills
bfd885727b
fix up retroarch params logic - missed the params= for x11 - reordered the logic so params is only "added to"
2016-01-20 06:35:02 +00:00
Jools Wills
e5b44d5e53
added python-gobject dependency to the bluetooth module
2016-01-20 03:09:56 +00:00