Age | Commit message (Expand) | Author |
2010-04-12 | AUDIO: Rename Mixer::playInputStream to playStream | Max Horn |
2010-04-03 | Disable the load from launcher button, in all games of Parallaction game engine. | Travis Howell |
2010-04-03 | Fix bug #2976376 - NIPPON: Load from Launcher fails. By removing the kSupport... | Travis Howell |
2010-04-03 | Fix bug #2970141 - NIPPON: Crash at end of the game (regression). By revertin... | Travis Howell |
2010-04-02 | Fix whitespace | Willem Jan Palenstijn |
2010-04-02 | Fix bug #2969232 - NIPPON: Kos sprite broken (Regression). The current disk a... | Travis Howell |
2010-04-02 | Fix bug #2979193 - NIPPON: Crash at character introduction (regression). By r... | Travis Howell |
2010-03-30 | Let Parallaction return game-specific gameids. This completes the fix for bug... | Nicola Mettifogo |
2010-03-29 | Use ConfMan to query the gameid of the passed target instead of deducing from... | Johannes Schickel |
2010-03-29 | Fixed bug 2969234 by tampering with the gameId. Probably not a nice solution,... | Nicola Mettifogo |
2010-03-20 | Move StringTokenizer to its own files (tokenizer.h/tokenizer.cpp). | Johannes Schickel |
2010-03-18 | COMMON: Get rid of Common::StringList | Max Horn |
2010-03-18 | COMMON: Move Common::RandomSource to common/random.* | Max Horn |
2010-02-21 | Patch for bug 2943361 by littleboy, adding full kb modifier support to all en... | Yotam Barnoy |
2010-01-30 | Replace use of Audio::makeRawMemoryStream by Audio::makeRawStream. | Johannes Schickel |
2010-01-26 | Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/dec... | Max Horn |
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel |
2010-01-23 | Reorder params to Audio::makeRawMemoryStream | Max Horn |
2010-01-23 | Get rid of deprecated makeRawDiskStream variants; rename deprecated makeRawMe... | Max Horn |
2010-01-23 | Get rid of two more FLAG_LOOP instances | Max Horn |
2010-01-21 | Silenced some cppcheck warnings. | Torbjörn Andersson |
2010-01-19 | cleanup | Max Horn |
2010-01-19 | Move raw audio flags from sound/mixer.h to sound/raw.h | Max Horn |
2010-01-19 | Get rid of Mixer::FLAG_AUTOFREE. | Max Horn |
2010-01-19 | Move raw audio streams to new header sound/raw.h | Max Horn |
2010-01-19 | Rename 'Linear' audio streams to 'raw' | Max Horn |
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 | Moved creation of 'beep' sound buffer to sound manager constructor. | Nicola Mettifogo |
2010-01-03 | Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is null | Torbjörn Andersson |
2009-12-09 | Changed MidiDriver::createMidi to take a MidiDriverType instead of an int | Max Horn |
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 | Rollback additional file committed in r45147. | Nicola Mettifogo |
2009-10-16 | Start the correct music inside the Hot Sushi. This fixes the part of ticket 2... | Nicola Mettifogo |
2009-10-16 | Fixed bug 2879799. Freshly loaded data was erased when changing to the new lo... | Nicola Mettifogo |
2009-10-16 | Fixed bug 2879805. Typo in inventory code made the inventory impossible to cl... | Nicola Mettifogo |
2009-10-15 | Fixed bug 2879795. Ensure cursor is visible after save/load dialog and debugg... | Nicola Mettifogo |
2009-10-15 | Fixed bug 2879785. Dialogue commands were partly executed too early: see comm... | Nicola Mettifogo |
2009-10-15 | Save/load dialog now uses GUI::SaveLoadChooser. | Nicola Mettifogo |
2009-10-14 | Fixed regression bug #2874229. Regression had happened in r39878, when the di... | Nicola Mettifogo |
2009-10-09 | Remove some unused variables | Max Horn |
2009-10-04 | Reduce usage of Common::String::emptyString | Max Horn |
2009-09-30 | Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ... | Max Horn |
2009-09-30 | Simplified inventory handling (too much information hiding will kill you). | Nicola Mettifogo |
2009-09-30 | * Added secondary inventories for BRA. | Nicola Mettifogo |
2009-09-30 | Provide only the data that is strictly needed when creating a new Inventory. | Nicola Mettifogo |
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 |