Chris Danford
|
36cdb56d55
|
For now, always get a new OpenGL context in SetVideoMode. Reusing the same context doesn't seem to be working.
Call SetVideoMode when app is fullscreen and regains focus. Did our OGL renderer ever handle Alt+tabbing before this change?
|
2003-05-24 16:29:36 +00:00 |
|
Chris Danford
|
cfe1f9ec67
|
Add parameters to BackgroundChange: fRate, bFadeLast, bRewindMovie, bLoop.
I don't like how this changes the syntax for the #BGCHANGES tag in an SM file. I will think more about this - it's important to finalize it quickly.
|
2003-04-14 04:10:01 +00:00 |
|
Glenn Maynard
|
eb1e2a0435
|
use SDL_GetEvent
|
2003-04-12 19:03:02 +00:00 |
|
Glenn Maynard
|
ca1b94a043
|
LLW_SDL now handles its own SDL events, instead of being fed them
by StepMania.cpp. This simplifies things; SM.cpp no longer has to
direct SDL messages all over the place.
|
2003-04-12 02:30:28 +00:00 |
|
Glenn Maynard
|
d821c4f1b5
|
add LowLevelWindow
|
2003-04-07 00:54:32 +00:00 |
|