mgerhardy / caveexpress

CaveExpress is a classic 2D platformer with physics-based gameplay and dozens of levels. CavePacker is a Sokoban game.
http://www.caveproductions.org/
Other
144 stars 20 forks source link

CAVEEXPRESS: detection of platforms for carrying npcs doesn't work reliable #38

Closed mgerhardy closed 9 years ago

mgerhardy commented 9 years ago

since 4324b6ac7599aabce2748a4a9e97503874345b35 the box2d debug renderer is fixed again for opengl and sdl renderers (opengl3 still broken)

that helps to track down the issue hopefully.

mgerhardy commented 9 years ago

with e90d3d2f03fa1a6bff5af012ebc70ac01bd3ae8e the box2d debug renderer now works with every IFrontend implementation.

mgerhardy commented 9 years ago

happens if you land and start multiple times without the npc being able to reach you.