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
/
platform
/
dc
/
dc.h
Age
Commit message (
Expand
)
Author
2016-04-06
DC: Fix compilation errors due to AudioCD changes.
Johannes Schickel
2016-03-13
BACKENDS: Only expose one set of functions for AudioCDManager
Matthew Hoops
2016-03-13
BACKENDS: Add a closeCD() function to the AudioCDManager
Matthew Hoops
2016-03-13
BACKENDS: Move to an openCD() without parameters as the public API
Matthew Hoops
2014-02-18
DC: Make GPL headers consistent in themselves.
Johannes Schickel
2014-01-10
DC: Silenced some stupid warnings
Marcus Comstedt
2013-05-17
RECORDER: Implement Events Recorder
Eugene Sandulenko
2012-06-16
ALL: Let overlay related methods in OSystem take a void * and use a proper pi...
Johannes Schickel
2012-06-16
BACKENDS: Make OSystem::setMouseCursor take a "const void *" buffer.
Johannes Schickel
2012-06-16
BACKENDS: Let copyRectToScreen take a "const void *" instead of "const byte *...
Johannes Schickel
2012-06-03
ALL: Replace cursorTargetScale in OSystem API with a simple "do not scale" lo...
Johannes Schickel
2012-02-26
COMMON: Move Language and Platform functionality into separate files
Max Horn
2011-08-07
JANITORIAL: Remove trailing empty lines.
Christoph Mallon
2011-06-08
BACKENDS: Shuffle backends class hierarchy and module initialization
Max Horn
2011-06-07
DC: Use OSystem's 'slots' for timer/savefile manager & fsFactory
Max Horn
2011-06-06
BACKENDS: Unify AudioCD manager instantiation
Max Horn
2011-06-04
BACKENDS: Replace OSystem::disableCursorPalette by setFeatureState calls
Max Horn
2011-05-25
ALL: initialise -> initialize
Matthew Hoops
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-04-28
DC: Fix compilation
Ori Avtalion
2011-04-20
DC: Move dynamic plugin handling into the platform
Marcus Comstedt
2011-02-09
AUDIO: Rename sound/ dir to audio/
Max Horn
2011-02-07
COMMON: OSystem now has a PaletteManager
Max Horn
2011-01-08
DC: Implement logMessage()
Marcus Comstedt
2010-12-03
DC: Implement getSystemLanguage()
Marcus Comstedt
2010-12-01
DC: Adapted CDDA interface to the new standard.
Marcus Comstedt
2010-07-29
DC: Specialize createConfig{Read,Write}Stream
Marcus Comstedt
2010-06-15
SYSTEM: Unify OSystem::getSupportedFormats() signature
Max Horn
2010-03-10
Remove last traces of OSystem::getOutputSampleRate()
Max Horn
2010-01-25
Strip trailing spaces/tabs.
Johannes Schickel
2009-10-10
RGB support.
Marcus Comstedt
2009-10-08
Introduce a new struct TimeDate, replacing struct tm in client code. May lead...
Max Horn
2009-08-22
Second attempt to fix DC and iPhone backends compilation
Eugene Sandulenko
2009-08-22
Attempt to fix DC and iPhone backends compilation
Eugene Sandulenko
2009-07-05
Refresh the screen if pollEvent() is called without updateScreen() being call...
Marcus Comstedt
2009-06-13
Detected games with different language or platform are now
Marcus Comstedt
2009-03-20
Moved hardware initialization to a constructor, to make it run really early.
Marcus Comstedt
2009-03-17
Changed grabOverlay() and copyRectToOverlay() to use OverlayColor instead of ...
Marcus Comstedt
2009-02-15
Removed OSystem_Dreamcast::fillScreen implementation after discussing it with...
Johannes Schickel
2009-02-15
- Replace OSystem::clearScreen with OSystem::fillScreen as discussed on -devel.
Johannes Schickel
2009-01-30
Moved default implementations for various OSystem methods into a new class Ba...
Max Horn
2009-01-27
Need graphics/colormasks.h for Graphics::createPixelFormat.
Marcus Comstedt
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-10-02
Renamed FilesystemNode -> FSNode
Max Horn
2008-06-29
New Mixer API.
Marcus Comstedt
2008-03-01
Added getTimeAndDate() implementation.
Marcus Comstedt
2008-03-01
Integrated fs factory into osystem object.
Marcus Comstedt
2008-03-01
Moved Dreamcast filesystem factory to platform directory.
Marcus Comstedt
2007-09-19
Include <graphics/surface.h> for Graphics::Surface.
Marcus Comstedt
[next]