Age | Commit message (Expand) | Author |
2009-02-25 | Updated all for(;;) loops to use prefix increment on iterators. | Nicola Mettifogo |
2009-02-24 | Implemented follower support, except that: | Nicola Mettifogo |
2009-02-24 | Changed interface to walk code, to better handle the differences between game... | Nicola Mettifogo |
2009-02-23 | Cleanup. | Nicola Mettifogo |
2009-02-23 | * Refactored drawAnimations to be more easily extensible when adding game-spe... | Nicola Mettifogo |
2009-01-30 | Renamed SpecialDebugLevel to DebugChannel | Max Horn |
2009-01-07 | Fixed warnings | Max Horn |
2009-01-07 | Implemented Engine::getDebugger(). | Nicola Mettifogo |
2009-01-07 | * moved more mask management to BackgroundInfo | Nicola Mettifogo |
2009-01-06 | Implemented pauseEngineIntern, and fixed music volume handling in SoundMan. | Nicola Mettifogo |
2009-01-04 | Made sure each event is processed only once. This wasn't always the case when... | Nicola Mettifogo |
2008-12-26 | Fixed selection of invalid frame numbers. This means that most locations can ... | Nicola Mettifogo |
2008-12-25 | Pushing down some header deps (on common/system.h, mostly) | Max Horn |
2008-12-24 | Fixed display of location background when changing from a scrollable to a non... | Nicola Mettifogo |
2008-12-24 | Simplified destructions of Balloon objects. | Nicola Mettifogo |
2008-12-21 | Moved more GfxObj management to Gfx object. | Nicola Mettifogo |
2008-12-20 | Moved mask creation/handling to Gfx. | Nicola Mettifogo |
2008-12-17 | Reduced code duplication when manipulating Animations, and cleanup. | Nicola Mettifogo |
2008-12-15 | Weeded out some more unused code, and some restructuring. | 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-13 | Restructuring of rendering code. | Nicola Mettifogo |
2008-12-13 | * Replaced char* with Common::String in the parser. | Nicola Mettifogo |
2008-12-06 | Simplified scrolling calculations. | Nicola Mettifogo |
2008-12-06 | Implemented horizontal scrolling for BRA, by using a back buffer. Dialogues i... | Nicola Mettifogo |
2008-11-09 | Better cleanup and handling of mouse when changing location in NS. | Nicola Mettifogo |
2008-11-08 | * cleanup | Nicola Mettifogo |
2008-11-08 | * removed the obsolete _quit flag | Nicola Mettifogo |
2008-11-07 | * completed transition to Common::Archive for Nippon Safes. | Nicola Mettifogo |
2008-11-06 | Switched various Engine APIs to use Common::Error | Max Horn |
2008-11-01 | Fixed assorted leaks in NS Amiga. | Nicola Mettifogo |
2008-09-30 | Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confuse... | Max Horn |
2008-09-07 | Replaced Engine::_gameDataPath (a String) by Engine::_gameDataDir (an FSNode)... | Max Horn |
2008-09-02 | Merging more of the GSoC 2008 RTL branch: PARALLACTION | Nicola Mettifogo |
2008-08-31 | More cleanup. | 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 | Removed global g_system. | Nicola Mettifogo |
2008-08-30 | Moved mouse cursor loading/handling to Input class. | Nicola Mettifogo |
2008-08-26 | Cleanup. | Nicola Mettifogo |
2008-08-21 | Removed unused code and structures, and a bit of cleanup. | Nicola Mettifogo |
2008-08-18 | * Split up blt routine (there is room for a ton of improvements) | Nicola Mettifogo |
2008-08-16 | Merged revisions 33777,33781-33788,33790,33792-33793,33795,33797,33805,33807-... | Christopher Page |
2008-08-15 | Updated layer calculation: animations are now hidden properly by background e... | Nicola Mettifogo |
2008-08-15 | Made coordinates and frame number protected into Zone and Animation, and chan... | 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-08-04 | Merged revisions 33188-33189,33191-33193,33196,33198,33202-33203,33206,33210,... | Christopher Page |
2008-07-31 | * Removed references to the current _backgroundInfo from parser code. | Nicola Mettifogo |