Age | Commit message (Expand) | Author |
2009-03-02 | Marked PUT, PRINT and WAIT commands as not used in the scripts of BRA (thus t... | Nicola Mettifogo |
2009-03-02 | Implemented 'open', 'close' and 'leave' commands. | Nicola Mettifogo |
2009-02-26 | Cleanup of CommandExec and ProgramExec, and pushed down dependencies from exe... | Nicola Mettifogo |
2009-02-25 | * Rebased Parallaction_br to inherit from Parallaction instead of Parallactio... | Nicola Mettifogo |
2009-02-24 | Implemented follower support, except that: | Nicola Mettifogo |
2009-02-24 | Added preliminary code for following walker support in BRA. | Nicola Mettifogo |
2009-02-24 | Changed interface to walk code, to better handle the differences between game... | Nicola Mettifogo |
2009-02-21 | Fix for bug #2619824. Command list execution is now paused when showing credi... | Nicola Mettifogo |
2009-01-04 | Implemented counters in BRA. Only valid answer options are shown, and counter... | Nicola Mettifogo |
2008-12-06 | Implemented horizontal scrolling for BRA, by using a back buffer. Dialogues i... | Nicola Mettifogo |
2008-08-21 | Removed unused code and structures, and a bit of cleanup. | Nicola Mettifogo |
2008-08-15 | Disabled lip syncing code in BRA, since I couldn't find any scripts actually ... | Nicola Mettifogo |
2008-08-15 | Simplified handling of script variables (especially locals). | Nicola Mettifogo |
2008-08-14 | More cleanup. | Nicola Mettifogo |
2008-08-14 | Cleanup. | Nicola Mettifogo |
2008-07-30 | * Unified implementation of flow control opcodes in NS and BRA | Nicola Mettifogo |
2008-07-29 | * Implemented pause/resume of command execution | Nicola Mettifogo |
2008-07-28 | Implemented opcodes for picking up/dropping/opening/closing items. | Nicola Mettifogo |
2008-07-28 | Some instrumentation for script debugging. | Nicola Mettifogo |
2008-07-25 | * Merged old input management flags into a single mouse status variable. | Nicola Mettifogo |
2008-07-11 | Cleanup. | Nicola Mettifogo |
2008-07-11 | Moved program and command execution code out of the engine, into their own br... | Nicola Mettifogo |
2008-07-04 | - Moved dialogue balloon management code from Gfx to its own class | Nicola Mettifogo |
2008-07-02 | - Changed labels to be GfxObj's, thus removing the Label object altogether. | Nicola Mettifogo |
2008-06-04 | * Implemented character change opcodes in BRA | Nicola Mettifogo |
2008-06-01 | Got rid of the static arrays for initialization of parsers and exec opcodes, ... | Nicola Mettifogo |
2008-05-14 | - Moved input code to its own class. | Nicola Mettifogo |
2008-05-09 | Tiny cleanup to ease extraction of the program parser code. | Nicola Mettifogo |
2008-05-05 | - Moved some members from the engine class to Location, since they belong there. | Nicola Mettifogo |
2008-04-06 | Replaced custom ManagedList with Common::SharedPtr. | 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-07 | Implemented scroll command and added a couple more debug variables. | Nicola Mettifogo |
2008-02-06 | Implemented some more opcodes in BRA. Animations should now be visible in mos... | Nicola Mettifogo |
2008-02-05 | Changed main loop to allow BRA to return to menu after intro. | Nicola Mettifogo |
2008-02-05 | Fixes to make BRA introduction run: | Nicola Mettifogo |
2008-02-04 | Added FIXME comment about wrong color for subtitles in BRA. | Nicola Mettifogo |
2008-02-03 | instOp_on and instOp_off are now implemented, so removed warnings. | Nicola Mettifogo |
2008-02-03 | Implemented a couple more opcodes and added capability to load/display static... | Nicola Mettifogo |
2008-02-03 | Programs are now handled in their own list, instead of being accessed via the... | Nicola Mettifogo |
2008-02-02 | Enabled rudimentary location switch in BRA. | Nicola Mettifogo |
2008-02-02 | Subtitles are now displayed in the intro for BRA, though in wrong color (and ... | Nicola Mettifogo |
2008-02-02 | Fixed warning. | Torbjörn Andersson |
2008-02-02 | Moved depth buffer and palette rotation data into BackgroundInfo. | Nicola Mettifogo |
2008-01-28 | Removed all job routines. Stubs have been left for future reference in the co... | Nicola Mettifogo |
2008-01-13 | Removed unnecessary semi-colons. | Torbjörn Andersson |
2008-01-08 | Removed useless members. | Nicola Mettifogo |
2007-11-21 | * moved label drawing into Gfx, to be drawn directly in the framebuffer | Nicola Mettifogo |
2007-09-19 | Added copyright notice to existing files. | Nicola Mettifogo |
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have bee... | Nicola Mettifogo |