aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/disk_br.cpp
AgeCommit message (Collapse)Author
2009-01-07* moved more mask management to BackgroundInfoNicola Mettifogo
* simplified mask management for client code * reduced the clutter into graphics.h by moving the implementations of BackgroundInfo, MaskBuffer and PathBuffer to graphics.cpp * preparation for the full implementation of BRA's PathBuffer svn-id: r35765
2008-12-12Initialised variables to silence lots of valgrind's warnings.Nicola Mettifogo
svn-id: r35312
2008-12-07Fixed assorted leaks in Parallaction.Nicola Mettifogo
svn-id: r35270
2008-11-09Fixed crash when closing BRA.Nicola Mettifogo
svn-id: r34943
2008-10-26Cleaned up disk code after recent updates to Common::SearchSet.Nicola Mettifogo
svn-id: r34848
2008-10-22Committed updated version of my patch #2184529 "SearchSet: Get rid of ↵Johannes Schickel
SharedPtr usage". svn-id: r34837
2008-10-12Changed BRA to use the new Common:Archive infrastructure.Nicola Mettifogo
svn-id: r34777
2008-10-02Renamed FilesystemNode -> FSNodeMax Horn
svn-id: r34716
2008-09-03Moved FilesystemNode / FSList to namespace Common; also got rid of some ↵Max Horn
'typedef Common::String String;' name aliases svn-id: r34302
2008-08-15Added routines to load and handle item masks: animation are now correctly ↵Nicola Mettifogo
hidden when they are behind any object. The masks of items that are not explicitly activated (even if visible) still are handled (e.g. the crown in the museum is not visible in the foreground). svn-id: r33900
2008-08-02Removed debug code I forgot a long time ago ;)Nicola Mettifogo
svn-id: r33510
2008-07-31Disabled masks in BRA Amiga, because the decoding is not known yet.Nicola Mettifogo
svn-id: r33473
2008-07-29Mask files don't always exist in Amiga version of BRA, in paricular NULL.msk.Travis Howell
svn-id: r33394
2008-07-29Add check common directories, in loadScenery() for Amiga version of BRA.Travis Howell
svn-id: r33393
2008-07-29* Fixed positioning of balloons and faces in BRA (dos, at least).Nicola Mettifogo
* Adapted loading of faces. svn-id: r33392
2008-07-28Fixed loading of static items.Nicola Mettifogo
svn-id: r33375
2008-07-28Add basic support for running Amiga and PC demos of BRA.Travis Howell
svn-id: r33357
2008-07-28There is no mask or path directories for part0 of BRA (Amiga), so always ↵Travis Howell
check whether they exist. svn-id: r33356
2008-07-28* Changed Disk code in BRA to use FilesystemNode (duplication has become ↵Nicola Mettifogo
truly visible!). * Fixed Inventory items loading. svn-id: r33352
2008-07-27Inventory icons are now loaded correctly (not yet displayed). BRA doesn't ↵Nicola Mettifogo
crash anymore when pressing the right button. :) svn-id: r33335
2008-07-27Add music/sound loading in Amiga version of BRA.Travis Howell
svn-id: r33329
2008-07-27Search common directory, when loading frames and talks in Amiga verison of BRA.Travis Howell
svn-id: r33327
2008-07-11Moved program and command execution code out of the engine, into their own ↵Nicola Mettifogo
brand new classes. svn-id: r33003
2008-07-10Fixed destruction of sprites in BRA.Nicola Mettifogo
svn-id: r32983
2008-07-03Changed balloons to use GfxObj as well. Next step is to integrate balloons ↵Nicola Mettifogo
for BRA. svn-id: r32883
2008-06-29Changed all remaining code to use the GfxObj class to keep frames data. This ↵Nicola Mettifogo
allows for more uniform processing during rendering, and also fixes the display of dialogue faces for BRA. svn-id: r32833
2008-06-04* Implemented character change opcodes in BRANicola Mettifogo
* Fixed loading of dialogue characters in BRA svn-id: r32529
2008-05-04Partly fixed loading of bitmaps in BRA Amiga. Bitmaps are still broken, but ↵Nicola Mettifogo
less than before. svn-id: r31864
2008-04-17Cleanup of background loading for BRA.Nicola Mettifogo
svn-id: r31531
2008-04-06Add very basic support for Amiga version of BRA.Travis Howell
svn-id: r31416
2008-02-06Correctly implemented little-endian masks in BRA.Nicola Mettifogo
svn-id: r30807
2008-02-06Corrected mask and path loading in BRA.Nicola Mettifogo
svn-id: r30805
2008-02-03Implemented a couple more opcodes and added capability to load/display ↵Nicola Mettifogo
static images in BRA. svn-id: r30770
2008-02-03Added code to unpack and render animations in BRA.Nicola Mettifogo
svn-id: r30755
2008-02-02Enabled rudimentary location switch in BRA.Nicola Mettifogo
svn-id: r30748
2008-02-02BRA now loads and displays location backgrounds (at least in the intro).Nicola Mettifogo
svn-id: r30740
2007-11-22* added adapter from Graphics::Surface to FramesNicola Mettifogo
* changed all Disk routines to return Frames* instead of Graphics::Surface* * changed displayItemComment to use new gfx routines * merged code for Examine zones into displayComment svn-id: r29615
2007-11-18Cleanup.Nicola Mettifogo
svn-id: r29556
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵Nicola Mettifogo
been updated. svn-id: r28966
2007-09-17* moved Table handling to objects.cpp Nicola Mettifogo
* added helper functions to load tables from files * fixed occasional lock-ups on location change because of broken Table deallocation svn-id: r28933
2007-08-25Added an abstract base class for representing multiple-frames for ↵Nicola Mettifogo
animations. Changed user code to rely on the new interface. Cnv has been turned into an implementation of the new interface, and it is now known as a concrete class only to Disk and Font code for Nippon Safes. svn-id: r28734
2007-08-24First step in restructuring engine code:Nicola Mettifogo
- code has been consolidated in fewer files - new table-driven parsers/execution - some functions has been pushed down the engine hierarchy - Parallaction_br now inherits from Parallaction_ns svn-id: r28711
2007-08-12Fix build.Nicola Mettifogo
svn-id: r28569
2007-08-12Added preliminary support for loading locations in BRA: Nicola Mettifogo
- changed parseLocation to invoke subclasses for version-specific keywords. - implemented loading of background resources (backgrounds should be visible) svn-id: r28568
2007-08-12Changed signature of disk routines for backgrounds to something resembling ↵Nicola Mettifogo
revisions prior to 28524, yet keeping the new useful BackgroundInfo struct. Those routines can now be used to fill specific fields of the struct, instead of having them create a new one at each call. This feature is needed by BRA, since background, mask and path are specified by different instructions in the script. svn-id: r28566
2007-08-12Fixed location retrieval.Nicola Mettifogo
svn-id: r28565
2007-08-12Added more resource loading.Nicola Mettifogo
svn-id: r28563
2007-08-12Disk can now load tables for BRA.Nicola Mettifogo
svn-id: r28561
2007-08-11Added partial cursor support for Big Red Adventure. Small adjustments to ↵Nicola Mettifogo
generalize disk code for multiple cursors. svn-id: r28537
2007-08-11Added preliminary font support for Big Red Adventure.Nicola Mettifogo
svn-id: r28529