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
/
common
/
system.cpp
Age
Commit message (
Expand
)
Author
2011-02-07
COMMON: OSystem now has a PaletteManager
Max Horn
2010-11-28
BACKEND: Switch OSystem::getSystemLanguage return type to Common::String.
Johannes Schickel
2010-11-25
OSYSTEM: Add API to query the system locale.
Johannes Schickel
2010-11-18
BACKENDS: Implement logging API proposed by Max on -devel.
Johannes Schickel
2010-06-09
- Revised abstract AudioCDManager.
Alejandro Marzini
2009-01-30
Moved default implementations for various OSystem methods into a new class Ba...
Max Horn
2009-01-29
cleanup
Max Horn
2009-01-23
Renamed FSNode::openForReading / openForWriting to createReadStream / createW...
Max Horn
2009-01-23
Renamed OSystem::openConfigFileForReading & openConfigFileForWriting to creat...
Max Horn
2009-01-23
cleanup
Max Horn
2008-11-06
Got rid of OSystem::colorToRGB and RGBToColor; added implementations for OSys...
Max Horn
2008-11-06
Got rid of OSystem::ARGBToColor and colorToARGB
Max Horn
2008-11-03
Committed my patch #2216641 "GRAPHICS: PixelFormat introduction".
Johannes Schickel
2008-10-16
OSYSTEM: Pushed out some port specific code from common/system.cpp to the res...
Max Horn
2008-10-02
Renamed FilesystemNode -> FSNode
Max Horn
2008-09-05
Removed useless dependencies from common/file.h in common code. When complete...
Nicola Mettifogo
2008-09-03
Moved FilesystemNode / FSList to namespace Common; also got rid of some 'type...
Max Horn
2008-09-02
Handle OSystem::lockScreen fail in default OSystem::clearScreen implementation.
Johannes Schickel
2008-08-09
Use FSNode API in default OSystem::openConfigFileForReading & OSystem::openCo...
Max Horn
2008-08-05
Removed unneeded #includes.
Travis Howell
2008-08-04
Remove some code which was rendered obsolete by md5's commit r33610
Max Horn
2008-08-04
Fixing compilation under MSVC
Filippos Karapetis
2008-08-03
OSYSTEM: Pushed some SDL/Symbian specific code to the respective backends; ma...
Max Horn
2008-08-03
New OSystem API for loading/storing default config file
Max Horn
2008-07-30
This time properly reverted my accidental commits of the osystem&configman pa...
Max Horn
2008-07-30
Fixed Win32 build, after Fingolfin's commits (probably because of the revert ...
Nicola Mettifogo
2008-07-30
Revert my accidental commit of the OSystem changes (oops)
Max Horn
2008-07-30
Simplified advanced detector file sys scanning code
Max Horn
2008-06-28
Removed OSystem::getFilesystemFactory() default implentation, as announced
Max Horn
2008-06-10
Removed unneeded #include
Max Horn
2008-06-04
Patch #1971285: "Nintendo Wii port"
Eugene Sandulenko
2008-05-24
Removing DS ifdef from getFileSystemFactory().
Neil Millstone
2008-05-19
Removed some dead code
Max Horn
2008-05-15
Removed the default OSystem::getTimeAndDate() implementation
Max Horn
2008-03-19
Implement OSystem_PSP::getFilesystemFactory() and OSystemPSP::getTimeAndDate()
Joost Peters
2008-03-12
Removed remaining traces of the dead MorphOS backend, which itself was remove...
Max Horn
2008-03-11
Added OSystem_SDL::getFilesystemFactory()
Max Horn
2008-03-03
the ps2 changes from the 0.11.1 release, plus some bugfixes and cleanup.
Robert Göffringmann
2008-03-01
Moved Dreamcast filesystem factory to platform directory.
Marcus Comstedt
2008-02-24
Don't #include the FS factory implementations in common/system.cpp; rather, r...
Max Horn
2008-02-24
Fixed warning.
Torbjörn Andersson
2008-02-23
Replaced FilesystemFactory::makeFSFactory with a new method OSystem::getFiles...
Max Horn
2008-01-22
Removed backends/intern.h
Max Horn
2007-12-28
Patch #1859448: Add OSystem::getTimeAndDate API
Eugene Sandulenko
2007-09-19
Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...
Nicola Mettifogo
2007-08-11
Changed OSystem (A)RGBToColor and colorTo(A)RGB methods to use ColorMasks tem...
Max Horn
2007-06-19
Implemented the OSystem framebuffer API, as discussed on scummvm-devel. All c...
Max Horn
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-03-17
Implemented a simple EventManager class
Max Horn
2006-10-22
Backend modularization: Create timer manager, savefile manager and audio mixe...
Max Horn
[next]