aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction
AgeCommit message (Expand)Author
2010-03-18COMMON: Move Common::RandomSource to common/random.*Max Horn
2010-02-21Patch for bug 2943361 by littleboy, adding full kb modifier support to all en...Yotam Barnoy
2010-01-30Replace use of Audio::makeRawMemoryStream by Audio::makeRawStream.Johannes Schickel
2010-01-26Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/dec...Max Horn
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2010-01-23Reorder params to Audio::makeRawMemoryStreamMax Horn
2010-01-23Get rid of deprecated makeRawDiskStream variants; rename deprecated makeRawMe...Max Horn
2010-01-23Get rid of two more FLAG_LOOP instancesMax Horn
2010-01-21Silenced some cppcheck warnings.Torbjörn Andersson
2010-01-19cleanupMax Horn
2010-01-19Move raw audio flags from sound/mixer.h to sound/raw.hMax Horn
2010-01-19Get rid of Mixer::FLAG_AUTOFREE.Max Horn
2010-01-19Move raw audio streams to new header sound/raw.hMax Horn
2010-01-19Rename 'Linear' audio streams to 'raw'Max Horn
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-07Moved creation of 'beep' sound buffer to sound manager constructor.Nicola Mettifogo
2010-01-03Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is nullTorbjörn Andersson
2009-12-09Changed MidiDriver::createMidi to take a MidiDriverType instead of an intMax Horn
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-16Rollback additional file committed in r45147.Nicola Mettifogo
2009-10-16Start the correct music inside the Hot Sushi. This fixes the part of ticket 2...Nicola Mettifogo
2009-10-16Fixed bug 2879799. Freshly loaded data was erased when changing to the new lo...Nicola Mettifogo
2009-10-16Fixed bug 2879805. Typo in inventory code made the inventory impossible to cl...Nicola Mettifogo
2009-10-15Fixed bug 2879795. Ensure cursor is visible after save/load dialog and debugg...Nicola Mettifogo
2009-10-15Fixed bug 2879785. Dialogue commands were partly executed too early: see comm...Nicola Mettifogo
2009-10-15Save/load dialog now uses GUI::SaveLoadChooser.Nicola Mettifogo
2009-10-14Fixed regression bug #2874229. Regression had happened in r39878, when the di...Nicola Mettifogo
2009-10-09Remove some unused variablesMax Horn
2009-10-04Reduce usage of Common::String::emptyStringMax Horn
2009-09-30Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ...Max Horn
2009-09-30Simplified inventory handling (too much information hiding will kill you).Nicola Mettifogo
2009-09-30* Added secondary inventories for BRA.Nicola Mettifogo
2009-09-30Provide only the data that is strictly needed when creating a new Inventory.Nicola Mettifogo
2009-09-24Reverted parts of revisions #44298, #44299 and #44300, to prevent warnings an...Filippos Karapetis
2009-09-24Fixed some more warnings about unreachable codeFilippos Karapetis
2009-08-15Removed unnecessary semi-colons.Torbjörn Andersson
2009-07-31When renaming old savefiles for Nippon Safes, don't assert if a file that mat...Nicola Mettifogo
2009-07-30Cleanup the header file as I removed one function in r42922.Nicola Mettifogo
2009-07-30Fixed typo in user message.Nicola Mettifogo
2009-07-30Use SaveFileMan::listSaveFiles() to build list of old savegames for Nippon Sa...Nicola Mettifogo
2009-07-26Moved parser functions arrays to file scope, as they were tripping up the obs...Nicola Mettifogo
2009-07-25Move the event recorder to its own class (EventRecoder inside common/EventRec...Johannes Schickel
2009-07-09Renamed sound/iff.* to sound/iff_sound.* to fix an issue with the upcoming ch...Filippos Karapetis
2009-06-12* Moved the updated IFF code from Parallaction to common/Nicola Mettifogo
2009-06-12Cleanup of sound code.Nicola Mettifogo
2009-06-12* Replaced the A8SVXDecoder class with a function to return an AudioStream in...Nicola Mettifogo
2009-06-12Removed a leftover printf().Nicola Mettifogo