aboutsummaryrefslogtreecommitdiff
path: root/base
AgeCommit message (Expand)Author
2005-07-05Last modifications for Actions to WinCE.Lars Persson
2005-07-05* Start of generic key configuration support for ScummVMLars Persson
2005-06-27Just updated ending comment properly for the sake of itLars Persson
2005-06-24When including files from common/, explicitly use the common/ prefixMax Horn
2005-06-23Revert change from printf() to debug(1)Max Horn
2005-06-21replaced #if defined(_MSC_VER)Lars Persson
2005-06-21Patches needed to build for SYMBIAN32 WINS/GCC added.Lars Persson
2005-06-19Document c64 as being a valid --platform= option.Jonathan Gray
2005-06-14Applied patch #1208299. A warning message about the "playing from CD underTorbjörn Andersson
2005-06-05added code for loading dynamic plugins(DLLs) for windowsPaweł Kołodziejski
2005-05-14Removing the last traces of the old custom new/delete operatorsMax Horn
2005-05-11Added "FluidSynth" to the features string. We may have to start word-Torbjörn Andersson
2005-05-10Moved class SoundMixer to Audio::Mixer (didn't call the namespace 'Sound' bec...Max Horn
2005-05-10Moved (In/Out)SaveFile(Manager) and Timer to namespace CommonMax Horn
2005-05-10Moved class File and the MD5 stuff to namespace CommonMax Horn
2005-05-09Patch #1181544 (AmigaOS 4 changes)Max Horn
2005-05-05Handle engine creation failure a bit more gracefulMax Horn
2005-04-24Changed the semantics of debug level 0 from off back to something more simili...Max Horn
2005-04-23Change the way the command line options are put into the ConfigManagerMax Horn
2005-04-23Simplified debuglevel handling:Max Horn
2005-04-22oopsMax Horn
2005-04-22Added macros for integer options; added some explantory comments to the optio...Max Horn
2005-04-19Added new (optional) OSystem::initBackend() method; this (and its usage) fixe...Max Horn
2005-04-13Pedantic fix.Torbjörn Andersson
2005-04-13Patches #1164217 "Updated GS Support + Percussion Remapping Patch" andEugene Sandulenko
2005-04-10oopsMax Horn
2005-04-10Applied patch #1175374 ("FluidSynth MIDI driver"), with a few documentationTorbjörn Andersson
2005-04-09Moved the GFX_ constants to sdl-common.h, where they belong.Max Horn
2005-04-09Remove usage of vsprintf in favour of vsnprintf and makeJonathan Gray
2005-04-08Add NES platformEugene Sandulenko
2005-04-05Initial checking of Gob engineEugene Sandulenko
2005-03-31Playstation2 Port: initial importRobert Göffringmann
2005-03-28TypoTravis Howell
2005-03-25Enable kyra engine in static builds. Maybe someone will work on it :)Eugene Sandulenko
2005-03-25Patch #1117443 (Experimental plugin code revision)Max Horn
2005-03-12Missed fileTravis Howell
2005-03-11PalmOS tooChris Apers
2005-03-10Add --force-1x-overlay command line option as discussed in bugreportEugene Sandulenko
2005-03-09Patch #1013937 "OSystem layer with bigger resolution". Now you will alwaysEugene Sandulenko
2005-03-09WIP of GP32 port. Now it is more correct port and compiles with currentEugene Sandulenko
2005-03-07Add Amiga renderer mode for EGA games.Travis Howell
2005-03-03That's what may happen if you happen to have more than one local tree.Eugene Sandulenko
2005-02-20Patch #1121337 (CGA rendering in early LEC titles).Eugene Sandulenko
2005-02-06Configure the plugin prefix/suffix in the configure script; use that setting ...Max Horn
2005-01-26Fix bug #1109687 buffer overflow causes crash from env-var HOME and someEugene Sandulenko
2005-01-10Reduce dependencies on common/savefile.h from 88 to 14Max Horn
2005-01-10system.h was being included in tons of places, without any good reason; reduc...Max Horn
2005-01-08Fix bug #1097467 (COMI: cursor is invisible at "insert CD" message)Max Horn
2005-01-06Modify the singleton code once more to help overcome an issue with MSVC 7 (se...Max Horn
2005-01-01Changed the singleton code to allow for custom object factories; this allowed...Max Horn