aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/parallaction_br.cpp
AgeCommit message (Expand)Author
2008-08-31Cleanup.Nicola Mettifogo
2008-08-31Moved save/load code into SaveLoad class.Nicola Mettifogo
2008-08-31Uniformed the interface of Parallaction class (and its hierarchy) with regard...Nicola Mettifogo
2008-08-30Moved mouse cursor loading/handling to Input class.Nicola Mettifogo
2008-08-21Removed unused code and structures, and a bit of cleanup.Nicola Mettifogo
2008-08-20Engine now returns to the menu when intro is over.Nicola Mettifogo
2008-08-19Fixed segfault when quitting BRA.Nicola Mettifogo
2008-08-16Merged revisions 33777,33781-33788,33790,33792-33793,33795,33797,33805,33807-...Christopher Page
2008-08-14Some variable renamed to make more sense.Nicola Mettifogo
2008-08-04Merged revisions 33188-33189,33191-33193,33196,33198,33202-33203,33206,33210,...Christopher Page
2008-07-29* Implemented pause/resume of command executionNicola Mettifogo
2008-07-28Yet another hack to deal with labels... Must rethink this crap from scratch.Nicola Mettifogo
2008-07-28Pick up/drop/open/close actions are now available in game.Nicola Mettifogo
2008-07-28Add basic support for running Amiga and PC demos of BRA.Travis Howell
2008-07-28* Changed Disk code in BRA to use FilesystemNode (duplication has become trul...Nicola Mettifogo
2008-07-27Inventory icons are now loaded correctly (not yet displayed). BRA doesn't cra...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-21Merged revisions 33052-33053,33056-33058,33061-33064,33068,33070,33072,33075,...Christopher Page
2008-07-21Massive refactoring of dialogue code, which is now implemented as a finite st...Nicola Mettifogo
2008-07-14Merged revisions 32744-32745,32747,32750-32759,32762-32764,32769,32777,32783,...Christopher Page
2008-07-11Moved program and command execution code out of the engine, into their own br...Nicola Mettifogo
2008-07-10Parallaction works with the new GMM implementationChristopher Page
2008-07-09Fixed regression introduced with GfxObj: the character sprite was sometimes r...Nicola Mettifogo
2008-07-04- Moved dialogue balloon management code from Gfx to its own classNicola Mettifogo
2008-06-25Parallaction now uses the new _quit flagChristopher Page
2008-06-05Merged revisions 32507-32513,32516,32518,32520-32521,32523-32524,32526-32548,...Christopher Page
2008-06-04oops. Changed stricmp to scumm_stricmp from last commit.Nicola Mettifogo
2008-06-04* Implemented character change opcodes in BRANicola Mettifogo
2008-06-03Fixed initialization of parsers, necessary after the latest removal of static...Nicola Mettifogo
2008-06-02PARA: Got rid of calls to system->quit() so that the Parallaction engine can ...Christopher Page
2008-05-14- Moved input code to its own class.Nicola Mettifogo
2008-05-10Extracted script parsing code to its own class.Nicola Mettifogo
2008-05-09Moved location parsing out of the engines, to LocationParser_ns and LocationP...Nicola Mettifogo
2008-05-05- Moved some members from the engine class to Location, since they belong there.Nicola Mettifogo
2008-04-06Add very basic support for Amiga version of BRA.Travis Howell
2008-04-06Replaced custom ManagedList with Common::SharedPtr.Nicola Mettifogo
2008-02-05Changed main loop to allow BRA to return to menu after intro.Nicola Mettifogo
2008-02-05Fixes to make BRA introduction run:Nicola Mettifogo
2008-02-03Programs are now handled in their own list, instead of being accessed via the...Nicola Mettifogo
2008-02-03Fixed location switching in BRA a bit more.Nicola Mettifogo
2008-02-03Added code to unpack and render animations in BRA.Nicola Mettifogo
2008-02-02Enabled rudimentary location switch in BRA.Nicola Mettifogo
2008-02-02Subtitles are now displayed in the intro for BRA, though in wrong color (and ...Nicola Mettifogo
2008-02-02Cleanup of BRA menu code.Nicola Mettifogo
2008-02-02Reworked menu in BRA (now functioning).Nicola Mettifogo
2008-02-02Allowed BackgroundInfo to display bitmaps smaller than the screen and other s...Nicola Mettifogo
2008-01-28Removed usage of kBitFront and kBitBack. Only the old kBit2 buffer is kept to...Nicola Mettifogo
2008-01-28Removed all job routines. Stubs have been left for future reference in the co...Nicola Mettifogo
2007-11-22* added adapter from Graphics::Surface to FramesNicola Mettifogo