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
/
dc.h
Age
Commit message (
Expand
)
Author
2006-04-02
With this change, backends are now responsible for instantiating their OSyste...
Max Horn
2006-02-09
$Header$ -> $URL$ + $Id$
Marcus Comstedt
2005-10-18
Update FSF address. Eek. Actually that took place on May 1, 2005
Eugene Sandulenko
2005-10-15
Added support for cursor palettes.
Marcus Comstedt
2005-10-15
Added some missing functions.
Marcus Comstedt
2005-07-30
Remove trailing whitespaces.
Eugene Sandulenko
2005-06-27
Implemented OSystem_Dreamcast::grabPalette().
Marcus Comstedt
2005-05-10
Moved (In/Out)SaveFile(Manager) and Timer to namespace Common
Max Horn
2005-04-19
Replace OSystem::hasAlpha with a feature flag
Max Horn
2005-04-03
Switch overlay mode to ARGB4444.
Marcus Comstedt
2005-04-03
Added new cursorTargetScale parameter to setMouseCursor().
Marcus Comstedt
2005-03-09
Patch #1013937 "OSystem layer with bigger resolution". Now you will always
Eugene Sandulenko
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-05-06
Removed default value for keycolor in the OSystem implementations
Max Horn
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
Renamed OSystem::set_timer() to setTimerCallback(); more OSystem Doxygen changes
Max Horn
2004-03-15
Added getDefaultGraphicsMode for DC backend
Max Horn
2004-03-15
Added OSystem::getDefaultGraphicsMode(); renamed OSystem::get_height() and ge...
Max Horn
2004-03-14
Virtual keyboard.
Marcus Comstedt
2004-03-14
Sound buffer adjustment.
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
Features.
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-10-02
updated Marcus' copyright
Max Horn
2003-09-27
OSystem changes: removed create_thread() method (not needed anymore; 'pure' t...
Max Horn
2003-07-22
adjusted to play_cdrom parameter name change in common/system.h
Max Horn
2003-07-14
Hires mouse pointer (CoMI).
Marcus Comstedt
2003-07-05
updated backends to use type MutexRef
Max Horn
2003-06-18
Added some missing methods and a constructor.
Marcus Comstedt
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-04
Support hires mode (CoMI).
Marcus Comstedt
2003-03-02
Timer implemented.
Marcus Comstedt
2003-03-02
warp_mouse added.
Marcus Comstedt
2002-12-17
New savefile backend system (bye bye NONSTANDARD_SAVE...)
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
Stubs for new functions.
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