Age | Commit message (Expand) | Author |
2009-01-20 | Replacement an immediate with the appropriate #define constant. | Nicola Mettifogo |
2009-01-20 | Adapted fixed-sized arrays to cope with the larger dialogues in BRA. Maybe th... | Nicola Mettifogo |
2009-01-08 | Don't assert anymore when a command flag doesn't exist, but ignore it and pri... | Nicola Mettifogo |
2009-01-04 | Made sure to display labels on animations. | Nicola Mettifogo |
2009-01-04 | Implemented counters in BRA. Only valid answer options are shown, and counter... | Nicola Mettifogo |
2008-12-21 | Added a stub to dialogue parser, so that dialogue lines controlled by counter... | Nicola Mettifogo |
2008-12-17 | Reduced code duplication when manipulating Animations, and cleanup. | Nicola Mettifogo |
2008-12-14 | Removed references to _vm from the engine itself. | Nicola Mettifogo |
2008-12-13 | * Replaced char* with Common::String in the parser. | Nicola Mettifogo |
2008-11-13 | Update to the low level parser: | Nicola Mettifogo |
2008-11-12 | Fixed default zone flags, so that labels in BRA are only shown on zones which... | Nicola Mettifogo |
2008-11-09 | Enabled flags parsing for all commands in location script. Most of them don't... | Nicola Mettifogo |
2008-11-08 | * cleanup | Nicola Mettifogo |
2008-08-15 | Made coordinates and frame number protected into Zone and Animation, and chan... | Nicola Mettifogo |
2008-08-15 | Made scripts access Animation fields via accessors and mutators, instead of u... | Nicola Mettifogo |
2008-08-15 | Simplified handling of script variables (especially locals). | Nicola Mettifogo |
2008-08-14 | Some variable renamed to make more sense. | Nicola Mettifogo |
2008-07-28 | Tiny readability aid for parser code. | Nicola Mettifogo |
2008-07-28 | Preliminary code for traps. | Nicola Mettifogo |
2008-07-25 | Changed the remaining references to Nodes into Points. | Nicola Mettifogo |
2008-07-25 | * Changed walk code to use Common::Point instead of the clumsy WalkNode. | Nicola Mettifogo |
2008-07-03 | Fix for bug #2008054: Parallaction engine doesn't compile under MSVC9 | Eugene Sandulenko |
2008-06-05 | Merged revisions 32507-32513,32516,32518,32520-32521,32523-32524,32526-32548,... | Christopher Page |
2008-06-04 | Script instructions referencing unexisting animations are now skipped, instea... | Nicola Mettifogo |
2008-06-03 | PARA: Fixed some memory leaks | Christopher Page |
2008-06-01 | Got rid of the static arrays for initialization of parsers and exec opcodes, ... | 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 | Moved location parsing out of the engines, to LocationParser_ns and LocationP... | Nicola Mettifogo |
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-04-17 | Fixed usage of SharedPtr, so that reference counting is proper and there are ... | 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-05 | Fixes to make BRA introduction run: | Nicola Mettifogo |
2008-02-03 | Programs are now handled in their own list, instead of being accessed via the... | Nicola Mettifogo |
2008-01-28 | Removed all job routines. Stubs have been left for future reference in the co... | Nicola Mettifogo |
2008-01-28 | All interactive objects are now drawn in the framebuffer instead of using the... | Nicola Mettifogo |
2008-01-28 | Fixed the spaces before tabs. | Jordi Vilalta Prat |
2008-01-09 | Turned Gfx::setFont into a protected member, since now Gfx can automatically ... | Nicola Mettifogo |
2008-01-08 | Restructured label handling and moved all related code to Gfx. | Nicola Mettifogo |
2008-01-08 | Added a proper _name member to Zone, instead of using the label text. | Nicola Mettifogo |
2008-01-06 | Indent with tabs instead of spaces. | Torbjörn Andersson |
2007-12-09 | Going back to uncached mode for graphics resources of Examine zones. This pre... | Nicola Mettifogo |
2007-12-04 | Broke up parseDialogue into more manageable and focused short routines. | Nicola Mettifogo |
2007-11-22 | * added adapter from Graphics::Surface to Frames | Nicola Mettifogo |
2007-11-18 | Cleanup. | Nicola Mettifogo |
2007-10-21 | Fixed parseLocation, so that it only tries to parse scripts when they aren't ... | Nicola Mettifogo |
2007-10-21 | Cleanup. | Nicola Mettifogo |