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
/
dc
/
display.cpp
Age
Commit message (
Expand
)
Author
2005-06-27
Implemented OSystem_Dreamcast::grabPalette().
Marcus Comstedt
2005-04-03
Oops, cleared too large memory region...
Marcus Comstedt
2005-04-03
Switch overlay mode to ARGB4444.
Marcus Comstedt
2005-04-03
Added new cursorTargetScale parameter to setMouseCursor().
Marcus Comstedt
2005-04-02
Until there is a proper way of communicating pixel format, declare ugly globa...
Marcus Comstedt
2005-03-09
Patch #1013937 "OSystem layer with bigger resolution". Now you will always
Eugene Sandulenko
2005-01-07
Access timer.
Marcus Comstedt
2004-12-09
Made SoftKbd more usable with a mouse.
Marcus Comstedt
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-08-29
Clear screen and overlay buffer after allocation.
Marcus Comstedt
2004-05-05
Extend setMouseCursor with additional keycolor parameter. Lets saga use 255
Eugene Sandulenko
2004-03-28
Renamed more OSystem methods
Max Horn
2004-03-15
"int GraphicsMode *" was a rather creative type... :)
Marcus Comstedt
2004-03-15
Added getDefaultGraphicsMode for DC backend
Max Horn
2004-03-14
Virtual keyboard.
Marcus Comstedt
2004-03-13
Reworked scaling logic, and added kFeatureAspectRatioCorrection support.
Marcus Comstedt
2004-03-13
Use default implementation for setGraphicsMode(const char *).
Marcus Comstedt
2004-03-13
Harmonized with new OSystem API.
Marcus Comstedt
2004-02-28
renamed more OSystem methods to follow our naming scheme; renamed NewGuiColor...
Max Horn
2004-02-24
the OSystem changes we discussed on the ML (note: renaming of the existing OS...
Max Horn
2004-01-06
updated copyright notice
Max Horn
2003-12-21
Invisible mouse pointer fix.
Marcus Comstedt
2003-11-07
spelling fixes
Jonathan Gray
2003-10-02
updated Marcus' copyright
Max Horn
2003-09-18
moved engine.* to base; this fixes some linking issues when building a barebo...
Max Horn
2003-07-14
Hires mouse pointer (CoMI).
Marcus Comstedt
2003-06-18
Moved include of stdafx.h to top.
Marcus Comstedt
2003-05-04
Allow for larger mouse pointers (CoMI).
Marcus Comstedt
2003-05-04
Support hires mode (CoMI).
Marcus Comstedt
2003-03-02
warp_mouse added.
Marcus Comstedt
2002-10-18
Overlay fixed.
Marcus Comstedt
2002-10-18
Overlays implemented. Made the buffering slightly more efficient.
Marcus Comstedt
2002-09-13
Updated for new directory layout.
Marcus Comstedt
2002-09-09
Applied roever's screen effects patch (#602595) and fixed LethalWP's Makefile ;)
Michael Pearce
2002-08-21
Initial revision
Max Horn