soulweaver91 / project-carrot

Project Carrot, an open source spiritual clone of the Jazz Jackrabbit 2 game engine
https://carrot.soulweaver.fi/
MIT License
38 stars 4 forks source link

Fix collision checking between ammo and terrain #7

Open soulweaver91 opened 9 years ago

soulweaver91 commented 9 years ago

Blaster shots disappear noticeably earlier than they are supposed to especially when shooting against a slope.

soulweaver91 commented 8 years ago

Same with Toaster, really.

soulweaver91 commented 8 years ago

These are currently all screwed up, really. On top of that, a new collision checking function is needed especially for Toaster (pixel perfect sprite + pixel perfect terrain – currently there is only PPS + PPS, hitbox + PPT, hitbox + hitbox and coordinates + quick is-fully-solid terrain test).