hedgewars/uGearsList.pas
Sat, 08 Apr 2017 18:36:12 +0200 Wuzzy Add gear gtDuck: rubber duck
Thu, 06 Apr 2017 07:34:00 +0200 Wuzzy More ticker messages: Sick, king died, resurrect, time box return, timeout, kamikaze
Sun, 15 Jan 2017 12:50:27 -0500 alfadur code changes to make the new bat animation work
Sun, 27 Nov 2016 12:58:41 +0100 sheepluva make random timers less easy to predict
Sat, 21 May 2016 15:23:08 -0400 nemo Change this back to allowing hooking rope to hogs again, 'cause, well, rage...
Wed, 13 Apr 2016 12:17:30 +0200 Wuzzy Add sound effects for: cleaver impact, air mine impact, using extra time
Thu, 03 Mar 2016 16:36:05 -0500 nemo Break up the hog/object collision. Currently is $7F, allowing 128 overlapping objects accurately. Breaking it up into 15 for hogs, 7 for other objects. I'm thinking the overall accuracy should be just fine as far as people noticing even with a ton of overlapping hogs, and this way we can tell the difference between a hog and "something else". For experiment and rope-breaking purposes, make rope pass through hogs.
Tue, 09 Feb 2016 15:27:55 -0500 nemo Put graves behind other stuff.
Tue, 09 Feb 2016 14:40:06 +0300 unC0Rr Fix possible crashes/hangs due to recent changes
Sun, 31 Jan 2016 16:07:14 +0300 unc0rr Bye-bye TryDo
Tue, 29 Dec 2015 14:44:32 -0500 nemo Make weapon damage in most cases be a structure value and also expose it to lua. Needs testing/review due to conditions at time of doing this (w/ one arm, dizzy/tingling due to sodium citrate), and just number of places changed..
Thu, 08 Oct 2015 10:48:16 -0400 nemo Pass overridden uid into AddGear instead
Sun, 13 Sep 2015 16:24:37 -0400 nemo Oups. 6, not 12 - was testing
Sun, 13 Sep 2015 16:23:32 -0400 nemo Allow for arbitrary number of airstrike bombs and spacing.
Sun, 13 Sep 2015 15:36:06 -0400 nemo Move health:= 6 to gear addition so lua can more easily override it.
Mon, 10 Aug 2015 03:53:11 +0200 sheepluva more copyright fixes
Sun, 09 Aug 2015 04:30:41 +0200 sheepluva Hammer had been accessing dangling pointers under particular circumstances (e.g. when hitting a mine/barrel right when it exploded)
Wed, 05 Aug 2015 11:33:02 -0400 nemo oops. melon pieces need friction and elasticity to bounce right.
Sat, 11 Jul 2015 18:36:06 -0400 nemo remove teamgone. desyncs now. less interesting without the animation, perhaps something should be flagged to replace it
Fri, 03 Apr 2015 16:46:14 -0400 nemo enable bounce on rubber for air bombs. give them the missing elasticity they needed for the code there to work properly.
Fri, 03 Apr 2015 16:39:09 -0400 nemo give melon pieces a radius. is why they weren't bouncing.
Wed, 25 Mar 2015 21:30:04 +0100 sheepluva only display cake timer if it is low
Wed, 25 Mar 2015 20:30:52 +0100 sheepluva allow gear specific data (with gear type specific type). applied to cake
Sun, 15 Mar 2015 16:14:13 -0400 nemo Allow rope tinting
Tue, 17 Feb 2015 10:04:32 -0500 nemo avoid airmines too when spawning
Tue, 17 Feb 2015 09:50:22 -0500 nemo bit more friction. remove gstSubmersible clearing. was for the old "sea" thing that is totally gone now. As a general attribute, better to let other stuff clear it as needed.
Mon, 16 Feb 2015 13:58:32 -0500 nemo make mines submersible
Sun, 18 Jan 2015 22:48:23 -0500 nemo inherit mines time div 4
Sun, 18 Jan 2015 16:57:32 -0500 nemo Use the larger scaled airmine sprite originally intended, add some antidickery measures.
Sun, 18 Jan 2015 16:01:09 -0500 nemo more tweakery
Sun, 18 Jan 2015 14:47:25 -0500 nemo radius and sprite drawing tweaks to match the still temporary sprite. also a begin/end sheepluva suggested
Sat, 17 Jan 2015 10:07:12 -0500 nemo tweak a few params. still something wtf going on when on rope
Fri, 16 Jan 2015 17:51:29 -0500 nemo experiment with air mines. thought they could make shoppa... interesting. ToDo: Allow mines to give up, tweak distances, real graphics, toggle for whether they can acquire a new target while they haven't given up.
Thu, 11 Dec 2014 21:32:24 -0500 nemo remove a not that somehow magically appeared in a prior commit.
Wed, 10 Dec 2014 08:05:45 -0500 nemo put back the old uteams cleanup, leaks and all, to worry about post-release since my attempt to use DeleteGear was running into the fact that that procedure does way more than just delete a gear. might need an explicit cleanup routine for both to call.
Tue, 09 Dec 2014 22:56:34 -0500 nemo Fix in-flight colouring of land spray, make it use tint when added to land too (lua might find that handy), tweak climbhome cake delay slightly
Mon, 08 Dec 2014 15:02:43 -0500 nemo skip a bunch of stuff not applicable to cleanup
Mon, 08 Dec 2014 14:52:56 -0500 nemo HedgehogDamaged calls CurrentHedgehog
Mon, 08 Dec 2014 11:20:31 -0500 nemo sheepluva is right
Mon, 08 Dec 2014 10:55:56 -0500 nemo oh, probably need nil checks here too
Mon, 08 Dec 2014 10:24:06 -0500 nemo meh. will persevere. DeleteGear can't call that much stuff...
Mon, 08 Dec 2014 09:35:14 -0500 nemo Use FreeAndNil across the board. Even if we are immediately assigning after, probably avoids accidental mistakes. Also free neglected owner tex on shutdown, and delete hog gears using the normal deletion procedure if for any reason they still exist (EndGame call?).
Thu, 04 Dec 2014 20:15:03 +0100 sheepluva flake FrameTicks value of 0 now indicades that the frame should not be changed
Sun, 30 Nov 2014 15:30:51 -0500 nemo expose FlightTime to lua, disable in-air flame harming moving hogs ☹ aaaand override that in ClimbHome ☺
Wed, 19 Nov 2014 02:00:47 +0100 sheepluva make gear ability to speak somewhat less ironic
Sat, 15 Nov 2014 01:30:40 +0300 unc0rr - Comment out getrandom in addgear for hedgehog, causes preview-game desync
Fri, 14 Nov 2014 17:00:47 +0300 unC0Rr Fix warnings given by 32-bit fpc
Tue, 11 Nov 2014 23:57:46 +0300 unc0rr Fix some stuff from coverity
Sat, 05 Jul 2014 20:15:56 +0200 sheepluva WIP: weSea tweaks, functional and visual
Mon, 10 Feb 2014 00:43:03 +0400 unc0rr It compiles \o/
Tue, 04 Feb 2014 19:45:22 +0100 sheepluva update FSF address. note: two sdl include files (by Sam Lantinga) still have the old FSF address in their copyright - but I ain't gonna touch their copyright headers
Tue, 21 Jan 2014 22:53:15 +0100 koda merge
Mon, 20 Jan 2014 21:16:17 -0500 nemo This adds idle hog tinting. Active hog tinting still needed.
Tue, 21 Jan 2014 22:38:13 +0100 koda partial merge of the webgl branch
Fri, 17 Jan 2014 01:06:54 +0100 sheepluva update copyright to 2014
Sat, 04 Jan 2014 23:55:54 +0400 unc0rr merge default webgl
Mon, 23 Dec 2013 12:22:55 -0500 nemo more advbounce flagging
Mon, 23 Dec 2013 00:52:02 -0500 nemo make punch usable with no gravity lua
Sat, 21 Dec 2013 01:14:59 +0400 unC0Rr Fix warnings
Thu, 28 Nov 2013 21:13:49 -0500 nemo Initial pass at bounciness. To try it out, or lfBouncy on girder in uLandGraphics (search for the word graphically)
less more (0) -100 -60 tip