summaryrefslogtreecommitdiffstats
path: root/src/common/key.h
Commit message (Collapse)AuthorAgeFilesLines
* Changed all occurences of PPC in the code to TerranovaTeamkrzys-h2014-10-141-15/+18
|
* Fixed code formattingPiotr Dziwinski2013-05-271-0/+1
| | | | | | * moved braces to new lines * fixed some function/variable names * fixed whitespace issues
* Fixes for compiling on MSYSPiotr Dziwinski2013-03-221-1/+1
| | | | | | * fixed SDL_main() and putenv() issues * disabled desktop subdir for MSYS * disabled building CBot_console for now
* Doxygen/comment fixes and some #include refactoringPiotr Dziwinski2012-10-171-1/+4
|
* Input bindings rewritePiotr Dziwinski2012-09-191-0/+25
| | | | | | - moved input bindings to CRobotMain - added virtual keymod and joystick button key presses - fixed putenv error; other minor fixes
* Merge with changes from Zaba999 fork.Zaba9992012-09-101-0/+1
|
* Texture & mouse functions; refactoring & fixesPiotr Dziwinski2012-07-221-2/+2
| | | | | | | | | | | - cleaned up and added documentation to engine.h - refactored CEngine interface and associated structs - added mouse handling functions in CApplication & CEngine - fixed bugs in projection matrix setting - changed texture loading & handling - added const-values in CDevice & CGLDevice - changed event management in CApplication - other minor changes & bugfixes
* Event handling, CApplication and switch to c++-11Piotr Dziwinski2012-06-301-0/+34
- added/changed event structs and event queue in common/event.h - added event handling and some minor functions in CApplication - switched to --std=c++11 because of union in Event struct