hedgewars/uGears.pas
Sat, 27 Aug 2011 17:53:35 -0400 nemo Prevent flakes from drawing if they spawn in land
Sat, 27 Aug 2011 12:52:54 -0400 nemo Try reenabling landbacktex to see how it behaves with current pixel rules
Fri, 26 Aug 2011 21:49:10 -0400 nemo Fix rounding error in sky colour causing visible lines
Thu, 25 Aug 2011 14:56:51 +0200 sheepluva don't poison invul hogs
Sun, 21 Aug 2011 19:29:04 -0400 nemo Try to avoid overlapping voices for major statements (not things like byebye or oof)
Sun, 21 Aug 2011 11:24:20 -0400 nemo add check for other forms of flight too
Sat, 20 Aug 2011 16:43:57 -0400 nemo This really should have been a TPoint for consistency
Thu, 18 Aug 2011 00:14:43 +0200 sheepluva portal: combating the space-detection issue.
Wed, 17 Aug 2011 11:17:50 -0400 nemo ...
Wed, 17 Aug 2011 11:07:03 -0400 nemo *sigh*
Wed, 17 Aug 2011 10:58:00 -0400 nemo Add square check to shotgun. This a minor optimisation that might sidestep a bug on iOS/Android. Still need to find out why the bug is happening though
Tue, 16 Aug 2011 23:02:27 -0400 nemo Make it a lot harder to cheat with typical random crates. This also means that crates will vary even if map has the same seed (hog positions of course will be unchanged).
Sun, 14 Aug 2011 17:49:12 -0400 nemo For mikade's sake, use old dx/dy/frametick as default, so health crosses move the same
Sun, 14 Aug 2011 17:42:26 -0400 nemo Use same visual gear for health tags and hearts.
Sat, 13 Aug 2011 22:46:47 +0200 Henek new SD flakes from mikade and a flash when sudden death starts
Sat, 13 Aug 2011 21:26:59 +0400 unc0rr Some screwing around GearsNear code
Sun, 07 Aug 2011 14:29:11 -0400 nemo Experimental area-of-effect Seduction
Sun, 07 Aug 2011 12:06:53 -0400 nemo make a special case for teleport instead. also allows teleporting off of a parachute
Sun, 07 Aug 2011 11:52:06 -0400 nemo prevent attempting to teleport in mid-air during inf attack
Sun, 07 Aug 2011 11:23:27 -0400 nemo Don't reset attack when Unplaced.
Sun, 07 Aug 2011 11:18:49 -0400 nemo This should make bee/airstrikes play nicer with infinite attack mode
Fri, 05 Aug 2011 14:15:19 -0400 nemo merge
Fri, 05 Aug 2011 14:13:06 -0400 nemo move gstWait - should make detecting drowning easier for mikade
Fri, 05 Aug 2011 12:19:01 +0100 grammickj New sounds: mudball, mine bounce, hammer
Mon, 01 Aug 2011 15:37:27 -0400 nemo Make vgtHealth use Tint
Sat, 30 Jul 2011 17:23:47 -0400 nemo add nil check
Wed, 27 Jul 2011 09:20:55 -0400 nemo this helps a bit
Fri, 01 Jul 2011 10:38:00 +0400 unc0rr Merge
Thu, 30 Jun 2011 15:09:10 +0400 unc0rr Tiny optimization: convert smooth wind indicator change gear into visual gear
Thu, 30 Jun 2011 14:26:01 +0400 unc0rr Convert huge switch into an array
Thu, 30 Jun 2011 13:59:57 +0400 unc0rr Don't draw snow flakes spawned in land, introduce gstInvisible flag
Tue, 28 Jun 2011 21:28:13 +0200 Henek fake crates now with complementary poison
Sun, 26 Jun 2011 15:23:45 -0400 nemo bounce. tweak of values, remove friction modifier, move to weapon, to match timer behaviour
Sun, 26 Jun 2011 13:38:47 -0400 nemo Allow control of grenade bounce. Not sure if this is a good idea, but has been requested a lot, so...
Sun, 26 Jun 2011 02:47:36 +0200 Henek now scripts can create unique crates: dummy (empty) crates and booby traps. scripts can also set health crate values
Thu, 23 Jun 2011 15:08:19 -0400 nemo At mikade's request and w/ unc0rr's blessing, dramatically slash inactivity delay from 1.25s down to a tenth of a second.
Tue, 21 Jun 2011 17:28:53 -0400 nemo Remove default transparent chunks. Chunk will only be added if theme defined.
Tue, 21 Jun 2011 22:47:12 +0200 Henek remove theme.cfg from CMakeLists too
Thu, 05 May 2011 17:08:29 +0400 unc0rr Some improvements on stats subsystem
Mon, 02 May 2011 01:55:14 -0400 nemo Basic TARDIS implementation. Still needs proper animation, and probably a check to force reappearance on death of last team mate
Fri, 29 Apr 2011 17:05:10 +0400 unc0rr Call statistics routine after setting the damage
Wed, 27 Apr 2011 15:57:23 +0400 unc0rr Fix "Mixing signed expressions and longwords gives a 64bit result" warnings
Mon, 11 Apr 2011 01:30:43 +0200 sheepluva grenade back to old damage, but from now on explosions assume they are not closer to a gear's center than the gear's radius
Sun, 10 Apr 2011 17:25:34 -0400 nemo rename gtBomb to gtGrenade, nerf grenade from 50 to 47 pending some flag to indicate pixels in Land[] belonging to current hog to avoid throwing grenades into hogs
Thu, 07 Apr 2011 23:54:09 +0200 sheepluva added some comments in order to confuse the GSoC students as much as possible ;D
Mon, 28 Mar 2011 21:44:17 +0400 unc0rr - Use LastDamage in CheckHHDamage
Mon, 28 Mar 2011 21:27:06 +0400 unc0rr Colin Rice
Sun, 20 Mar 2011 15:00:01 -0400 nemo remove ammo if you suicide in the middle of uses
Sat, 19 Mar 2011 17:49:27 -0400 nemo Landgun, first pass. At sdw's request.
Thu, 17 Mar 2011 23:11:48 +0100 Henek added game mode Tag Team, mostly untested, please test :)
Thu, 17 Mar 2011 16:19:03 +0100 koda my bad
Wed, 16 Mar 2011 17:25:05 +0100 Henek added GetCurAmmoType to lua
Wed, 02 Mar 2011 15:19:55 -0500 nemo add victory/flawless victory sounds. untested
Wed, 02 Mar 2011 00:27:20 +0100 koda Happy 2011 :)
Sun, 06 Feb 2011 21:50:29 +0300 unc0rr - Take into account hlint suggestions
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
less more (0) -120 tip