Directory src/util/input/sdl/

Total Files:
3
Deleted Files:
0
Lines of Code:
1033

[root]/src/util/input/sdl

Lines of Code

src/util/input/sdl/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 41 (100.0%) 955 (100.0%) 23.2
kazzmir 39 (95.1%) 943 (98.7%) 24.1
juvinious 2 (4.9%) 12 (1.3%) 6.0

Most Recent Commits

kazzmir 2013-04-08 13:29 Rev.: 7855

read custom buttons/axis from configuration

3 lines of code changed in 1 file:

  • src/util/input/sdl: joystick.cpp (+3)
kazzmir 2013-04-04 00:09 Rev.: 7850

use current joystick axis values as starting point to sense the axis motion

17 lines of code changed in 2 files:

  • src/util/input/sdl: joystick.cpp (+16 -1), joystick.h (+1)
kazzmir 2013-04-01 11:33 Rev.: 7847

set custom joystick axis motions

3 lines of code changed in 1 file:

  • src/util/input/sdl: joystick.cpp (+3 -3)
kazzmir 2013-03-31 16:59 Rev.: 7845

joystick motions that are above a threshold are considered pressed

4 lines of code changed in 1 file:

  • src/util/input/sdl: joystick.cpp (+4 -1)
kazzmir 2013-03-17 13:22 Rev.: 7840

implement custom joystick buttons and joystick menu

61 lines of code changed in 2 files:

  • src/util/input/sdl: joystick.cpp (+59 -154), joystick.h (+2)
kazzmir 2013-01-26 13:24 Rev.: 7776

add icontrolpad joystick button mapping

80 lines of code changed in 1 file:

  • src/util/input/sdl: joystick.cpp (+80)
kazzmir 2012-09-30 01:06 Rev.: 7564

show list of available joysticks for the configuration menu

9 lines of code changed in 2 files:

  • src/util/input/sdl: joystick.cpp (+8), joystick.h (+1)
kazzmir 2012-09-12 23:17 Rev.: 7540

directly use joystick inputs

18 lines of code changed in 1 file:

  • src/util/input/sdl: joystick.cpp (+18 -1)
kazzmir 2012-09-12 01:33 Rev.: 7536

add a listener interface for joystick input

20 lines of code changed in 1 file:

  • src/util/input/sdl: joystick.cpp (+20)
kazzmir 2012-08-29 22:59 Rev.: 7470

fix ps3 joystick mapping

15 lines of code changed in 1 file:

  • src/util/input/sdl: joystick.cpp (+15 -15)
kazzmir 2012-08-28 14:04 Rev.: 7467

add start joystick key. use it in mugen

26 lines of code changed in 1 file:

  • src/util/input/sdl: joystick.cpp (+26 -21)
kazzmir 2012-01-11 14:45 Rev.: 6824

different fix for joystick bug

13 lines of code changed in 1 file:

  • src/util/input/sdl: joystick.cpp (+13 -10)
kazzmir 2012-01-11 01:41 Rev.: 6823

read axis motions for the default joystick

11 lines of code changed in 1 file:

  • src/util/input/sdl: joystick.cpp (+11 -8)
kazzmir 2011-12-25 13:56 Rev.: 6716

[android] treat the back button like ESC. create the main window as large as possible in a 4:3 perspective

4 lines of code changed in 1 file:

  • src/util/input/sdl: keyboard.cpp (+4)
kazzmir 2011-09-19 10:08 Rev.: 6213

initialize controller after a video mode is set on the ps3

0 lines of code changed in 1 file:

  • src/util/input/sdl: joystick.cpp (-12)
kazzmir 2011-09-19 00:03 Rev.: 6211

hack for the ps3 to enable all joysticks

35 lines of code changed in 1 file:

  • src/util/input/sdl: joystick.cpp (+35)
kazzmir 2011-09-07 00:13 Rev.: 6126

[paintown] add an option for multi-player local mode

1 lines of code changed in 1 file:

  • src/util/input/sdl: joystick.cpp (+1 -2)
kazzmir 2011-09-06 23:15 Rev.: 6124

support multiple joysticks

15 lines of code changed in 2 files:

  • src/util/input/sdl: joystick.cpp (+14 -4), joystick.h (+1 -1)
kazzmir 2011-08-27 18:39 Rev.: 5997

replace PS3 conditional compilation with sdl 1.3 checks

1 lines of code changed in 1 file:

  • src/util/input/sdl: keyboard.cpp (+1 -1)
kazzmir 2011-08-13 19:35 Rev.: 5876

remove old function from the joystick api

3 lines of code changed in 2 files:

  • src/util/input/sdl: joystick.cpp (+2), joystick.h (+1 -1)
kazzmir 2011-07-20 23:42 Rev.: 5775

flip wiimote so it can be held sideways

8 lines of code changed in 1 file:

  • src/util/input/sdl: joystick.cpp (+8 -8)
kazzmir 2011-07-18 23:31 Rev.: 5771

tolerate small variance for the logitech axis.
handle hat motions for the default joystick.

28 lines of code changed in 1 file:

  • src/util/input/sdl: joystick.cpp (+28 -7)
kazzmir 2011-07-18 19:15 Rev.: 5770

implement gamecube controller

66 lines of code changed in 1 file:

  • src/util/input/sdl: joystick.cpp (+66 -2)
kazzmir 2011-07-18 18:59 Rev.: 5769

implement wiimote joystick

65 lines of code changed in 1 file:

  • src/util/input/sdl: joystick.cpp (+65)
kazzmir 2011-07-17 12:42 Rev.: 5764

use hat events for the xbox 360 controller

110 lines of code changed in 2 files:

  • src/util/input/sdl: joystick.cpp (+109), joystick.h (+1)
kazzmir 2011-07-17 09:28 Rev.: 5761

add two more joystick buttons

15 lines of code changed in 1 file:

  • src/util/input/sdl: joystick.cpp (+15 -1)
kazzmir 2011-07-17 08:04 Rev.: 5759

add logitech joystick mapping

76 lines of code changed in 1 file:

  • src/util/input/sdl: joystick.cpp (+76 -9)
kazzmir 2011-07-16 23:27 Rev.: 5758

handle joystick button releases. make custom mapping for the ps3 controller

228 lines of code changed in 3 files:

  • src/util/input/sdl: joystick.cpp (+220 -57), joystick.h (new)
kazzmir 2011-06-27 19:03 Rev.: 5674

remap joystick buttons for the ps3

0 lines of code changed in 2 files:

  • src/util/input/sdl: joystick.cpp (changed)
kazzmir 2011-02-05 15:41 Rev.: 5322

only enable key repeat during text input

8 lines of code changed in 1 file:

  • src/util/input/sdl: keyboard.cpp (+8)
juvinious 2011-01-23 14:28 Rev.: 5293

Put in ifdefs to separate out code not needed on the ps3. Updated psp joystick. Fixed typo on platformer text output.

12 lines of code changed in 2 files:

  • src/util/input/sdl: keyboard.cpp (new)
Generated by StatSVN 0.7.0