Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-01 | Got rid of the static arrays for initialization of parsers and exec opcodes, ↵ | Nicola Mettifogo | |
to make returning to launcher easier. The code has been borrowed by Kyra, after suggestion by LordHoto. svn-id: r32465 | |||
2008-05-15 | * Cleanup of input code. | Nicola Mettifogo | |
* Removed old timer routines. svn-id: r32135 | |||
2008-05-14 | Fix compilation | Sven Hesse | |
svn-id: r32118 | |||
2008-05-14 | Oops. Forgot to update module.mk. | Nicola Mettifogo | |
svn-id: r32116 | |||
2008-05-14 | - Moved input code to its own class. | Nicola Mettifogo | |
- Slightly simplified inventory highlight code thanks to changes in input code. svn-id: r32115 | |||
2008-05-11 | Renamed some parallaction member vars to have a leading underscore (besides ↵ | Max Horn | |
being part of our code formatting conventions, this fixes various name clash warnings) svn-id: r32041 | |||
2008-05-11 | Cleanup of parsing code. | Nicola Mettifogo | |
svn-id: r31999 | |||
2008-05-10 | Extracted script parsing code to its own class. | Nicola Mettifogo | |
svn-id: r31972 | |||
2008-05-09 | Tiny cleanup to ease extraction of the program parser code. | Nicola Mettifogo | |
svn-id: r31959 | |||
2008-05-09 | Moved location parsing out of the engines, to LocationParser_ns and ↵ | Nicola Mettifogo | |
LocationParser_br. svn-id: r31958 | |||
2008-05-08 | Reverted commit 31928 by Buddha_, and defined kFlagsAll as 0xFFFFFFFFU in ↵ | Nicola Mettifogo | |
the enum, as suggested by Fingolfin. svn-id: r31939 | |||
2008-05-07 | A (temporary?) fix for the signed/unsigned issues with enum CommandFlags usage. | Kari Salminen | |
svn-id: r31928 | |||
2008-05-07 | Reverting commit 31920, thus changing type of flags back to unsigned. If ↵ | Nicola Mettifogo | |
some compiler emits a warning about 0xFFFFFFFF not being an unsigned immediate, then we need to find out how to convince it without changing types of variables in the code. svn-id: r31924 | |||
2008-05-07 | Silencing a compiler warning | Sven Hesse | |
svn-id: r31923 | |||
2008-05-07 | Fixed signed/unsigned issues with kFlagsAll | Filippos Karapetis | |
svn-id: r31920 | |||
2008-05-06 | Allow static and dynamic plugins to be used at the same time | Jordi Vilalta Prat | |
svn-id: r31888 | |||
2008-05-05 | - Moved some members from the engine class to Location, since they belong there. | Nicola Mettifogo | |
- Cleaned up usage of location flags by using accessor functions. svn-id: r31872 | |||
2008-05-04 | Added new Parser class, which will gradually grow to include all parsing ↵ | Nicola Mettifogo | |
code from the engine class. svn-id: r31865 | |||
2008-05-04 | Partly fixed loading of bitmaps in BRA Amiga. Bitmaps are still broken, but ↵ | Nicola Mettifogo | |
less than before. svn-id: r31864 | |||
2008-04-28 | Fix compilation | Eugene Sandulenko | |
svn-id: r31758 | |||
2008-04-28 | Moved some static members into Parallaction class. | Nicola Mettifogo | |
svn-id: r31755 | |||
2008-04-17 | Fixed usage of SharedPtr, so that reference counting is proper and there are ↵ | Nicola Mettifogo | |
no more objects that need constructors at global level (helps PalmOS). svn-id: r31533 | |||
2008-04-17 | Replaced unpackBlt with a more general version that can also unpack ↵ | Nicola Mettifogo | |
animation in BRA. svn-id: r31532 | |||
2008-04-17 | Cleanup of background loading for BRA. | Nicola Mettifogo | |
svn-id: r31531 | |||
2008-04-07 | Bugfix for linking error in MSVC8 - it doesn't like multiple unnamed ↵ | Paul Gilbert | |
structures within a class svn-id: r31442 | |||
2008-04-06 | Add very basic support for Amiga version of BRA. | Travis Howell | |
svn-id: r31416 | |||
2008-04-06 | Replaced custom ManagedList with Common::SharedPtr. | Nicola Mettifogo | |
svn-id: r31415 | |||
2008-04-05 | Advanced detector: replaced kADFlagAugmentPreferredTarget by its inverse, ↵ | Max Horn | |
kADFlagDontAugmentPreferredTarget (since all AdvDetector engines except Kyra used kADFlagAugmentPreferredTarget, it seems reasonable to assume that as default) svn-id: r31413 | |||
2008-03-28 | cleanup | Max Horn | |
svn-id: r31289 | |||
2008-03-14 | Started to get rid of Common::EncapsulatedADGameDesc (using plain ↵ | Max Horn | |
Common::ADGameDescription instead) svn-id: r31121 | |||
2008-03-14 | Advanced Detector: Changed fallback detector from a callback function ↵ | Max Horn | |
pointer to an overrideable method of AdvancedMetaEngine svn-id: r31119 | |||
2008-02-10 | Cleanup ManagedList. | Nicola Mettifogo | |
svn-id: r30843 | |||
2008-02-09 | More refactoring for command parsing/execution. | Nicola Mettifogo | |
svn-id: r30841 | |||
2008-02-09 | Added new debug command to dump scripts execution status. | Nicola Mettifogo | |
svn-id: r30840 | |||
2008-02-08 | Initial support for plugin types | Jordi Vilalta Prat | |
svn-id: r30825 | |||
2008-02-07 | Implemented scroll command and added a couple more debug variables. | Nicola Mettifogo | |
svn-id: r30814 | |||
2008-02-06 | Fix system hang under linux. | Nicola Mettifogo | |
svn-id: r30813 | |||
2008-02-06 | Silence MSVC warning about uninitialized variables | Filippos Karapetis | |
svn-id: r30812 | |||
2008-02-06 | Enabled moving projector in Nippon Safes. This should fix long standing bug ↵ | Nicola Mettifogo | |
#1729309. svn-id: r30811 | |||
2008-02-06 | Fixed broken halfbrite implementation from some time ago (nobody complained!!!). | Nicola Mettifogo | |
svn-id: r30810 | |||
2008-02-06 | Made font handling stateless. | Nicola Mettifogo | |
svn-id: r30809 | |||
2008-02-06 | Added experimental debug feature: variables influencing the rendering that ↵ | Nicola Mettifogo | |
can be set via console using the 'set' command. The implementation is still partial. Leveraging on this, the engine can now selectively display the current background mask instead of the background itself. svn-id: r30808 | |||
2008-02-06 | Correctly implemented little-endian masks in BRA. | Nicola Mettifogo | |
svn-id: r30807 | |||
2008-02-06 | Implemented some more opcodes in BRA. Animations should now be visible in ↵ | Nicola Mettifogo | |
most locations. svn-id: r30806 | |||
2008-02-06 | Corrected mask and path loading in BRA. | Nicola Mettifogo | |
svn-id: r30805 | |||
2008-02-05 | Fix compilation | Eugene Sandulenko | |
svn-id: r30800 | |||
2008-02-05 | Changed main loop to allow BRA to return to menu after intro. | Nicola Mettifogo | |
svn-id: r30798 | |||
2008-02-05 | Enhanced parser to handle multi-line comments in scripts. | Nicola Mettifogo | |
svn-id: r30797 | |||
2008-02-05 | Fixes to make BRA introduction run: | Nicola Mettifogo | |
- fixed location command parser - implemented stop command - temporary disabled speak zones (audio is not yet supported) svn-id: r30796 | |||
2008-02-05 | Fixed size of temporary buffer for unpacking animation frames. | Nicola Mettifogo | |
svn-id: r30795 |