hedgewars/GSHandlers.inc
Sat, 04 Aug 2012 20:47:13 -0400 nemo First pass at variable land size. For playing a small map (forced on rqLowRes), this should save 42MiB of RAM.
Wed, 01 Aug 2012 18:35:09 -0400 nemo Toggle autoCameraOn in Findhh instead of checking FollowGear which could be set in a variety of places. Issue #404
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, 22 Jul 2012 00:48:48 +0400 unc0rr AI uses cake! Known issues: AI could damage itself for no reason, could let cake go looping in a hole with exit closed by AI hog.
Fri, 20 Jul 2012 17:43:35 -0400 nemo don't need the camera following invisible stuff (maybe this should be in the general camera routine?)
Fri, 20 Jul 2012 14:16:05 -0400 nemo Try avoiding spamming the log by retaining the gears. untested.
Thu, 19 Jul 2012 17:34:18 -0400 nemo Fix TARDIS, make switcher work w/ the new more stringent check.
Thu, 19 Jul 2012 17:14:02 -0400 nemo Update team health
Mon, 16 Jul 2012 23:08:42 -0400 nemo what the heck, let's add a few more
Mon, 16 Jul 2012 23:46:44 +0400 unc0rr - Check for harmful gear deletions
Mon, 16 Jul 2012 23:12:59 +0400 unc0rr Use gmDestroy message instead
Sun, 15 Jul 2012 16:56:05 -0400 nemo Fix bug in resurrector deleting graves (exists in stable too), remove some unnecessary assignments due to the fillchar 0
Sun, 15 Jul 2012 15:35:28 -0400 nemo Apparently order of multiple getrandom in params is undefined. Also remove broken and pointless getrandom call.
Sat, 14 Jul 2012 23:19:09 -0400 nemo Sorry about the slight delay in pickup. You can blame a few lame cheaters. This is to make their cheating a bit harder.
Sun, 08 Jul 2012 23:14:24 +0400 unc0rr Introduce uGearsHandlers.pas, for now only part of cake handlers is moved there
Thu, 05 Jul 2012 20:53:55 +0400 unc0rr Fix crash when hedgehog dies while switching from it
Wed, 04 Jul 2012 12:41:47 -0400 nemo free up power for use by script
Tue, 03 Jul 2012 22:44:50 +0400 unc0rr - Don't call Length() on variable size arrays
Fri, 29 Jun 2012 01:23:43 +0400 unc0rr Tiny optimization + formatting fix
Wed, 27 Jun 2012 09:16:34 -0400 nemo More efficient
Wed, 27 Jun 2012 08:54:03 -0400 nemo oops
Tue, 26 Jun 2012 20:05:24 -0400 nemo Extend TARDIS away time a bit (minimum, range) to make it a bit more useful. Remove a couple of unused variables.
Tue, 26 Jun 2012 11:08:33 -0400 nemo er. this one too
Tue, 26 Jun 2012 10:14:40 -0400 nemo Add green mask for anti-portal areas on custom maps. Flagged as Bouncy since it is intended for that general use. Needs testing.
Sun, 24 Jun 2012 20:30:51 -0400 nemo oops
Sun, 24 Jun 2012 18:21:12 -0400 nemo These 2 need masks now
Sun, 24 Jun 2012 09:12:53 -0400 nemo Another take at prettier crate appearance
Sat, 23 Jun 2012 22:39:00 -0400 nemo Second part of the change. Make collision check use the new mask bit.
Sat, 23 Jun 2012 21:37:47 -0400 nemo Step 1. Add current hedgehog as top bit of bottom byte.
Sat, 23 Jun 2012 22:44:11 +0400 unc0rr - Fix cake bug introduced in r2ccfc93c6b5e
Sat, 09 Jun 2012 17:05:16 +0400 unc0rr - Fix damage calculation in TestSniperRifle, aim a bit lower to compensate initial angle shift in sniper rifle. As a result, AI seems to never fail sniper rifle shots.
Fri, 08 Jun 2012 14:30:46 +0400 unc0rr Check for gstHHDriven instead of damage check, so ballgun stops when turn ends in multiattack mode
Sun, 03 Jun 2012 18:52:22 -0400 nemo Only create textures for non-empty LandPixel chunks. This should save a fair amount of memory, especially on smaller maps, and eliminate a number of draws
Sun, 03 Jun 2012 11:02:12 -0400 nemo warp sound when AI survival hog respawns. attempt at a bit of a crate spawn animation (moar sparkles and a quick fadein)
Sat, 26 May 2012 16:50:51 -0400 nemo Minor freezer changes, allow snow to accumulate on indestructible terrain too.
Sun, 20 May 2012 19:42:55 -0400 nemo Ok. I think *this* should flip it correctly...
Sun, 20 May 2012 10:55:58 -0400 nemo Minor tweaks to freezer, mostly to simplify current state to laptop
Sun, 20 May 2012 01:00:00 -0400 nemo Bit more freezer.
Fri, 18 May 2012 13:35:22 -0400 nemo Add an emergency return to the timebox in the case of death of rest of team. Also add a small visual effect to AI survival
Sat, 12 May 2012 22:50:33 +0400 unc0rr Get rid of cripple SendIPCc
Sat, 12 May 2012 22:13:56 +0400 unc0rr Make pas2c even more happier with uGears.c, allow assigning arrays in some cases
Fri, 11 May 2012 23:34:35 +0400 unc0rr Recognize length on arrays as a separate function
Fri, 11 May 2012 23:22:01 +0400 unc0rr More tolerance to pas2c
Fri, 11 May 2012 20:01:57 +0400 unc0rr Make pas2c happier with uSound
Thu, 10 May 2012 11:12:06 +0400 unc0rr Implement built-in functions Low() and High()
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 19:16:12 -0400 nemo Initial stub for freezer
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
Tue, 01 May 2012 19:56:55 +0200 koda breaking news, we don't support typed consts anymore
Tue, 24 Apr 2012 23:50:40 +0400 unc0rr Get rid of overloaded functions in uAmmo
Wed, 28 Mar 2012 16:33:50 -0400 nemo invalidate on switch
Tue, 20 Mar 2012 01:30:54 -0400 nemo bit of an experiment in variable splash sizes based on object/speed. not sure if it looks good yet. need to drown more stuff.
Sat, 17 Mar 2012 17:18:43 -0400 nemo Ensure flawless is false if any hog is lost, unless it was lost doing a kamikaze
Sat, 17 Mar 2012 13:16:50 -0400 nemo orient kamikaze correctly when going through portals
Wed, 14 Mar 2012 23:58:56 -0400 nemo oh yeah, dY...
Wed, 14 Mar 2012 21:12:04 -0400 nemo Allow RC plane to go through portals
Sun, 11 Mar 2012 11:39:45 -0400 nemo bug #336
Sat, 10 Mar 2012 15:56:36 -0500 nemo Avoid rare double decrement.
Wed, 29 Feb 2012 18:24:56 -0500 nemo Fix for bug #366, delete gear if hog is drowning (needed either that or a check on nil Gear^.Hedgehog^.Gear)
Fri, 17 Feb 2012 18:23:36 +0100 koda the most important commit of the year
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.
Wed, 11 Jan 2012 22:26:07 -0500 nemo Allow multiple portals, so long as the team hasn't changed...
Tue, 10 Jan 2012 22:41:35 -0500 nemo allow roping into a portal (still detaches rope)
Wed, 28 Dec 2011 18:40:02 +0300 unc0rr It seems there's no need to copy gear's msg. Fixes bots getting stuck after hog switch.
Sat, 17 Dec 2011 13:12:33 -0500 nemo Little tweak to reduce noob fail. Delay drill rocket explosion by 250ms after spawn in Attack. Unless you drop it straight down w/ no power, it should not explode immediately in your face.
Mon, 05 Dec 2011 23:10:53 -0500 nemo with statement considered harmful
Fri, 02 Dec 2011 15:03:27 +0400 unc0rr Some tiny optimizations
Sun, 04 Dec 2011 00:56:07 +0300 unc0rr Some cleanup here and there
Sun, 04 Dec 2011 00:52:47 +0300 unc0rr - Give uLand more modularity
Thu, 01 Dec 2011 18:02:27 +0400 unc0rr - Improve renderer a bit, disallow nested functions
Thu, 01 Dec 2011 11:30:06 +0400 unc0rr Why 'And'? (help parser)
Wed, 30 Nov 2011 23:16:44 +0100 Henek present somthing that could be taken as a structure
Fri, 30 Dec 2011 13:54:39 +0400 unc0rr Start refactoring uGears. Breaks build.
Sun, 27 Nov 2011 23:13:22 +0300 unc0rr Countless imporvements to the parser and countless help to the parser in sources.
Sun, 27 Nov 2011 19:34:08 +0300 unc0rr More work on the parser
Sun, 27 Nov 2011 14:46:57 +0300 unc0rr - Improvement to the parser
Thu, 24 Nov 2011 16:40:17 -0500 nemo Tidy up flake land generation, to avoid ragged holes in landbacktex. Remove of one odd Land[] change forces a PROTO bump. Well, had to happen eventually.
Wed, 16 Nov 2011 15:16:17 -0500 nemo prevent flinging up into any land.
Tue, 15 Nov 2011 00:43:19 -0500 nemo Fix for issue #291 - this check should probably be in ApplyDamage though
Mon, 14 Nov 2011 18:08:36 -0500 nemo Remove a bunch of unnecessary nil checks. FreeTexture does its own nil check.
Sun, 13 Nov 2011 19:17:47 -0500 nemo this one should not be delayed 0.9.17
Fri, 11 Nov 2011 15:11:41 -0500 nemo Update changelog, comment on possibly redundant lines in GSHandlers
Thu, 10 Nov 2011 15:12:44 -0500 nemo Add more border checks
Sun, 06 Nov 2011 13:53:25 -0500 nemo Set default water colours in greyscale mode in case the theme does not define them, decrement piano weapon on use
Sun, 06 Nov 2011 13:17:42 -0500 nemo Set CurrentAmmoGear on piano (should fix notes again). Also disable focus on current hog if unplaced.
Fri, 04 Nov 2011 12:50:37 +0100 sheepluva tweak DrawTunnel call of blowtorch. should fix issues with blowtorch going horizontal when it shouldn't
Mon, 31 Oct 2011 16:44:25 +0100 sheepluva Bee:
Wed, 19 Oct 2011 22:32:26 -0400 nemo lolwut
Wed, 19 Oct 2011 21:53:39 -0400 nemo Fix sticky mine/mine activation bug
Wed, 19 Oct 2011 21:50:03 -0400 nemo Fix birdy flight bug
Sun, 16 Oct 2011 21:03:30 +0200 koda merge the changes applied to 0.9.16
Sun, 16 Oct 2011 11:45:46 -0400 nemo Blend the outter side too
Wed, 12 Oct 2011 21:00:12 -0400 nemo Remove unnecessary assignments post-creation. Simplifies Lua manipulation of these adds as well as just being tidier.
Mon, 10 Oct 2011 16:36:35 -0400 nemo tidier
Mon, 10 Oct 2011 16:23:08 -0400 nemo Make sticky mines and normal mines start their typical behaviour a second after creation in infinite attack mode.
Mon, 10 Oct 2011 15:45:19 -0400 nemo set followgear to cluster/melon/gascloud
Sun, 09 Oct 2011 19:36:09 -0400 nemo Restrict slipperiness to girders and bridges. Make girders more obviously ice.
Fri, 07 Oct 2011 18:52:04 -0400 nemo This should allow hedgehogs to still move freely after trapping other hedgehogs in a portal loop.
Sun, 02 Oct 2011 10:36:43 -0400 nemo Basic test implementation of an ice flag. Allows for slick parts of terrain. Intended for ice gun, or "ice" mask on portions of land objects.
Sat, 24 Sep 2011 22:16:49 +0400 unC0Rr Fix a bunch of warnings (also improves speed a bit in 32 bit code)
Sat, 24 Sep 2011 01:41:03 +0200 sheepluva rope: CheezeMonkey (omg I mentioned your name :O) has pointed out that there is still a way to get stuck in walls. This should fix it.
Sun, 25 Sep 2011 10:48:18 -0400 nemo merge from default. Pulls in sheepluva's frontend work, and unbreaks engine cmake. 0.9.16
Tue, 20 Sep 2011 20:52:04 -0400 nemo Disable a bit of code from revision 4 that I'm pretty sure is not hit anymore, or we'd end up with plenty of doubled graves at a minimum. Also, clear gstWinner/gstLoser along with gstWait - still need to figure out why exactly those aren't rendering anymore though.
Tue, 20 Sep 2011 13:27:07 -0400 nemo Clear gstAnimation and reset Timer before entering death animation
Tue, 20 Sep 2011 12:59:02 -0400 nemo revert prev - that was dumb. wrong gear.
Tue, 20 Sep 2011 12:46:45 -0400 nemo Let's actually add the gstHHDeath check to the right line, shall we?
Tue, 20 Sep 2011 12:02:58 -0400 nemo Check on active hedgehog death animation
Fri, 16 Sep 2011 15:21:27 -0400 nemo clear HHJump on portaling
Fri, 16 Sep 2011 14:43:04 -0400 nemo Requested a few times
Thu, 15 Sep 2011 22:53:47 -0400 nemo 2 extra steps was still occasionally causing problems w/ edge cases. hopefully 3 should do the trick
Thu, 15 Sep 2011 20:39:04 -0400 nemo Tweak sparkles, glass. Left glass commented out in case he prefers old behaviour.
Fri, 16 Sep 2011 01:12:57 +0200 sheepluva moar sparkles :3
Thu, 15 Sep 2011 17:19:49 +0200 sheepluva fix and optimize kamikaze's png
Wed, 14 Sep 2011 17:17:50 +0200 sheepluva lua: boolean TestRectForObstacle(x1, y1, x2, y2, landOnly)
Tue, 13 Sep 2011 17:49:39 -0400 nemo fix for issue #238
Mon, 12 Sep 2011 07:27:34 +0200 sheepluva nemo's molotov burst effect; with a slight color modification added
Mon, 12 Sep 2011 06:31:10 +0200 sheepluva fix side-effects of nemo's bottle-turnin'
Sun, 11 Sep 2011 21:30:42 -0400 nemo Since we are tweaking molotov. make the flame flickery and add a drowning frame
Mon, 12 Sep 2011 00:47:49 +0200 sheepluva smoke for molotov
Sun, 11 Sep 2011 18:09:49 -0400 nemo make it more sekret
Sun, 11 Sep 2011 14:46:04 -0400 nemo aaaallways, I want to beeee with you, and make belieeeeve with you
Sun, 11 Sep 2011 00:36:47 +0200 sheepluva some portal love for deagle/etc shots
Sat, 10 Sep 2011 16:21:38 +0200 sheepluva fix: let's use less random code for drawing the bullet trajectory
Sat, 10 Sep 2011 04:08:15 +0200 sheepluva actual rope fix for hogs getting stuck on walls
Thu, 08 Sep 2011 08:44:17 -0400 nemo Define 2 script callbacks to notify of hog vanishment
Thu, 08 Sep 2011 00:29:01 -0400 nemo remove debug message, clear a couple of global gear references if appropriate, fix control script
Mon, 05 Sep 2011 15:05:46 -0400 nemo check for turn over (infinite attack)
Sun, 04 Sep 2011 13:54:24 -0400 nemo make pickhammer and blowtorch burn time for infinite attack mode
Sat, 03 Sep 2011 18:04:19 -0400 nemo Reenable a bunch of old portal play stuff, like dropping grenade into portal on hog, jumping through portal w/ hog on other end, collecting crate w/ portal etc. Also add cooldown to cake/portal interaction. It may still not do what you expect, but it probably shouldn't spin in place.
Sat, 03 Sep 2011 14:01:52 -0400 nemo Just for fun. Flowers! Also, use a less blatant image in ammo menu.
Fri, 02 Sep 2011 09:25:43 -0400 nemo that was just getting me into trouble
Fri, 02 Sep 2011 00:24:54 -0400 nemo *sigh* I suppose I'd best avoid those trademarks...
Thu, 01 Sep 2011 17:45:21 +0400 unc0rr Keep blowtorch direction (doesn't actually fix the bug with hedgehog turning opposite direction)
Wed, 31 Aug 2011 11:08:03 -0400 nemo Avoid burning other hog's turn
Wed, 31 Aug 2011 08:45:22 -0400 nemo Restore gear ASAP, add denied sound for illegal activation without wasting ammo.
Wed, 31 Aug 2011 01:32:12 -0400 nemo TARDIS bugfix
Wed, 31 Aug 2011 00:58:48 -0400 nemo more proper implementation of TARDIS
Sat, 27 Aug 2011 17:53:35 -0400 nemo Prevent flakes from drawing if they spawn in land
Sat, 27 Aug 2011 15:06:16 -0400 nemo Avoid unsightly gaps in landbacktex
Sat, 27 Aug 2011 14:54:56 -0400 nemo implement proper blending
Fri, 26 Aug 2011 22:15:09 -0400 nemo Allow vgtSmoke to scale. Scale it down 50% for mines, so smoke doesn't seem so oversized
Fri, 26 Aug 2011 21:38:11 -0400 nemo Correctly check for failure to look up ammo, check for damaged mines
Thu, 25 Aug 2011 21:00:53 +0200 sheepluva * partial rollback of changes to camera
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 13:53:11 -0400 nemo hammer tweak
Sun, 21 Aug 2011 11:37:39 -0400 nemo Allow hammer to bash mines/barrels too, increase escape time to 3s
Sat, 20 Aug 2011 16:43:57 -0400 nemo This really should have been a TPoint for consistency
Sat, 20 Aug 2011 14:26:29 -0400 nemo Special case small radius gears to try and prevent repeated collisions.
Thu, 18 Aug 2011 00:14:43 +0200 sheepluva portal: combating the space-detection issue.
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.
Sun, 14 Aug 2011 16:59:55 -0400 nemo Seduction animation. New visual gear type.
Wed, 10 Aug 2011 11:45:02 -0400 nemo exclude current hedgehog
Tue, 09 Aug 2011 21:54:45 -0400 nemo Revert 3768e9a6ec40. I misread the test. Seems parachute works as expected now already
Sun, 07 Aug 2011 14:29:11 -0400 nemo Experimental area-of-effect Seduction
Sun, 07 Aug 2011 12:25:21 -0400 nemo disable special case for parachute on rope. legacy? Without it, parachute behaves as one expects
Sun, 07 Aug 2011 11:18:49 -0400 nemo This should make bee/airstrikes play nicer with infinite attack mode
Thu, 04 Aug 2011 19:52:27 -0400 nemo Fix crasher. thanks to dagni for the demo file that tracked it down.
Sat, 30 Jul 2011 14:52:25 -0400 nemo kill off some speckles, crank up land gun output
Wed, 27 Jul 2011 09:06:51 -0400 nemo skip splashes for flakes
Wed, 27 Jul 2011 08:52:29 -0400 nemo unnecessary test removed, also merge
Wed, 27 Jul 2011 08:51:16 -0400 nemo Deletion was a bad idea.
Sat, 16 Jul 2011 13:45:40 -0400 nemo try to tweak flamethrower a bit to do more damage with fire changes. An optimal firepit test dealt 68.
Sat, 16 Jul 2011 13:01:11 -0400 nemo Adjust "sticky" fire (molotov) so it makes better fire pits, by making the kicks more regular, yet of random left/right. Tweak napalm slightly along same lines. Probably needs more balancing.
Tue, 12 Jul 2011 21:12:07 +0400 unc0rr Somehow this line got lost somewhere
Fri, 08 Jul 2011 12:18:27 -0400 nemo Add fudge factors for the collision check on portal exit
Sun, 03 Jul 2011 12:53:39 -0400 nemo adjust test slightly
Sun, 03 Jul 2011 11:38:25 -0400 nemo Add a little y kick if there is nothing under an active barrel.
Sun, 03 Jul 2011 11:24:53 -0400 nemo Change bee pos sprite, make aiming napalm a little easier, adjust napalm flames to be more centred on the target
Sun, 03 Jul 2011 01:10:39 +0200 sheepluva fix build. seems like a indentation-related merge-oopsy dragged deleted code back in.
Fri, 01 Jul 2011 10:38:00 +0400 unc0rr Merge
Wed, 29 Jun 2011 22:24:38 +0400 unc0rr merge
Wed, 29 Jun 2011 00:05:26 -0400 nemo call onusedammo earlier for switcher
Thu, 30 Jun 2011 15:09:10 +0400 unc0rr Tiny optimization: convert smooth wind indicator change gear into visual gear
Tue, 28 Jun 2011 23:32:42 -0400 nemo match snow to visual gear
Thu, 30 Jun 2011 14:28:13 +0400 unc0rr Fix formatting a bit
Thu, 30 Jun 2011 13:59:57 +0400 unc0rr Don't draw snow flakes spawned in land, introduce gstInvisible flag
Wed, 29 Jun 2011 17:25:41 +0400 unc0rr Check xx for LAND_WIDTH_MASK
Tue, 28 Jun 2011 17:12:09 +0400 unc0rr - Allow snow to drop a bit outside the map, where it already is allowed to spawn
Mon, 27 Jun 2011 13:39:46 -0400 nemo Store gear X/Y/dX/dY for use in splash/droplets. Also saves a few hwRound calls.
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
Fri, 24 Jun 2011 13:24:41 +0200 sheepluva Remove unused variable
Tue, 21 Jun 2011 22:47:12 +0200 Henek remove theme.cfg from CMakeLists too
Sat, 11 Jun 2011 17:27:26 -0400 nemo Should reduce rope skip fail and unrealistic rope drownings
Thu, 09 Jun 2011 00:22:57 -0400 nemo fix splash
Sat, 04 Jun 2011 16:09:12 -0400 nemo Nerf RC a bit
Sun, 29 May 2011 20:28:27 +0400 unc0rr Tiny optimization
Sat, 28 May 2011 16:59:09 -0400 nemo Fix bug that made me lose my tournament match
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
Thu, 28 Apr 2011 01:01:07 +0200 koda fix some more warnings
Mon, 25 Apr 2011 02:25:25 +0200 koda small trailing changes
Mon, 18 Apr 2011 23:35:44 -0400 nemo oops
Sun, 17 Apr 2011 12:48:32 -0400 nemo An experiment - make bazooka AI use float instead of hwFloat - should be as accurate, but faster.
Sun, 17 Apr 2011 11:57:46 -0400 nemo Allow head of rope to attach to hogs/barrels/crates again. Rope still does not, to avoid the bug.
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
Sat, 09 Apr 2011 15:54:28 -0400 nemo Check for 0 health to avoid div by 0. spotted by mikade.
Thu, 07 Apr 2011 23:54:09 +0200 sheepluva added some comments in order to confuse the GSoC students as much as possible ;D
Fri, 01 Apr 2011 16:22:49 -0400 nemo workaround. disable drawing shot after passing through portal. proper fix would need to use the portal position
Tue, 29 Mar 2011 21:10:35 +0200 sheepluva fix for Issue 207: To far left for Napalm (and other weapons)
Mon, 28 Mar 2011 21:44:17 +0400 unc0rr - Use LastDamage in CheckHHDamage
Sat, 26 Mar 2011 22:49:38 +0100 koda fix a couple of loose ends
Wed, 23 Mar 2011 16:32:24 +0100 Colin Rice (clr_) I changed r. Still not a perfect fix.
Wed, 23 Mar 2011 14:15:20 +0100 Colin Rice (clr_) Patch for Issue 165: Portal: don't allow embedding Objects in ground (or porting them to impassable/invalid locations)
Tue, 22 Mar 2011 23:01:26 -0400 nemo Fix endianness
Sat, 19 Mar 2011 19:41:59 -0400 nemo Land sprayer tweaks, make land spray and mudball not end turn
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 :)
Wed, 16 Mar 2011 17:25:05 +0100 Henek added GetCurAmmoType to lua
Wed, 02 Mar 2011 11:48:02 -0500 nemo Try to make AI aware of dud mines by clearing gstAttacking on dud, and adding some rules on mine health/damage/dud probability to AI weighting.
Wed, 02 Mar 2011 00:27:20 +0100 koda Happy 2011 :)
Sun, 27 Feb 2011 13:35:08 -0500 nemo visual tweak to smoke
Sun, 27 Feb 2011 12:56:36 -0500 nemo make defective mines explode if they take enough damage, add missing interface line for koda's new uSound fade
Sat, 26 Feb 2011 15:56:11 +0100 koda usound: added function for loops with fade in and out
Sun, 30 Jan 2011 19:05:31 +0100 Henek fixed unlimeted fuel bug for rcplane
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, 29 Jan 2011 17:40:45 +0100 sheepluva bugfix: fixing sticky mines calling AddGearCI when they shouldn't (allows jumping on them in midair)
Fri, 28 Jan 2011 02:47:11 +0100 sheepluva procedure for loading hats
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.
Fri, 07 Jan 2011 23:08:34 +0300 unc0rr Keep track of which hog's weapon does damage
Sun, 02 Jan 2011 18:12:16 +0100 koda remove obsolete TrainingFlags code
Sat, 01 Jan 2011 19:41:58 +0100 Palewolf Fancier detection of hogs/objects. Hogs wont get buried even by the worst of storms.
Sat, 01 Jan 2011 14:26:50 +0100 Palewolf Flakes were updating the wrong coordinates when rqBlurryLand was on
Sat, 01 Jan 2011 14:23:39 +0100 sheepluva fix very ancient typo in CheckCollision() that would cause check for collision at bottom and right instead of movement direction
Sat, 01 Jan 2011 14:18:33 +0100 sheepluva part #2
Sat, 01 Jan 2011 11:15:35 +0100 sheepluva my attempt of "detach rope if the Land[] vanishes"
Fri, 31 Dec 2010 23:09:06 +0100 sheepluva fixing Palewolf's if-merging-whoopsy there. should unbreak build
Fri, 31 Dec 2010 21:39:12 +0100 sheepluva fix sticky rope issue
Fri, 31 Dec 2010 21:33:13 +0100 sheepluva revert ed78465973f6 ("detach rope if the Land[] vanishes") for now, some questionable/troublecausing parts there.
Fri, 31 Dec 2010 21:30:38 +0100 Palewolf Avoid drawing if there's a hog/object behind
Fri, 31 Dec 2010 19:31:37 +0100 Palewolf Make flakes smaller by popular demand.
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
Fri, 31 Dec 2010 00:37:39 +0100 Palewolf Snow blends into land, trys to fill the gaps
Thu, 30 Dec 2010 22:20:17 +0100 sheepluva fix portal gun wrong color issue
Wed, 29 Dec 2010 17:27:33 +0100 sheepluva have napalm strike bombs explode right over the target
Wed, 29 Dec 2010 14:59:56 +0100 sheepluva fix parachute wall climbing bug
Wed, 29 Dec 2010 01:01:51 +0100 Henek drill strike falling instead of exploding when exiting ground
Sun, 26 Dec 2010 16:56:33 -0500 nemo add dx/dy increment prior to dostepbulletwork to avoid hurting yourself due to adjusted radius interaction (which snowball needs)
less more (0) -240 tip