Commit Graph

230 Commits

Author SHA1 Message Date
admiralmachado
12efe3b5a3 Adjusted short and byte scaling and reversal in EvdevAbsolute and accounting for signed and unsigned input 2014-03-11 21:26:32 +01:00
admiralmachado
46a7c90a72 Added deadzone for left/right sticks 2014-03-11 21:22:44 +01:00
admiralmachado
0836e02fce Handle "--trigger-as-button" option from xboxdrv 2014-03-11 21:15:46 +01:00
Iwan Timmer
f578aabcb9 Update Limelight common to newest version 2014-02-25 17:25:59 +01:00
Iwan Timmer
3498df15a7 Make tests mandatory for running Limelight 2014-02-18 17:47:59 +01:00
Iwan Timmer
85b2488f9f Warn about the usage of X 2014-02-18 17:42:46 +01:00
Iwan Timmer
38cf28611c Debug messages about alsa audio done in java 2014-02-17 16:56:11 +01:00
Iwan Timmer
36246e10d7 No messages about using OMX 2014-02-17 16:56:11 +01:00
Iwan Timmer
1df624cbc4 Set debug level 2014-02-17 16:56:11 +01:00
Iwan Timmer
cbf446ce44 Update Limelight common library 2014-02-17 16:56:11 +01:00
Iwan Timmer
6c023dea91 Add hidden debug mode with fake audio and video output 2014-02-17 16:32:56 +01:00
Iwan Timmer
26a90429a0 Fix for using default soundcard 2014-02-15 21:08:35 +01:00
Iwan Timmer
8996cd9283 Update README 2014-02-15 13:47:07 +01:00
Iwan Timmer
5fe08de12c Include ilclient helper library for easier compiling 2014-02-13 13:32:28 +00:00
Iwan Timmer
8995a673e5 Remove accidentally added binary file 2014-02-12 17:57:16 +01:00
Iwan Timmer
92e64c144d Possible to specify audio device and default to hw:0 to stop using PusleAudio 2014-02-12 17:55:38 +01:00
Iwan Timmer
1376f105a2 Better audio error catching 2014-02-12 17:55:38 +01:00
Iwan Timmer
b610f9ce44 Warn for unsupported VM's 2014-02-02 13:46:04 +01:00
Iwan Timmer
a1a81c6954 Reverse Y axis 2014-02-02 13:24:33 +01:00
Iwan Timmer
7dc8f236db Possible to reverse directions in gamepad mapping 2014-01-28 14:49:58 +01:00
Iwan Timmer
15d700ba8c Suport for Dpads which use absolute values in evdev 2014-01-28 14:42:13 +01:00
Iwan Timmer
41598aea73 Use range from evdev device for gamepad input 2014-01-28 01:34:45 +01:00
Iwan Timmer
c1426e7f28 Remove dot comma's from example mapping file 2014-01-27 15:13:25 +01:00
Iwan Timmer
c182753a5b It's east not easth 2014-01-22 15:58:20 +01:00
Iwan Timmer
713b7d2c2c Use low-latency branch for limelight-common 2014-01-22 15:28:43 +01:00
Iwan Timmer
708dfc7f64 Make build.sh for nv_alsa runnable 2014-01-22 15:27:56 +01:00
Iwan Timmer
9d96a061a8 Replace Javax Sound with direct alsa access 2014-01-22 15:27:56 +01:00
irtimmer
9b98ca8f7b Merge pull request #2 from cschwartz/master
Mapping parameter is not assigned during constructor call for EvdevHandler
2014-01-21 11:14:47 -08:00
Christian Schwartz
1727e68cb4 Assigned mapping parameter to instance variable, preventing NullPointerException during parseEvent 2014-01-21 19:00:02 +00:00
Iwan Timmer
11e70e0e88 Remove version number from Limelight 2014-01-19 15:46:21 +01:00
Iwan Timmer
77f821ba37 Update README about opus libraries 2014-01-19 15:45:40 +01:00
Iwan Timmer
fc985db225 Add example gamepad mapping 2014-01-19 15:37:53 +01:00
Iwan Timmer
2240bba62f Simplify audio renderer 2014-01-19 15:35:09 +01:00
Iwan Timmer
74136a6e45 Gamepad mapping configurable 2014-01-19 13:59:02 +01:00
Iwan Timmer
44fd2f2fad Initial support for gamepads 2014-01-19 13:38:59 +01:00
Iwan Timmer
f7ef583d24 Don't overwrite next NAL during SPS fix 2014-01-17 15:41:34 +01:00
Iwan Timmer
56ef45df6b Use absolute path for inputs 2014-01-16 11:37:08 +01:00
Iwan Timmer
90883d6028 Convert tabs to spaces in build.xml 2014-01-16 11:26:39 +01:00
Iwan Timmer
a3906e71ca Include compiled common class files in jar 2014-01-16 11:07:40 +01:00
Iwan Timmer
6d8148f83c Use all input device when none is specified 2014-01-16 11:07:12 +01:00
Iwan Timmer
b0f883dc10 Use headers on system for building Opus 2014-01-13 17:52:29 +01:00
Iwan Timmer
3d765041aa Update Limelight-common 2014-01-13 17:47:02 +01:00
Iwan Timmer
e24f982f6d Merge commit 'Dynamically choose line buffer sizes on Pi to reduce audio lag' 2014-01-13 17:41:22 +01:00
Cameron Gutman
dd0cba0655 Dynamically choose line buffer sizes on Pi to reduce audio lag 2014-01-12 20:47:30 -05:00
Cameron Gutman
0c923d253d Fix native library compilation target to remove absolute paths 2014-01-12 17:16:22 -05:00
Iwan Timmer
cfb796c23f Cleanup code 2014-01-11 23:53:08 +01:00
Iwan Timmer
994e556e26 Default to 60fps 2014-01-10 21:50:24 +01:00
Iwan Timmer
56f55efc83 Remove settings 2014-01-10 19:08:16 +01:00
Iwan Timmer
e77b131ee7 Change build to use Limelight-common submodule 2014-01-10 19:07:50 +01:00
Iwan Timmer
b07e515f61 Replace limelight common with submodule 2014-01-10 18:28:30 +01:00