Jools Wills
5d3064c900
runcommand - look in configdir/ports also for a ports launching image
2016-11-10 17:51:34 +00:00
Jools Wills
1391bcb5e3
scraper - clean up passing settings to scrape_scraper
...
some parameters were passed in the function while some were set in parent function - as this is a standalone function that can be called from the commandline, it meant some functionality was lost. Instead we now load the ini configuration in the scrape function so it can be used standalone and uses the saved settings
2016-11-10 17:41:22 +00:00
Jools Wills
6496792640
scaper - fix empty selection / cleanup
2016-11-10 17:26:50 +00:00
Jools Wills
49c91e003a
runcommand - support launch art per port
2016-11-10 15:52:08 +00:00
Jools Wills
557f2944fd
ps3controller - make sure all binaries are present after building to catch errors
2016-11-09 02:04:49 +00:00
Jools Wills
9ea78b99b6
esthemes - removed ehettervik modern theme as unfinished
2016-11-08 16:05:01 +00:00
Jools Wills
b62a773181
virtualgamepad - remove leftover fi
2016-11-05 19:36:13 +00:00
Jools Wills
b1acbd4b1c
*gamepad - rework virtualgamepad / mobile gamepad modules
2016-11-05 19:33:42 +00:00
Jools Wills
257b644937
virtualgamepad - fix typo in function name
2016-11-05 18:11:44 +00:00
Jools Wills
871b1c479d
esthemes - use ehettervik's repository for his themes / add new themes / groups ehettervik themes
2016-11-04 23:19:45 +00:00
Jools Wills
9dff553fec
Merge pull request #1730 from HerbFargus/theme-updates
...
add luminous, minilumi, pixel-meta, and pixel-tft ES Themes from RooK
2016-10-31 21:11:55 +00:00
Jools Wills
a6e293200b
emulationstation - don't use $md_data for copying input scripts, as it needs to work when called from emulationstation-kids
2016-10-31 19:24:05 +00:00
Seamus-Linux
4e88542f30
add luminous, minilumi, pixel-meta, and pixel-tft ES Themes from Rookervik
2016-10-30 14:34:22 -07:00
Jools Wills
682a4049e9
mkarcadejoystick - c&p error
2016-10-25 14:49:36 +01:00
Jools Wills
6b2dfcc73f
added mkarcadejoystick module for building/installing https://github.com/recalbox/mk_arcade_joystick_rpi gpio driver - fixes #1639
2016-10-25 02:55:52 +01:00
Jools Wills
a7aa0fe70e
gamecondriver - use install_bin
2016-10-25 02:52:58 +01:00
Jools Wills
1d289f59e7
gamecondriver - rework module
...
* move readme dialogs to menu options in gui_ function
* move dual snes controller configuration to menu
* remove module from /etc/modules and modprobe.d configuration on removal
* various cleanups
2016-10-24 23:37:07 +01:00
Jools Wills
a8082cdee7
raspbian tools - confirmation before installing desktop
2016-10-24 21:33:59 +01:00
Jools Wills
b21a6d7b18
raspbiantools - dont install recommends for lxde (avoids wicd / pulseaudio being installed amongst others)
2016-10-24 21:30:59 +01:00
Jools Wills
87e4051960
runcommand - don't launch fbi in background
...
* disable fbi in background even for retroarch emulators. fbi/Retroarch has stdin attached to /dev/tty/. When fbi exits it causes issues keyboard input/stdin.
2016-10-24 19:20:45 +01:00
Jools Wills
3c23c0d18e
autostart - added additional methods from raspi-config
2016-10-22 23:59:24 +01:00
Jools Wills
21ebdf6f5a
emulationstation - reset terminal on exit
2016-10-22 23:47:56 +01:00
Jools Wills
cb048eb866
splashscreen - disable plymouth in /boot/cmdline.txt.
2016-10-22 22:42:47 +01:00
Jools Wills
959aec8920
configedit - add menu_driver to advanced configuration
2016-10-22 21:15:40 +01:00
Jools Wills
f5ffcfa631
add a new md_data variable for quick access to a modules additional data files
2016-10-19 21:56:38 +01:00
Jools Wills
376d389a29
ps3controller - use init.d script directly (more verbose)
2016-10-19 21:55:51 +01:00
Jools Wills
740a669ecf
wifi - put the local back
2016-10-19 20:36:21 +01:00
Jools Wills
d745cebe82
wifi - add facility to import ssid/psd from /boot/wifikeyfile.txt - fixes #1719
2016-10-19 20:33:37 +01:00
Jools Wills
6e6a2b7c0d
disable kodi and splashscreen modules on osmc
2016-10-17 00:31:41 +01:00
Jools Wills
2dfbcf636e
Merge pull request #1713 from joolswills/linux_versions
...
use lsb_release for platform identification
2016-10-16 23:38:05 +01:00
Jools Wills
c4f371b8c6
added initial steamcontroller driver module
2016-10-15 16:51:03 +01:00
Jools Wills
204e9cf9c1
update modules to use new __os_* variables
2016-10-09 05:50:40 +01:00
Jools Wills
457888dc69
runcommand - log parameters and resolved commandline
2016-10-08 20:01:09 +01:00
gizmo98
431b43551b
sdl2: prepare module for different platforms
2016-10-03 17:39:21 +01:00
Jools Wills
14cc370643
cosmetic - trailing whitespace
2016-09-27 23:05:40 +01:00
Jools Wills
4798cf9dc6
Merge pull request #1695 from verybadsoldier/joy2key_curses
...
replaced terminal-dependent escape sequences by curses mappings
2016-09-27 22:17:07 +01:00
Jamie Bainbridge
0dddc018d7
resetromdirs: Actually fix permissions
...
People end up with bad permissions for a variety of reasons. This script
module currently just resets ownership, it makes no changes to
permissions, even though it claims to.
Add `chmod -R ug+rwX` to fix permissions.
Signed-off-by: Jamie Bainbridge <jamie.bainbridge@gmail.com>
2016-09-25 11:42:47 +10:00
verybadsoldier
492f3c6a82
joy2key.py - using curses to map to terminal-specific hex values (makes joy2key work with different terminals)
2016-09-23 18:40:23 +02:00
meleu
5c622552d2
using $datadir
instead of $home/RetroPie
...
I saw you ( @joolswills ) did it in `install` function, and thought it would be better to do it in `remove` function too.
I didn't know this trick... :-)
2016-09-23 00:35:37 -03:00
Jools Wills
c51d6d0ab7
retropie-manager - checkout directly to md_inst and run install as non root user to avoid pip error messages
2016-09-21 20:15:58 +01:00
Jools Wills
5f6b7e1959
runcommand - don't show dialog if using launch art even if there are no images.
2016-09-16 16:19:14 +01:00
Jools Wills
d318c5a8e4
runcommand - fallback on launching images even if using game art
2016-09-16 16:13:48 +01:00
Jools Wills
59a17270de
Merge pull request #1691 from verybadsoldier/es-startup-hide-menubar
...
emulationstation - add '--hide-menubar' to gnome-terminal options oth…
2016-09-15 12:06:18 +01:00
verybadsoldier
cc5132eb82
emulationstation - add '--hide-menubar' to gnome-terminal options otherwise menubar will be visible on startup for e.g. Xfce
2016-09-15 13:00:40 +02:00
Jools Wills
b88d16cc51
es input config - add x and y (for use with ES kids fork)
2016-09-15 11:10:36 +01:00
Jools Wills
0ea0259883
retropie-manager - check if installed in gui function
2016-09-14 17:23:39 +01:00
Jools Wills
d8314c662b
retropie-manager - updates
...
* fix up depends
* styling
* menu header
2016-09-14 16:53:00 +01:00
Jools Wills
8b69e15449
retropie-manager - less whitespace in menu
2016-09-14 16:45:30 +01:00
Jools Wills
5cbc205ba4
cosmetic - whitespace / styleguide
2016-09-14 16:40:26 +01:00
meleu
8450bda665
add RetroPie-Manager as an experimental package
...
RetroPie-Manager is a Django project to manage a Retropie from a web interface.
It is a fork mod of recalbox-manager.
The repository is https://github.com/botolo78/retropie-manager
The forum thread is https://retropie.org.uk/forum/topic/2303/retropie-manager-web-app-recalbox-manager-fork-mod
2016-09-14 16:22:05 +01:00