Age | Commit message (Expand) | Author |
2008-05-11 | Cleanup of parsing code. | Nicola Mettifogo |
2008-05-10 | Extracted script parsing code to its own class. | Nicola Mettifogo |
2008-05-09 | Tiny cleanup to ease extraction of the program parser code. | Nicola Mettifogo |
2008-05-09 | Moved location parsing out of the engines, to LocationParser_ns and LocationP... | Nicola Mettifogo |
2008-05-08 | Reverted commit 31928 by Buddha_, and defined kFlagsAll as 0xFFFFFFFFU in the... | Nicola Mettifogo |
2008-05-07 | A (temporary?) fix for the signed/unsigned issues with enum CommandFlags usage. | Kari Salminen |
2008-05-07 | Reverting commit 31920, thus changing type of flags back to unsigned. If some... | Nicola Mettifogo |
2008-05-07 | Silencing a compiler warning | Sven Hesse |
2008-05-07 | Fixed signed/unsigned issues with kFlagsAll | Filippos Karapetis |
2008-05-06 | Allow static and dynamic plugins to be used at the same time | Jordi Vilalta Prat |
2008-05-05 | - Moved some members from the engine class to Location, since they belong there. | Nicola Mettifogo |
2008-05-04 | Added new Parser class, which will gradually grow to include all parsing code... | Nicola Mettifogo |
2008-05-04 | Partly fixed loading of bitmaps in BRA Amiga. Bitmaps are still broken, but l... | Nicola Mettifogo |
2008-04-28 | Fix compilation | Eugene Sandulenko |
2008-04-28 | Moved some static members into Parallaction class. | Nicola Mettifogo |
2008-04-17 | Fixed usage of SharedPtr, so that reference counting is proper and there are ... | Nicola Mettifogo |
2008-04-17 | Replaced unpackBlt with a more general version that can also unpack animation... | Nicola Mettifogo |
2008-04-17 | Cleanup of background loading for BRA. | Nicola Mettifogo |
2008-04-07 | Bugfix for linking error in MSVC8 - it doesn't like multiple unnamed structur... | Paul Gilbert |
2008-04-06 | Add very basic support for Amiga version of BRA. | Travis Howell |
2008-04-06 | Replaced custom ManagedList with Common::SharedPtr. | Nicola Mettifogo |
2008-04-05 | Advanced detector: replaced kADFlagAugmentPreferredTarget by its inverse, kAD... | Max Horn |
2008-03-28 | cleanup | Max Horn |
2008-03-14 | Started to get rid of Common::EncapsulatedADGameDesc (using plain Common::ADG... | Max Horn |
2008-03-14 | Advanced Detector: Changed fallback detector from a callback function pointer... | Max Horn |
2008-02-10 | Cleanup ManagedList. | Nicola Mettifogo |
2008-02-09 | More refactoring for command parsing/execution. | Nicola Mettifogo |
2008-02-09 | Added new debug command to dump scripts execution status. | Nicola Mettifogo |
2008-02-08 | Initial support for plugin types | Jordi Vilalta Prat |
2008-02-07 | Implemented scroll command and added a couple more debug variables. | Nicola Mettifogo |
2008-02-06 | Fix system hang under linux. | Nicola Mettifogo |
2008-02-06 | Silence MSVC warning about uninitialized variables | Filippos Karapetis |
2008-02-06 | Enabled moving projector in Nippon Safes. This should fix long standing bug #... | Nicola Mettifogo |
2008-02-06 | Fixed broken halfbrite implementation from some time ago (nobody complained!!!). | Nicola Mettifogo |
2008-02-06 | Made font handling stateless. | Nicola Mettifogo |
2008-02-06 | Added experimental debug feature: variables influencing the rendering that ca... | Nicola Mettifogo |
2008-02-06 | Correctly implemented little-endian masks in BRA. | Nicola Mettifogo |
2008-02-06 | Implemented some more opcodes in BRA. Animations should now be visible in mos... | Nicola Mettifogo |
2008-02-06 | Corrected mask and path loading in BRA. | Nicola Mettifogo |
2008-02-05 | Fix compilation | Eugene Sandulenko |
2008-02-05 | Changed main loop to allow BRA to return to menu after intro. | Nicola Mettifogo |
2008-02-05 | Enhanced parser to handle multi-line comments in scripts. | Nicola Mettifogo |
2008-02-05 | Fixes to make BRA introduction run: | Nicola Mettifogo |
2008-02-05 | Fixed size of temporary buffer for unpacking animation frames. | Nicola Mettifogo |
2008-02-05 | Added new debug command to show global game flags. | Nicola Mettifogo |
2008-02-04 | Adjusted random number generator, thus improving animation quality in the int... | Nicola Mettifogo |
2008-02-04 | Added FIXME comment about wrong color for subtitles in BRA. | Nicola Mettifogo |
2008-02-03 | Revised Engine plugin API to only provide a single func which returns a MetaE... | Max Horn |
2008-02-03 | Fixed maximum token length for the parser. | Nicola Mettifogo |
2008-02-03 | instOp_on and instOp_off are now implemented, so removed warnings. | Nicola Mettifogo |