aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction
AgeCommit message (Expand)Author
2008-07-30Reordered initialization lists to silence warning.Nicola Mettifogo
2008-07-29* Implemented pause/resume of command executionNicola Mettifogo
2008-07-29* Added flexible verb configuration for both NS and BRA.Nicola Mettifogo
2008-07-29Added dialogue text rendering for BRA.Nicola Mettifogo
2008-07-29Mask files don't always exist in Amiga version of BRA, in paricular NULL.msk.Travis Howell
2008-07-29Add check common directories, in loadScenery() for Amiga version of BRA.Travis Howell
2008-07-29* Fixed positioning of balloons and faces in BRA (dos, at least).Nicola Mettifogo
2008-07-28Enforcing use of nullZonePtr only for nulling out pointers, as it is useless ...Nicola Mettifogo
2008-07-28Yet another hack to deal with labels... Must rethink this crap from scratch.Nicola Mettifogo
2008-07-28Moved validation step from revision 33363, so that it is executed for all ani...Nicola Mettifogo
2008-07-28Fixed loading of static items.Nicola Mettifogo
2008-07-28Pick up/drop/open/close actions are now available in game.Nicola Mettifogo
2008-07-28Implemented opcodes for picking up/dropping/opening/closing items.Nicola Mettifogo
2008-07-28Tiny readability aid for parser code.Nicola Mettifogo
2008-07-28Preliminary code for traps.Nicola Mettifogo
2008-07-28Added a post processing step to runScripts, so that Animation can be validate...Nicola Mettifogo
2008-07-28Correct character name set by character location parser.Travis Howell
2008-07-28Added support for text in BRA DOS demo.Nicola Mettifogo
2008-07-28Some instrumentation for script debugging.Nicola Mettifogo
2008-07-28Add basic support for running Amiga and PC demos of BRA.Travis Howell
2008-07-28There is no mask or path directories for part0 of BRA (Amiga), so always chec...Travis Howell
2008-07-28Inventory is now properly rendered. Item selection is not yet working.Nicola Mettifogo
2008-07-28Fix compile.Travis Howell
2008-07-28Some unneeded references slipped in with the last commit.Nicola Mettifogo
2008-07-28* Changed Disk code in BRA to use FilesystemNode (duplication has become trul...Nicola Mettifogo
2008-07-27Moved inventory cursor drawing code to InventoryRenderer.Nicola Mettifogo
2008-07-27Inventory icons are now loaded correctly (not yet displayed). BRA doesn't cra...Nicola Mettifogo
2008-07-27Add music/sound loading in Amiga version of BRA.Travis Howell
2008-07-27Added rudimental support for location changes when walking through doors. The...Nicola Mettifogo
2008-07-27Search common directory, when loading frames and talks in Amiga verison of BRA.Travis Howell
2008-07-27Doug from BRA can now walk in his hotel room. He still stops in bizarre poses...Nicola Mettifogo
2008-07-26More cleanup.Nicola Mettifogo
2008-07-26Cleanup.Nicola Mettifogo
2008-07-26* Added walk calculations to BRA (doesn't walk yet, though).Nicola Mettifogo
2008-07-26BRA now parses path data from the scripts.Nicola Mettifogo
2008-07-25Changed the remaining references to Nodes into Points.Nicola Mettifogo
2008-07-25* Changed walk code to use Common::Point instead of the clumsy WalkNode.Nicola Mettifogo
2008-07-25Made character visible in BRA.Nicola Mettifogo
2008-07-25Converted BRA to work with the new menu approach. It is not yet well plugged-...Nicola Mettifogo
2008-07-25* Merged old input management flags into a single mouse status variable.Nicola Mettifogo
2008-07-24Fixed leak in new gui code.Nicola Mettifogo
2008-07-24* Moved end intro and end game sequences code to gui.Nicola Mettifogo
2008-07-24Can't test a SharedPtr for nullity!Nicola Mettifogo
2008-07-23Removed the historical waitUntilLeftClick function and adapted code to use th...Nicola Mettifogo
2008-07-23Removed useless event management code and made readInput() more general.Nicola Mettifogo
2008-07-23More decoupling of inventory code.Nicola Mettifogo
2008-07-23Fixed mouse cursor when closing inventory.Nicola Mettifogo
2008-07-23More merging of input code.Nicola Mettifogo
2008-07-22Merged inventory input code from different files.Nicola Mettifogo
2008-07-22Fix build.Nicola Mettifogo