aboutsummaryrefslogtreecommitdiff
path: root/engines/cruise
AgeCommit message (Expand)Author
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
2011-02-07GUI: Rename SaveLoadChooser::runModal to runModalWithPluginAndTargetMax Horn
2011-02-07COMMON: OSystem now has a PaletteManagerMax Horn
2011-01-02JANITORIAL: Suppress some useless includesArnaud Boutonné
2010-12-07DEBUG: Let GUI::Debugger::preEnter and postEnter (un)pause the engineMax Horn
2010-11-21CRUISE: Slight formatting fix.Johannes Schickel
2010-11-21CRUISE: Fix Memory Accesses Errors and Leaks Reported By ValgrindDavid Turner
2010-11-21CRUISE: Bugfix for #3064846 - Raoul appearing in Book screenPaul Gilbert
2010-11-19COMMON: Split common/stream.h into several headersMax Horn
2010-11-17CRUISE: Corrected uninit read of _polyStruct in ctp.cpp:49 detected by Valgrind.David Turner
2010-11-07LURE: Convert printf to debug/warningMax Horn
2010-10-24ALL: Fix various typos (patch #3093266)Max Horn
2010-10-15CRUISE: Replace some strncpy with strlcpy.Johannes Schickel
2010-10-15ENGINES: Enhance namespace comments a bitMax Horn
2010-10-15CRUISE: Fix some code analysis warnings (bug #3087829)Eugene Sandulenko
2010-09-12i18n: Translate the Save and Load buttons in cruiseThierry Crozat
2010-08-09CRUISE: Eliminate global constructorsEugene Sandulenko
2010-08-07LOL: added english floppy versionFlorian Kagerer
2010-07-17Remove PalmOS portMax Horn
2010-07-17DEBUGGER: Simplify how our console debugger works / is usedMax Horn
2010-06-21Fixed some Cppcheck warnings. (There are plenty left, if anyone's wondering.)Torbjörn Andersson
2010-06-15AdvancedDetector: Add new parameter directoryGlobs.Eugene Sandulenko
2010-06-14Extended advancedDetector with depth parameter.Eugene Sandulenko
2010-05-04Move DebugChannel related code to new headerMax Horn
2010-05-04Move initGraphics and initCommonGFX from to new header.Max Horn
2010-04-27COMMON: Move DebugChannel stuff into a new DebugMan singletonMax Horn
2010-04-12AUDIO: Rename Mixer::playInputStream to playStreamMax Horn
2010-03-22Patch #2973290: Semicolon cleanupMax Horn
2010-03-18COMMON: Get rid of Common::StringListMax Horn
2010-03-18COMMON: Move Common::RandomSource to common/random.*Max Horn
2010-03-10Silenced some harmless cppcheck warnings about unreachable code after a return.Torbjörn Andersson
2010-03-04cruise: add detection entry for Amiga English US GOLD versionFabio Battaglia
2010-02-21Patch for bug 2943361 by littleboy, adding full kb modifier support to all en...Yotam Barnoy
2010-02-20Added comment to explain pointer comparison. See r48092 and r48904.Nicola Mettifogo
2010-02-20Put in a warning in case there is ever too long a background resource name wh...Paul Gilbert
2010-02-20Reverted commit 48092 - The comparison is explicitly intended to detect if th...Paul Gilbert
2010-02-20strncpy does not always add a terminating zero, thus we need to do that on ou...Johannes Schickel
2010-02-20"const char *" strings should be compared via strcmp and not via !=/==.Johannes Schickel
2010-02-19Increased the amount of space for storing background filenames to fix memory ...Paul Gilbert
2010-02-13Cruise detection entry for english AtariST KixxXL editionFabio Battaglia
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2010-01-12Rename all "Adlib" uses to "AdLib" to match the real name of the sound card /...Johannes Schickel
2010-01-08Switch Mixer::playInputStream to use DisposeAfterUse::FlagMax Horn
2010-01-08Move DisposeAfterUse::Flag from Common to global namespace, and into a new he...Max Horn
2010-01-07The default keycolor for mouse pointers used to be 255.Marcus Comstedt
2010-01-03Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is nullTorbjörn Andersson
2009-11-24Added Doxygen comments for the various engine namespaces (currently mostly wi...Max Horn
2009-11-02Changed foo(void) to foo() in almost all non-backend source filesMax Horn
2009-10-18Introduced new type Common::DisposeAfterUse::FlagMax Horn
2009-10-10Fixed memory leaks in savegame restoringPaul Gilbert