Age | Commit message (Expand) | Author |
2014-05-27 | MADS: synchronise -> synchronize | Johannes Schickel |
2014-05-27 | MADS: initialise -> initialize. | Johannes Schickel |
2014-05-24 | MADS: Add _sceneSurface subsurface, so sprite drawing is cropped correctly | Paul Gilbert |
2014-05-20 | MADS: Add debugger commands for the game vocab | Filippos Karapetis |
2014-05-08 | MADS: Remove trailing whitespace | Filippos Karapetis |
2014-05-01 | MADS: Fix actions being triggered at the end of animation sequences | Paul Gilbert |
2014-04-22 | MADS: Beginnings of savegame synchronisation | Paul Gilbert |
2014-04-19 | MADS: Implement palette animation code | Paul Gilbert |
2014-04-19 | MADS: Moved Animation::free to be Scene::freeAnimation | Paul Gilbert |
2014-04-16 | MADS: Fix scene animation data being unloaded prematurely | Paul Gilbert |
2014-04-16 | MADS: Fix to stop game ending when loading a cutscene scene | Paul Gilbert |
2014-04-12 | MADS: Field/method renaming | Paul Gilbert |
2014-04-12 | MADS: Refactoring PaletteUsage to use external data arrays | Paul Gilbert |
2014-04-08 | MADS: Added preliminary keyboard handling and keypress process stub | Paul Gilbert |
2014-04-07 | MADS: Implement loading logic for UI background animations | Paul Gilbert |
2014-04-06 | MADS: Fixes for switching between scenes | Paul Gilbert |
2014-04-05 | MADS: Add missing scene codes variant handling | Paul Gilbert |
2014-04-02 | MADS: In progress cleanup of checkActionAtMousePos | Paul Gilbert |
2014-04-02 | MADS: Fix/clean up ending of ScreenObjects::check | Paul Gilbert |
2014-03-29 | MADS: Refactored pathfinder into it's own class | Paul Gilbert |
2014-03-29 | MADS: Implemented NebularGame::step | Paul Gilbert |
2014-03-28 | MADS: Cleanup of Scene::checkStartWalk to become Player::newWalk | Paul Gilbert |
2014-03-25 | MADS: Added a Facing enum for the player directions | Paul Gilbert |
2014-03-23 | MADS: Refactored out and fixed cursor changes for hotspots | Paul Gilbert |
2014-03-24 | MADS: Implement scene 203 | Strangerke |
2014-03-22 | MADS: Add some variables in / move a variable to _globals | Strangerke |
2014-03-22 | MADS: Add _v8425C, set _globals._v7 as uint32 | Strangerke |
2014-03-22 | MADS: Implemente Scene::changeDepthSurface() | Strangerke |
2014-03-19 | MADS: Implemented methods for checking action at mouse position and clicking | Paul Gilbert |
2014-03-19 | MADS: Moved ScreenObjects into the Game class | Paul Gilbert |
2014-03-17 | MADS: Transformed ImageInterEntries to be User Interface UISlots | Paul Gilbert |
2014-03-17 | MADS: Actions text in the UI now displaying correctly | Paul Gilbert |
2014-03-16 | MADS: Implementing user interface text display methods | Paul Gilbert |
2014-03-15 | MADS: Completed UserInterface::loadElements | Paul Gilbert |
2014-03-15 | MADS: Merged the InterfaceSurface and UserInterface classes | Paul Gilbert |
2014-03-15 | MADS: Implemented scene 103 setup and needed support methods | Paul Gilbert |
2014-03-13 | MADS: Fixed handling of dirty rects to copy areas to the physical screen | Paul Gilbert |
2014-03-10 | MADS: In progress implementation of PaletteUsage::process | Paul Gilbert |
2014-03-08 | MADS: Clarified Events::_currentTimer as Scene::_frameStartTime | Paul Gilbert |
2014-03-07 | MADS: Implemented remainder of scene 804 setup code and support methods | Paul Gilbert |
2014-03-06 | MADS: Implementing support methods needed for scene 804 initialisation | Paul Gilbert |
2014-03-05 | MADS: Moved hotspot code to a separate file | Paul Gilbert |
2014-03-05 | MADS: Further implementation of drawElements | Paul Gilbert |
2014-03-04 | MADS: Beginnings of code support for Scene::drawElements | Paul Gilbert |
2014-03-04 | MADS: Implementation of timer functionality for Scene::doFrame | Paul Gilbert |
2014-03-03 | MADS: Implemented extra message and dirty area classes | Paul Gilbert |
2014-03-03 | MADS: Implemented sequence list, improvements for sprite assets | Paul Gilbert |
2014-03-03 | MADS: Implementing Scene::doFrame | Paul Gilbert |
2014-03-02 | MADS: Bulk of implementation of ScreenObjects::check | Paul Gilbert |
2014-03-02 | MADS: Implemented more of the multi-scene loop | Paul Gilbert |