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
/
sword2
/
driver
/
rdwin.cpp
Age
Commit message (
Expand
)
Author
2003-09-07
some endian fixes
Max Horn
2003-08-30
added sfx support, increased speech support, and music code(streaming works f...
Paweł Kołodziejski
2003-08-29
Added some code to stop producing interpolation frames if the scene has
Torbjörn Andersson
2003-08-28
Removed the Surface class in favor of small struct specially made for the
Torbjörn Andersson
2003-08-25
FadeServer() is now called from ServiceWindows(), thus eliminating the need
Torbjörn Andersson
2003-08-24
fix strange keyboard issues by passing the game the values it wants
Jonathan Gray
2003-08-24
we don't need to be told when we've hit a key
Jonathan Gray
2003-08-23
SetPalette conflicts with an OS symbol on OS X
Max Horn
2003-08-23
Unstubbed the Create/Draw/DeleteSurface() functions, and removed some
Torbjörn Andersson
2003-08-20
Applied a different fix for the mouse offset problem. As far as I can tell,
Torbjörn Andersson
2003-08-19
Remove a bunch of unneeded cruft - but barely the surface of it. This code is...
James Brown
2003-08-02
removed OSystem::set_mouse_pos (I hope I didn't break any backends, but if I ...
Max Horn
2003-08-01
#include cleanup (explicityl specify the location for headers from common/, s...
Max Horn
2003-07-31
remove bs2 specific osystem var
Jonathan Gray
2003-07-30
rename bs2 to sword2 to have the same name as the original engine.
Oliver Kiehl
2003-07-28
-Werror cleanup
Jonathan Gray
2003-07-28
it would be nice if people would update functions when adding qualifiers to p...
Jonathan Gray
2003-07-28
fixed some warnings
Max Horn
2003-07-28
bs2 driver
Jonathan Gray