Directory src/input/

Directory Created:
2009-10-19 16:04
Directory Deleted:
2010-12-31 20:10
Total Files:
0
Deleted Files:
15
Lines of Code:
0

[root]/src/input
            Folder removed from repo allegro (0 files, 0 lines)
            Folder removed from repo psp (0 files, 0 lines)
            Folder removed from repo sdl (0 files, 0 lines)
            Folder removed from repo wii (0 files, 0 lines)

Lines of Code

src/input/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 150 (100.0%) 3451 (100.0%) 23.0
kazzmir 148 (98.7%) 3439 (99.7%) 23.2
juvinious 2 (1.3%) 12 (0.3%) 6.0

Most Recent Commits

kazzmir 2010-12-31 20:10 Rev.: 5165

move input to util

0 lines of code changed in 15 files:

  • src/input: allegro-joystick.cpp (del), allegro-joystick.h (del), input-manager.cpp (del), input-manager.h (del), input-map.h (del), input.cpp (del), input.h (del), joystick.cpp (del), joystick.h (del), keyboard.cpp (del), keyboard.h (del), linux_joystick.cpp (del), linux_joystick.h (del), text-input.cpp (del), text-input.h (del)
kazzmir 2010-12-31 11:26 Rev.: 5159

add class to handle input events

26 lines of code changed in 1 file:

  • src/input: input-manager.h (+26)
kazzmir 2010-12-30 23:12 Rev.: 5155

move object and level to paintown-engine

2 lines of code changed in 2 files:

  • src/input: input-manager.cpp (+1 -1), input.cpp (+1 -1)
kazzmir 2010-12-30 22:03 Rev.: 5147

move debug to util

2 lines of code changed in 2 files:

  • src/input: input-manager.cpp (+1), linux_joystick.cpp (+1 -1)
kazzmir 2010-12-24 12:06 Rev.: 5062

add 3 more attack keys to support mugen

3 lines of code changed in 1 file:

  • src/input: input.h (+3)
kazzmir 2010-12-19 20:22 Rev.: 5022

use sdl joystick instead of wii joystick and fix events for the wii. use input events during the game, bind a joystick button to quit

14 lines of code changed in 2 files:

  • src/input: joystick.cpp (+6 -2), joystick.h (+8 -3)
kazzmir 2010-12-10 17:18 Rev.: 5003

dont wait for enter when starting network server

9 lines of code changed in 2 files:

  • src/input: input-manager.cpp (+8), input-manager.h (+1)
kazzmir 2010-12-09 22:39 Rev.: 5000

fix input in network - join

4 lines of code changed in 1 file:

  • src/input: input-map.h (+4)
kazzmir 2010-12-07 23:40 Rev.: 4996

joystick events work

33 lines of code changed in 5 files:

  • src/input: input-manager.cpp (+2), input-manager.h (+11), input-map.h (+4), joystick.cpp (+5 -2), joystick.h (+11 -2)
kazzmir 2010-12-07 22:11 Rev.: 4995

add api for joystick button events

10 lines of code changed in 2 files:

  • src/input: joystick.cpp (+6), joystick.h (+4)
kazzmir 2010-12-06 13:01 Rev.: 4992

prepare joystick for event handling

1 lines of code changed in 1 file:

  • src/input: input-manager.cpp (+1 -1)
kazzmir 2010-12-05 22:52 Rev.: 4989

cleanup

10 lines of code changed in 3 files:

  • src/input: input-manager.cpp (+3 -2), input-manager.h (+3 -1), text-input.cpp (+4 -121)
kazzmir 2010-12-05 20:35 Rev.: 4988

use input events for text input. fix translucency in the console

55 lines of code changed in 2 files:

  • src/input: input-manager.h (+5 -1), text-input.cpp (+50 -1)
kazzmir 2010-12-05 18:40 Rev.: 4987

fix polling for allegro

2 lines of code changed in 2 files:

  • src/input: input-manager.cpp (-1), keyboard.cpp (+2 -1)
kazzmir 2010-12-05 18:10 Rev.: 4986

use input events

126 lines of code changed in 5 files:

  • src/input: input-manager.cpp (+1), input-manager.h (+32), input-map.h (+35 -3), keyboard.cpp (+29 -1), keyboard.h (+29 -1)
kazzmir 2010-12-03 16:42 Rev.: 4982

fix the key option

32 lines of code changed in 3 files:

  • src/input: input-manager.cpp (+24), input-manager.h (+4), keyboard.h (+4 -2)
kazzmir 2010-12-01 17:21 Rev.: 4977

fix chat widget keys

12 lines of code changed in 2 files:

  • src/input: text-input.cpp (+1), text-input.h (+11 -1)
kazzmir 2010-11-29 22:55 Rev.: 4968

use text input in the line edit class

