aboutsummaryrefslogtreecommitdiff
path: root/engines/made
AgeCommit message (Expand)Author
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
2008-05-14Deleting obsolete filesBenjamin Haisch
2008-05-14Merged the three ScriptFunctionsXXX classes into ScriptFunctionsBenjamin Haisch
2008-05-14- Added some visual effects (palette fading etc.)Benjamin Haisch
2008-05-14Removed obsolete fileFilippos Karapetis
2008-05-13Added a sanity check to o1_LOADCURSOR to prevent LGoP2 from crashing when the...Filippos Karapetis
2008-05-13Implemented savegame saving/loading for LGOP2.Benjamin Haisch
2008-05-13Hide the mouse cursor while a movie plays.Benjamin Haisch
2008-05-12Changed clipping rectangles to use Common::Rect (thanks to [md5]/thebluegr)Benjamin Haisch
2008-05-12Implemented o1_EXCLUDEAREA for RtZBenjamin Haisch
2008-05-12Muting "comparing signed and unsigned values" compiler warningSven Hesse
2008-05-12Fixed printTextEx segment fault bug.Benjamin Haisch
2008-05-12Fixed o1_DRAWTEXT in LGOP2Benjamin Haisch
2008-05-12Sanity checks in RtZ: o1_PLAYMUS and o1_STOPMUSBenjamin Haisch
2008-05-12Implemented o1_ADDMASK and o1_SETMASK for LGOP2Benjamin Haisch
2008-05-12Fixed timer resolution/conversion; now the vulture in the first scene of RtZ ...Benjamin Haisch
2008-05-12- Fixed timers, LGOP2 intro should now play correctlyBenjamin Haisch
2008-05-11Added a sanity check to getFrame()Filippos Karapetis
2008-05-09The backspace key is now workingFilippos Karapetis
2008-05-09Implemented o1_CLIPAREAFilippos Karapetis
2008-05-09Removed debug outputFilippos Karapetis
2008-05-09Exit more gracefully when a quit event is triggeredFilippos Karapetis
2008-05-09Removed now obsolete FIXMEFilippos Karapetis
2008-05-09Added workaround for o1_SNDENERGYBenjamin Haisch
2008-05-09- Fixed a bug which sometimes caused crashes when ProjectReader::purgeCache()...Benjamin Haisch
2008-05-08o1_ADDSPRITE is not implemented yet, so throw a warningFilippos Karapetis
2008-05-08Fixed some game crashes which occurred when ProjectReader::purgeCache() got c...Filippos Karapetis
2008-05-08Reverted commit #31774Filippos Karapetis
2008-05-08Silenced MSVC warnings about uninitialized variablesFilippos Karapetis
2008-05-08Possibly fixed the sound stuttering in the PMV videos and added frame skippin...Benjamin Haisch