Directory src/util/input/

Total Files:
15
Deleted Files:
0
Lines of Code:
2887

[root]/src/util/input
                directory in repo allegro (3 files, 434 lines)
                directory in repo allegro5 (3 files, 595 lines)
                directory in repo psp (2 files, 334 lines)
                directory in repo sdl (3 files, 1033 lines)
                directory in repo wii (2 files, 163 lines)

Lines of Code

src/util/input/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
kazzmir 123 (100.0%) 1185 (100.0%) 9.6

Most Recent Commits

kazzmir 2014-03-11 23:15 Rev.: 8211

reimplement the keyboard configuration menu

129 lines of code changed in 2 files:

  • src/util/input: keyboard.cpp (+8), keyboard.h (+121 -120)
kazzmir 2014-03-11 20:50 Rev.: 8210

add keyboard listeners

54 lines of code changed in 4 files:

  • src/util/input: joystick.cpp (+1 -1), joystick.h (+1 -1), keyboard.cpp (+30), keyboard.h (+22)
kazzmir 2013-10-10 09:42 Rev.: 8044

[vembyr] show alternatives in rule trace

2 lines of code changed in 1 file:

  • src/util/input: linux_joystick.cpp (+2 -2)
kazzmir 2013-04-26 11:01 Rev.: 7882

fix many warnings

1 lines of code changed in 1 file:

  • src/util/input: input-manager.h (+1 -1)
kazzmir 2013-04-08 11:29 Rev.: 7855

read custom buttons/axis from configuration

76 lines of code changed in 2 files:

  • src/util/input: joystick.cpp (+70 -3), joystick.h (+6)
kazzmir 2013-04-08 10:24 Rev.: 7853

save custom buttons. only allow either a button or an axis in the configuration

2 lines of code changed in 1 file:

  • src/util/input: joystick.cpp (+2)
kazzmir 2013-04-06 11:56 Rev.: 7851

display custom axis

27 lines of code changed in 2 files:

  • src/util/input: joystick.cpp (+24 -1), joystick.h (+3)
kazzmir 2013-04-03 22:09 Rev.: 7850

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

2 lines of code changed in 1 file:

  • src/util/input: joystick.h (+2)
kazzmir 2013-04-01 20:55 Rev.: 7849

save custom joystick axis motions in the configuration

4 lines of code changed in 1 file:

  • src/util/input: joystick.cpp (+4)
kazzmir 2013-04-01 13:06 Rev.: 7848

allow input source to specify multiple keyboards/joysticks

59 lines of code changed in 4 files:

  • src/util/input: input-manager.h (+12 -9), input-source.cpp (+32 -12), input-source.h (+14 -7), text-input.cpp (+1 -1)
kazzmir 2013-04-01 09:33 Rev.: 7847

set custom joystick axis motions

25 lines of code changed in 2 files:

  • src/util/input: joystick.cpp (+11 -2), joystick.h (+14 -2)
kazzmir 2013-03-31 14:59 Rev.: 7845

joystick motions that are above a threshold are considered pressed

1 lines of code changed in 1 file:

  • src/util/input: joystick.h (+1 -1)
kazzmir 2013-03-17 11:22 Rev.: 7840

implement custom joystick buttons and joystick menu

17 lines of code changed in 2 files:

  • src/util/input: joystick.cpp (+10), joystick.h (+7)
kazzmir 2013-03-09 19:33 Rev.: 7828

start joystick support for allegro5. use - and + to change font size in the console

7 lines of code changed in 1 file:

  • src/util/input: joystick.cpp (+7)
kazzmir 2012-12-22 12:51 Rev.: 7687

move configuration to src/util

2 lines of code changed in 2 files:

  • src/util/input: input-manager.cpp (+1 -1), input.cpp (+1 -1)
kazzmir 2012-12-22 12:29 Rev.: 7686

move more stuff out of globals.h

0 lines of code changed in 2 files:

  • src/util/input: input-manager.cpp (-1), input-map.h (-1)
kazzmir 2012-10-18 23:02 Rev.: 7585

[mugen] initialize pushPlayer to 0

1 lines of code changed in 1 file:

  • src/util/input: keyboard.cpp (+1 -1)
kazzmir 2012-09-29 23:06 Rev.: 7564

show list of available joysticks for the configuration menu

14 lines of code changed in 4 files:

  • src/util/input: input-manager.cpp (+8), input-manager.h (+2), joystick.cpp (+1), joystick.h (+3)
kazzmir 2012-09-15 14:57 Rev.: 7546

[mugen] dummy 1.0 AILevel trigger

2 lines of code changed in 1 file:

  • src/util/input: joystick.h (+2)
kazzmir 2012-09-11 23:33 Rev.: 7536

add a listener interface for joystick input

31 lines of code changed in 2 files:

  • src/util/input: joystick.cpp (+13), joystick.h (+18)
