version number fixes
removing pre-0.9.16 version numbers since nobody should write scripts for that old versions anyway... and carrying ancient version numbers just clutters the page (at least as long as they are listed in the headlines)
States hedgehogs can be in (see hedgewars/uConsts.pas for a current
list).
{{{
gstDrowning
gstHHDriven
gstMoving
gstAttacked
gstAttacking
gstCollision
gstHHChooseTarget
gstHHJumping
gsttmpFlag
gstHHThinking
gstNoDamage
gstHHHJump
gstAnimation
gstHHDeath
gstWinner // this, along with gstLoser, is good for indicating hedgies know they screwed up
gstWait
gstNotKickable
gstLoser
gstHHGone
}}}