Age | Commit message (Expand) | Author |
2010-03-18 | COMMON: Get rid of Common::StringList | Max Horn |
2010-03-18 | COMMON: Move Common::RandomSource to common/random.* | Max Horn |
2010-03-10 | Silenced some harmless cppcheck warnings about unreachable code after a return. | Torbjörn Andersson |
2010-03-04 | cruise: add detection entry for Amiga English US GOLD version | Fabio Battaglia |
2010-02-21 | Patch for bug 2943361 by littleboy, adding full kb modifier support to all en... | Yotam Barnoy |
2010-02-20 | Added comment to explain pointer comparison. See r48092 and r48904. | Nicola Mettifogo |
2010-02-20 | Put in a warning in case there is ever too long a background resource name wh... | Paul Gilbert |
2010-02-20 | Reverted commit 48092 - The comparison is explicitly intended to detect if th... | Paul Gilbert |
2010-02-20 | strncpy 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-19 | Increased the amount of space for storing background filenames to fix memory ... | Paul Gilbert |
2010-02-13 | Cruise detection entry for english AtariST KixxXL edition | Fabio Battaglia |
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel |
2010-01-12 | Rename all "Adlib" uses to "AdLib" to match the real name of the sound card /... | Johannes Schickel |
2010-01-08 | Switch Mixer::playInputStream to use DisposeAfterUse::Flag | Max Horn |
2010-01-08 | Move DisposeAfterUse::Flag from Common to global namespace, and into a new he... | Max Horn |
2010-01-07 | The default keycolor for mouse pointers used to be 255. | Marcus Comstedt |
2010-01-03 | Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is null | Torbjörn Andersson |
2009-11-24 | Added Doxygen comments for the various engine namespaces (currently mostly wi... | Max Horn |
2009-11-02 | Changed foo(void) to foo() in almost all non-backend source files | Max Horn |
2009-10-18 | Introduced new type Common::DisposeAfterUse::Flag | Max Horn |
2009-10-10 | Fixed memory leaks in savegame restoring | Paul Gilbert |
2009-10-10 | Game now completely starts up without memory leaks | Paul Gilbert |
2009-10-10 | Further memory leak fixes | Paul Gilbert |
2009-10-09 | Fix warning | Max Horn |
2009-10-09 | Fixed all memory leaks as far as the initial title screen | Paul Gilbert |
2009-10-09 | Set up a basic tracing system for all memory allocations to help track down m... | Paul Gilbert |
2009-10-03 | Added a +1 for dirty rectangle calculation so final column of changed area is... | Paul Gilbert |
2009-10-02 | Bugfix for dirty rects getting lost during room fade-ins | Paul Gilbert |
2009-09-26 | Bugfix for the dirty rects for drawn sprites when the sprite is partially off... | Paul Gilbert |
2009-09-26 | Dirty rects fix for pixels remaining on screen changes | Paul Gilbert |
2009-09-24 | Reverted parts of revisions #44298, #44299 and #44300, to prevent warnings an... | Filippos Karapetis |
2009-09-24 | Reverted parts of revisions #44292, #44293, #44295 and #44296, to prevent war... | Filippos Karapetis |
2009-09-24 | Changed createResFileEntry() to error out again | Filippos Karapetis |
2009-09-24 | Fixed some more warnings about unreachable code | Filippos Karapetis |
2009-09-24 | CRUISE: Fixed some warnings about unreachable code | Filippos Karapetis |
2009-09-23 | Removed redundant offset from dirty rect calculation logic | Paul Gilbert |
2009-09-14 | Add preliminary support for German Amiga version. | Johannes Schickel |
2009-09-11 | Added an experimental screen transition dirty rect calculation code which sho... | Paul Gilbert |
2009-09-11 | Bugfix for the boundaries of changing objects used for dirty rect calculations | Paul Gilbert |
2009-08-24 | Bugfix for freeze when the in-game Pause 'P' key is used | Paul Gilbert |
2009-08-24 | Added code to launch the GMM save/load dialogues from the in-game Player menu... | Paul Gilbert |
2009-08-17 | Switched event loop while/do to do/while, to ensure event handling occurs eve... | Paul Gilbert |
2009-08-16 | Added detection entry for the UK 16 colour version | Paul Gilbert |
2009-08-15 | Added const qualifiers to static data. | Johannes Schickel |
2009-08-15 | Added Dirty Rect handling functionality | Paul Gilbert |
2009-08-09 | Removed redundant code related to Midi handling | Paul Gilbert |
2009-08-09 | Slight adjustment to Spanish font lookup table, based on mac_es's description... | Paul Gilbert |
2009-08-03 | Bugfix to correctly reset the music tempo when loading a savegame | Paul Gilbert |
2009-07-31 | Fix bug with the event loop that was discarding pending events rather than le... | Paul Gilbert |