aboutsummaryrefslogtreecommitdiff
path: root/engines/made/made.h
AgeCommit message (Expand)Author
2019-06-10MADE: Remove leftover code. This lets run gracefully with -p parameterEugene Sandulenko
2014-02-18MADE: Make GPL headers consistent in themselves.Johannes Schickel
2011-10-09MADE: Minimize #include usage.Johannes Schickel
2011-10-09MADE: Fix include guard of made.h.Johannes Schickel
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
2010-11-08BACKENDS: Partial merge of gsoc2010-opengl: Audio CD changes onlyMax Horn
2010-11-08MADE: Added basic debugging console to engineDavid Turner
2010-10-15ENGINES: Enhance namespace comments a bitMax Horn
2010-06-09- Revised abstract AudioCDManager.Alejandro Marzini
2010-03-18COMMON: Move Common::RandomSource to common/random.*Max Horn
2010-01-26Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/dec...Max Horn
2009-11-24Added Doxygen comments for the various engine namespaces (currently mostly wi...Max Horn
2009-05-24Strip trailing whitespaces in the whole code base.Johannes Schickel
2009-03-01Engines: Fused several init&go methods into a single run methodMax Horn
2009-03-01Merged Engine::go() and ::init() into a new run() method (currently implement...Max Horn
2009-02-16Removed unused variableBenjamin Haisch
2009-02-04- Fixed/completed cd audio support (sfPlayCd and sfGetCdTime) for Manhole:N&E...Benjamin Haisch
2009-01-23- Implemented sfGetMusicBeat (used in several games as some kind of timer)Benjamin Haisch
2009-01-16- Removed _gameVersion, engine versions are set in the game detection entries...Filippos Karapetis
2009-01-13Reworked the sound energy codeBenjamin Haisch
2008-12-15- Implemented cmd_restart (for the restart functionality in Return to Zork)Benjamin Haisch
2008-11-10- Global options dialog supportBenjamin Haisch
2008-11-07Implemented RTL supportBenjamin Haisch
2008-11-06Switched various Engine APIs to use Common::ErrorMax Horn
2008-06-18- Fixed sprite drawing in Rodney's FunscreenBenjamin Haisch
2008-06-12- Added support for Rodney's Fun ScreenBenjamin Haisch
2008-05-28Fixed premature stopping of sounds/voices.Benjamin Haisch
2008-05-21- Moved event polling from sfPollEvent to runScriptBenjamin Haisch
2008-05-12Fixed timer resolution/conversion; now the vulture in the first scene of RtZ ...Benjamin Haisch
2008-05-07Added patch #1956516: MADE: Fix Save File Names by clone2727 (with some modif...Benjamin Haisch
2008-05-05- Renamed XmidiResource to GenericResourceBenjamin Haisch
2008-05-02- Added patch #1955698: MADE: Add "The Manhole" DetectionBenjamin Haisch
2008-04-24Cleanup and simplification of the music playing codeFilippos Karapetis
2008-04-23Added (early) midi player code.Benjamin Haisch
2008-04-23Removed file existence checks to determine game version and added game flags ...Filippos Karapetis
2008-04-23In-game sound effects and voices should be working correctly now.Filippos Karapetis
2008-04-22Implemented o1_EVENTKEY. Removed some debug delaysFilippos Karapetis
2008-04-21Add detection of the Return to Zork demo.Travis Howell
2008-04-20Initial import of the work in progress MADE engineFilippos Karapetis