Age | Commit message (Expand) | Author |
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 |
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-03 | Programs are now handled in their own list, instead of being accessed via the... | Nicola Mettifogo |
2008-02-03 | Fixed location switching in BRA a bit more. | Nicola Mettifogo |
2008-02-03 | Added code to unpack and render animations in BRA. | 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 | Cleanup of BRA menu code. | Nicola Mettifogo |
2008-02-02 | Reworked menu in BRA (now functioning). | Nicola Mettifogo |
2008-02-02 | Allowed BackgroundInfo to display bitmaps smaller than the screen and other s... | Nicola Mettifogo |
2008-01-28 | Removed usage of kBitFront and kBitBack. Only the old kBit2 buffer is kept to... | Nicola Mettifogo |
2008-01-28 | Removed all job routines. Stubs have been left for future reference in the co... | Nicola Mettifogo |
2007-11-22 | * added adapter from Graphics::Surface to Frames | Nicola Mettifogo |
2007-11-19 | Walk and script handling are now directly handled by the main loop, instead o... | Nicola Mettifogo |
2007-11-18 | Cleanup. | Nicola Mettifogo |
2007-11-18 | Cleanup. | Nicola Mettifogo |
2007-11-17 | Refactored main input code. | Nicola Mettifogo |
2007-11-03 | Patch #1825276: "DETECTION: advanced detector engine simplification" | Eugene Sandulenko |
2007-09-23 | Moved most of inventory-related code inside classes Inventory and InventoryRe... | Nicola Mettifogo |
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have bee... | Nicola Mettifogo |
2007-09-02 | More support for subtitles in BRA. | Nicola Mettifogo |
2007-09-02 | fixed some warnings | Max Horn |
2007-09-02 | Jobs are now members of the engine and are handled with a table, instead of b... | Nicola Mettifogo |
2007-08-26 | Implemented more opcodes. | Nicola Mettifogo |
2007-08-25 | Added an abstract base class for representing multiple-frames for animations.... | Nicola Mettifogo |
2007-08-24 | First step in restructuring engine code: | Nicola Mettifogo |
2007-08-14 | Partially reverting commit 28568, so now engine is back in charge for parsing... | Nicola Mettifogo |
2007-08-12 | Added preliminary support for loading locations in BRA: | Nicola Mettifogo |
2007-08-12 | Changed signature of disk routines for backgrounds to something resembling re... | Nicola Mettifogo |
2007-08-12 | Added first location selection for each part. | Nicola Mettifogo |
2007-08-12 | BRA now loads tables and correctly selects episode (part) for resource loading. | Nicola Mettifogo |