Jools Wills
ddde631280
always allow "remove" action on modules, and show an error when an action doesn't exist (and return 1)
2016-02-22 20:47:07 +00:00
Jools Wills
ac6afdd610
select "no" by default to option to remove all dependencies when uninstalling
2016-02-22 20:14:05 +00:00
Jools Wills
ca26829e20
missing local
2016-02-22 20:10:03 +00:00
Jools Wills
fdb2bb2104
never remove alsa-utils as raspi-config has a dependency on it
2016-02-22 20:07:21 +00:00
Jools Wills
4049bf9758
use array for dependency list generation for other modules to avoid calling getDepends multiple times
2016-02-22 20:05:57 +00:00
Jools Wills
5d75424cce
use wildcard for matching against the 8bitdo device name - shortens it, and they can have different names depending on the power on mode - https://github.com/RetroPie/RetroPie-Setup/issues/1155#issuecomment-185004536
2016-02-22 19:53:12 +00:00
Jools Wills
c859bd428f
use array for emulationstation dependencies to avoid calling getDepends twice
2016-02-22 17:48:40 +00:00
Jools Wills
d3133c5b02
only install a new usbromservice from source when installing dependendencies
2016-02-22 15:46:59 +00:00
Jools Wills
3f5b529799
dont run apt-get remove with no packages
2016-02-22 15:41:35 +00:00
Jools Wills
ca61a47fb3
ignore custom sdl dependency versions when removing dependencies
2016-02-22 15:39:48 +00:00
Jools Wills
9e096c8a2b
fix typo
2016-02-22 15:30:35 +00:00
Jools Wills
9238a7cd79
clear screen after dialogs in uninstall
2016-02-22 15:30:03 +00:00
Jools Wills
b3f7b28ac4
clear screen after choosing option in retropie-setup
2016-02-22 15:29:06 +00:00
Jools Wills
76cc8a3c68
uninstall dependencies last
2016-02-22 15:25:05 +00:00
Jools Wills
3ff4e76fdb
add remove function to sdl1/sdl2
2016-02-22 15:21:11 +00:00
Jools Wills
bdf2b04c7f
added uninstall menu to setup
2016-02-22 15:12:04 +00:00
Jools Wills
612b74bd42
remove $configdir/emulationstation also
2016-02-22 14:59:18 +00:00
Jools Wills
f9d066d345
remove install folder for modules when issueing "remove" command
2016-02-22 14:52:27 +00:00
Jools Wills
63ef7b62bc
add remove function to autostart
2016-02-22 14:46:34 +00:00
Jools Wills
e007d39e11
add remove function to emulationstation
2016-02-22 14:42:48 +00:00
Jools Wills
95a8c4a472
use remove_ function for splashscreen
2016-02-22 14:30:34 +00:00
Jools Wills
96394dc346
no need for remove function in samba
2016-02-22 14:18:32 +00:00
Jools Wills
2ee3590a44
rename remove_bluetooth to remove_device_bluetooth
2016-02-22 14:14:29 +00:00
Jools Wills
ea96cb04ee
python(-minimal) is included as a core debian component so no need to have it as a dependency
2016-02-22 14:09:24 +00:00
Jools Wills
20572cc1a5
remove build-essentials dependency from the love module
2016-02-22 14:07:03 +00:00
Jools Wills
b006dc3758
fix action wording when removing dependencies
2016-02-22 14:00:51 +00:00
Jools Wills
3700ac5cd1
add the ability to remove the dependencies for a module - by doing ./retropie_packages.sh module depends remove
...
it will remove all direct dependencies, and then remove any of those package dependencies with autoremove - including configs
if a package was installed before, it will be removed if listed, so this isn't a feature to "remove everything that retropie
installed" but is still useful for dependency testing etc
2016-02-22 12:19:30 +00:00
Jools Wills
ccb3f73b91
Merge pull request #1278 from joolswills/hotkey_hack
...
wait for 5 frames when hotkey enable is pressed before blocking - wor…
2016-02-21 10:46:03 +00:00
gizmo98
eea1e7087c
runcommand.sh: fix wrong fb_res restore
...
If overscan is enabled `fb_res_h = display_res_h - overscan_r
-overscan_l` and `fb_res_v = display_res_v - overscan_t -overscan_b`.
It is false to use display resolution. Just store original fb
resolution and use this value.
2016-02-21 11:38:01 +01:00
Jools Wills
f676998cec
wait for 5 frames when hotkey enable is pressed before blocking - works around some issues with sharing a hotkey with a button used in a game. based on https://github.com/recalbox/recalbox-buildroot/pull/72
2016-02-20 17:14:47 +00:00
Jools Wills
d1d8c77c39
cosmetic - indentation
2016-02-20 16:34:16 +00:00
Jools Wills
69a934d481
added xinit dependencies to ags / minecraft
2016-02-20 16:29:15 +00:00
Stefan
5db5c02e11
lr-mupen64plus.sh: use old rpi2_fix branch
...
-upstream does not work at the moment.
-old branch's gln64 video plugin is not broken. So we have rice and gln64.
-old branch has more neon optimizations enabled.
2016-02-20 13:16:59 +01:00
Stefan
eeb84b6f2d
retroarch.sh: use new rpi shader branch
2016-02-19 19:59:38 +01:00
Jools Wills
6c250352dc
updated sdl2 to 2.0.4
2016-02-17 19:03:27 +00:00
Jools Wills
fe1b973cd6
qemu-arm-static doesn't know cortex-a5 but has cortex-a9 which is compatible
2016-02-17 16:41:55 +00:00
Jools Wills
81001f36cb
added subversion dependency
2016-02-17 13:33:31 +00:00
Jools Wills
335ed5fcf2
switch eduke32 to sdl2 for jessie+ and enable opengl for X11 targets. Allow mali target. fixes #684
2016-02-17 13:25:18 +00:00
Jools Wills
4036ebe163
Merge pull request #1268 from objectchris/master
...
mame2003 core option defaults
2016-02-17 11:01:37 +00:00
Jools Wills
53757fea5b
added --first-parent when getting last tagged ver as it can show an older tag otherwise
2016-02-17 10:20:48 +00:00
Jools Wills
de41194658
check for fbi when reading config
2016-02-17 10:15:01 +00:00
Jools Wills
8e9c9fc410
allow changing the image width when scraping
2016-02-17 10:12:33 +00:00
Jools Wills
d3cf844363
check for artwork to display in rom folder first
2016-02-17 10:04:10 +00:00
Jools Wills
ae14e28ae7
Merge pull request #1273 from HerbFargus/version
...
Add Version Info to Setup Script
2016-02-17 09:15:50 +00:00
HerbFargus
2bd9b896e2
Add Version Info to Setup Script
...
Note it only shows the version of your setup script, not necessarily the
version of software installed.
2016-02-17 02:13:06 -07:00
Jools Wills
ab1d20edcb
move scraper out of experimental
2016-02-17 09:09:35 +00:00
Jools Wills
b3cec8ed5a
allow configuring of scraping thumbs only in sselph's scraper
2016-02-17 09:08:57 +00:00
Jools Wills
e027b1d271
build sselph's scraper from source on jessie+ so it works on x86 etc
2016-02-17 08:53:33 +00:00
Jools Wills
8e27541507
followe symlinks when getting list of rom folders for scraping
2016-02-17 08:00:15 +00:00
HerbFargus
c32f9cd8f7
Fix daphne config permissions
2016-02-17 00:22:41 -07:00