hedgewars/uGears.pas
Tue, 01 Feb 2011 15:30:08 +0100 koda addfilelog <3 debugfile
Tue, 01 Feb 2011 00:27:47 +0100 koda pleeeeeeeeeeeeeeeeeeeeeease, remeber {$IFDEF DEBUGFILE} before using AddFileLog
Sun, 30 Jan 2011 21:33:08 +0300 unc0rr Fix ApplyDamage accepting Damage == 0
Sat, 29 Jan 2011 21:16:09 +0100 Henek added dummy for tardis and ugly icons for tardis and structure
Sat, 29 Jan 2011 18:18:44 +0100 Henek still in developement take on adding structures, working hiding of hogs and ejecting them later.
Sat, 22 Jan 2011 19:40:57 +0100 sheepluva let players set timer of drill strike. yes. drill strike :3 the timer starts to tick on first impact
Thu, 13 Jan 2011 21:52:48 +0300 unc0rr Pass PHedgehog instead of PGear to stats. Fixes crash.
Wed, 12 Jan 2011 20:31:55 +0100 Henek added rq-sky to themes so it can set sky color for low quality. also added tint of sky on sudden death. underwater theme is an example of this
Wed, 12 Jan 2011 22:02:43 +0300 unc0rr Oops, I should test more
Wed, 12 Jan 2011 22:01:15 +0300 unc0rr Doesn't work as expected
Mon, 10 Jan 2011 15:53:49 +0300 unc0rr Don't waste CPU cycles trying to find a piece of land when there's no free land left
Sun, 09 Jan 2011 21:37:45 +0300 unc0rr Inherit hedgehog from gear which caused damage, thus keeping track of which hog actually did the damage
Fri, 07 Jan 2011 23:08:34 +0300 unc0rr Keep track of which hog's weapon does damage
Tue, 04 Jan 2011 16:15:47 +0300 unc0rr Make barrels drop when hog walks away from under it
Sun, 02 Jan 2011 19:30:16 +0100 koda rearrange quality flags a little, disable snow rendering on rqLowRes
Sun, 02 Jan 2011 18:12:16 +0100 koda remove obsolete TrainingFlags code
Sat, 01 Jan 2011 23:10:57 +0100 Henek added flake configuration also in sudden death and SDClouds for underwater
Fri, 31 Dec 2010 01:05:23 +0100 Henek sudden death changes: only change visual bit on health decrease and support for water transparancy change and clouds number change
Thu, 30 Dec 2010 22:20:17 +0100 sheepluva fix portal gun wrong color issue
Thu, 30 Dec 2010 09:58:05 -0500 nemo avoid uninitialised pointer. thanks to dead.mazayus
Wed, 29 Dec 2010 22:44:45 -0500 nemo nil check
Wed, 29 Dec 2010 16:21:30 -0500 nemo add a couple of variables to speed up UID lookups. Based on the assumption new visual gears and gears will tend to be at the end of the list. Set them on successful lookup or script gear creation, clear on delete. Oh also pick up a couple of TrevInc's translation changes
Tue, 28 Dec 2010 23:53:37 +0100 Henek sudden death, now with visual and audial effects :D
Sun, 26 Dec 2010 16:01:39 -0500 nemo completely disable falling back to "say" in chHogSay
Sun, 26 Dec 2010 15:37:43 -0500 nemo ok. restore old [r + 1 + r] for gear width for a moment, and reset snowballs.
Sun, 26 Dec 2010 15:30:24 -0500 nemo increase snowball radius
Sun, 26 Dec 2010 11:17:01 -0500 nemo add a disabling for landback, set it if flakes are enabled
Fri, 24 Dec 2010 16:13:28 -0500 nemo Disable gtFlake on bordered maps
Thu, 23 Dec 2010 00:01:56 -0500 nemo Tweak more wind values / densities
Wed, 22 Dec 2010 21:33:46 -0500 nemo enable snow on Christmas theme
Wed, 22 Dec 2010 01:30:03 -0500 nemo apply cGravityf when changing cGravity
Wed, 22 Dec 2010 01:19:47 -0500 nemo more snow
Wed, 22 Dec 2010 01:11:48 -0500 nemo minor visual tweaks to snow
Wed, 22 Dec 2010 00:17:43 -0500 nemo A very very basic snow implementation
Wed, 22 Dec 2010 02:50:17 +0100 Henek added density for gears used in gfMoreWind, needs alot of tweaking
Sun, 19 Dec 2010 21:06:34 -0500 nemo Snowball weapon
Wed, 08 Dec 2010 15:10:38 -0500 nemo standardise name
Tue, 07 Dec 2010 22:23:40 -0500 nemo Restore millisecond precision for mines time
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.
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.
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, 24 Nov 2010 15:40:28 -0500 nemo move this call to where the game tick is actually incremented
Sun, 21 Nov 2010 13:13:42 -0500 nemo Increase teams to 8 to match the 8 colours, fix issue #108, reenable rope length modifier
Sun, 21 Nov 2010 19:41:19 +0300 unc0rr uDebug
Sun, 21 Nov 2010 17:48:58 +0300 unc0rr Move some command handlers out of uCommands into more appropriate places, thus removing some dependencies. Ideally uCommands shouldn't depend on anything (except for uTypes and uConsts probably)
Sun, 21 Nov 2010 09:12:44 -0500 nemo After repeated requests, variable length rope. Intended for the infinite rope folks, but values less than 100 make rope more interesting IMO.
Sun, 21 Nov 2010 16:53:31 +0300 unc0rr uCaptions
Sat, 20 Nov 2010 23:19:52 +0300 unc0rr no way
Sat, 20 Nov 2010 23:08:11 +0300 unc0rr Introduce uGearsRender
Thu, 18 Nov 2010 16:19:55 +0300 unC0Rr Introduce uRenderUtils
Thu, 18 Nov 2010 15:45:35 +0300 unC0Rr Introduce uRender
Thu, 18 Nov 2010 12:12:51 +0300 unC0Rr Haven't found a better place than uIO for OutError
Thu, 18 Nov 2010 11:45:31 +0300 unC0Rr Introduce uTextures
Thu, 18 Nov 2010 11:32:47 +0300 unC0Rr Move some stuff from uMisc to uUtils
Thu, 18 Nov 2010 09:12:27 +0300 unC0Rr Introduce uCommands.pas
Wed, 17 Nov 2010 22:09:07 -0500 nemo remove some more PHedgehog casts
Wed, 17 Nov 2010 22:21:29 +0300 unc0rr uGears
Wed, 17 Nov 2010 22:14:41 +0300 unc0rr uTeams
Wed, 17 Nov 2010 22:07:03 +0300 unc0rr uLand isn't that important to them
Wed, 17 Nov 2010 20:58:23 +0300 unc0rr Remove ugly PHedgehog(Gear^.Hedgehog) cast
Wed, 17 Nov 2010 17:45:55 +0300 unC0Rr Move variables from uMisc to uVariables
Wed, 17 Nov 2010 17:22:36 +0300 unC0Rr Introduce unit uTypes in order to remove some cyclic unit dependencies
Mon, 15 Nov 2010 14:39:58 -0500 nemo This should fix Chip's bug with unlimited teleports. Also remove more hog placement special behaviour and just use ResetWeapons with a check against PlacingHogs mode
Sun, 14 Nov 2010 15:06:02 -0500 nemo merge 0.9.14.1 to trunk
Sun, 14 Nov 2010 13:04:23 -0500 nemo revert delay on mines to 0.9.13 0-3 range 0.9.14.1
Sun, 14 Nov 2010 13:14:05 +0100 Palewolf Apply hit animation ONLY to bullets
Sun, 14 Nov 2010 12:57:01 +0100 Palewolf Small animation on bullet impact
Sun, 14 Nov 2010 11:19:37 -0500 nemo disable offsets in GetLaunchX/GetLaunchY instead 0.9.14.1
Sat, 13 Nov 2010 17:19:18 +0100 Henek made napalm use napalmbombs instead of just dropping fire
Fri, 12 Nov 2010 21:30:00 -0500 nemo tweak more wind mode
Fri, 12 Nov 2010 18:57:36 -0500 nemo This revision should, in theory, correctly merge 0.9.14 and tip, so that future merges of 0.9.14 should work properly
Fri, 12 Nov 2010 13:54:22 -0500 nemo distribute health evenly amongst graves instead of randomly - avoid situation where a grave stays dead
Fri, 12 Nov 2010 12:30:22 -0500 nemo Also switch saucer from updating every N ticks to updating as-needed.
Fri, 12 Nov 2010 12:25:38 -0500 nemo Switch to Damage - Tag is already in use
Fri, 12 Nov 2010 12:20:50 -0500 nemo only update flamethrower texture when the percentage changes
Fri, 12 Nov 2010 17:54:49 -0500 nemo improve behaviour of resurrection. pull in 4254 and 4259 which replace random with index 0.9.14
Fri, 12 Nov 2010 17:53:35 -0500 nemo pull bugfix into 0.9.14 avoid major performance hit when using flamethrower 0.9.14
Fri, 12 Nov 2010 15:20:54 +0100 koda yay i'm free to break things again!
Thu, 11 Nov 2010 10:51:38 -0500 nemo er. and cast to TAmmoType, which burp's routine still requires :)
Thu, 11 Nov 2010 09:59:45 -0500 nemo Forgot burp's new ammo routine
Thu, 11 Nov 2010 09:58:10 -0500 nemo Fix a long-standing bug with ammo due to gstMoving being set on gears generically, causing an incorrect ammo type to be set. This caused crashes and incorrect ammo types.
Mon, 08 Nov 2010 22:26:44 -0500 nemo Revert yet again for breaking stuff. No more chances on this. If there'd been a release, this would have been twice with serious breakage. P.S. - as per koda's complaint last time, only reverted the non-iphone, probably means iphone is now broken. Oh well.
Mon, 08 Nov 2010 23:58:59 +0100 koda merge
Mon, 08 Nov 2010 22:12:14 +0100 Henek inactivate sudden death if both health decrease and water rise is 0 and lower sudden death turns to 50 again
Mon, 08 Nov 2010 23:46:34 +0100 koda this time i got it right, i'm sure of it; TEST ANYWAYS
Sun, 07 Nov 2010 18:35:21 -0500 nemo revert 4200:dd54999c2822 - it was breaking schemes. koda. just leave this alone until next release
Sun, 07 Nov 2010 17:48:21 -0500 nemo no need to clear this flag
Sun, 07 Nov 2010 23:47:29 +0100 koda revamp gamemodes section in the ifrontend and update ios game modes
Sun, 07 Nov 2010 17:40:55 -0500 nemo better end of turn in infinite attack mode. NEEDS TESTING.
Sun, 07 Nov 2010 20:40:30 +0100 koda err better wait after relase for this one
Sun, 07 Nov 2010 20:27:05 +0100 koda move turnstime and minestime * 1000 outside frontend and place it in engine
Sun, 07 Nov 2010 20:36:16 +0300 unc0rr Fix rev dec8aafc6414 (not tested)
Sun, 07 Nov 2010 19:24:37 +0300 Henek renaming gtAmmo_Bomb and gtAmmo_Grenade
Sun, 07 Nov 2010 18:35:40 +0300 unc0rr Fix hanging in air after whip or bat attack
Sun, 07 Nov 2010 16:41:03 +0300 unc0rr REmove stupid int64 conversions, provide real fixes to compiler hints
Sat, 06 Nov 2010 22:03:12 -0400 nemo Prevent escape
Sat, 06 Nov 2010 17:56:24 -0400 henek 2 more variables to control water rise and health loss during sudden death.
Sat, 06 Nov 2010 12:56:09 -0400 henek Decouple forts from divide/mines/explosives, since those can be set individually these days
Fri, 05 Nov 2010 22:32:00 -0400 henek Remove the last vestiges of the shoppa hack by adding 2 spinners for percentage health and amount of health in crate, also update translations and increase SD spinner (some users have requested it)
Fri, 05 Nov 2010 11:51:34 -0400 nemo more button updates, wait for hogs in infinite attack mode stop moving before clearing their damage (just used an arbitrary small interval)
Thu, 04 Nov 2010 14:46:49 -0400 nemo Make health machine effects impact health reset
Wed, 03 Nov 2010 12:28:44 -0400 nemo Apply the reset to all hogs on all teams in uGears. Make InitialHealth same type as Health to avoid issues w/ initial health > 255. Update InitialHealth with the king buff.
Wed, 03 Nov 2010 16:29:17 +0100 koda health reset mode ftw (replaces gfmines)
Sun, 31 Oct 2010 18:04:21 +0100 koda merge
Sat, 30 Oct 2010 22:53:23 -0400 nemo Oops. Restore the check as well
Sat, 30 Oct 2010 21:48:47 -0400 nemo set hasGone to prevent resurrection.
Sun, 31 Oct 2010 18:04:02 +0100 koda add some phone rumbling to big explosions, airbomb and sinegun
Sat, 30 Oct 2010 21:57:54 +0200 Tobias Neumann Resurrector: respect modified Gear position for resurrection range circle
Fri, 29 Oct 2010 00:25:18 +0200 koda merge
Fri, 29 Oct 2010 00:24:17 +0200 koda disable gfMines and update variable names (landadds -> minesnum, cLandAdditions -> cLandMines)
Wed, 27 Oct 2010 00:24:03 -0400 nemo merge
Tue, 26 Oct 2010 19:04:51 +0200 koda restore king mode
Wed, 27 Oct 2010 00:23:38 -0400 nemo make napalm strike a bit less irritating
Thu, 14 Oct 2010 22:01:33 +0200 koda less warning, no rotation glitch, more comments
Mon, 11 Oct 2010 20:34:21 +0200 Tobias Neumann New Weapon: Resurrector (TODO: ammo icon + sprites)
less more (0) -120 tip