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
Age
Commit message (
Expand
)
Author
2010-11-16
GUI: Rename gui/GuiManager.* to gui/gui-manager.*
Max Horn
2010-10-12
JANITORAL: Clean trailing whitespaces.
Jordi Vilalta Prat
2010-07-29
DC: Let scummvm.ini override autodetect of games
Marcus Comstedt
2010-07-29
DC: Specialize createConfig{Read,Write}Stream
Marcus Comstedt
2010-07-29
BUILD: Unify how MODULE_DIRS is computed for backends
Max Horn
2010-07-29
BUILD: Compile & link certain files only for specific BACKEND values
Max Horn
2010-06-15
SYSTEM: Unify OSystem::getSupportedFormats() signature
Max Horn
2010-05-09
Rename DISABLE_*SCALERS to USE_*SCALERS, and move the mk/cpp defines to confi...
Andre Heider
2010-03-21
Ack, typo!
Marcus Comstedt
2010-03-21
Autodetect long V numbers and shorten them.
Marcus Comstedt
2010-03-18
Convert some occurences of StringList to StringArray;
Max Horn
2010-03-11
Replace Audio::MixerImpl::setOutputRate with a new 'sampleRate' param to the ...
Max Horn
2010-03-10
Remove last traces of OSystem::getOutputSampleRate()
Max Horn
2010-03-08
Remove unnecessary #includes
Max Horn
2010-01-28
Silenced some more cppcheck style warnings.
Torbjörn Andersson
2010-01-25
Strip trailing spaces/tabs.
Johannes Schickel
2009-11-14
Remove Igor engine
Max Horn
2009-10-17
Made find_unused_pixel() take the transparency mask into account, not
Marcus Comstedt
2009-10-17
Update the Dreamcast icon
Jordi Vilalta Prat
2009-10-10
Fixed some warnings.
Marcus Comstedt
2009-10-10
Added flag for updating dependencies.
Marcus Comstedt
2009-10-10
Enable RGB colour for Dreamcast.
Marcus Comstedt
2009-10-10
RGB support.
Marcus Comstedt
2009-10-10
Makefile.common now requires us to set $(LD) as well...
Marcus Comstedt
2009-10-08
Introduce a new struct TimeDate, replacing struct tm in client code. May lead...
Max Horn
2009-10-02
Fix more cppcheck warnings/errors; some code formatting; and fixes to our tools
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-26
Create IP.BIN.
Marcus Comstedt
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-05-29
Changed SaveFileManager methods to take Common::String params (instead of cha...
Max Horn
2009-05-21
Workaround for shells that treat an empty list in for as a syntax error...
Marcus Comstedt
2009-05-21
Micro-optimization: Don't re-strip plugins which are not modified.
Marcus Comstedt
2009-05-21
Ack, can't use something set with := in the dependency section. *sigh* New ...
Marcus Comstedt
2009-05-21
Added proper dependencies for the "plugin_dist" target.
Marcus Comstedt
2009-03-21
argv should not be modified; make it plenty const.
Marcus Comstedt
2009-03-21
Fixed some warnings.
Marcus Comstedt
2009-03-21
Added support for dynamic plugins on Dreamcast to the configure script.
Marcus Comstedt
2009-03-20
Moved hardware initialization to a constructor, to make it run really early.
Marcus Comstedt
2009-03-18
Initial support for building the Dreamcast port using the configure
Marcus Comstedt
2009-03-17
Removed superfluous comma and namespace specifier.
Marcus Comstedt
2009-03-17
Removed superfluous semicolon.
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-02-01
Merged r36175 from branch-0-13-0:
Marcus Comstedt
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
2009-01-27
Disable autosave (fixes [2516389]).
Marcus Comstedt
[next]