aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/disk_br.cpp
AgeCommit message (Expand)Author
2016-05-28PARALLACTION: Cleanup object initializationEugene Sandulenko
2014-02-28IMAGE: Move all ImageDecoders to image/Matthew Hoops
2014-02-18PARALLACTION: Make GPL headers consistent in themselves.Johannes Schickel
2013-08-03PARALLACTION: Take advantage of Surface::getPixels.Johannes Schickel
2013-08-03PARALLACTION: Prefer getBasePtr over direct Surface::pixels access.Johannes Schickel
2013-01-06PARALLACTION: Fix a const cast warning.Johannes Schickel
2013-01-06PARALLACTION: Update to new IFFDecoder for ILBM imagesTomas Jakobsson
2012-09-27PARALLACTION: Clean up global variables a bit.Alyssa Milburn
2012-07-25PARALLACTION: Fix delete[] formatting.Johannes Schickel
2012-02-15JANITORIAL: Fix missing whitespace in pointer castTarek Soliman
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-05-01Merge pull request #16 "Add a PixelFormat to Graphics::Surface.".Johannes Schickel
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-04-17PARALLACTION: Prefer Surface::create taking a PixelFormat over the one taking...Johannes Schickel
2010-09-06PARALLACTION: Use a char array for static data instead of String.Johannes Schickel
2010-05-04Reduce indirect header dependencies furtherMax Horn
2009-10-04Reduce usage of Common::String::emptyStringMax Horn
2009-06-12* Moved the updated IFF code from Parallaction to common/Nicola Mettifogo
2009-06-12* Final version of the IFF parsing code.Nicola Mettifogo
2009-04-29Refactoring.Nicola Mettifogo
2009-04-28* Disk code cleanup.Nicola Mettifogo
2009-03-29Fixed several free/delete mismatches.Nicola Mettifogo
2009-03-28Add sound effects support for PC version of BRA.Travis Howell
2009-03-23Pushed down dependencies from parser.hNicola Mettifogo
2009-03-22Stop erroring out if mask or shadow files are missing: not all location/objec...Nicola Mettifogo
2009-03-22Changed Disk code to provide SeekableReadStream's to sound routines as well.Nicola Mettifogo
2009-03-21Some Surface tinkering, and added TODO's about it.Nicola Mettifogo
2009-03-21Fix regression when loading icons in Amiga versions of BRA.Travis Howell
2009-03-20* Reimplemented routine using the old ILBM decoder to use the new oneNicola 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-17Add support for loading palette files 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-16Add talk position adjustment to loadTalk for Amiga version of BRA too.Travis Howell
2009-03-16Fixed most palette issues in BRA Amiga.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-15Fix loading objects in the Amiga version of BRA.Travis Howell
2009-03-15Enable music in Amiga version of BRA too.Travis Howell
2009-03-14Added midi support to BRA. So far music starts, but related script commands h...Nicola Mettifogo
2009-01-23Renamed Archive::openFile to createReadStreamForMemberMax Horn
2009-01-08Trim resource filenames to 8 characters as a last resort on BRA. Script files...Nicola Mettifogo
2009-01-07Extended PathBuffer to support BRA.Nicola Mettifogo