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

GFX: sdl opengles2 renderer is broken #60

Closed mgerhardy closed 8 years ago

mgerhardy commented 8 years ago

it doesn't just rotate the font chars - but the whole screen.

might be related to 72473cd4d56a55172e498d94698728ee81f489f2

mgerhardy commented 8 years ago

workaroud is to start caveexpress with "-set frontend opengl"

mgerhardy commented 8 years ago

https://bugzilla.libsdl.org/show_bug.cgi?id=3192

starting with "caveexpress -set frontend sdl -set renderer direct3d" fixes the issue, too. Using opengles2 as sdl renderer is broken.

there are also videos attached to the issue on bugzilla.

mgerhardy commented 8 years ago

right now the default is set to directx.

mgerhardy commented 8 years ago

closing this now - as this is a sdl2 related bug where we don't really have influence on.