aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction
AgeCommit message (Expand)Author
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
2009-03-28Add sound effects support for PC version of BRA.Travis Howell
2009-03-28Change the detection of Amiga versions of BRA, to a required data file (reque...Travis Howell
2009-03-27Adjusted calculation of scanline width for ILBM files to account for occasion...Nicola Mettifogo
2009-03-24Removed paranoia check.Nicola Mettifogo
2009-03-24* Pushed evaluation of 'following question' from dialogue parsing to dialogue...Nicola Mettifogo
2009-03-23Refactored the zone type parsers.Nicola Mettifogo
2009-03-23Turned ZoneTypes into a regular numeric id (no more a bitfield).Nicola Mettifogo
2009-03-23Oops.Nicola Mettifogo
2009-03-23Merged GetData, HearData, SpeakData, PathData, ExamineData, MergeData into Ty...Nicola Mettifogo
2009-03-23Pushed down dependencies from parser.hNicola Mettifogo
2009-03-23Fix pallete for label font in the Amiga version of BRA.Travis Howell
2009-03-23Implemented all variants of IF script instruction. Program class has been cha...Nicola Mettifogo
2009-03-23Correct label font used by Amiga version of BRA.Travis Howell
2009-03-23Correct the fonts used by Amiga version of BRA.Travis Howell
2009-03-23Partly implemented the STOP script instruction.Nicola Mettifogo
2009-03-23Implemented MOVE script instruction.Nicola Mettifogo
2009-03-23Fully implemented scrolling.Nicola Mettifogo
2009-03-22Stop erroring out if mask or shadow files are missing: not all location/objec...Nicola Mettifogo
2009-03-22Added support for 3 bit deep ILBM images.Nicola Mettifogo
2009-03-22Added simple IFF type verification to the parser.Nicola Mettifogo
2009-03-22Changed Disk code to provide SeekableReadStream's to sound routines as well.Nicola Mettifogo
2009-03-21Set the right colors for dialogue text in BRA Amiga.Nicola Mettifogo
2009-03-21Fix build.Nicola Mettifogo
2009-03-21Some Surface tinkering, and added TODO's about it.Nicola Mettifogo
2009-03-21Changed Nippon Safes to make use of the new ILBMDecoder.Nicola Mettifogo
2009-03-21Extended the IFF parser to handle 1 and 5 bits deep images.Nicola Mettifogo
2009-03-21Fix regression when loading icons in Amiga versions of BRA.Travis Howell
2009-03-20Fix namespace nameJordi Vilalta Prat