hedgewars/uTeams.pas
Sun, 02 May 2010 22:00:50 +0000 smxx Engine:
Thu, 29 Apr 2010 21:25:51 +0000 smxx Engine:
Thu, 29 Apr 2010 19:39:58 +0000 smxx Engine:
Sat, 17 Apr 2010 23:03:52 +0000 palewolf cWindSpeed recalculation assumed GetRandom returns a value between 0.0-1.0 while in fact is in the 0.0-0.5 range; Halve cMaxWindSpeed to compensate.
Mon, 29 Mar 2010 23:20:34 +0000 koda just some very sane stuff for the iphone port (plus some macro on pascal files)
Sat, 27 Mar 2010 15:48:59 +0000 smxx Engine:
Sat, 27 Mar 2010 08:59:10 +0000 mbait Added poisoned eggs
Fri, 26 Mar 2010 12:38:11 +0000 mbait New field in THedgehog for poisoning. New type of explosion- poisoned
Tue, 23 Mar 2010 16:50:13 +0000 unc0rr Ok, this part is ok
Mon, 22 Mar 2010 17:48:19 +0000 unc0rr Clean Augean stables
Sun, 21 Mar 2010 19:02:03 +0000 unc0rr In pascal unit is a namespace
Sun, 21 Mar 2010 13:41:11 +0000 nemo Remove Timer2 from Gear, add a Timer to Hedgehog
Fri, 19 Mar 2010 19:49:33 +0000 nemo aaaand back to 15s. most changed line of code ever.
Fri, 19 Mar 2010 02:06:27 +0000 nemo so claymore will quit complaining 'cause he can't think fast enough
Sat, 06 Mar 2010 10:59:20 +0000 unc0rr Replace tabs with spaces using 'expand -t 4' command
Mon, 01 Mar 2010 19:54:33 +0000 smxx Engine:
Fri, 26 Feb 2010 19:52:22 +0000 nemo A simple hat reservation mechanism. Can be worked around with a little effort, but to make it useful, you'd have to get everyone you played with to work around it too. Quite a bit of effort for a small reward feature.
Wed, 24 Feb 2010 03:03:43 +0000 nemo Adjust LocalClan when shuffling, set to -1 in case all local clans are bots.
Wed, 24 Feb 2010 01:55:59 +0000 nemo Show the ammo menu of the last local non-bot team when not local turn. needs testing
Thu, 18 Feb 2010 13:59:05 +0000 nemo Remove invulnerability protection from the team gone effect
Sun, 14 Feb 2010 21:52:32 +0000 nemo Prevent crasher if attempting to show ammo menu
Wed, 10 Feb 2010 17:31:12 +0000 smxx Engine:
Tue, 09 Feb 2010 21:51:52 +0000 nemo set min on king health proportion
Tue, 09 Feb 2010 20:47:22 +0000 nemo King health proportional to team size
Mon, 08 Feb 2010 16:03:58 +0000 nemo Decrease king buff from 150% bonus to 50% bonus, disable warning sound in placement mode
Mon, 08 Feb 2010 12:54:44 +0000 nemo Request by soreau. Placement time proportional to map size.
Mon, 08 Feb 2010 05:17:59 +0000 nemo Do CI correctly. Still need to allow for mode in case of no teleports in ammo
Mon, 08 Feb 2010 03:03:18 +0000 nemo Mode to place hogs at start of game. Will probably need a bit more testing.
Fri, 05 Feb 2010 13:12:31 +0000 nemo Add one king per team instead of clan, kill off clan if all kings are dead. untested.
Thu, 04 Feb 2010 20:45:03 +0000 smxx Server:
Thu, 04 Feb 2010 14:48:49 +0000 smxx Engine:
Sun, 31 Jan 2010 19:24:22 +0000 nemo Remove king invulnerability, disable everything but teleport instead.
Sun, 31 Jan 2010 16:20:53 +0000 nemo Update translation files, add "King Mode"
Tue, 26 Jan 2010 21:55:51 +0000 koda complete the replacement of init/free wrappers for every unit
Tue, 26 Jan 2010 04:13:37 +0000 nemo Free up some unfreed memory. Needed for Koda's iphone lib work
Sun, 24 Jan 2010 07:37:00 +0000 nemo Rolling random numbers before land is generated is bad, m'kay? InitWorld probably not the best place for it.
Sun, 24 Jan 2010 07:26:03 +0000 nemo Randomise order of play.
Mon, 18 Jan 2010 05:36:08 +0000 koda replace initialization/finalization statements with custom init functions
Thu, 14 Jan 2010 16:46:50 +0000 koda makes freepascal code compatible with OBJFPC mode
Sat, 14 Nov 2009 02:53:04 +0000 koda fix wrong ttf blending in ppc
Mon, 09 Nov 2009 20:29:21 +0000 unc0rr - Formatting changes
Thu, 05 Nov 2009 16:23:09 +0000 koda move compiler directives to standard pascal
Sun, 25 Oct 2009 16:35:09 +0000 koda fix a segfault in the iphone simulator by moving options.inc at the beginning of the file
Sun, 25 Oct 2009 15:55:49 +0000 koda added little/big endian checks, added symbol for touch input, simplified iphoneos definitions
Sat, 24 Oct 2009 13:50:31 +0000 koda more updates on touch input/control
Mon, 12 Oct 2009 16:53:01 +0000 unc0rr Real fix to ammo slot overflow (bug triggered by r2411 fix)
Thu, 10 Sep 2009 15:29:28 +0000 nemo Strip trailing spaces
Thu, 30 Jul 2009 17:32:46 +0000 unc0rr Fix queue bug triggered by AI
Thu, 11 Jun 2009 15:22:02 +0000 unc0rr Patch by koda:
Wed, 27 May 2009 03:52:07 +0000 nemo experiment in only sending a message to your clan
Mon, 11 May 2009 18:56:55 +0000 nemo Move Speech to visual gears. This checkin CRASHES on deletion of visual gear outside the doStep
Sat, 09 May 2009 11:56:46 +0000 unc0rr - Fix for desyncs when player exits
Thu, 30 Apr 2009 20:13:44 +0000 unc0rr nemo's great patch:
Sun, 19 Apr 2009 11:59:23 +0000 unc0rr Move health sorter to visual gears:
Thu, 26 Mar 2009 19:22:40 +0000 unc0rr Fix bug with rope and bazooka
Sun, 22 Mar 2009 14:32:22 +0000 unc0rr Apply koda's OpenGL ES compatibility patch
Fri, 16 Jan 2009 23:27:25 +0000 unc0rr Fix engine freeze when one of the teams is killed before its first turn, number of hedgehogs in that team < 8, and game still goes on
Wed, 14 Jan 2009 22:53:22 +0000 unc0rr Fix voicepacks
Wed, 14 Jan 2009 16:36:16 +0000 unc0rr Mostly fix voicepack usage
Mon, 12 Jan 2009 22:02:47 +0000 unc0rr Fix small bug in voicepacks support in engine. It's complete and tested now.
less more (0) -100 -60 tip