nemo [Wed, 10 Dec 2014 08:05:45 -0500] rev 10646
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.
nemo [Tue, 09 Dec 2014 22:56:34 -0500] rev 10645
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
sheepluva [Mon, 08 Dec 2014 21:57:06 +0100] rev 10644
make sure view limits are updated at start of game
nemo [Mon, 08 Dec 2014 15:02:43 -0500] rev 10643
skip a bunch of stuff not applicable to cleanup
unc0rr [Mon, 08 Dec 2014 23:00:13 +0300] rev 10642
Normalize to length of _1_9 to avoid endless normalization leading to fire particles floating midair indefinitely
nemo [Mon, 08 Dec 2014 14:52:56 -0500] rev 10641
HedgehogDamaged calls CurrentHedgehog
sheepluva [Mon, 08 Dec 2014 17:43:27 +0100] rev 10640
clean up fonts
nemo [Mon, 08 Dec 2014 11:20:31 -0500] rev 10639
sheepluva is right
nemo [Mon, 08 Dec 2014 10:55:56 -0500] rev 10638
oh, probably need nil checks here too
nemo [Mon, 08 Dec 2014 10:30:20 -0500] rev 10637
init timer to 0
nemo [Mon, 08 Dec 2014 10:24:06 -0500] rev 10636
meh. will persevere. DeleteGear can't call that much stuff...
nemo [Mon, 08 Dec 2014 10:14:47 -0500] rev 10635
nil out CurrentHedgehog in FreeModule, add a test for nil'd CurrentHedgehog in DelCI since I'd still like to use DeleteGear for the other stuff it does. Move some variable initialiasations in AI Misc to hopefully avoid some uninit val errors.
nemo [Mon, 08 Dec 2014 09:35:14 -0500] rev 10634
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?).
nemo [Sun, 07 Dec 2014 14:36:28 -0500] rev 10633
Add that "make screenshots of Land/LandPixels" thing for map creators
nemo [Sat, 06 Dec 2014 10:41:33 -0500] rev 10632
pretty sure the other teams need stats at 0 for the graph to look right