General discussion
Rope collision patch
Russian version of this post: http://www.hedgewars.org/node/2125
Let's try to enable rope, link it to the mine or medkit. When we will take a medkit or will detonate the mine... Our rope will be linked to the blank space!
Fix:
--- GSHandlers.inc.orig +++ GSHandlers.inc @@ -953,6 +953,7 @@ HHGear:= PHedgehog(Gear^.Hedgehog)^.Gear; if ((HHGear^.State and gstHHDriven) = 0) or (CheckGearDrowning(HHGear)) + or ((not TestCollisionYwithGear(Gear, 0)) and (not TestCollisionXwithGear(Gear, 0))) or TestCollisionYwithGear(HHGear, 1) then begin DeleteGear(Gear); @@ -1019,7 +1020,8 @@ HHGear:= PHedgehog(Gear^.Hedgehog)^.Gear; if ((HHGear^.State and gstHHDriven) = 0) - or (CheckGearDrowning(HHGear)) then + or (CheckGearDrowning(HHGear)) + or ((not TestCollisionYwithGear(Gear, 0)) and (not TestCollisionXwithGear(Gear, 0))) then begin DeleteMe; exit
UFO/Jetpack antigravity patch
This post is a translation of my post in Russian: http://www.hedgewars.org/node/2122.
UFO in the game works like a Birdy gear, you must permanently "wave your wings" pressing UP. Moreover, if you'll fall while you're using the UFO, you will drop your turn and health; if you incidentally touch a wall, your UFO will disappear!
Changes:
- 70% gravity compensation
- UFO doesn't disappear when touch ground
- UFO disappears when DOWN button pressed
Hedgewars Screen is on the Ubuntu Tour Page!
I don't know if this is big or not, but a screenshot of hedgewars in the newly-released (today, actually) 10.04 version of Ubuntu's tour. Go to this page and scroll to the bottom!
A suggestion related to the ModDB page
Hey Hedgewars devs, I noticed that there is a page for Hedgewars in ModDB
http://www.moddb.com/games/hedgewars
But it doesn't have any news, or downloads, or anything but descrpitions and some pictures available.
ModDB is a great community for open-minded people that like free stuff, weather they are games (like Hedgewars) or modifications.
People in ModDB would love your game, so I think that you should update that page with some news about 0.9.13, a download link uploaded to ModDB and some new pictures and the trailer, and you should try updating them with the new stuff you are making.
If you need any help then you can ask me.
