aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/disk_br.cpp
AgeCommit message (Expand)Author
2008-12-12Initialised variables to silence lots of valgrind's warnings.Nicola Mettifogo
2008-12-07Fixed assorted leaks in Parallaction.Nicola Mettifogo
2008-11-09Fixed crash when closing BRA.Nicola Mettifogo
2008-10-26Cleaned up disk code after recent updates to Common::SearchSet.Nicola Mettifogo
2008-10-22Committed updated version of my patch #2184529 "SearchSet: Get rid of SharedP...Johannes Schickel
2008-10-12Changed BRA to use the new Common:Archive infrastructure.Nicola Mettifogo
2008-10-02Renamed FilesystemNode -> FSNodeMax Horn
2008-09-03Moved FilesystemNode / FSList to namespace Common; also got rid of some 'type...Max Horn
2008-08-15Added routines to load and handle item masks: animation are now correctly hid...Nicola Mettifogo
2008-08-02Removed debug code I forgot a long time ago ;)Nicola Mettifogo
2008-07-31Disabled masks in BRA Amiga, because the decoding is not known yet.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-28Fixed loading of static items.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-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-27Add music/sound loading in Amiga version of BRA.Travis Howell
2008-07-27Search common directory, when loading frames and talks in Amiga verison of BRA.Travis Howell
2008-07-11Moved program and command execution code out of the engine, into their own br...Nicola Mettifogo
2008-07-10Fixed destruction of sprites in BRA.Nicola Mettifogo
2008-07-03Changed balloons to use GfxObj as well. Next step is to integrate balloons fo...Nicola Mettifogo
2008-06-29Changed all remaining code to use the GfxObj class to keep frames data. This ...Nicola Mettifogo
2008-06-04* Implemented character change opcodes in BRANicola Mettifogo
2008-05-04Partly fixed loading of bitmaps in BRA Amiga. Bitmaps are still broken, but l...Nicola Mettifogo
2008-04-17Cleanup of background loading for BRA.Nicola Mettifogo
2008-04-06Add very basic support for Amiga version of BRA.Travis Howell
2008-02-06Correctly implemented little-endian masks in BRA.Nicola Mettifogo
2008-02-06Corrected mask and path loading in BRA.Nicola Mettifogo
2008-02-03Implemented a couple more opcodes and added capability to load/display static...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-02BRA now loads and displays location backgrounds (at least in the intro).Nicola Mettifogo
2007-11-22* added adapter from Graphics::Surface to FramesNicola Mettifogo
2007-11-18Cleanup.Nicola Mettifogo
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-09-17* moved Table handling to objects.cpp Nicola Mettifogo
2007-08-25Added an abstract base class for representing multiple-frames for animations....Nicola Mettifogo
2007-08-24First step in restructuring engine code:Nicola Mettifogo
2007-08-12Fix build.Nicola Mettifogo
2007-08-12Added preliminary support for loading locations in BRA: Nicola Mettifogo
2007-08-12Changed signature of disk routines for backgrounds to something resembling re...Nicola Mettifogo
2007-08-12Fixed location retrieval.Nicola Mettifogo
2007-08-12Added more resource loading.Nicola Mettifogo
2007-08-12Disk can now load tables for BRA.Nicola Mettifogo
2007-08-11Added partial cursor support for Big Red Adventure. Small adjustments to gene...Nicola Mettifogo
2007-08-11Added preliminary font support for Big Red Adventure.Nicola Mettifogo
2007-08-11Since splash screen graphics will be called slides (like in Nippon Safes), lo...Nicola Mettifogo