aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/parallaction.cpp
AgeCommit message (Expand)Author
2009-03-02Fixed selection of zone and animation for removal in BRA. This enables the fo...Nicola Mettifogo
2009-02-27The engine has now to build the drawing list for the graphic department, inst...Nicola Mettifogo
2009-02-26Added filter to preserve needed Animation across location switch.Nicola Mettifogo
2009-02-26changeLocation now uses the internal variable _newLocationName instead of an ...Nicola Mettifogo
2009-02-26Removed null*Ptr dummy objects, using SharedPtr's reset method to null pointe...Nicola Mettifogo
2009-02-26Merged walk code for NS, and simplified handling.Nicola Mettifogo
2009-02-26Fixed crashes and leaks when quitting BRA from menu and splash screen.Nicola Mettifogo
2009-02-26Cleanup of CommandExec and ProgramExec, and pushed down dependencies from exe...Nicola Mettifogo
2009-02-25Updated all for(;;) loops to use prefix increment on iterators.Nicola Mettifogo
2009-02-24Implemented follower support, except that:Nicola Mettifogo
2009-02-24Changed interface to walk code, to better handle the differences between game...Nicola Mettifogo
2009-02-23Cleanup.Nicola Mettifogo
2009-02-23* Refactored drawAnimations to be more easily extensible when adding game-spe...Nicola Mettifogo
2009-01-30Renamed SpecialDebugLevel to DebugChannelMax Horn
2009-01-07Fixed warningsMax Horn
2009-01-07Implemented Engine::getDebugger().Nicola Mettifogo
2009-01-07* moved more mask management to BackgroundInfoNicola Mettifogo
2009-01-06Implemented pauseEngineIntern, and fixed music volume handling in SoundMan.Nicola Mettifogo
2009-01-04Made sure each event is processed only once. This wasn't always the case when...Nicola Mettifogo
2008-12-26Fixed selection of invalid frame numbers. This means that most locations can ...Nicola Mettifogo
2008-12-25Pushing down some header deps (on common/system.h, mostly)Max Horn
2008-12-24Fixed display of location background when changing from a scrollable to a non...Nicola Mettifogo
2008-12-24Simplified destructions of Balloon objects.Nicola Mettifogo
2008-12-21Moved more GfxObj management to Gfx object.Nicola Mettifogo
2008-12-20Moved mask creation/handling to Gfx.Nicola Mettifogo
2008-12-17Reduced code duplication when manipulating Animations, and cleanup.Nicola Mettifogo
2008-12-15Weeded out some more unused code, and some restructuring.Nicola Mettifogo
2008-12-14Removed references to _vm from the engine itself.Nicola Mettifogo
2008-12-14Removed some unused code.Nicola Mettifogo
2008-12-13Restructuring of rendering code.Nicola Mettifogo
2008-12-13* Replaced char* with Common::String in the parser.Nicola Mettifogo
2008-12-06Simplified scrolling calculations.Nicola Mettifogo
2008-12-06Implemented horizontal scrolling for BRA, by using a back buffer. Dialogues i...Nicola Mettifogo
2008-11-09Better cleanup and handling of mouse when changing location in NS.Nicola Mettifogo
2008-11-08* cleanupNicola Mettifogo
2008-11-08* removed the obsolete _quit flagNicola Mettifogo
2008-11-07* completed transition to Common::Archive for Nippon Safes.Nicola Mettifogo
2008-11-06Switched various Engine APIs to use Common::ErrorMax Horn
2008-11-01Fixed assorted leaks in NS Amiga.Nicola Mettifogo
2008-09-30Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confuse...Max Horn
2008-09-07Replaced Engine::_gameDataPath (a String) by Engine::_gameDataDir (an FSNode)...Max Horn
2008-09-02Merging more of the GSoC 2008 RTL branch: PARALLACTIONNicola Mettifogo
2008-08-31More cleanup.Nicola Mettifogo
2008-08-31Cleanup.Nicola Mettifogo
2008-08-31Moved save/load code into SaveLoad class.Nicola Mettifogo
2008-08-31Uniformed the interface of Parallaction class (and its hierarchy) with regard...Nicola Mettifogo
2008-08-30Removed global g_system.Nicola Mettifogo
2008-08-30Moved mouse cursor loading/handling to Input class.Nicola Mettifogo
2008-08-26Cleanup.Nicola Mettifogo
2008-08-21Removed unused code and structures, and a bit of cleanup.Nicola Mettifogo