index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
backends
/
sdl
/
graphics.cpp
Age
Commit message (
Expand
)
Author
2004-12-01
renamed a few things to match our coding guidelines
Gregory Montoir
2004-11-24
Fix a`ll engines. They work, though current fix is just temporary.
Eugene Sandulenko
2004-11-23
Next step in transaction implementation. Now it postpones all calls.
Eugene Sandulenko
2004-11-13
Add new clearScreen OSystem call. Currently only implemented in SDL backend. ...
James Brown
2004-10-15
Renamed _scaler_proc -> _scalerProc; cleaned up _scalerType handling
Max Horn
2004-10-13
Don't let undraw_mouse() terminate with the surface still locked. Now I can
Torbjörn Andersson
2004-09-28
Rename remaining OSystem methods to match our coding guidelines
Max Horn
2004-09-04
Got rid of OSystem::move_screen
Max Horn
2004-07-16
Only show gfx mode change messages in the OSD if the change was initiated by ...
Max Horn
2004-05-05
Extend setMouseCursor with additional keycolor parameter. Lets saga use 255
Eugene Sandulenko
2004-03-28
Remove explicit OSystem parameter from StackLock constructor; added OSystem::...
Max Horn
2004-03-28
Renamed more OSystem methods
Max Horn
2004-03-21
Moved Surface/Font code into new 'graphics' module
Max Horn
2004-03-15
Allow multi-line OSD messages; display virtual/real screen resolutions when c...
Max Horn
2004-03-15
Added OSystem::getDefaultGraphicsMode(); renamed OSystem::get_height() and ge...
Max Horn
2004-03-13
Added an OSD (On Screen Display) to the SDL backend
Max Horn
2004-03-01
Fix for bug #907280: Mouse glitches and crashes (Regression)
Max Horn
2004-03-01
got rid of _mouseOldState; some minor cleanup
Max Horn
2004-02-29
merged OSystem_SDL and OSystem_SDL_Common; split SDL backend into multiple so...
Max Horn