Age | Commit message (Expand) | Author |
2009-12-30 | Wrapped some IHNM-specific code around appropriate ifdef's | Filippos Karapetis |
2009-12-27 | fix resource refactor regression | Andrew Kurushin |
2009-12-24 | Fix detection for ITE Floppy Italian | Eugene Sandulenko |
2009-12-23 | Add more information to Italian fan translations of ITE as mentioned in | Eugene Sandulenko |
2009-12-09 | Changed MidiDriver::createMidi to take a MidiDriverType instead of an int | Max Horn |
2009-12-04 | Fix warning. | Johannes Schickel |
2009-12-04 | Silenced GCC warnings. | Torbjörn Andersson |
2009-12-04 | refactor resource module: | Andrew Kurushin |
2009-12-01 | Fill out doxygen comment about supported games | Eugene Sandulenko |
2009-11-25 | Cache resource file size to avoid excess file->size() calls. | Eugene Sandulenko |
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-16 | Added a new convenience method to the video player, which adds the event of s... | Filippos Karapetis |
2009-10-09 | Remove some unused variables | Max Horn |
2009-10-08 | Introduce a new struct TimeDate, replacing struct tm in client code. May lead... | Max Horn |
2009-10-02 | Fixed cppcheck warnings about mismatching allocation/deallocation. | Torbjörn Andersson |
2009-09-30 | Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ... | Max Horn |
2009-09-24 | Reverted parts of revisions #44298, #44299 and #44300, to prevent warnings an... | Filippos Karapetis |
2009-09-24 | Fixed some more warnings about unreachable code | Filippos Karapetis |
2009-09-23 | Got rid of Common::File::addDefaultDirectory, instead implemented the solutio... | Johannes Schickel |
2009-09-17 | Corrected the size of one of the Italian fan-translated versions of ITE (bug ... | Filippos Karapetis |
2009-09-11 | Slightly modified version of Patch #2838562: Improve endian.h and stream.h | Max Horn |
2009-09-02 | SAGA: Change Actor::fillPathArray to use a dynamic queue instead of an only-g... | Max Horn |
2009-08-24 | reverting changes from patch 43696 that shouldnt have been committed | Norbert Lange |
2009-08-24 | Enable alternative palettse for Amiga Monkey Island - Patch ID: 2819787 | Norbert Lange |
2009-08-18 | Applied agent-q's patch to the SAGA pathfinding code for all platforms - x an... | Filippos Karapetis |
2009-08-17 | Put back the code for playing external digital music, used by the MIDI enhanc... | Filippos Karapetis |
2009-08-17 | Slight cleanup to makeLinearDiskStream interface. | Johannes Schickel |
2009-08-17 | - Removed the custom DigitalMusicInputStream used in SAGA for the digital mus... | Filippos Karapetis |
2009-08-17 | Simplified the sound playing code by removing the boolean variables for signe... | Filippos Karapetis |
2009-08-17 | Ignore speech and sound effect samples with unknown compression, instead of t... | Filippos Karapetis |
2009-08-17 | Made sound effect playing code consistent for compressed and uncompressed sou... | Filippos Karapetis |
2009-08-17 | Cleanup | Filippos Karapetis |
2009-08-12 | Put some more IHNM / SAGA2 specific code into compile guards. | Johannes Schickel |
2009-07-27 | Fix bug #2827459 "ITE: Ingame GUI does not list slots 96-99", by defining in ... | Johannes Schickel |
2009-07-25 | Move the event recorder to its own class (EventRecoder inside common/EventRec... | Johannes Schickel |
2009-07-24 | Removed unused variable. | Torbjörn Andersson |
2009-07-24 | SAGA: Instead of trying to detect duplicate glyphs, | Willem Jan Palenstijn |
2009-07-11 | Fix oversight in r42361 and also handle consecutive copied characters in SAGA. | Willem Jan Palenstijn |
2009-07-11 | Fix SAGA outline generation algorithm for characters | Willem Jan Palenstijn |
2009-06-12 | * Moved the updated IFF code from Parallaction to common/ | Nicola Mettifogo |
2009-06-06 | Added game GUI options to advancedDetector and updated all engines | Eugene Sandulenko |
2009-05-29 | Changed SaveFileManager methods to take Common::String params (instead of cha... | Max Horn |
2009-05-24 | Strip trailing whitespaces in the whole code base. | Johannes Schickel |
2009-05-21 | Renamed the DXA, SMK and FLIC video decoders to reflect the fact that they're... | Filippos Karapetis |
2009-05-19 | COMMON: Removed Stream::ioFailed() and clearIOFailed(), as they are deprecate... | Max Horn |
2009-05-01 | SAGA: move Actor::_pathList into a Common::Array<Point> | Andrew Kurushin |
2009-05-01 | SAGA: fix SAGA_DEBUG&ACTOR_DEBUG enabled compilation; move Actor::_debugPoint... | Andrew Kurushin |
2009-04-28 | SAGA: turned Actor::_pathNodeList into a Common::Array<PathNode>; likewise fo... | Max Horn |