Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-29 | DC: Let scummvm.ini override autodetect of games | Marcus Comstedt | |
If a game CD has a scummvm.ini file with at least one game domain in it, the normal autodetection is now bypassed and a menu of only the games in the .ini file is presented instead. The descriptions of the games are taken from the .ini file, but icons are still scanned for in the old fashion. Note that previously ScummVM would read global options from the scummvm.ini file on the boot disc (if present), but now global options are instead taken from the scummvm.ini on the game disc (in case of a disc swap). svn-id: r51480 | |||
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-07-29 | BUILD: Unify how MODULE_DIRS is computed for backends | Max Horn | |
This should help avoid situations where MODULE_DIRS is not set to a complete list of build dirs (which causes troubles with the automatic header dependency detection logic). On the long run, we should replace the relevant code by a macro or also use rules.mk for this (with yet another if/else case add to it). svn-id: r51467 | |||
2010-07-29 | BUILD: Compile & link certain files only for specific BACKEND values | Max Horn | |
svn-id: r51465 | |||
2010-06-15 | SYSTEM: Unify OSystem::getSupportedFormats() signature | Max Horn | |
svn-id: r49838 | |||
2010-05-09 | Rename DISABLE_*SCALERS to USE_*SCALERS, and move the mk/cpp defines to ↵ | Andre Heider | |
configure. svn-id: r48977 | |||
2010-03-21 | Ack, typo! | Marcus Comstedt | |
svn-id: r48352 | |||
2010-03-21 | Autodetect long V numbers and shorten them. | Marcus Comstedt | |
svn-id: r48351 | |||
2010-03-18 | Convert some occurences of StringList to StringArray; | Max Horn | |
try to fix compile error in GP2x code svn-id: r48286 | |||
2010-03-11 | Replace Audio::MixerImpl::setOutputRate with a new 'sampleRate' param to the ↵ | Max Horn | |
MixerImpl constructor svn-id: r48238 | |||
2010-03-10 | Remove last traces of OSystem::getOutputSampleRate() | Max Horn | |
svn-id: r48229 | |||
2010-03-08 | Remove unnecessary #includes | Max Horn | |
svn-id: r48185 | |||
2010-01-28 | Silenced some more cppcheck style warnings. | Torbjörn Andersson | |
svn-id: r47628 | |||
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel | |
svn-id: r47541 | |||
2009-11-14 | Remove Igor engine | Max Horn | |
svn-id: r45898 | |||
2009-10-17 | Made find_unused_pixel() take the transparency mask into account, not | Marcus Comstedt | |
counting palette colours of masked pixels as used. Fixes transparency on the new default icon. svn-id: r45183 | |||
2009-10-17 | Update the Dreamcast icon | Jordi Vilalta Prat | |
svn-id: r45180 | |||
2009-10-10 | Fixed some warnings. | Marcus Comstedt | |
svn-id: r44877 | |||
2009-10-10 | Added flag for updating dependencies. | Marcus Comstedt | |
svn-id: r44876 | |||
2009-10-10 | Enable RGB colour for Dreamcast. | Marcus Comstedt | |
svn-id: r44875 | |||
2009-10-10 | RGB support. | Marcus Comstedt | |
svn-id: r44874 | |||
2009-10-10 | Makefile.common now requires us to set $(LD) as well... | Marcus Comstedt | |
svn-id: r44867 | |||
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-10-02 | Fix more cppcheck warnings/errors; some code formatting; and fixes to our tools | Max Horn | |
svn-id: r44539 | |||
2009-08-22 | Second attempt to fix DC and iPhone backends compilation | Eugene Sandulenko | |
svn-id: r43651 | |||
2009-08-22 | Attempt to fix DC and iPhone backends compilation | Eugene Sandulenko | |
svn-id: r43650 | |||
2009-07-26 | Create IP.BIN. | Marcus Comstedt | |
svn-id: r42825 | |||
2009-07-05 | Refresh the screen if pollEvent() is called without updateScreen() being ↵ | Marcus Comstedt | |
called for a long time. svn-id: r42139 | |||
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-05-29 | Changed SaveFileManager methods to take Common::String params (instead of ↵ | Max Horn | |
char pointers) svn-id: r41000 | |||
2009-05-21 | Workaround for shells that treat an empty list in for as a syntax error... | Marcus Comstedt | |
svn-id: r40758 | |||
2009-05-21 | Micro-optimization: Don't re-strip plugins which are not modified. | Marcus Comstedt | |
svn-id: r40757 | |||
2009-05-21 | Ack, can't use something set with := in the dependency section. *sigh* New ↵ | Marcus Comstedt | |
try. svn-id: r40753 | |||
2009-05-21 | Added proper dependencies for the "plugin_dist" target. | Marcus Comstedt | |
svn-id: r40751 | |||
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-21 | Added support for dynamic plugins on Dreamcast to the configure script. | Marcus Comstedt | |
svn-id: r39587 | |||
2009-03-20 | Moved hardware initialization to a constructor, to make it run really early. | Marcus Comstedt | |
svn-id: r39577 | |||
2009-03-18 | Initial support for building the Dreamcast port using the configure | Marcus Comstedt | |
script. Dynamic modules are not supported just yet. svn-id: r39524 | |||
2009-03-17 | Removed superfluous comma and namespace specifier. | Marcus Comstedt | |
svn-id: r39495 | |||
2009-03-17 | Removed superfluous semicolon. | Marcus Comstedt | |
svn-id: r39494 | |||
2009-03-17 | Changed grabOverlay() and copyRectToOverlay() to use OverlayColor instead of ↵ | Marcus Comstedt | |
int16. svn-id: r39493 | |||
2009-02-15 | Removed OSystem_Dreamcast::fillScreen implementation after discussing it ↵ | Johannes Schickel | |
with Marcus. svn-id: r38327 | |||
2009-02-15 | - Replace OSystem::clearScreen with OSystem::fillScreen as discussed on -devel. | Johannes Schickel | |
- Update BaseBackend and DC port to properly implement OSystem::fillScreen (now only PalmOS has to be updated). - Update all client code which relied on OSystem::clearScreen so far. svn-id: r38304 | |||
2009-02-01 | Merged r36175 from branch-0-13-0: | Marcus Comstedt | |
Fixed alpha blending in the UI dialogs by adding alpha computation to the blendPixelPtr() function. To minimize impact, pre-multiplied alpha is assumed, meaning that the blending of the R, G and B components is the same both with and without hardware alpha. svn-id: r36177 | |||
2009-01-30 | Moved default implementations for various OSystem methods into a new class ↵ | Max Horn | |
BaseBackend svn-id: r36135 | |||
2009-01-27 | Need graphics/colormasks.h for Graphics::createPixelFormat. | Marcus Comstedt | |
svn-id: r36108 | |||
2009-01-27 | Disable autosave (fixes [2516389]). | Marcus Comstedt | |
svn-id: r36106 | |||
2009-01-23 | Renamed FSNode::openForReading / openForWriting to createReadStream / ↵ | Max Horn | |
createWriteStream, again to make ownership of the returned stream clear svn-id: r36014 | |||
2009-01-22 | Get rid of the wrappers around the zlib stream wrapper wrappers ;) | Max Horn | |
svn-id: r36007 |