Age | Commit message (Expand) | Author |
2009-04-29 | Refactoring. | Nicola Mettifogo |
2009-04-28 | * Disk code cleanup. | Nicola Mettifogo |
2009-03-29 | Fixed several free/delete mismatches. | Nicola Mettifogo |
2009-03-28 | Add sound effects support for PC version of BRA. | Travis Howell |
2009-03-23 | Pushed down dependencies from parser.h | Nicola Mettifogo |
2009-03-22 | Stop erroring out if mask or shadow files are missing: not all location/objec... | Nicola Mettifogo |
2009-03-22 | Changed Disk code to provide SeekableReadStream's to sound routines as well. | Nicola Mettifogo |
2009-03-21 | Some Surface tinkering, and added TODO's about it. | Nicola Mettifogo |
2009-03-21 | Fix 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 one | Nicola Mettifogo |
2009-03-17 | Fixed the transparency problems of static objects in BRA. | Nicola Mettifogo |
2009-03-17 | Additional palette is loaded on colors 1-15. | Nicola Mettifogo |
2009-03-17 | Fixed the remaining palette problems by loading the shadow (mask) file for st... | Nicola Mettifogo |
2009-03-17 | Fix regression, caused by my change to adjustForPalette(). | Travis Howell |
2009-03-17 | Fix graphical glitches in the Amiga version of BRA, the height seems to be of... | Travis Howell |
2009-03-17 | Fix regression in the Amiga demo of BRA, the common sub directory doesn't exi... | Travis Howell |
2009-03-17 | Sound files don't always exist in the Amiga version of BRA. | Travis Howell |
2009-03-17 | Add support for loading palette files in the Amiga version of BRA. | Travis Howell |
2009-03-17 | Change adjustForPalette(), to skip transparency color (zero). | Travis Howell |
2009-03-16 | Cleanup. | Travis Howell |
2009-03-16 | Add talk position adjustment to loadTalk for Amiga version of BRA too. | Travis Howell |
2009-03-16 | Fixed most palette issues in BRA Amiga. | Nicola Mettifogo |
2009-03-15 | Fixed typo in r39418. | Nicola Mettifogo |
2009-03-15 | Fix crash regression in the Amiga BRA demo, by checking if mask buffer exists... | Travis Howell |
2009-03-15 | The Amiga demo of BRA doesn't have quite as many icons. | Travis Howell |
2009-03-15 | Fix loading objects in the Amiga version of BRA. | Travis Howell |
2009-03-15 | Enable music in Amiga version of BRA too. | Travis Howell |
2009-03-14 | Added midi support to BRA. So far music starts, but related script commands h... | Nicola Mettifogo |
2009-01-23 | Renamed Archive::openFile to createReadStreamForMember | Max Horn |
2009-01-08 | Trim resource filenames to 8 characters as a last resort on BRA. Script files... | Nicola Mettifogo |
2009-01-07 | Extended PathBuffer to support BRA. | Nicola Mettifogo |
2009-01-07 | * moved more mask management to BackgroundInfo | Nicola Mettifogo |
2008-12-12 | Initialised variables to silence lots of valgrind's warnings. | Nicola Mettifogo |
2008-12-07 | Fixed assorted leaks in Parallaction. | Nicola Mettifogo |
2008-11-09 | Fixed crash when closing BRA. | Nicola Mettifogo |
2008-10-26 | Cleaned up disk code after recent updates to Common::SearchSet. | Nicola Mettifogo |
2008-10-22 | Committed updated version of my patch #2184529 "SearchSet: Get rid of SharedP... | Johannes Schickel |
2008-10-12 | Changed BRA to use the new Common:Archive infrastructure. | Nicola Mettifogo |
2008-10-02 | Renamed FilesystemNode -> FSNode | Max Horn |
2008-09-03 | Moved FilesystemNode / FSList to namespace Common; also got rid of some 'type... | Max Horn |
2008-08-15 | Added routines to load and handle item masks: animation are now correctly hid... | Nicola Mettifogo |
2008-08-02 | Removed debug code I forgot a long time ago ;) | Nicola Mettifogo |
2008-07-31 | Disabled masks in BRA Amiga, because the decoding is not known yet. | Nicola Mettifogo |
2008-07-29 | Mask files don't always exist in Amiga version of BRA, in paricular NULL.msk. | Travis Howell |
2008-07-29 | Add 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-28 | Fixed loading of static items. | Nicola Mettifogo |
2008-07-28 | Add basic support for running Amiga and PC demos of BRA. | Travis Howell |
2008-07-28 | There 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 |