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