Jools Wills
8fd8a879ff
cosmetic - while loop like rest of codebase
2015-11-05 18:48:58 +00:00
Jools Wills
f689d0b897
remove bashism from emulationstation profile.d script - may not be run from bash (and no need for &>) #1079
2015-11-05 18:46:18 +00:00
Jools Wills
0a6db35a07
added input_playerX_analog_dpad_mode settings to configuration editor
2015-10-31 15:34:21 +00:00
Stefan
55ae8fa7ca
ps3controller: replace hcitool dev
with hciconfig
...
`hcitool dev` shows all hci devices which are `up`. hciconfig shows all hci devices and does not depend on any device state. bluetooth.sh does not work. If `hci0` is down `hcitool dev` shows no hci0 device and `hciconfig hci0 up` will not be executed.
2015-10-26 18:34:50 +01:00
Jools Wills
0af0a45be8
make check for installed snesdev stricter - check for file not folder
2015-10-23 16:24:21 +01:00
Jools Wills
0b2a33ce74
no bonary shipped of snesdev
2015-10-23 16:03:10 +01:00
Jools Wills
e7282e424e
use rp_callModule for snesdev - so we are in the correct directories, and module function is output
2015-10-23 16:01:39 +01:00
Jools Wills
103f41c698
remove break (not in loop)
2015-10-23 15:56:27 +01:00
Jools Wills
146ccaf6f0
removed some unneeded dependencies - bluez-utils was just a transitional package for previous debian releases
...
bluez-compat contains tools we don't use, and we can just include bluetooth which depends on bluez
2015-10-20 21:17:14 +01:00
Jools Wills
27cbe82a85
Merge pull request #1051 from joolswills/bluetooth
...
improved bluetooth pairing - Support DisplayYesNo / and parse output …
2015-10-20 21:14:30 +01:00
Jools Wills
9d0a048ef5
improved bluetooth pairing - Support DisplayYesNo / and parse output of bluez-simple-agent to decide whether to ask for a pin, or display an automatically provided pin. removed unneeded dependencies #980
2015-10-20 21:13:26 +01:00
Stefan
e35cc28e00
ps3controller: merge both helper scripts
...
and use variable instead of absolute path.
2015-10-19 22:14:15 +02:00
Stefan
ede1d6bcda
ps3controller: Clarify current logic.
2015-10-19 07:37:42 +02:00
gizmo98
71b693f421
ps3controller: fix two controller issue
...
1. Workaround second controller pairing issue. Bluetooth dongle is no
longer discoverable after first controller is paired. Reenable pscan
with a udev rule (if virtual input device bt controller shows up
reenable pscan).
2. Cleanup module from old stuff which is no longer necessary because
udev rules manage everything.
3. Add some checks to ps3pair.sh. Check if sixad is running and enable
bluetooth dongle or pscan if necessary.
2015-10-18 18:45:37 +02:00
Jools Wills
41aa49d762
snesdev breaks with parallel build - force one job #1053
2015-10-18 15:33:48 +01:00
Jools Wills
a565146f1a
quote command for eval (should probably switch to using an array for this - safer)
2015-10-15 01:38:42 +01:00
Jools Wills
abe3cc67ef
a workaround/hack for our "+Start Emulator.sh" scripts, where we don't actually want any emulator to be switchable for them when launched directly
2015-10-15 01:22:51 +01:00
diogomsantos
e79438aa4e
Fix up bluetooth module dependencies also on Jessie
2015-10-13 03:20:39 +01:00
Jools Wills
59e31b525b
fix up ps3controller module dependencies on jessie - #1029
2015-10-12 00:09:40 +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
1b4a46b9d6
added missing devscripts dependency to sdl2
2015-10-09 02:19:27 +01:00
Jools Wills
64b6955005
quieter wget for sdl1 sources
2015-10-08 19:20:31 +01:00
Jools Wills
7dde7fc866
force sdl1 source install from debian repository - manually downloading the source packages rather than adding
...
a deb-src repository. Fixes issue with prepatched Raspbian packages and it's also quicker. #1029
2015-10-08 15:35:07 +01:00
Jools Wills
37cdc64c5b
Merge pull request #1036 from HerbFargus/theme
...
Add Omnija's Turtle Pi theme
2015-10-07 16:08:22 +01:00
HerbFargus
61d93c30ea
Add Omnija's Turtle Pi theme
...
This theme is also fantastic as it also doesnt have the white screen of
death issue- plus who doesn't like turtles?
2015-10-06 18:07:30 -06:00
Jools Wills
b42a95d89c
don't build binaries for snesdev - it doesn't take too long to build, and isn't needed by everyone
2015-10-04 20:20:58 +01:00
Jools Wills
7780d8a29a
default to RetroPie repository in install_theme, but if no parameters are given, use carbon as the default
2015-10-03 18:42:41 +01:00
HerbFargus
471440f997
add carbon-nometa variation
...
gamelist on left, large boxart on right
2015-10-03 10:36:52 -06:00
Jools Wills
62e263e7f3
move carbon themes to top of list in esthemes and run the configure function from retropie-setup by default
2015-10-03 17:19:44 +01:00
Jools Wills
861d820953
move retronetplay out of experimental (it does work, and it's just a configuration script anyway)
2015-10-03 17:10:32 +01:00
Jools Wills
6d7d74cd78
remove retroarch joystick/keyboard config from retropie menu - it's generally not needed due to the autoconfiguration, so we don't want people
...
to think they need to run it after initial config on ES
2015-10-03 16:59:11 +01:00
Jools Wills
c0f0a984bf
rather than correcting stdin/stdout to /dev/tty for alsamixer, do it when retropie-setup is launched from ES so all modules benefit
2015-10-03 16:52:31 +01:00
Jools Wills
1150ea9686
re-add "hciconfig hci0 pscan" to ps3pair.sh
2015-10-03 13:54:06 +01:00
Jools Wills
083d773acc
copy sdl1/sdl2 debs to tmp/archives after building
2015-10-03 02:04:46 +01:00
Jools Wills
f02d3fe1eb
fix missing = in theme installer
2015-09-22 15:14:38 +01:00
Jools Wills
2ac9420f82
Merge remote-tracking branch 'upstream/master'
2015-09-21 10:14:56 +01:00
Jools Wills
6435aaf645
wording for samba confirmation
2015-09-21 10:14:35 +01:00
Jools Wills
7278522624
add the option to remove usbmount to usbromservice
2015-09-21 10:13:36 +01:00
Jools Wills
a3d71fadb0
added some confirmation dialogs to samba module
2015-09-21 10:13:27 +01:00
HerbFargus
fc3832f115
add 3 more complete themes to the theme installer
...
There are few more tweaks I'll make on logos on and whatnot but it is
fully functional and runs over 50 systems on my rpi2 with default memory
splits.
2015-09-20 18:20:11 -06:00
Jools Wills
fe511bd8aa
add support for themes on 3rd party repositories (following our naming convention)
...
add themes from robertybob #1004 / #1005
2015-09-20 20:54:50 +01:00
Jools Wills
130e573a3c
rename sambashares to samba and add menu and functions for installing/removing/editing shares, and removal of samba service
2015-09-20 20:29:00 +01:00
Jools Wills
8abdea6b37
quote $md_inst
2015-09-19 22:02:30 +01:00
Jools Wills
1d501d9f87
use older node archive for virtualgamepad - #1007
2015-09-19 22:01:53 +01:00
Jools Wills
7dbd13bb74
renamed autostartemustat to autostart
2015-09-15 02:26:38 +01:00
Jools Wills
3eba4f4257
add jessie (systemd) support to autostartemustat script
2015-09-15 02:24:31 +01:00
Jools Wills
1da1e322a9
use numerical comparison operators for raspbian version
2015-09-15 01:51:18 +01:00
Jools Wills
cc12d8b7b6
rework sdl2 to be a drop in replacement on jessie for debian shipped sdl2
...
move sourcecode to github
2015-09-12 22:55:30 +01:00
Jools Wills
1d624cad34
run splashscreen depends if configuring and no splashscreens are installed (first run)
2015-09-11 02:39:26 +01:00