aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/mads.h
AgeCommit message (Expand)Author
2016-03-14MADS: Changed engine to use Graphics::ManagedSurfacePaul Gilbert
2016-01-08MADS: Cleanup of existing converstations skeleton codePaul Gilbert
2015-10-10MADS: Phantom: Implement Scene101::enter(), add some empty (new) engine funct...Strangerke
2015-05-09MADS: Make GPL header consistent with what we normally use.Johannes Schickel
2015-03-14MADS: Hook up sfx/music flagsPaul Gilbert
2015-03-14MADS: Persist gameplay optionsPaul Gilbert
2014-10-12MADS: Move OPL creation from the engine to SoundManagerPaul Gilbert
2014-09-05MADS: Fix OPL init error when showing credits multiple timesPaul Gilbert
2014-05-27MADS: initialise -> initialize.Johannes Schickel
2014-05-08MADS: Remove trailing whitespaceFilippos Karapetis
2014-04-27MADS: Implement the audio playerFilippos Karapetis
2014-04-27MADS: Remove the unused GType_Riddle game ID (it's an M4 game)Filippos Karapetis
2014-04-27MADS: Add detection entries for Dragonsphere and PhantomFilippos Karapetis
2014-04-26MADS: Implemented more save/load logicPaul Gilbert
2014-04-26MADS: Implemented savegame header read/writesPaul Gilbert
2014-04-24MADS: Added methods for can save/load currentlyPaul Gilbert
2014-04-07MADS: Implement loading logic for UI background animationsPaul Gilbert
2014-03-22MADS: Introduce another getRandomNumber function with 2 parametersStrangerke
2014-03-21MADS: Implemented more of scene 103 codePaul Gilbert
2014-03-17MADS: Beginnings of code for UI inventory item animationPaul Gilbert
2014-03-15MADS: Fix display of user interface during animationPaul Gilbert
2014-03-15MADS: Merged the InterfaceSurface and UserInterface classesPaul Gilbert
2014-03-13MADS: Fixed handling of dirty rects to copy areas to the physical screenPaul Gilbert
2014-03-06MADS: Added in Rex Nebular globals classPaul Gilbert
2014-03-05MADS: Further implementation of drawElementsPaul Gilbert
2014-03-04MADS: Beginnings of code support for Scene::drawElementsPaul Gilbert
2014-03-02MADS: Implemented more of the multi-scene loopPaul Gilbert
2014-03-02MADS: Added loading for scene nodes and hotspostPaul Gilbert
2014-02-24MADS: Beginnings of scene-specific data loadingPaul Gilbert
2014-02-24MADS: Added skeleton framework for game scene classesPaul Gilbert
2014-02-22MADS: Implemented more logic for dialog displayPaul Gilbert
2014-02-22MADS: Removed M4-specific code. Keeping engine MADS-specific for nowPaul Gilbert
2014-02-22MADS: Further cursor/event initialisationPaul Gilbert
2014-02-19MADS: Added skeleton files for the game and dialogsPaul Gilbert
2014-02-18MADS: Adding in classes for fonts, game, user interfaec, and graphicsPaul Gilbert
2014-02-18MADS: Initial implementation of MSurface class and dependant classesPaul Gilbert
2014-02-16MADS: Initial implementation of Adlib sound driverPaul Gilbert