This is the SDL2 converted game, based on the GLBasic version. It is available here : https://onedrive.live.com/redir?resid=DD5B5E7788984419!9734&authkey=!AAIRfak329C4Qhw&ithint=file%2czip (https://onedrive.live.com/redir?resid=DD5B5E7788984419!9734&authkey=!AAIRfak329C4Qhw&ithint=file%2czip)
looking good!
SDL2 is great for 2D :good:
I try to use under Wine 1.7 but don't works fine :( , the "cool thing" it's appears a console like Ms-Dos given all happening when load the game... I think will be something with SDL2 in Ubuntu or Wine...
I try later on VirtualBox ;)
If I remember correctly, I set the rendering system to DirectX (rather than let SDL2 choose it for me) - which could explain why that is happening.
I did that, as when using OpenGL and switching between fullscreen and window mode, the background tiles weren't being displayed correctly. However, that was before I added in a function to detect lost graphics...
SDL2 is good!