This website requires JavaScript.
Explore
Help
Register
Sign In
libretro
/
scummvm
Watch
1
Star
0
Fork
0
You've already forked scummvm
mirror of
https://github.com/libretro/scummvm.git
synced
2025-02-06 02:46:49 +00:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
scummvm
/
backends
/
sdl
History
Max Horn
e0f11edf45
quit should not exit(1) but rather exit(0) (mabye we should add a paramter 'bool success' to it that flags whether this is a normal exit or one with an error?)
...
svn-id: r4979
2002-09-20 00:12:58 +00:00
..
.cvsignore
fixed the 'intelligent' GCC build rules; added .cvsignore files
2002-08-21 16:28:19 +00:00
build.rules
SDL_gl and normal SDL backend now share a common base class
2002-08-24 10:41:32 +00:00
fb2opengl.h
Initial revision
2002-08-21 16:07:07 +00:00
sdl_gl.cpp
Added overlay to OSystem interface; implemented overlay in SDL backend (all other backends, including SDL_gl, still need to implement this!); changed NewGUI to make use of the overlay; added Cmd-Q as a shortcut for Quit on MacOS X
2002-09-19 16:06:51 +00:00
sdl-common.cpp
quit should not exit(1) but rather exit(0) (mabye we should add a paramter 'bool success' to it that flags whether this is a normal exit or one with an error?)
2002-09-20 00:12:58 +00:00
sdl-common.h
Added overlay to OSystem interface; implemented overlay in SDL backend (all other backends, including SDL_gl, still need to implement this!); changed NewGUI to make use of the overlay; added Cmd-Q as a shortcut for Quit on MacOS X
2002-09-19 16:06:51 +00:00
sdl.cpp
improved the text display in a newgui a bit: make the font proportiona; implemented text alignment (left/right/center); alpha blending now not anymore at 50% but at 66%; moved some #defines to util.h
2002-09-19 17:03:24 +00:00