Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-30 | PARALLACTION: Commit of parentheses patch from salty-horse. (from -devel ↵ | Johannes Schickel | |
"Enabling -Wparentheses in the Makefile"). svn-id: r39760 | |||
2009-03-29 | Implemented IFCHAR command. This makes part 3 of BRA completely explorable. | Nicola Mettifogo | |
svn-id: r39742 | |||
2009-03-29 | Added declaration for Amiga BRA callables. | Nicola Mettifogo | |
svn-id: r39741 | |||
2009-03-29 | (Re)link bounding animations after location has been completely parsed. This ↵ | Nicola Mettifogo | |
avoids problems due to forward references. svn-id: r39740 | |||
2009-03-29 | Ensure zone and animation flags are restored when a location is reloaded. ↵ | Nicola Mettifogo | |
This should definitely fix bug #2718462. svn-id: r39739 | |||
2009-03-29 | Commands now evaluate their reference Zone at runtime, thus handling of ↵ | Nicola Mettifogo | |
forward references in the parser is no more needed. svn-id: r39738 | |||
2009-03-29 | Fixed several free/delete mismatches. | Nicola Mettifogo | |
svn-id: r39736 | |||
2009-03-29 | Set main menu text height to the actual font height. | Nicola Mettifogo | |
svn-id: r39735 | |||
2009-03-29 | Merged CommandData into Command. | Nicola Mettifogo | |
svn-id: r39732 | |||
2009-03-28 | Added workaround for script bug in ticket #2718449. | Nicola Mettifogo | |
svn-id: r39724 | |||
2009-03-28 | Added initialization for _index and _locationIndex in Zone objects. | Nicola Mettifogo | |
svn-id: r39723 | |||
2009-03-28 | Save zone and animation flags when a location is closed. This fixes bug ↵ | Nicola Mettifogo | |
#2718462. svn-id: r39722 | |||
2009-03-28 | Add sound effects support for Amiga demo of BRA. | Travis Howell | |
svn-id: r39717 | |||
2009-03-28 | Add sound effects support for PC version of BRA. | Travis Howell | |
svn-id: r39716 | |||
2009-03-28 | Change the detection of Amiga versions of BRA, to a required data file ↵ | Travis Howell | |
(request.win). svn-id: r39715 | |||
2009-03-27 | Adjusted calculation of scanline width for ILBM files to account for ↵ | Nicola Mettifogo | |
occasional padding bytes. This fixes the loading of some backgrounds in BRA. svn-id: r39705 | |||
2009-03-24 | Removed paranoia check. | Nicola Mettifogo | |
svn-id: r39656 | |||
2009-03-24 | * Pushed evaluation of 'following question' from dialogue parsing to ↵ | Nicola Mettifogo | |
dialogue execution. * Removed all the question forwards declaration code svn-id: r39654 | |||
2009-03-23 | Refactored the zone type parsers. | Nicola Mettifogo | |
svn-id: r39650 | |||
2009-03-23 | Turned ZoneTypes into a regular numeric id (no more a bitfield). | Nicola Mettifogo | |
svn-id: r39648 | |||
2009-03-23 | Oops. | Nicola Mettifogo | |
svn-id: r39646 | |||
2009-03-23 | Merged GetData, HearData, SpeakData, PathData, ExamineData, MergeData into ↵ | Nicola Mettifogo | |
TypeData struct. This simplifies life a bit especially in the parsers. svn-id: r39645 | |||
2009-03-23 | Pushed down dependencies from parser.h | Nicola Mettifogo | |
svn-id: r39636 | |||
2009-03-23 | Fix pallete for label font in the Amiga version of BRA. | Travis Howell | |
svn-id: r39632 | |||
2009-03-23 | Implemented all variants of IF script instruction. Program class has been ↵ | Nicola Mettifogo | |
changed to store an Array of instruction instead of a List, so that references to instructions are integers. svn-id: r39631 | |||
2009-03-23 | Correct label font used by Amiga version of BRA. | Travis Howell | |
svn-id: r39629 | |||
2009-03-23 | Correct the fonts used by Amiga version of BRA. | Travis Howell | |
svn-id: r39628 | |||
2009-03-23 | Partly implemented the STOP script instruction. | Nicola Mettifogo | |
svn-id: r39624 | |||
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 |