aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction
AgeCommit message (Expand)Author
2009-03-20Added TODO's about replacing usage of the old ILBM decoder in Nippon Safes.Nicola Mettifogo
2009-03-20* Reimplemented routine using the old ILBM decoder to use the new oneNicola Mettifogo
2009-03-20Added more flexible IFF parser and ILBM decoder.Nicola Mettifogo
2009-03-18Postpone loading of mask and path data on BRA. This fixed locations in which ...Nicola Mettifogo
2009-03-17Fixing the last commit, by using the right type in the cast.Nicola Mettifogo
2009-03-17Another explicit cast for a historic compiler.Nicola Mettifogo
2009-03-17Removed one of the overloads of SoundMan::execute(), to make retarded compile...Nicola Mettifogo
2009-03-17Fixed the transparency problems of static objects in BRA.Nicola Mettifogo
2009-03-17Additional palette is loaded on colors 1-15.Nicola Mettifogo
2009-03-17Fixed the remaining palette problems by loading the shadow (mask) file for st...Nicola Mettifogo
2009-03-17Fix regression, caused by my change to adjustForPalette().Travis Howell
2009-03-17Fix graphical glitches in the Amiga version of BRA, the height seems to be of...Travis Howell
2009-03-17Fix regression in the Amiga demo of BRA, the common sub directory doesn't exi...Travis Howell
2009-03-17Sound files don't always exist in the Amiga version of BRA.Travis Howell
2009-03-17Sound files don't always exist in the Amiga version of BRA.Travis Howell
2009-03-17Add support for loading palette files in the Amiga version of BRA.Travis Howell
2009-03-17Enable sound effects in the Amiga version of BRA.Travis Howell
2009-03-17Change adjustForPalette(), to skip transparency color (zero).Travis Howell
2009-03-16Cleanup.Travis Howell
2009-03-16Update main menu items, to match original Amiga version of BRA.Travis Howell
2009-03-16Add talk position adjustment to loadTalk for Amiga version of BRA too.Travis Howell
2009-03-16Fix crash regression in BRA introduction for now.Travis Howell
2009-03-16Fixed most palette issues in BRA Amiga.Nicola Mettifogo
2009-03-16Added mouse cursor to BRA Amiga. To be perfected.Nicola Mettifogo
2009-03-15Fixed typo in r39418.Nicola Mettifogo
2009-03-15Fix crash regression in the Amiga BRA demo, by checking if mask buffer exists...Travis Howell
2009-03-15The Amiga demo of BRA doesn't have quite as many icons.Travis Howell
2009-03-15Set mouse buffers in Amiga version of BRA, so selecting inventory object no l...Travis Howell
2009-03-15Fix loading objects in the Amiga version of BRA.Travis Howell
2009-03-15Fixed regression from r39410, by reimplementing the decompression routine. Th...Nicola Mettifogo
2009-03-15Ooops, actually set _mixer. Travis Howell
2009-03-15Enable music in Amiga version of BRA too.Travis Howell
2009-03-15Added missing initializations.Nicola Mettifogo
2009-03-14GfxObj is a class, not a structFilippos Karapetis
2009-03-14Added midi support to BRA. So far music starts, but related script commands h...Nicola Mettifogo
2009-03-14Fixed building on 64-bit architectures.Nicola Mettifogo
2009-03-14* Added a generic sound manager that hides engine-specific managers and allow...Nicola Mettifogo
2009-03-07Whitespace cleanup: Convert space followed by tab to just tabMax Horn
2009-03-05Fix for bug #2664460: Various SeekableReadStream::seek() implementations (as ...Max Horn
2009-03-05Renamed MetaEngine::getCopyright() to getOriginalCopyright() to better match ...Jordi Vilalta Prat
2009-03-02Marked PUT, PRINT and WAIT commands as not used in the scripts of BRA (thus t...Nicola Mettifogo
2009-03-02Implemented 'open', 'close' and 'leave' commands.Nicola Mettifogo
2009-03-02Enabled walking delay for follower animation.Nicola Mettifogo
2009-03-02Fixed selection of zone and animation for removal in BRA. This enables the fo...Nicola Mettifogo
2009-03-02Initialize and save zones flags and follower position when a location switch ...Nicola Mettifogo
2009-03-02Fixed overflow in flag table.Nicola Mettifogo
2009-03-01Merged Engine::go() and ::init() into a new run() method (currently implement...Max Horn
2009-02-28Improved debug output when listing animations.Nicola Mettifogo
2009-02-27The engine has now to build the drawing list for the graphic department, inst...Nicola Mettifogo
2009-02-27Improved debugger output.Nicola Mettifogo