Age | Commit message (Collapse) | 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 | |
Engines should only have to call one set of functions and not decide between the two. In fact, the 'emulation' API was documented to just call the 'real CD' API. | |||
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 | |
2012-06-09 | COMMON: Add tm_wday to our TimeDate struct | Matthew Hoops | |
Did not adapt bada or ps2 backends as I'm not sure how they should be handled | |||
2011-08-07 | JANITORIAL: Remove trailing empty lines. | Christoph Mallon | |
2011-06-20 | ALL: Remove trailing whitespaces | Max Horn | |
This tries to make our code a bit more compliant with our code formatting conventions. For future use, this is the command I used: git ls-files "*.cpp" "*.h" | xargs sed -i -e 's/[ \t]*$//' | |||
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 | DC: Allow use of all symbols | 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-06-04 | COMMON: Rename kFeatureCursorHasPalette -> kFeatureCursorPalette | Max Horn | |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-05-03 | DC: Fix various forbidden symbol clashes | Max Horn | |
2011-05-03 | BACKENDS: Allow various files to use stuff from time.h | Max Horn | |
2011-04-20 | DC: Move dynamic plugin handling into the platform | Marcus Comstedt | |
2011-02-09 | AUDIO: Rename sound/ dir to audio/ | Max Horn | |
svn-id: r55850 | |||
2011-01-08 | DC: Fix a compilation warning | Marcus Comstedt | |
svn-id: r55172 | |||
2011-01-08 | DC: Implement logMessage() | Marcus Comstedt | |
svn-id: r55171 | |||
2010-12-03 | DC: Remove extra semicolon. (Should fix compiliation hopefully). | Johannes Schickel | |
svn-id: r54753 | |||
2010-12-03 | DC: Implement getSystemLanguage() | Marcus Comstedt | |
svn-id: r54752 | |||
2010-12-01 | DC: Adapted CDDA interface to the new standard. | Marcus Comstedt | |
svn-id: r54714 | |||
2010-11-19 | COMMON: Split common/stream.h into several headers | Max Horn | |
svn-id: r54385 | |||
2010-07-29 | DC: Specialize createConfig{Read,Write}Stream | Marcus Comstedt | |
Implement platform-specific variants of createConfigReadStream() and createConfigWriteStream(), instead of inheriting the BaseBackend definitions. Nonstandard behavious is as follows: * createConfigWriteStream() always returns 0 (read-only filesystem) * createConfigReadStream() returns an empty MemoryReadStream instead of NULL if scummvm.ini does not exist. This is to make sure that loadDefaultConfigFile() always clears out any old config data, as I'll want to restart config parsing from scratch after a disc swap. svn-id: r51478 | |||
2010-03-11 | Replace Audio::MixerImpl::setOutputRate with a new 'sampleRate' param to the ↵ | Max Horn | |
MixerImpl constructor svn-id: r48238 | |||
2009-10-10 | RGB support. | Marcus Comstedt | |
svn-id: r44874 | |||
2009-10-08 | Introduce a new struct TimeDate, replacing struct tm in client code. May ↵ | Max Horn | |
lead to compilation issues in ports, which should be trivial to fix, though svn-id: r44793 | |||
2009-06-13 | Detected games with different language or platform are now | Marcus Comstedt | |
no longer treated as duplicates, even if they have the same target and directory. Also, pass these parameters to the ConfMan, so that the correct version of the game is started. svn-id: r41504 | |||
2009-03-21 | argv should not be modified; make it plenty const. | Marcus Comstedt | |
svn-id: r39591 | |||
2009-03-21 | Fixed some warnings. | Marcus Comstedt | |
svn-id: r39590 | |||
2009-03-20 | Moved hardware initialization to a constructor, to make it run really early. | Marcus Comstedt | |
svn-id: r39577 | |||
2009-01-27 | Disable autosave (fixes [2516389]). | Marcus Comstedt | |
svn-id: r36106 | |||
2008-06-29 | New Mixer API. | Marcus Comstedt | |
svn-id: r32836 | |||
2008-03-01 | Added getTimeAndDate() implementation. | Marcus Comstedt | |
svn-id: r31027 | |||
2008-01-03 | Use system call to return to DC boot menu rather than relying on exit() | Marcus Comstedt | |
to do the job. svn-id: r30197 | |||
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵ | Nicola Mettifogo | |
been updated. svn-id: r28966 | |||
2007-09-18 | Code formatting fixes | Max Horn | |
svn-id: r28945 | |||
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client ↵ | Max Horn | |
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024 | |||
2006-10-22 | Removed timerproc and soundproc. | Marcus Comstedt | |
svn-id: r24455 | |||
2006-10-22 | Modularization. | Marcus Comstedt | |
svn-id: r24453 | |||
2006-10-07 | #include <base/engine.h> -> #include <engines/engine.h (Though I don't like | Eugene Sandulenko | |
those angle brackets) svn-id: r24178 | |||
2006-10-07 | Instantiate and hook up the plugin providers in the main() function of the ↵ | Max Horn | |
corresponding backends (porters may have to update their ports if they were using the POSIX or Win32 module loading code implicitly); some cleanup svn-id: r24153 | |||
2006-06-30 | Moved backends/dc into new platform directory. | Marcus Comstedt | |
svn-id: r23357 |