kazzmir 2012-08-28 12:04 Rev.: 7467

add start joystick key. use it in mugen

16 lines of code changed in 3 files:

  • src/util/input: input-map.h (+8), joystick.cpp (+1), joystick.h (+7 -3)
kazzmir 2012-02-16 16:54 Rev.: 7005

use reference counts for the input map and clear old states for assignment. [mugen] VelSet does not take into account which direction the player is facing

26 lines of code changed in 3 files:

  • src/util/input: input-manager.h (+2 -2), input-map.h (+22 -23), text-input.h (+2 -2)
kazzmir 2012-02-16 00:48 Rev.: 7004

guard against null input states

16 lines of code changed in 1 file:

  • src/util/input: input-map.h (+16 -12)
kazzmir 2012-01-11 23:16 Rev.: 6826

defer resize events during the loading screen so sdl doesnt crash

8 lines of code changed in 2 files:

  • src/util/input: input-manager.cpp (+6), input-manager.h (+2)
kazzmir 2011-12-03 21:02 Rev.: 6628

move exceptions to util

1 lines of code changed in 1 file:

  • src/util/input: input-manager.h (+1 -1)
kazzmir 2011-11-24 00:09 Rev.: 6601

remove more links to stuff from the paintown-engine in utils

3 lines of code changed in 3 files:

  • src/util/input: input.cpp (new), input.h (+1 -1)
kazzmir 2011-11-23 23:13 Rev.: 6600

remove artificial dependancy on a paintown-engine header in the input manager

0 lines of code changed in 1 file:

  • src/util/input: input-manager.cpp (-136)
kazzmir 2011-11-15 22:44 Rev.: 6576

if a console key has an action associated with it then do not input that key to the text. prevent input from being treated like commands

4 lines of code changed in 1 file:

  • src/util/input: text-input.cpp (+4 -8)
kazzmir 2011-11-04 21:08 Rev.: 6519

[paintown] use new selection stuff

8 lines of code changed in 2 files:

  • src/util/input: input-map.h (new)
kazzmir 2011-10-17 10:25 Rev.: 6402

add joystick keys to the client network mode

8 lines of code changed in 2 files:

  • src/util/input: text-input.cpp (+6), text-input.h (+2)
kazzmir 2011-10-01 23:04 Rev.: 6331

convert unicode to utf8 in text-input

44 lines of code changed in 1 file:

  • src/util/input: text-input.cpp (+44 -1)
kazzmir 2011-09-30 13:20 Rev.: 6317

add history to the console

3 lines of code changed in 1 file:

  • src/util/input: text-input.cpp (+3 -9)
kazzmir 2011-09-19 21:30 Rev.: 6225

handle hot plugging of joysticks on the ps3

50 lines of code changed in 2 files:

  • src/util/input: input-manager.cpp (+41 -10), input-manager.h (+9 -4)
kazzmir 2011-09-17 15:23 Rev.: 6196

combine configuration index with the input source

36 lines of code changed in 4 files:

  • src/util/input: input-manager.cpp (+8 -8), input-manager.h (+10 -9), input-source.cpp (+10 -2), input-source.h (+8 -2)
kazzmir 2011-09-13 10:25 Rev.: 6166

remove old InputManager::getMap interface and update usages with getEvents()

4 lines of code changed in 1 file:

  • src/util/input: input-manager.h (+4)
kazzmir 2011-09-11 08:46 Rev.: 6144

cast to unsigned

1 lines of code changed in 1 file:

  • src/util/input: input-manager.h (+1 -1)
kazzmir 2011-09-10 19:53 Rev.: 6140

[paintown] create characters with the proper input sources for multi-player local mode

36 lines of code changed in 5 files:

  • src/util/input: input-manager.h (+10 -8), input-source.cpp (+11), input-source.h (+3), keyboard.cpp (+7), keyboard.h (+5)
kazzmir 2011-09-06 21:45 Rev.: 6125

control sources of input through the input-source

27 lines of code changed in 3 files:

  • src/util/input: input-manager.h (+8 -6), input-source.cpp (+13 -2), input-source.h (+6)
kazzmir 2011-09-06 21:15 Rev.: 6124

support multiple joysticks

29 lines of code changed in 6 files:

  • src/util/input: input-manager.cpp (+14 -12), input-manager.h (+3 -1), input-source.cpp (+4), input-source.h (+2), joystick.cpp (+3 -3), joystick.h (+3 -1)
kazzmir 2011-08-29 14:28 Rev.: 6019

start an abstraction over input sources

30 lines of code changed in 4 files:

  • src/util/input: input-manager.h (+7 -5), input-source.cpp (new 7), input-source.h (new 14), text-input.cpp (+2 -1)

(14 more)

Generated by StatSVN 0.7.0