Age | Commit message (Expand) | Author |
2008-11-12 | Fixed default zone flags, so that labels in BRA are only shown on zones which... | Nicola Mettifogo |
2008-08-26 | Cleanup. | Nicola Mettifogo |
2008-08-15 | Updated layer calculation: animations are now hidden properly by background e... | 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-07-28 | Added a post processing step to runScripts, so that Animation can be validate... | Nicola Mettifogo |
2008-07-26 | * Added walk calculations to BRA (doesn't walk yet, though). | Nicola Mettifogo |
2008-07-09 | Fixed leaks in NS and BRA. | Nicola Mettifogo |
2008-07-02 | - Changed labels to be GfxObj's, thus removing the Label object altogether. | Nicola Mettifogo |
2008-06-22 | Added constructor and destructor to Dialogue, thus fixing a long standing leak. | Nicola Mettifogo |
2008-05-09 | Tiny cleanup to ease extraction of the program parser code. | Nicola Mettifogo |
2008-04-06 | Replaced custom ManagedList with Common::SharedPtr. | Nicola Mettifogo |
2008-02-09 | Added new debug command to dump scripts execution status. | Nicola Mettifogo |
2008-02-06 | Fix system hang under linux. | Nicola Mettifogo |
2008-02-05 | Fixes to make BRA introduction run: | Nicola Mettifogo |
2008-02-04 | Adjusted random number generator, thus improving animation quality in the int... | Nicola Mettifogo |
2008-02-03 | Programs are now handled in their own list, instead of being accessed via the... | Nicola Mettifogo |
2008-01-28 | All interactive objects are now drawn in the framebuffer instead of using the... | Nicola Mettifogo |
2008-01-09 | Replaced the remaining old string code with the new label code. All the text ... | Nicola Mettifogo |
2008-01-08 | Restructured label handling and moved all related code to Gfx. | Nicola Mettifogo |
2008-01-08 | Removed useless members. | Nicola Mettifogo |
2008-01-08 | Added a proper _name member to Zone, instead of using the label text. | Nicola Mettifogo |
2007-11-22 | * added adapter from Graphics::Surface to Frames | Nicola Mettifogo |
2007-11-21 | * moved label drawing into Gfx, to be drawn directly in the framebuffer | Nicola Mettifogo |
2007-11-18 | Cleanup. | Nicola Mettifogo |
2007-10-19 | Added new debugger command 'localflags' and changed Table object to provide d... | Nicola Mettifogo |
2007-10-14 | Integrated low-level routines into the Script class, turning it into a self-c... | Nicola Mettifogo |
2007-10-04 | Fixed bug #1803287. The inner block was changing the test condition causing u... | Nicola Mettifogo |
2007-09-19 | Modified patch #1738058: "Action recorder". | Eugene Sandulenko |
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have bee... | Nicola Mettifogo |
2007-09-17 | * moved Table handling to objects.cpp | Nicola Mettifogo |
2007-09-02 | Simplified global label management and added subtitles for BRA. | Nicola Mettifogo |
2007-08-25 | Added an abstract base class for representing multiple-frames for animations.... | Nicola Mettifogo |
2007-08-25 | Cleanup script routines. | Nicola Mettifogo |
2007-08-24 | First step in restructuring engine code: | Nicola Mettifogo |