aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
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
2008-05-12Muting "comparing signed and unsigned values" compiler warningSven Hesse
svn-id: r32072
2008-05-12Fixed printTextEx segment fault bug.Benjamin Haisch
svn-id: r32071
2008-05-12Fixed o1_DRAWTEXT in LGOP2Benjamin Haisch
svn-id: r32070
2008-05-12Don't restart music while changing music volume in Hof and MR.Johannes Schickel
svn-id: r32069
2008-05-12Sanity checks in RtZ: o1_PLAYMUS and o1_STOPMUSBenjamin Haisch
svn-id: r32068
2008-05-12Yet another valgrind warning fixed.Johannes Schickel
svn-id: r32067
2008-05-12Implemented o1_ADDMASK and o1_SETMASK for LGOP2Benjamin Haisch
svn-id: r32066
2008-05-12Fixed some valgrind warnings.Johannes Schickel
svn-id: r32065
2008-05-12Fixed timer resolution/conversion; now the vulture in the first scene of RtZ ↵Benjamin Haisch
lands on the sign, and the thunder sound is in sync with the flash screen effect in the Infocom logo screen. svn-id: r32063
2008-05-12More naming consistency fixes (fixes old TODO).Johannes Schickel
svn-id: r32062
2008-05-12fix for kyra 3 sfx (broken by last commit)Florian Kagerer
svn-id: r32061
2008-05-12Added assert to snd_playSoundEffect.Johannes Schickel
svn-id: r32060
2008-05-12move some kyra 3 static resources to kyra.datFlorian Kagerer
svn-id: r32058
2008-05-12Two more KyraEngine_LoK opcodes renamed.Johannes Schickel
svn-id: r32057
2008-05-12- Some more opcodes moved to KyraEngine_v1Johannes Schickel
- Yet more naming consistency fixes svn-id: r32056
2008-05-12- Yet more opcodes moved to KyraEngine_v1Johannes Schickel
- Renamed some opcodes inside KyraEngine_LoK svn-id: r32055
2008-05-12Oops forgot to commit module.mkJohannes Schickel
svn-id: r32054
2008-05-12- Moved some opcodes to KyraEngine_v1Johannes Schickel
- Little variable renaming svn-id: r32053
2008-05-12- Fixed timers, LGOP2 intro should now play correctlyBenjamin Haisch
- Some cleanup in LGOP2 opcodes svn-id: r32051
2008-05-12Added do { ... } while (0) to the GUI_V* macros, so that they will work asTorbjörn Andersson
expected if, for instance, someone writes "if (...) GUI_V1_MENU_ITEM( ... );" I don't expect anyone will want to write statements like that, but just to avoid nasty surprises... svn-id: r32049
2008-05-12Update HE version for that English Windows version of Freddi Fish 1.Travis Howell
svn-id: r32048
2008-05-12Renamed preprocessor constants to match file names.Torbjörn Andersson
svn-id: r32047
2008-05-11- Renamed KyraEngine to KyraEngine_v1Johannes Schickel
- kyra.* -> kyra_v1.* - scene.cpp -> scene_v1.cpp svn-id: r32044
2008-05-11Consisteny fixes:Johannes Schickel
- Renamed classes *_v1 -> *_LoK - Renamed files *_v1.* -> *_lok.* - Renamed WSAMovieV1 -> WSAMovie_v1 - Renamed WSAMovieV2 -> WSAMovie_v2 svn-id: r32042