aboutsummaryrefslogtreecommitdiff
path: root/engines/made
AgeCommit message (Expand)Author
2008-11-07Implemented RTL supportBenjamin Haisch
2008-11-06Switched various Engine APIs to use Common::ErrorMax Horn
2008-11-06Simplified AdvancedMetaEngine::fallbackDetect usageMax Horn
2008-10-18Implemented visual effects 1, 3, 4, 5, 6, 7 and 16Benjamin Haisch
2008-10-04- Declared all stack functions as inlineBenjamin Haisch
2008-09-28Return 32000 in sfGetCdTime instead of 0; this fixes the Manhole intro/credit...Benjamin Haisch
2008-09-23Improved updateScreenAndWait; the mouse cursor is less jerky now in some scen...Benjamin Haisch
2008-09-14Big patch changing semantics of ReadStream::eos():Willem Jan Palenstijn
2008-09-06Got rid of File::eof()Max Horn
2008-09-03Moved FilesystemNode / FSList to namespace Common; also got rid of some 'type...Max Horn
2008-09-03Silence MSVC warning about ambiguous usage of CLIPFilippos Karapetis
2008-08-20I believe the setVolume() function has to be guarded by a mutex. (I added thi...Torbjörn Andersson
2008-07-01Fixed unitialized variablesMax Horn
2008-06-27- Fixed umlauts in printTextBenjamin Haisch
2008-06-18- Fixed sprite drawing in Rodney's FunscreenBenjamin Haisch
2008-06-12Fixing compilationSven Hesse
2008-06-12- Added support for Rodney's Fun ScreenBenjamin Haisch
2008-06-12Updated script dumper to show opcode offset.Benjamin Haisch
2008-05-29- Implemented opcodes: sfHomeText, sfDrawAnimPicBenjamin Haisch
2008-05-28Implemented visual effects 11 and 13 (inverse of 10 and 12)Filippos Karapetis
2008-05-28Silenced a signed/unsigned comparison warningSven Hesse
2008-05-28Fixed premature stopping of sounds/voices.Benjamin Haisch
2008-05-28Split Object/GameDatabase into engine version specific classesBenjamin Haisch
2008-05-28Fixed a crash in LGOP2 when attempting to get a sprite item from an empty array.Benjamin Haisch
2008-05-26Disable Drascula's and MADE's dummy fallbackDetect.Jordi Vilalta Prat
2008-05-26Silence MSVC warning C4800.Kari Salminen
2008-05-26Fixed graphics decoding bug in Manhole: N&EBenjamin Haisch
2008-05-26- Hopefully fixed 'responsiveness' of the mouse cursor/event handlingBenjamin Haisch
2008-05-26Implemented visual effects 2 and 15Benjamin Haisch
2008-05-21- Moved event polling from sfPollEvent to runScriptBenjamin Haisch
2008-05-21Removed obsolete comment and code in ScriptInterpreter::dumpScriptBenjamin Haisch
2008-05-20- Implemented "stand-alone" script dumper/disassembler; it can be enabled by ...Benjamin Haisch
2008-05-20Delete animation frames in AnimationResource destructor.Benjamin Haisch
2008-05-20Some updates to the script dumperFilippos Karapetis
2008-05-20Documented what screen effects 10 and 12 are doingFilippos Karapetis
2008-05-20Clarification about the weird sound frequencies in PMV videosFilippos Karapetis
2008-05-20Silenced an MSVC warningFilippos Karapetis
2008-05-20Implemented visual effects 10 and 12Benjamin Haisch
2008-05-19RtZ: Fixed a bug where sounds were cut off prematurely.Benjamin Haisch
2008-05-19Removed unused variable.Torbjörn Andersson
2008-05-19RtZ: Fixed bug which caused PMV videos to look odd (noticeable in the intro m...Benjamin Haisch
2008-05-18Rewrote the MADE script dumper, hopefully in a more efficient wayFilippos Karapetis
2008-05-17Slight cleanup and small bugfix for dumpScript()'s cmd_callFilippos Karapetis
2008-05-17Initial incomplete version of a MADE script dumperFilippos Karapetis
2008-05-17Documented screen effectsFilippos Karapetis
2008-05-17Screen mask is now only used for V2 gamesFilippos Karapetis
2008-05-14Added entries for the unpacked (*.dat) English and German CD versions of RtZ 1.2Filippos Karapetis
2008-05-14Added Return to Zork German CD version 1.2Filippos Karapetis
2008-05-14Some comments to opcodes sfGetMusicBeat and sfSetTextRectFilippos Karapetis
2008-05-14Forgot the makefile, sorryBenjamin Haisch