Quite a regular
Joined: 2007/2/27 10:47 Last Login
: 9/1 14:15
From Gravity well
Group:
Registered Users
|
@Skov
If you mean the Java game, I can't do anything with that.
@Varthall
Indeed there may. I checked the SDL (video) stuff, and there was one ActivateWindow, for the init. But it's probably not relevant. I found out by brute-forcing (playtesting) that it depends on how you return to freeciv screen. If you do it by keyboard (even by lamiga+lalt on the gadget), the game loses (some of) it.
Since SDL custom screens don't have depth gadgets, you put it behind from the keyboard (or some "extra" mouse button I suppose) and return with the mouse. No lost keys. This annoyance reminds me of TV-Paint, though that's the opposite.
Briefly also looked into GL mode, but the best I could do was to get the splash screen in window mode, fullscreen was blank. Changing the video mode (leave just SDL_OPENGL and SDL_FULLSCREEN), and additional includes was clearly not enough. But if it should be, then that's just some oddity with MiniGL?
|