# HG changeset patch # User sheepluva # Date 1416676004 -3600 # Node ID 17eb01474f42e43967205bbc4bd394c70ba21ce4 # Parent 285b428f391cecd7d6f5aa3b85485593a17e79d8 changelog diff -r 285b428f391c -r 17eb01474f42 ChangeLog.txt --- a/ChangeLog.txt Sat Nov 22 17:46:04 2014 +0100 +++ b/ChangeLog.txt Sat Nov 22 18:06:44 2014 +0100 @@ -16,7 +16,7 @@ + Various performance tweaks, especially for very large maps. + Allow switching through hogs in reverse order with PRECISE+HOGSWITCH (left shift + tab, by default) + Added support for custom Sudden Death music to theme.cfg (e.g. sd-music=hell.ogg ). - + New Hats: policegirl + + New Hats: policegirl, fr_tomato * Fixed drill rockets sometimes exploding on impact. * Fixed trainings broken due to indestructable targets/crates. * Fixes and tweaks for low qualily rendering. diff -r 285b428f391c -r 17eb01474f42 hedgewars/uGearsRender.pas --- a/hedgewars/uGearsRender.pas Sat Nov 22 17:46:04 2014 +0100 +++ b/hedgewars/uGearsRender.pas Sat Nov 22 18:06:44 2014 +0100 @@ -807,7 +807,7 @@ DrawTextureRotatedF(curhat, 1.0, -1.0, 0, sx, sy, 18, sign, 32, 32, sign*Gear^.DirAngle) end; - + if ((Gear^.State and gstHHJumping) <> 0) then begin