unc0rr [Sat, 21 Apr 2012 20:12:22 +0400] rev 6902
Make pas2c even smarter. Now uIO.c compiles fine, and only 1 warning when compiled with -Wall (clang).
Xeli [Sat, 21 Apr 2012 18:02:44 +0200] rev 6901
- Don't crash on back press, but shutdown hedgewars
- enable volume up/down/mute buttons
Xeli [Sat, 21 Apr 2012 17:59:14 +0200] rev 6900
- Added support for keyboards on android
- tiny patch for android/sdl tracks backspace correctly now
- Added SDL_SCANCODE_X constants in uKeys
- First attempt at making the touch interface and keys input work side by side
Xeli [Sat, 21 Apr 2012 17:55:45 +0200] rev 6899
- Return of the F<numbers> in the ammomenu
- Cursor is now hiden on touch interfaces, rather than hidden on landscape ammomenu
unc0rr [Sat, 21 Apr 2012 19:51:13 +0400] rev 6898
- Remove support for variables in command handlers
- Make parameter to RegisterVariable typed instead of just pointer
- Catch a bug due to wrong type passed to RegisterVariable
unc0rr [Fri, 20 Apr 2012 23:03:20 +0400] rev 6897
Fix parsing of exit() call without parameters