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
/
sdl-common.h
Age
Commit message (
Expand
)
Author
2003-07-02
cleanup; made mutex protection of graphics code a little bit tighter by prote...
Max Horn
2003-06-22
Patch #757827: Aspect-ratio correction
Max Horn
2003-06-09
added clear_sound_proc method to backend API (this requires all backends to b...
Max Horn
2003-05-29
more OSystem docs & cleanup
Max Horn
2003-05-29
added some doxygen comments to common/system.h; cleaned up the OSystem interf...
Max Horn
2003-05-25
changed scaler proc signature so that srcPtr is const (this can help optimize...
Max Horn
2003-05-21
pedantic fixes
Max Horn
2003-05-14
ouch
Max Horn
2003-05-14
fixed bug where SDL_CreateMutex was being called before SDL_Init; restructure...
Max Horn
2003-04-30
moved screen mutex from smush into SDL backend (other backends have to make s...
Max Horn
2003-04-25
cleanup; added comment
Max Horn
2003-03-08
change RBG to RGB which follows the argument order and hence makes more sense...
Jonathan Gray
2003-03-06
updated copyrights headers
Paweł Kołodziejski
2003-03-06
and more cleanup ....
Paweł Kołodziejski
2003-01-20
start of joystick support, just selects first joystick for now and only maps ...
Jonathan Gray
2003-01-09
Patch 664895: Cannon fixes. Porters, this requires a new OSystem interface fu...
James Brown
2002-12-28
valid C++
Max Horn
2002-12-28
Fix NewGui for higher resolutions (eg, CMI)
James Brown
2002-12-25
fixed mouse cursor code to cope with CMI
Max Horn
2002-12-13
cleanup
Max Horn
2002-12-13
more code unification
Max Horn
2002-12-13
unified common code
Max Horn
2002-11-13
properly initialize everything -> works w/o our custom new/delete now!
Max Horn
2002-10-14
renamed get_320x200_image() to get_screen_image(); cleanup
Max Horn
2002-09-28
cleaned up various variable names in the SDL backend & NewGui; also fixed a s...
Max Horn
2002-09-27
made init_size in the SDL backend reentrant
Max Horn
2002-09-19
Added overlay to OSystem interface; implemented overlay in SDL backend (all o...
Max Horn
2002-09-09
Applied roever's screen effects patch (#602595) and fixed LethalWP's Makefile ;)
Michael Pearce
2002-08-24
SDL_gl and normal SDL backend now share a common base class
Max Horn