aboutsummaryrefslogtreecommitdiff
path: root/engines/cruise
AgeCommit message (Expand)Author
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
2009-10-10Game now completely starts up without memory leaksPaul Gilbert
2009-10-10Further memory leak fixesPaul Gilbert
2009-10-09Fix warningMax Horn
2009-10-09Fixed all memory leaks as far as the initial title screenPaul Gilbert
2009-10-09Set up a basic tracing system for all memory allocations to help track down m...Paul Gilbert
2009-10-03Added a +1 for dirty rectangle calculation so final column of changed area is...Paul Gilbert
2009-10-02Bugfix for dirty rects getting lost during room fade-insPaul Gilbert
2009-09-26Bugfix for the dirty rects for drawn sprites when the sprite is partially off...Paul Gilbert
2009-09-26Dirty rects fix for pixels remaining on screen changesPaul Gilbert
2009-09-24Reverted parts of revisions #44298, #44299 and #44300, to prevent warnings an...Filippos Karapetis
2009-09-24Reverted parts of revisions #44292, #44293, #44295 and #44296, to prevent war...Filippos Karapetis
2009-09-24Changed createResFileEntry() to error out againFilippos Karapetis
2009-09-24Fixed some more warnings about unreachable codeFilippos Karapetis
2009-09-24CRUISE: Fixed some warnings about unreachable codeFilippos Karapetis
2009-09-23Removed redundant offset from dirty rect calculation logicPaul Gilbert
2009-09-14Add preliminary support for German Amiga version.Johannes Schickel
2009-09-11Added an experimental screen transition dirty rect calculation code which sho...Paul Gilbert
2009-09-11Bugfix for the boundaries of changing objects used for dirty rect calculationsPaul Gilbert
2009-08-24Bugfix for freeze when the in-game Pause 'P' key is usedPaul Gilbert
2009-08-24Added code to launch the GMM save/load dialogues from the in-game Player menu...Paul Gilbert
2009-08-17Switched event loop while/do to do/while, to ensure event handling occurs eve...Paul Gilbert
2009-08-16Added detection entry for the UK 16 colour versionPaul Gilbert
2009-08-15Added const qualifiers to static data.Johannes Schickel