hedgewars/uTeams.pas
Wed, 29 May 2013 15:12:06 -0400 unc0rr bump copyright year for Andrey entries
Tue, 28 May 2013 13:57:11 -0400 nemo < 256 is "thawing"
Tue, 30 Apr 2013 21:06:05 -0400 nemo this is fairer
Sun, 21 Apr 2013 17:38:17 -0400 nemo yep. I did forget to put this back
Sun, 21 Apr 2013 16:39:36 -0400 nemo So. This should fix ammo delays being off on a team that is resurrected later in the game, even up freezing delays a bit, prevent an infinite loop in freezing, and reduces fuel burn when adjusting freezer to one-fourth.
Tue, 02 Apr 2013 21:00:57 +0200 koda update webgl branch webgl
Tue, 19 Mar 2013 18:32:03 +0100 koda move RestoreHog from uGears to uTeams to break a circular dependency cmake_pascal
Wed, 06 Mar 2013 19:50:25 -0500 nemo yeah. this was a bad idea. the minor difference in thaw speed vs last hog of team never unthawing.
Wed, 06 Mar 2013 08:26:14 -0500 nemo extend time a bit. move to defrosting on team's turn. fairer than using round order I think.
Tue, 05 Mar 2013 16:04:22 -0500 nemo At multiple requests, change ice to be turn based. This is a more modest adjustment of existing code, that can be fairly easily flagged or reverted if desired. It also allows scripts to extend freezing, and preserves fire melting.
Mon, 25 Feb 2013 20:45:13 -0500 nemo forgot this loop icegun
Sun, 24 Feb 2013 21:44:40 -0500 nemo Messing around w/ Freezer icegun
Sun, 27 Jan 2013 00:28:57 +0100 koda update branch webgl
Thu, 10 Jan 2013 22:59:46 +0400 martin_bede Fix tons of warnings
Wed, 02 Jan 2013 10:11:42 +0100 koda also have uTouch follow the new NewTurn policy
Tue, 01 Jan 2013 14:21:51 -0500 nemo move onNewTurn, onGameTick and onGameTick20 to try and avoid ParseCommand breakage after nextturn call. Needs testing, but should be safe for most scripts. Also fix locale loading.
Sat, 29 Dec 2012 22:50:10 +0100 dag10 GCI2012: Advanced Keyboard Configuration
Tue, 25 Dec 2012 04:45:22 +0100 koda update branch with default webgl
Thu, 29 Nov 2012 23:23:19 -0500 Joe Doyle (Ginto8) Move global variables to units that use them
Thu, 22 Nov 2012 00:41:53 +0100 koda updated branch webgl
Sat, 17 Nov 2012 20:27:49 -0500 nemo oops
Sun, 11 Nov 2012 17:15:19 +0100 koda merge xymeng's gsoc engine with a few updates (and further checks on symbol definitions) webgl
Tue, 06 Nov 2012 23:59:58 +0400 unc0rr Don't zero TeamHealth, only show empty health bar
Tue, 06 Nov 2012 08:38:37 -0500 nemo Remove duplicate files from voices (add a fallback check in uSound). Add JustYouWait as an alternate to IllGetYou. Note that IllGetYou being called every turn seems awkward. IMO they probably should be reserved for significant enemy action. Maybe played by team of heavily damaged or killed hog.
Sat, 27 Oct 2012 14:50:38 +0200 koda minor macro cleanup
Sat, 27 Oct 2012 01:16:35 +0400 unc0rr Clear hedgehog's gear Power value when switching. Should fix issue 446 (not tested, but looks obvious).
Sun, 14 Oct 2012 20:24:08 -0400 nemo Also shove using shotgun, switch off hat when not active hog
Tue, 04 Sep 2012 13:18:26 +0200 sheepluva I didn't want to do this since it seems less clean, but...
Thu, 26 Jul 2012 21:56:47 +0400 Stepan777 merge
Wed, 25 Jul 2012 10:56:14 -0400 nemo Changes for the benefit of pas2c. Use downto in for loops to avoid repeated calls of Random/GetRandom. Wrap nots.
Sun, 24 Jun 2012 20:31:26 +0400 Stepan777 merge
Sat, 23 Jun 2012 21:37:47 -0400 nemo Step 1. Add current hedgehog as top bit of bottom byte.
Thu, 07 Jun 2012 17:42:32 +0400 Stepan777 merge
Thu, 07 Jun 2012 01:10:57 +0200 Xeli first attempt at implementing support for keys with modifiers
Tue, 05 Jun 2012 19:33:49 +0200 Xeli only reset those keys which actually change their bindings
Mon, 04 Jun 2012 21:32:30 +0400 Stepan777 here it is
Thu, 31 May 2012 15:14:39 +0400 unc0rr pas2c stuff
Wed, 23 May 2012 23:24:03 +0400 unc0rr Don't remove already removed team
Thu, 10 May 2012 23:21:56 +0200 koda the ios port runs again, although with a few things to sort out
Sat, 05 May 2012 19:04:59 +0100 koda old typed const moved to their proper unit
Thu, 03 May 2012 00:20:58 -0400 nemo Switch effects to longint for convenience of tracking ice states. I could add a new Hedgehog value, but since we have this effects list being all useless as booleans anyway...
Wed, 02 May 2012 22:12:58 +0400 unc0rr GetRandom -> GetRandomf
Wed, 02 May 2012 11:43:43 +0100 koda marked a couple of functions as inline
Wed, 02 May 2012 10:53:13 +0100 koda change every return value into a more pascal-ish form, using the name of the fucntion (helps the parser and macpas compaitilibity)
Tue, 01 May 2012 19:56:55 +0200 koda breaking news, we don't support typed consts anymore
Sun, 29 Apr 2012 21:17:27 +0200 Xeli wops
Sun, 29 Apr 2012 18:08:46 +0200 Xeli hide utilitywidget when changing turns, this also fixes some inconsistency when using targetting weapons
Sat, 28 Apr 2012 15:03:52 +0200 Xeli changed uKeys to uInputHandler to better reflect its function
Tue, 24 Apr 2012 23:50:40 +0400 unc0rr Get rid of overloaded functions in uAmmo
Sun, 22 Apr 2012 13:58:53 -0400 nemo Make clouds/flakes change direction smoothly
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 19:51:13 +0400 unc0rr - Remove support for variables in command handlers
Fri, 17 Feb 2012 18:23:36 +0100 koda the most important commit of the year
Thu, 16 Feb 2012 21:32:19 +0100 Xeli move the aim buttons to be above the jump button
Thu, 16 Feb 2012 17:48:03 +0100 Xeli added hide/show animation for the aiming keys (should animateWidget() be moved to another unit?)
Sat, 04 Feb 2012 16:22:46 +0100 Xeli Rewrote the Ammomenu:
Tue, 17 Jan 2012 09:01:31 -0500 lovelacer A partial reformatting of the pascal code to have consistent syntax. Things that are still inconsistent.
Sat, 31 Dec 2011 01:52:14 +0300 unc0rr Fix build
Sun, 27 Nov 2011 14:46:57 +0300 unc0rr - Improvement to the parser
less more (0) -100 -60 tip