Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2008-02-05 | Added new debug command to show global game flags. | Nicola Mettifogo | |
svn-id: r30794 | |||
2008-02-04 | Adjusted random number generator, thus improving animation quality in the ↵ | Nicola Mettifogo | |
intro. The general still acts like he is on amphetamines. svn-id: r30791 | |||
2008-02-04 | Added FIXME comment about wrong color for subtitles in BRA. | Nicola Mettifogo | |
svn-id: r30790 | |||
2008-02-03 | Revised Engine plugin API to only provide a single func which returns a ↵ | Max Horn | |
MetaEngine instance. Used this to simplify the rest of the plugin system svn-id: r30780 | |||
2008-02-03 | Fixed maximum token length for the parser. | Nicola Mettifogo | |
svn-id: r30776 | |||
2008-02-03 | instOp_on and instOp_off are now implemented, so removed warnings. | Nicola Mettifogo | |
svn-id: r30771 | |||
2008-02-03 | Implemented a couple more opcodes and added capability to load/display ↵ | Nicola Mettifogo | |
static images in BRA. svn-id: r30770 | |||
2008-02-03 | - Character is now initialized when needed (for the moment only by NS) | Nicola Mettifogo | |
- Forward lists are now bigger since BRA scripts are larger svn-id: r30769 | |||
2008-02-03 | Programs are now handled in their own list, instead of being accessed via ↵ | Nicola Mettifogo | |
the referring Animation. svn-id: r30768 | |||
2008-02-03 | Fixed location switching in BRA a bit more. | Nicola Mettifogo | |
svn-id: r30757 | |||
2008-02-03 | Animations are now displayed in the right spots in BRA. | Nicola Mettifogo | |
svn-id: r30756 | |||
2008-02-03 | Added code to unpack and render animations in BRA. | Nicola Mettifogo | |
svn-id: r30755 | |||
2008-02-03 | Changed "COMPATIBLITY" to "COMPATIBILITY". | Torbjörn Andersson | |
svn-id: r30754 | |||
2008-02-02 | Enabled rudimentary location switch in BRA. | Nicola Mettifogo | |
svn-id: r30748 | |||
2008-02-02 | Subtitles are now displayed in the intro for BRA, though in wrong color (and ↵ | Nicola Mettifogo | |
I don't know why). svn-id: r30747 | |||
2008-02-02 | Fixed warning. | Torbjörn Andersson | |
svn-id: r30742 | |||
2008-02-02 | Fix GCC compile. | Travis Howell | |
svn-id: r30741 | |||
2008-02-02 | BRA now loads and displays location backgrounds (at least in the intro). | Nicola Mettifogo | |
svn-id: r30740 | |||
2008-02-02 | Cleanup of BRA menu code. | Nicola Mettifogo | |
svn-id: r30739 | |||
2008-02-02 | Reworked menu in BRA (now functioning). | Nicola Mettifogo | |
svn-id: r30737 | |||
2008-02-02 | Moved AdvancedMetaEngine to namespace Common | Max Horn | |
svn-id: r30736 |