aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction
AgeCommit message (Expand)Author
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
2009-06-12* Final version of the IFF parsing code.Nicola Mettifogo
2009-06-06Added game GUI options to advancedDetector and updated all enginesEugene Sandulenko
2009-05-31The error() and warning() functions add ! and newline automatically. (I didn'tTorbjörn Andersson
2009-05-29Changed SaveFileManager methods to take Common::String params (instead of cha...Max Horn
2009-05-21Made BRA demos start again by partially reverting commit 39773. Multiple inve...Nicola Mettifogo
2009-04-29Refactoring.Nicola Mettifogo
2009-04-29Removed obsolete TODO.Nicola Mettifogo
2009-04-29Enable music and sound effects in BRA, by default.Travis Howell
2009-04-29* Refactored existing save/load code to ease extensionNicola Mettifogo
2009-04-28Implemented quit dialog box in BRA.Nicola Mettifogo
2009-04-28Added in-game menu for BRA. Load/save is not supported yet.Nicola Mettifogo
2009-04-28* Disk code cleanup.Nicola Mettifogo
2009-04-06Removed useless references to the global _vm.Nicola Mettifogo
2009-04-06Cleanup of Balloon and Dialogue code:Nicola Mettifogo
2009-04-03Moved background and character loading code from LocationParser_br to the eng...Nicola Mettifogo
2009-04-03Moved Nippon Safes specific code from Parallaction to Parallaction_ns and ada...Nicola Mettifogo
2009-04-03PARALLACTION: Fix silly Mingw 'shadowed declaration' warningsMax Horn
2009-03-31Fixed dialogue balloon appearing in the wrong position after commit 39772.Nicola Mettifogo
2009-03-31Added basic multiple inventory support. This will be used for the GIVE and SW...Nicola Mettifogo
2009-03-31There have been subclasses of DialogueManager for a while, so now we use thei...Nicola Mettifogo
2009-03-31Character doesn't need a reference to the engine anymore.Nicola Mettifogo
2009-03-30PARALLACTION: Commit of parentheses patch from salty-horse. (from -devel "Ena...Johannes Schickel
2009-03-29Implemented IFCHAR command. This makes part 3 of BRA completely explorable.Nicola Mettifogo
2009-03-29Added declaration for Amiga BRA callables.Nicola Mettifogo
2009-03-29(Re)link bounding animations after location has been completely parsed. This ...Nicola Mettifogo
2009-03-29Ensure zone and animation flags are restored when a location is reloaded. Thi...Nicola Mettifogo
2009-03-29Commands now evaluate their reference Zone at runtime, thus handling of forwa...Nicola Mettifogo
2009-03-29Fixed several free/delete mismatches.Nicola Mettifogo
2009-03-29Set main menu text height to the actual font height.Nicola Mettifogo
2009-03-29Merged CommandData into Command.Nicola Mettifogo
2009-03-28Added workaround for script bug in ticket #2718449.Nicola Mettifogo
2009-03-28Added initialization for _index and _locationIndex in Zone objects.Nicola Mettifogo
2009-03-28Save zone and animation flags when a location is closed. This fixes bug #2718...Nicola Mettifogo
2009-03-28Add sound effects support for Amiga demo of BRA.Travis Howell