summaryrefslogtreecommitdiff
path: root/src/gui/setup_joystick.cpp
AgeCommit message (Collapse)AuthorFilesLines
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-11-09Add option to use joystick only if game window is active.Andrei Karas1-4/+11
2011-11-09Fix jpoystick calibration message.Andrei Karas1-1/+2
2011-11-09Add support for joystick selection.Andrei Karas1-13/+91
Fix enable/disable joystick support. Increase max joystick buttons number to 64. Prevent joystick usage without calibration.
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/+101
This code based on mana client http://www.gitorious.org/mana/mana and my private repository.