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
/
null
Age
Commit message (
Expand
)
Author
2006-05-06
Added a default implementation of the OSystem CD API (which simply does nothing)
Max Horn
2006-04-02
Backends now are also responsile for deiniting properly. In particular, moved...
Max Horn
2006-04-02
With this change, backends are now responsible for instantiating their OSyste...
Max Horn
2006-04-02
Fixing the X11 & NULL backends by adding main()
Max Horn
2006-02-12
openCD() and pollCD() should return false, since they don't actually access a...
Joost Peters
2006-02-12
Reduced data duplication in module.mk files; added module.mk files for null a...
Max Horn
2006-02-11
Change CVS keywords to SVN keywords
Max Horn
2006-01-18
Update copyright notice
Eugene Sandulenko
2005-10-18
Update FSF address. Eek. Actually that took place on May 1, 2005
Eugene Sandulenko
2005-07-30
Remove trailing whitespaces.
Eugene Sandulenko
2005-06-24
When including files from common/, explicitly use the common/ prefix
Max Horn
2005-03-09
Patch #1013937 "OSystem layer with bigger resolution". Now you will always
Eugene Sandulenko
2005-01-11
On Fingolfin's suggestion I put back the inclusion of util.h into Rect, for
Torbjörn Andersson
2005-01-01
Updated copyright
Max Horn
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-20
fix null backend driver
Joost Peters
2004-07-19
Updated the null driver to current OSystem interface
Bertrand Augereau
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-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-09-27
OSystem changes: removed create_thread() method (not needed anymore; 'pure' t...
Max Horn
2003-08-01
#include cleanup (explicityl specify the location for headers from common/, s...
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-29
cleanup
Max Horn
2003-03-06
updated copyrights headers
Paweł Kołodziejski
2003-03-06
and more cleanup ....
Paweł Kołodziejski
2002-09-09
Applied roever's screen effects patch (#602595) and fixed LethalWP's Makefile ;)
Michael Pearce
2002-08-24
seperated NULL driver into its own source module (*not* tested yet)
Max Horn