9 lines of code changed in 2 files:

  • src/input: text-input.cpp (+8), text-input.h (+1)
kazzmir 2010-11-28 23:54 Rev.: 4966

use text input to get the server port

1 lines of code changed in 1 file:

  • src/input: text-input.cpp (+1)
kazzmir 2010-11-28 22:03 Rev.: 4965

use text input for network client

16 lines of code changed in 3 files:

  • src/input: input-map.h (+1 -1), text-input.cpp (+12 -49), text-input.h (+3 -2)
kazzmir 2010-11-28 18:29 Rev.: 4963

make enter work in the console again

3 lines of code changed in 2 files:

  • src/input: text-input.cpp (+2), text-input.h (+1 -1)
kazzmir 2010-11-28 10:50 Rev.: 4961

fix keyboard for allegro

31 lines of code changed in 2 files:

  • src/input: keyboard.cpp (+25), keyboard.h (+6)
kazzmir 2010-11-27 21:30 Rev.: 4959

read buffered keys

12 lines of code changed in 3 files:

  • src/input: input-manager.h (+1 -1), keyboard.cpp (+10 -2), keyboard.h (+1 -2)
kazzmir 2010-11-27 17:51 Rev.: 4958

start key buffering

5 lines of code changed in 2 files:

  • src/input: keyboard.cpp (+3), keyboard.h (+2)
kazzmir 2010-11-27 17:30 Rev.: 4957

get unicode characters from the keyboard. make console use text-input

139 lines of code changed in 6 files:

  • src/input: input-manager.h (+25 -1), input-map.h (+7 -3), keyboard.cpp (+1), keyboard.h (+19 -12), text-input.cpp (+76 -3), text-input.h (+11 -1)
kazzmir 2010-11-27 14:36 Rev.: 4956

keep track of the keyboard ourselves

209 lines of code changed in 4 files:

  • src/input: input-manager.cpp (+6 -4), input-manager.h (+6 -5), keyboard.cpp (+9), keyboard.h (+188 -171)
kazzmir 2010-11-14 13:00 Rev.: 4934

add Paintown namespace

6 lines of code changed in 2 files:

  • src/input: input-manager.cpp (+2 -2), input.cpp (+4 -4)
kazzmir 2010-09-07 21:16 Rev.: 4758

display an error if mugen fails to load

10 lines of code changed in 2 files:

  • src/input: input-manager.cpp (+9), input-manager.h (+1)
kazzmir 2010-08-26 11:39 Rev.: 4697

only show help if the user hasnt pressed a key for a while. start lifeset controller

35 lines of code changed in 3 files:

  • src/input: input-manager.cpp (+24), input-manager.h (+5), joystick.h (+6)
kazzmir 2010-07-13 10:54 Rev.: 4436

fix some warnings reported by clang

2 lines of code changed in 1 file:

  • src/input: input-manager.h (+2 -1)
kazzmir 2010-07-12 20:13 Rev.: 4421

buffer key input in the menus

43 lines of code changed in 2 files:

  • src/input: input-manager.cpp (+16 -1), input-manager.h (+27)
juvinious 2010-07-02 20:12 Rev.: 4330

Added native psp joystick handler instead of SDL.

4 lines of code changed in 1 file:

  • src/input: joystick.cpp (+4)
juvinious 2010-07-02 19:28 Rev.: 4329

Checks for WII in joystick.

8 lines of code changed in 1 file:

  • src/input: joystick.cpp (+8)
kazzmir 2010-06-06 09:21 Rev.: 4170

implement some sdl joystick stuff

7 lines of code changed in 2 files:

  • src/input: joystick.cpp (+6), joystick.h (+1 -1)
kazzmir 2010-05-28 17:09 Rev.: 4112

use an event manager to handle external events instead of using an extra thread

5 lines of code changed in 1 file:

  • src/input: input-manager.cpp (+5)
kazzmir 2010-05-20 20:01 Rev.: 4096

fix warnings from intels icpc

1 lines of code changed in 1 file:

  • src/input: text-input.h (+1 -1)
kazzmir 2010-05-08 17:41 Rev.: 4020

implement key wait for sdl. fix coordinates -- dimension is really x2

136 lines of code changed in 1 file:

  • src/input: keyboard.cpp (+136)
kazzmir 2010-04-30 19:47 Rev.: 3942

add dummy sdl joystick implementation

10 lines of code changed in 1 file:

  • src/input: joystick.cpp (+10)
kazzmir 2010-04-30 19:42 Rev.: 3941

move implementation of allegro specific joystick

1 lines of code changed in 1 file:

  • src/input: joystick.cpp (+1 -1)
kazzmir 2010-04-30 19:27 Rev.: 3940

add dummy bindings for sdl keyboard

183 lines of code changed in 1 file:

  • src/input: keyboard.cpp (+183)

(21 more)

Generated by StatSVN 0.7.0