aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2008-05-28CINE: Initialize exitEngine to 0 in mainLoop() to allow replay after returnin...Christopher Page
2008-05-27CINE: Fixed two memory leaks when shutting down the CINE engineChristopher Page
2008-05-27AGI: Modified AGI Engine to shutdown without using system->quitChristopher Page
2008-05-24AGI: Fixed two memory leaks when returning to launcher from AGI EngineChristopher Page
2008-05-22AGOS: Fixed a memory leak from earlier in a better wayChristopher Page
2008-05-21AGOS: Fixed two memory leaks when returning to the launcher (_mouseData and _...Christopher Page
2008-05-20AGOS Engine: Began implementation for a new quit event which will cleanly ret...Christopher Page
2008-05-14Fixed memory leak when returning to launcher in AGOS engine by properly creat...Christopher Page
2008-05-14Merged revisions 31972-31973,31975-31981,31984-31989,31993-31994,31996-32014,...Christopher Page
2008-05-14Some comments to opcodes sfGetMusicBeat and sfSetTextRectFilippos Karapetis
2008-05-14Fixed menu background loading in Riddle of Master LuFilippos Karapetis
2008-05-14Changed kyra3 detection entries, now there are special entries for non instal...Johannes Schickel
2008-05-14Fix compilationSven Hesse
2008-05-14Oops. Forgot to update module.mk.Nicola Mettifogo
2008-05-14- Moved input code to its own class.Nicola Mettifogo
2008-05-14Just allow animation scripts marked as skipable to be skipped.Johannes Schickel
2008-05-14Formatting.Johannes Schickel
2008-05-14Possibly fixed bug #1963700 "KYRA2: Nonresponsive clicks".Johannes Schickel
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-14Oops, I definitely meant for that to be '==', not '='. I guess this is what itTorbjörn Andersson
2008-05-14Added a FIXME regarding commit #32096Filippos Karapetis
2008-05-14Removed obsolete fileFilippos Karapetis
2008-05-14Added the animation speed workaround for the sheriff animation as well. (SeeTorbjörn Andersson
2008-05-13Some fixes for vertical scrolling in WoodruffSven Hesse
2008-05-13Fixed memory leak by deallocating memory used by window->iconPtrChristopher Page
2008-05-13fix engine destructor for non interactive hof demoFlorian Kagerer
2008-05-13More descriptive error message when encountering invalid font data.Johannes Schickel
2008-05-13Added a warning when all chunk slots are full, as that's still a problem in W...Sven Hesse
2008-05-13Fixing the crash when entering the virtual trip tower in WoodruffSven Hesse
2008-05-13Added a sanity check to o1_LOADCURSOR to prevent LGoP2 from crashing when the...Filippos Karapetis
2008-05-13used memmove() instead of memcpy() to fix memory overlap errorChristopher Page
2008-05-13Implemented support for object videos with more than 256 frames, this fixes a...Sven Hesse
2008-05-13Fixing a segfault when quitting while an object video with sound playsSven Hesse
2008-05-13Moved the engine plugin code to engines/metaengine.h; added/clarified/correct...Max Horn
2008-05-13Implemented savegame saving/loading for LGOP2.Benjamin Haisch
2008-05-13Hide the mouse cursor while a movie plays.Benjamin Haisch
2008-05-13Implemented/Fixed saving/loading in Woodruff -- this time for real.Sven Hesse
2008-05-12Formatting.Johannes Schickel
2008-05-12Changed clipping rectangles to use Common::Rect (thanks to [md5]/thebluegr)Benjamin Haisch
2008-05-12remove useless double check on sound list entriesFlorian Kagerer
2008-05-12fix valgrind warning and some cleanupFlorian Kagerer
2008-05-12Implemented o1_EXCLUDEAREA for RtZBenjamin Haisch
2008-05-12Proper fix for savestates. Thanks to next_ghostEugene Sandulenko
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-12Don't restart music while changing music volume in Hof and MR.Johannes Schickel