Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-23 | Implemented MOVE script instruction. | Nicola Mettifogo | |
svn-id: r39623 | |||
2009-03-23 | Fully implemented scrolling. | Nicola Mettifogo | |
svn-id: r39622 | |||
2009-03-22 | Stop erroring out if mask or shadow files are missing: not all ↵ | Nicola Mettifogo | |
location/objects have them. svn-id: r39620 | |||
2009-03-22 | Added support for 3 bit deep ILBM images. | Nicola Mettifogo | |
svn-id: r39619 | |||
2009-03-22 | Added simple IFF type verification to the parser. | Nicola Mettifogo | |
svn-id: r39609 | |||
2009-03-22 | Changed Disk code to provide SeekableReadStream's to sound routines as well. | Nicola Mettifogo | |
svn-id: r39608 | |||
2009-03-21 | Set the right colors for dialogue text in BRA Amiga. | Nicola Mettifogo | |
svn-id: r39595 | |||
2009-03-21 | Fix build. | Nicola Mettifogo | |
svn-id: r39586 | |||
2009-03-21 | Some Surface tinkering, and added TODO's about it. | Nicola Mettifogo | |
svn-id: r39585 | |||
2009-03-21 | Changed Nippon Safes to make use of the new ILBMDecoder. | Nicola Mettifogo | |
svn-id: r39584 | |||
2009-03-21 | Extended the IFF parser to handle 1 and 5 bits deep images. | Nicola Mettifogo | |
svn-id: r39583 | |||
2009-03-21 | Fix regression when loading icons in Amiga versions of BRA. | Travis Howell | |
svn-id: r39580 | |||
2009-03-20 | Fix namespace name | Jordi Vilalta Prat | |
svn-id: r39574 | |||
2009-03-20 | Added TODO's about replacing usage of the old ILBM decoder in Nippon Safes. | Nicola Mettifogo | |
svn-id: r39573 | |||
2009-03-20 | * Reimplemented routine using the old ILBM decoder to use the new one | Nicola Mettifogo | |
* Fixed all remaining issues with masks. svn-id: r39572 | |||
2009-03-20 | Added more flexible IFF parser and ILBM decoder. | Nicola Mettifogo | |
svn-id: r39571 | |||
2009-03-18 | Postpone loading of mask and path data on BRA. This fixed locations in which ↵ | Nicola Mettifogo | |
mask and path are defined before the screen bitmap. svn-id: r39512 | |||
2009-03-17 | Fixing the last commit, by using the right type in the cast. | Nicola Mettifogo | |
svn-id: r39491 | |||
2009-03-17 | Another explicit cast for a historic compiler. | Nicola Mettifogo | |
svn-id: r39490 | |||
2009-03-17 | Removed one of the overloads of SoundMan::execute(), to make retarded ↵ | Nicola Mettifogo | |
compiler happy. Added a couple of explicit casts from bool to int, so that other compiler don't complain instead. svn-id: r39489 | |||
2009-03-17 | Fixed the transparency problems of static objects in BRA. | Nicola Mettifogo | |
svn-id: r39486 | |||
2009-03-17 | Additional palette is loaded on colors 1-15. | Nicola Mettifogo | |
svn-id: r39474 | |||
2009-03-17 | Fixed the remaining palette problems by loading the shadow (mask) file for ↵ | Nicola Mettifogo | |
static objects. svn-id: r39473 | |||
2009-03-17 | Fix regression, caused by my change to adjustForPalette(). | Travis Howell | |
svn-id: r39472 | |||
2009-03-17 | Fix graphical glitches in the Amiga version of BRA, the height seems to be ↵ | Travis Howell | |
off by one. svn-id: r39471 | |||
2009-03-17 | Fix regression in the Amiga demo of BRA, the common sub directory doesn't ↵ | Travis Howell | |
exist in the demo. svn-id: r39470 | |||
2009-03-17 | Sound files don't always exist in the Amiga version of BRA. | Travis Howell | |
svn-id: r39469 | |||
2009-03-17 | Sound files don't always exist in the Amiga version of BRA. | Travis Howell | |
svn-id: r39468 | |||
2009-03-17 | Add support for loading palette files in the Amiga version of BRA. | Travis Howell | |
svn-id: r39467 | |||
2009-03-17 | Enable sound effects in the Amiga version of BRA. | Travis Howell | |
svn-id: r39466 | |||
2009-03-17 | Change adjustForPalette(), to skip transparency color (zero). | Travis Howell | |
svn-id: r39464 | |||
2009-03-16 | Cleanup. | Travis Howell | |
svn-id: r39463 | |||
2009-03-16 | Update main menu items, to match original Amiga version of BRA. | Travis Howell | |
svn-id: r39448 | |||
2009-03-16 | Add talk position adjustment to loadTalk for Amiga version of BRA too. | Travis Howell | |
svn-id: r39446 | |||
2009-03-16 | Fix crash regression in BRA introduction for now. | Travis Howell | |
svn-id: r39444 | |||
2009-03-16 | Fixed most palette issues in BRA Amiga. | Nicola Mettifogo | |
svn-id: r39441 | |||
2009-03-16 | Added mouse cursor to BRA Amiga. To be perfected. | Nicola Mettifogo | |
svn-id: r39434 | |||
2009-03-15 | Fixed typo in r39418. | Nicola Mettifogo | |
svn-id: r39419 | |||
2009-03-15 | Fix crash regression in the Amiga BRA demo, by checking if mask buffer ↵ | Travis Howell | |
exists, before using it. svn-id: r39418 | |||
2009-03-15 | The Amiga demo of BRA doesn't have quite as many icons. | Travis Howell | |
svn-id: r39415 | |||
2009-03-15 | Set mouse buffers in Amiga version of BRA, so selecting inventory object no ↵ | Travis Howell | |
longer crashes. svn-id: r39414 | |||
2009-03-15 | Fix loading objects in the Amiga version of BRA. | Travis Howell | |
svn-id: r39413 | |||
2009-03-15 | Fixed regression from r39410, by reimplementing the decompression routine. ↵ | Nicola Mettifogo | |
The backgrounds in the DOS version of Nippon Safes are compressed by something that looks like PackBits, but is not PackBits. Hence, the change to make PackBitsReadStream behave as the standard broke it. svn-id: r39412 | |||
2009-03-15 | Ooops, actually set _mixer. | Travis Howell | |
svn-id: r39411 | |||
2009-03-15 | Enable music in Amiga version of BRA too. | Travis Howell | |
svn-id: r39409 | |||
2009-03-15 | Added missing initializations. | Nicola Mettifogo | |
svn-id: r39407 | |||
2009-03-14 | GfxObj is a class, not a struct | Filippos Karapetis | |
svn-id: r39402 | |||
2009-03-14 | Added midi support to BRA. So far music starts, but related script commands ↵ | Nicola Mettifogo | |
haven't been implemented yet. svn-id: r39397 | |||
2009-03-14 | Fixed building on 64-bit architectures. | Nicola Mettifogo | |
svn-id: r39395 | |||
2009-03-14 | * Added a generic sound manager that hides engine-specific managers and ↵ | Nicola Mettifogo | |
allows accessing them through a simplified command/parameter interface. * Updated client code to use the new manager. * Moved Nippon Safes sound code from sound.cpp to sound_ns.cpp. svn-id: r39394 |