summaryrefslogtreecommitdiff
path: root/src/joystick.cpp
AgeCommit message (Collapse)AuthorFilesLines
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-11-10Prevent possible joystick enable if it was disabled and joystickAndrei Karas1-1/+1
device selection was changed.
2011-11-09Add code for joystick debug.Andrei Karas1-0/+15
2011-11-09Enable joystick hat support for moving. Now only support hat with index 0.Andrei Karas1-1/+18
2011-11-09Add option to use joystick only if game window is active.Andrei Karas1-19/+31
2011-11-09Fix code style.Andrei Karas1-0/+4
2011-11-09Add support for joystick selection.Andrei Karas1-22/+79
Fix enable/disable joystick support. Increase max joystick buttons number to 64. Prevent joystick usage without calibration.
2011-09-01Eliminate asserts from most files.Andrei Karas1-3/+2
2011-08-12Rename file names log and chatlog to correct logger and chatlogger.Andrei Karas1-1/+1
2011-05-24Add simple memory leak detector.Andrei Karas1-0/+2
Can be enabled by configure option -enable-memdebug=yes. Known issue: not all memory allocations hooked with it.
2011-02-19Update copyrights.Andrei Karas1-2/+3
2011-01-02Initial commit.Andrei Karas1-0/+150
This code based on mana client http://www.gitorious.org/mana/mana and my private repository.