aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2008-05-17- Fixed sound channel fadeout on VQA playingJohannes Schickel
- Minor formatting fixes svn-id: r32152
2008-05-17Slight cleanup and small bugfix for dumpScript()'s cmd_callFilippos Karapetis
svn-id: r32151
2008-05-17Initial incomplete version of a MADE script dumperFilippos Karapetis
svn-id: r32150
2008-05-17Loop the Kyra 3 menu music. (The original does.)Torbjörn Andersson
svn-id: r32149
2008-05-17Documented screen effectsFilippos Karapetis
svn-id: r32148
2008-05-17Screen mask is now only used for V2 gamesFilippos Karapetis
svn-id: r32147
2008-05-17Fixing the "object videos not minding drawing order / limits" glitch in WoodruffSven Hesse
svn-id: r32146
2008-05-16cleanupFlorian Kagerer
svn-id: r32144
2008-05-16commit eriktorbjorn's patch #1964853 (HoF: Hand of Fate credits cleanup ↵Florian Kagerer
(WIP)) with minor changes (including fix for the glitch mentioned in the tracker item) svn-id: r32143
2008-05-15* Cleanup of input code.Nicola Mettifogo
* Removed old timer routines. svn-id: r32135
2008-05-15Add patch #1964159 - PUTTPUTT: Add Japanese 3DO Version.Travis Howell
svn-id: r32133
2008-05-14This should fix the video not closing / chunk slot clogging bug (Yeah, I'm ↵Sven Hesse
apparently stupid *g*) svn-id: r32131
2008-05-14fix regression in KyraEngine_LoK::setMouseItemFlorian Kagerer
svn-id: r32128
2008-05-14Added entries for the unpacked (*.dat) English and German CD versions of RtZ 1.2Filippos Karapetis
svn-id: r32126
2008-05-14Added Return to Zork German CD version 1.2Filippos Karapetis
Updated comment about *.red and *.dat svn-id: r32124
2008-05-14Some comments to opcodes sfGetMusicBeat and sfSetTextRectFilippos Karapetis
svn-id: r32123
2008-05-14Fixed menu background loading in Riddle of Master LuFilippos Karapetis
svn-id: r32122
2008-05-14Changed kyra3 detection entries, now there are special entries for non ↵Johannes Schickel
installed version checking for WESTWOOD.001 and special entries for installed version checking for AUD.PAK. svn-id: r32120
2008-05-14Fix compilationSven Hesse
svn-id: r32118
2008-05-14Oops. Forgot to update module.mk.Nicola Mettifogo
svn-id: r32116
2008-05-14- Moved input code to its own class.Nicola Mettifogo
- Slightly simplified inventory highlight code thanks to changes in input code. svn-id: r32115
2008-05-14Just allow animation scripts marked as skipable to be skipped.Johannes Schickel
svn-id: r32114
2008-05-14Formatting.Johannes Schickel
svn-id: r32113
2008-05-14Possibly fixed bug #1963700 "KYRA2: Nonresponsive clicks".Johannes Schickel
svn-id: r32112
2008-05-14Forgot the makefile, sorryBenjamin Haisch
svn-id: r32107
2008-05-14Deleting obsolete filesBenjamin Haisch
svn-id: r32106
2008-05-14Merged the three ScriptFunctionsXXX classes into ScriptFunctionsBenjamin Haisch
svn-id: r32105
2008-05-14- Added some visual effects (palette fading etc.)Benjamin Haisch
- Moved Screen::getAnimFrameCount directly into o1_GETFRAMECOUNT - Renamed variables/cleanup svn-id: r32104
2008-05-14Oops, I definitely meant for that to be '==', not '='. I guess this is what itTorbjörn Andersson
should look like, but I can't actually test (or even compile) it right now. svn-id: r32103
2008-05-14Added a FIXME regarding commit #32096Filippos Karapetis
svn-id: r32102
2008-05-14Removed obsolete fileFilippos Karapetis
svn-id: r32101
2008-05-14Added the animation speed workaround for the sheriff animation as well. (SeeTorbjörn Andersson
bug #1926838, "HoF: Animation plays too fast".) svn-id: r32096
2008-05-13Some fixes for vertical scrolling in WoodruffSven Hesse
svn-id: r32095
2008-05-13fix engine destructor for non interactive hof demoFlorian Kagerer
svn-id: r32093
2008-05-13More descriptive error message when encountering invalid font data.Johannes Schickel
svn-id: r32092
2008-05-13Added a warning when all chunk slots are full, as that's still a problem in ↵Sven Hesse
Woodruff (some videos aren't closed correctly yet). svn-id: r32091
2008-05-13Fixing the crash when entering the virtual trip tower in WoodruffSven Hesse
svn-id: r32090
2008-05-13Added a sanity check to o1_LOADCURSOR to prevent LGoP2 from crashing when ↵Filippos Karapetis
the save/load menu is opened during character selection svn-id: r32089
2008-05-13Implemented support for object videos with more than 256 frames, this fixes ↵Sven Hesse
a lockup when entering the bar svn-id: r32087
2008-05-13Fixing a segfault when quitting while an object video with sound playsSven Hesse
svn-id: r32086
2008-05-13Moved the engine plugin code to engines/metaengine.h; ↵Max Horn
added/clarified/corrected various Doxygen comments for the plugin system svn-id: r32083
2008-05-13Implemented savegame saving/loading for LGOP2.Benjamin Haisch
svn-id: r32081
2008-05-13Hide the mouse cursor while a movie plays.Benjamin Haisch
svn-id: r32080
2008-05-13Implemented/Fixed saving/loading in Woodruff -- this time for real.Sven Hesse
svn-id: r32079
2008-05-12Formatting.Johannes Schickel
svn-id: r32078
2008-05-12Changed clipping rectangles to use Common::Rect (thanks to [md5]/thebluegr)Benjamin Haisch
svn-id: r32077
2008-05-12remove useless double check on sound list entriesFlorian Kagerer
svn-id: r32076
2008-05-12fix valgrind warning and some cleanupFlorian Kagerer
svn-id: r32075
2008-05-12Implemented o1_EXCLUDEAREA for RtZBenjamin Haisch
svn-id: r32074
2008-05-12Proper fix for savestates. Thanks to next_ghostEugene Sandulenko
svn-id: r32073