Age | Commit message (Expand) | Author |
2008-06-04 | Script instructions referencing unexisting animations are now skipped, instea... | Nicola Mettifogo |
2008-06-04 | Return to menu after introduction has played (with glitches). | Nicola Mettifogo |
2008-06-03 | Fixed initialization of parsers, necessary after the latest removal of static... | Nicola Mettifogo |
2008-06-02 | Sorted static mouse arrow bitmap, so it doesn't have to be 'decoded' on the f... | Nicola Mettifogo |
2008-06-01 | Got rid of the static arrays for initialization of parsers and exec opcodes, ... | Nicola Mettifogo |
2008-05-15 | * Cleanup of input code. | Nicola Mettifogo |
2008-05-14 | Fix compilation | Sven Hesse |
2008-05-14 | Oops. Forgot to update module.mk. | Nicola Mettifogo |
2008-05-14 | - Moved input code to its own class. | Nicola Mettifogo |
2008-05-11 | Renamed some parallaction member vars to have a leading underscore (besides b... | Max Horn |
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 |