Tue, 07 Dec 2010 23:34:01 -0500 nemo band/bor/bnot to support Lua 5.1 lack of binary ops
Tue, 07 Dec 2010 22:23:40 -0500 nemo Restore millisecond precision for mines time
Tue, 07 Dec 2010 19:33:34 -0500 nemo Eh. Since you asked. AddAmmo hook for Lua
Tue, 07 Dec 2010 17:33:11 -0500 nemo would help if I put it in the right routine
Tue, 07 Dec 2010 17:29:02 -0500 nemo Add script hook onNewTurn to the end of AfterSwitchHedgehog. This should signal the very start of a new turn, immediately after CurrentTeam is switched.
Wed, 08 Dec 2010 15:16:57 +0100 koda code cleanup
Tue, 07 Dec 2010 22:02:09 +0300 unc0rr Add QAspectRatioLayout borrowed from http://wiki.forum.nokia.com/index.php/CS001309_-_Maintaining_square_form_for_a_widget_in_Qt to maintain width == height * 2 aspect ratio for map drawing widget
Wed, 08 Dec 2010 14:47:52 +0100 koda team selection completely refactored, now has animation and more performance
Mon, 06 Dec 2010 21:15:41 -0500 nemo rendering optimisations. remove the recursive flames in explosions (might need more due to the gravity change in the new flames) but more usefully, eliminate a number of redundant Tint calls
Tue, 07 Dec 2010 01:18:43 +0100 koda Forts: reduce preview size and add hi-res one
Mon, 06 Dec 2010 13:07:36 -0500 nemo try this mikade
Mon, 06 Dec 2010 08:58:24 -0500 nemo merge
Mon, 06 Dec 2010 12:21:12 +0300 unc0rr Always keep last point of drawn polyline
Mon, 06 Dec 2010 08:58:05 -0500 nemo disable say, just don't do anything. trying to avoid spew on spectator join
Mon, 06 Dec 2010 00:33:39 -0500 nemo string length checks
Sun, 05 Dec 2010 23:58:15 -0500 nemo fix hsa/hta/hya
Sun, 05 Dec 2010 23:50:04 -0500 nemo trying to unbreak hog speech
Sun, 05 Dec 2010 23:08:57 -0500 nemo remove currentteam check
Sun, 05 Dec 2010 22:02:30 -0500 nemo Allow hog speech when not your turn. Currently is set to 40% opacity (could be fainter) and drawn behind the hogs instead of in front. Also allows hog targetting using a number.
Mon, 06 Dec 2010 03:09:12 +0100 sheepluva changing Tree Map theme to Halloween (this time on the right branch >_>)
Sun, 05 Dec 2010 23:48:58 +0100 koda update schemes for ios
Sun, 05 Dec 2010 19:00:41 +0100 koda added porkey and sheep hats
Sun, 05 Dec 2010 02:44:20 +0100 koda add a simple check to prevent loading sounds when device is muted
Sun, 05 Dec 2010 00:05:21 +0100 koda write some version information inside the application
Sat, 04 Dec 2010 23:30:20 +0300 unc0rr merge
Sat, 04 Dec 2010 23:29:59 +0300 unc0rr Halfplement decode/drawing routine
Sat, 04 Dec 2010 22:33:14 +0300 unc0rr - Change painted map file format
Sat, 04 Dec 2010 15:09:19 -0500 nemo add nil check
Sat, 04 Dec 2010 11:30:54 -0500 nemo In AI survival mode, have the AI score when it kills humans, instead of its own team, clear poison on an AI kill, and reset AI health using InitialHealth instead of 100.
Sat, 04 Dec 2010 08:52:57 +0100 koda more retina support and multitasking support
Thu, 02 Dec 2010 20:40:30 -0500 nemo add visual gear registration
Thu, 02 Dec 2010 20:29:46 -0500 nemo make Tint(longword) use RGBA
Thu, 02 Dec 2010 19:51:30 -0500 nemo trying to get tint to behave more as I expect. need to ask Smaxx what he intended here, to avoid too many pointless colour calls
Thu, 02 Dec 2010 19:19:34 -0500 nemo forgot the passed in uid
Thu, 02 Dec 2010 19:04:02 -0500 nemo Restore King mode. The worst of the changes was Place Hogs
Thu, 02 Dec 2010 18:52:37 -0500 nemo compress the PNGs
Thu, 02 Dec 2010 18:50:52 -0500 nemo merge
Thu, 02 Dec 2010 00:51:56 +0100 koda enable support for retina display in the ios port
Thu, 02 Dec 2010 00:25:26 +0100 koda add a higher resolution preview image, could be nice to add a hover effect on normal preview that displays this bigger version
Thu, 02 Dec 2010 00:23:54 +0100 koda reduce icons to 32x32 but create a 64x64 image for preview, also useful for ios and retina displays (frontend should be updated)
Thu, 02 Dec 2010 18:45:16 -0500 nemo Add an extra pass in FindPlace for AI resurrection mode to try to make it unwinnable, add DeleteGear, DeleteVisualGear, AddVisualGear, GetVisualGearValues, SetVisualGearValues to Lua
Wed, 01 Dec 2010 22:06:23 +0300 unc0rr - Implement decode() function.
Wed, 01 Dec 2010 20:45:46 +0300 unC0Rr merge
Wed, 01 Dec 2010 20:43:35 +0300 igorko Translation update
Wed, 01 Dec 2010 20:45:05 +0300 unC0Rr Some more improvements
Wed, 01 Dec 2010 01:43:55 +0100 koda un-break also the ios project
Wed, 01 Dec 2010 00:58:03 +0100 koda un-break build (wrong merge in uConsole) and update project file with the new sources
Tue, 30 Nov 2010 22:46:47 +0100 koda OMG merge
Mon, 29 Nov 2010 23:10:38 -0500 nemo Add poison sounds to all voices pending proper recording by armagon.
Mon, 29 Nov 2010 22:23:56 +0300 unc0rr Simple simplify() function
Sun, 28 Nov 2010 15:07:26 -0500 nemo do GoBack if also INGAME due to kick
Sun, 28 Nov 2010 14:38:42 -0500 nemo disable last commit w/ comment
Sun, 28 Nov 2010 14:25:24 -0500 nemo suppress PART if game is running. testing, etc.
Sun, 28 Nov 2010 13:58:25 -0500 nemo Try suppressing those annoying "incorrect state" messages without actually breaking net play. Alter prior checks on GoBack. NEEDS TESTING.
Sun, 28 Nov 2010 13:12:00 -0500 nemo add null check
Sun, 28 Nov 2010 12:55:57 -0500 nemo Try to kill off all teams if the player returns to the lobby in mid-game. Also leave game room open for admins to kick/restrict joins etc. NEEDS TESTING PROBABLY BROKE SOMETHING OR OTHER
Sun, 28 Nov 2010 19:03:28 +0300 unc0rr Basic encoding of drawn map
Sun, 28 Nov 2010 17:23:51 +0300 unc0rr Improve map editor a bit
Sat, 27 Nov 2010 23:57:31 +0300 unc0rr Small testing app for DrawMap scene
Sat, 27 Nov 2010 23:55:39 +0300 unc0rr Some basic functionality
(0) -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip