I have not tested the demo yet but I can confirm having similar problems in the past, in 3d or my sidescrolling game - which is why I changed all WED blocks from

Code:
aa| |
__|_|x
____|


to
Code:
aa| |
__| |x
__|_|


so the player would not randomly get stuck at the x position when falling down. Obviously I doublechecked my code back then and figured it would be some precision problem with the collision detection and the block surfaces (and corresponding normals) in question.
As a workaround I chose a system which keeps the player's bounding box away from the walls (+ ground and ceiling) at all times but obviously this is a little harder to do in 3d (esp. on let's say 6 axis movement, like in a space fighting game).

Last edited by Superku; 04/14/15 21:03.

"Falls das Resultat nicht einfach nur dermassen gut aussieht, sollten Sie nochmal von vorn anfangen..." - Manual

Check out my new game: Pogostuck: Rage With Your Friends