Tue, 24 Apr 2012 16:58:19 -0400 nemo Make adler32 friendlier for pas2c - this should work the same (needs testing ofc)
Tue, 24 Apr 2012 23:56:41 +0400 unc0rr Fix GetAmmoEntry in PascalExports
Tue, 24 Apr 2012 23:50:40 +0400 unc0rr Get rid of overloaded functions in uAmmo
Tue, 24 Apr 2012 23:33:39 +0400 unc0rr uCommands compiles
Tue, 24 Apr 2012 22:27:56 +0400 unc0rr Fix types
Tue, 24 Apr 2012 16:11:07 +0400 unc0rr Don't add duplicates into string consts
Tue, 24 Apr 2012 06:53:39 +0200 koda this should enable png screenshots on osx as well
Mon, 23 Apr 2012 19:23:28 +0200 Xeli in uTouch dont use bools to represent keystrokes, but issue ParseCommands
Mon, 23 Apr 2012 19:22:43 +0200 Xeli fix the ammomenu F# buttons
Mon, 23 Apr 2012 19:22:16 +0200 Xeli - change uKeys to be event based rather than polling
Mon, 23 Apr 2012 13:22:30 +0000 vittorio giovara case sensitivity + correct variable check
Mon, 23 Apr 2012 04:14:21 +0200 koda when libpng is not found, gratiously fallback to bmp screenshots; untested
Mon, 23 Apr 2012 04:05:18 +0200 koda ios minor warning and optimisation for team color
Sun, 22 Apr 2012 13:58:53 -0400 nemo Make clouds/flakes change direction smoothly
Sun, 22 Apr 2012 21:23:32 +0400 unc0rr Allow LIST command while in room to not annoy old frontends (0.9.17 or less) with warnings
Sun, 22 Apr 2012 18:38:34 +0200 koda added savepassword checkbox to options page, which now reloads values at every acces
Sun, 22 Apr 2012 17:03:55 +0200 Stepan777 add a checkbox for the password field prompt (issue 316)
Sun, 22 Apr 2012 15:13:17 +0200 Xeli fixed uKeys (aka almost revert it back)
Sun, 22 Apr 2012 04:48:11 +0200 koda ios: turn on more warning messages and start correcting them
Sun, 22 Apr 2012 03:59:24 +0200 Stepan777 memory leak in hwform.cpp (issue 386)
Sun, 22 Apr 2012 02:10:44 +0200 koda fix compiling hw for ios (was looking for the wrong math.h and used an old variable name)
Sat, 21 Apr 2012 18:11:24 -0400 nemo *sigh*
Sat, 21 Apr 2012 18:05:42 -0400 nemo Seems to me placing hogs does not need 5s since it is a fixed interval now. Maybe if placing hogs was ever 0 seconds or something.
Sat, 21 Apr 2012 23:00:08 +0400 unc0rr Oops
Sat, 21 Apr 2012 20:12:22 +0400 unc0rr Make pas2c even smarter. Now uIO.c compiles fine, and only 1 warning when compiled with -Wall (clang).
Sat, 21 Apr 2012 18:02:44 +0200 Xeli - Don't crash on back press, but shutdown hedgewars
Sat, 21 Apr 2012 17:59:14 +0200 Xeli - Added support for keyboards on android
Sat, 21 Apr 2012 17:55:45 +0200 Xeli - Return of the F<numbers> in the ammomenu
Sat, 21 Apr 2012 19:51:13 +0400 unc0rr - Remove support for variables in command handlers
Fri, 20 Apr 2012 23:03:20 +0400 unc0rr Fix parsing of exit() call without parameters
Fri, 20 Apr 2012 22:56:56 +0400 unc0rr Move all strings into constants to make them of string255 type
Fri, 20 Apr 2012 22:03:35 +0400 unc0rr Many small improvements to pas2c
Fri, 20 Apr 2012 01:50:47 +0400 unc0rr Some more progress with pas2c
Thu, 19 Apr 2012 23:36:20 +0400 unc0rr - Track array size to use for High function
Thu, 19 Apr 2012 18:15:03 +0200 Xeli android: prevent the app from a semi-crash when exiting a game
Sun, 15 Apr 2012 00:47:22 +0400 unc0rr Improve rendering of function types, ranges, and more
Sat, 14 Apr 2012 23:50:14 +0400 unc0rr Fix insanity
Sat, 14 Apr 2012 23:36:57 +0400 unc0rr More string types
Sat, 14 Apr 2012 23:19:45 +0400 unc0rr Get rid of TGearsType to simplify pas2c
Sat, 14 Apr 2012 22:40:23 +0400 unc0rr Render some builtin functions
Sat, 14 Apr 2012 22:24:09 +0400 unc0rr Render unions
Fri, 13 Apr 2012 01:41:11 +0200 koda minor gl debug/comments
Fri, 13 Apr 2012 00:18:10 +0200 koda disable png screenshots on mobile for now
Fri, 13 Apr 2012 00:08:46 +0400 unc0rr Support string constants
Thu, 12 Apr 2012 23:10:35 +0400 Stepan777 Oops, forgot file
Thu, 12 Apr 2012 23:05:46 +0400 Stepan777 png screenshots
Wed, 11 Apr 2012 22:47:21 +0400 unc0rr Support operators declarations
Wed, 11 Apr 2012 22:46:59 +0400 unc0rr Simplify converter's life
Wed, 11 Apr 2012 01:04:58 +0400 unc0rr Improve rendering of function types, arrays, and more
Mon, 09 Apr 2012 23:20:42 +0200 koda vob* variables need to be reset
Tue, 10 Apr 2012 00:00:25 +0400 unc0rr Unbreak build (change was only tested with pas2c parser, and was okay to it)
Mon, 09 Apr 2012 23:55:12 +0400 unc0rr First try to compile with clang: improve renderer a bit. The result of pas2c is still far from normal C source.
Mon, 09 Apr 2012 23:36:23 +0400 unc0rr Better handle switch statement
Mon, 09 Apr 2012 22:01:36 +0400 unc0rr Eraser tool
Mon, 09 Apr 2012 22:01:13 +0400 unc0rr Better support for strings
Mon, 09 Apr 2012 04:55:46 +0200 koda ios: resample the sound effects in CAF as suggested in ios sdk (100kB of space saved)
Mon, 09 Apr 2012 04:43:30 +0200 koda ios: refactor the code of the after-game statistics display using delegates
Mon, 09 Apr 2012 03:25:17 +0200 koda ios: convert audio operation from class to instance, plays better with memory
Mon, 09 Apr 2012 02:02:14 +0200 koda i don't understand this, but without this change audio doesn't fade on ios
Sun, 08 Apr 2012 20:31:01 -0400 nemo remove stray pixels
(0) -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 tip