Age | Commit message (Expand) | Author |
2008-12-21 | Moved more GfxObj management to Gfx object. | Nicola Mettifogo |
2008-12-14 | Removed references to _vm from the engine itself. | Nicola Mettifogo |
2008-12-14 | Removed some unused code. | Nicola Mettifogo |
2008-12-07 | Fixed assorted leaks in Parallaction. | Nicola Mettifogo |
2008-11-16 | Added missing initialization (which caused random crashes). | Nicola Mettifogo |
2008-11-09 | Better cleanup and handling of mouse when changing location in NS. | Nicola Mettifogo |
2008-11-08 | * removed the obsolete _quit flag | Nicola Mettifogo |
2008-11-06 | Switched various Engine APIs to use Common::Error | Max Horn |
2008-10-12 | Changed BRA to use the new Common:Archive infrastructure. | Nicola Mettifogo |
2008-10-11 | Fixed crash when existing BRA: fonts were deallocated twice. | Nicola Mettifogo |
2008-09-30 | Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confuse... | Max Horn |
2008-09-03 | Moved check for shouldRTL() from engines to scummvm_main | Max Horn |
2008-09-02 | Merging more of the GSoC 2008 RTL branch: PARALLACTION | Nicola Mettifogo |
2008-08-31 | Cleanup. | Nicola Mettifogo |
2008-08-31 | Moved save/load code into SaveLoad class. | Nicola Mettifogo |
2008-08-31 | Uniformed the interface of Parallaction class (and its hierarchy) with regard... | Nicola Mettifogo |
2008-08-30 | Moved mouse cursor loading/handling to Input class. | Nicola Mettifogo |
2008-08-21 | Removed unused code and structures, and a bit of cleanup. | Nicola Mettifogo |
2008-08-20 | Engine now returns to the menu when intro is over. | Nicola Mettifogo |
2008-08-19 | Fixed segfault when quitting BRA. | Nicola Mettifogo |
2008-08-16 | Merged revisions 33777,33781-33788,33790,33792-33793,33795,33797,33805,33807-... | Christopher Page |
2008-08-14 | Some variable renamed to make more sense. | Nicola Mettifogo |
2008-08-04 | Merged revisions 33188-33189,33191-33193,33196,33198,33202-33203,33206,33210,... | Christopher Page |
2008-07-29 | * Implemented pause/resume of command execution | Nicola Mettifogo |
2008-07-28 | Yet another hack to deal with labels... Must rethink this crap from scratch. | Nicola Mettifogo |
2008-07-28 | Pick up/drop/open/close actions are now available in game. | Nicola Mettifogo |
2008-07-28 | Add basic support for running Amiga and PC demos of BRA. | Travis Howell |
2008-07-28 | * Changed Disk code in BRA to use FilesystemNode (duplication has become trul... | Nicola Mettifogo |
2008-07-27 | Inventory icons are now loaded correctly (not yet displayed). BRA doesn't cra... | Nicola Mettifogo |
2008-07-25 | Made character visible in BRA. | Nicola Mettifogo |
2008-07-25 | Converted BRA to work with the new menu approach. It is not yet well plugged-... | Nicola Mettifogo |
2008-07-21 | Merged revisions 33052-33053,33056-33058,33061-33064,33068,33070,33072,33075,... | Christopher Page |
2008-07-21 | Massive refactoring of dialogue code, which is now implemented as a finite st... | Nicola Mettifogo |
2008-07-14 | Merged revisions 32744-32745,32747,32750-32759,32762-32764,32769,32777,32783,... | Christopher Page |
2008-07-11 | Moved program and command execution code out of the engine, into their own br... | Nicola Mettifogo |
2008-07-10 | Parallaction works with the new GMM implementation | Christopher Page |
2008-07-09 | Fixed regression introduced with GfxObj: the character sprite was sometimes r... | Nicola Mettifogo |
2008-07-04 | - Moved dialogue balloon management code from Gfx to its own class | Nicola Mettifogo |
2008-06-25 | Parallaction now uses the new _quit flag | Christopher Page |
2008-06-05 | Merged revisions 32507-32513,32516,32518,32520-32521,32523-32524,32526-32548,... | Christopher Page |
2008-06-04 | oops. Changed stricmp to scumm_stricmp from last commit. | Nicola Mettifogo |
2008-06-04 | * Implemented character change opcodes in BRA | Nicola Mettifogo |
2008-06-03 | Fixed initialization of parsers, necessary after the latest removal of static... | Nicola Mettifogo |
2008-06-02 | PARA: Got rid of calls to system->quit() so that the Parallaction engine can ... | Christopher Page |
2008-05-14 | - Moved input code to its own class. | 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-04-06 | Add very basic support for Amiga version of BRA. | Travis Howell |
2008-04-06 | Replaced custom ManagedList with Common::SharedPtr. | Nicola Mettifogo |