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
unc0rr [Fri, 20 Apr 2012 22:56:56 +0400] rev 6896
Move all strings into constants to make them of string255 type
unc0rr [Fri, 20 Apr 2012 22:03:35 +0400] rev 6895
Many small improvements to pas2c
unc0rr [Fri, 20 Apr 2012 01:50:47 +0400] rev 6894
Some more progress with pas2c
unc0rr [Thu, 19 Apr 2012 23:36:20 +0400] rev 6893
- Track array size to use for High function
- Some fixes
Xeli [Thu, 19 Apr 2012 18:15:03 +0200] rev 6892
android: prevent the app from a semi-crash when exiting a game
unc0rr [Sun, 15 Apr 2012 00:47:22 +0400] rev 6891
Improve rendering of function types, ranges, and more