aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction
AgeCommit message (Expand)Author
2009-03-28Add sound effects support for PC version of BRA.Travis Howell
2009-03-28Change the detection of Amiga versions of BRA, to a required data file (reque...Travis Howell
2009-03-27Adjusted calculation of scanline width for ILBM files to account for occasion...Nicola Mettifogo
2009-03-24Removed paranoia check.Nicola Mettifogo
2009-03-24* Pushed evaluation of 'following question' from dialogue parsing to dialogue...Nicola Mettifogo
2009-03-23Refactored the zone type parsers.Nicola Mettifogo
2009-03-23Turned ZoneTypes into a regular numeric id (no more a bitfield).Nicola Mettifogo
2009-03-23Oops.Nicola Mettifogo
2009-03-23Merged GetData, HearData, SpeakData, PathData, ExamineData, MergeData into Ty...Nicola Mettifogo
2009-03-23Pushed down dependencies from parser.hNicola Mettifogo
2009-03-23Fix pallete for label font in the Amiga version of BRA.Travis Howell
2009-03-23Implemented all variants of IF script instruction. Program class has been cha...Nicola Mettifogo
2009-03-23Correct label font used by Amiga version of BRA.Travis Howell
2009-03-23Correct the fonts used by Amiga version of BRA.Travis Howell
2009-03-23Partly implemented the STOP script instruction.Nicola Mettifogo
2009-03-23Implemented MOVE script instruction.Nicola Mettifogo
2009-03-23Fully implemented scrolling.Nicola Mettifogo
2009-03-22Stop erroring out if mask or shadow files are missing: not all location/objec...Nicola Mettifogo
2009-03-22Added support for 3 bit deep ILBM images.Nicola Mettifogo
2009-03-22Added simple IFF type verification to the parser.Nicola Mettifogo
2009-03-22Changed Disk code to provide SeekableReadStream's to sound routines as well.Nicola Mettifogo
2009-03-21Set the right colors for dialogue text in BRA Amiga.Nicola Mettifogo
2009-03-21Fix build.Nicola Mettifogo
2009-03-21Some Surface tinkering, and added TODO's about it.Nicola Mettifogo
2009-03-21Changed Nippon Safes to make use of the new ILBMDecoder.Nicola Mettifogo
2009-03-21Extended the IFF parser to handle 1 and 5 bits deep images.Nicola Mettifogo
2009-03-21Fix regression when loading icons in Amiga versions of BRA.Travis Howell
2009-03-20Fix namespace nameJordi Vilalta Prat
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