Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-05-17 | - Fixed sound channel fadeout on VQA playing | Johannes Schickel | |
- Minor formatting fixes svn-id: r32152 | |||
2008-05-17 | Slight cleanup and small bugfix for dumpScript()'s cmd_call | Filippos Karapetis | |
svn-id: r32151 | |||
2008-05-17 | Initial incomplete version of a MADE script dumper | Filippos Karapetis | |
svn-id: r32150 | |||
2008-05-17 | Loop the Kyra 3 menu music. (The original does.) | Torbjörn Andersson | |
svn-id: r32149 | |||
2008-05-17 | Documented screen effects | Filippos Karapetis | |
svn-id: r32148 | |||
2008-05-17 | Screen mask is now only used for V2 games | Filippos Karapetis | |
svn-id: r32147 | |||
2008-05-17 | Fixing the "object videos not minding drawing order / limits" glitch in Woodruff | Sven Hesse | |
svn-id: r32146 | |||
2008-05-16 | cleanup | Florian Kagerer | |
svn-id: r32144 | |||
2008-05-16 | commit 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-15 | Add patch #1964159 - PUTTPUTT: Add Japanese 3DO Version. | Travis Howell | |
svn-id: r32133 | |||
2008-05-14 | This should fix the video not closing / chunk slot clogging bug (Yeah, I'm ↵ | Sven Hesse | |
apparently stupid *g*) svn-id: r32131 | |||
2008-05-14 | fix regression in KyraEngine_LoK::setMouseItem | Florian Kagerer | |
svn-id: r32128 | |||
2008-05-14 | Added entries for the unpacked (*.dat) English and German CD versions of RtZ 1.2 | Filippos Karapetis | |
svn-id: r32126 | |||
2008-05-14 | Added Return to Zork German CD version 1.2 | Filippos Karapetis | |
Updated comment about *.red and *.dat svn-id: r32124 | |||
2008-05-14 | Some comments to opcodes sfGetMusicBeat and sfSetTextRect | Filippos Karapetis | |
svn-id: r32123 | |||
2008-05-14 | Fixed menu background loading in Riddle of Master Lu | Filippos Karapetis | |
svn-id: r32122 | |||
2008-05-14 | Changed 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-14 | Fix compilation | Sven Hesse | |
svn-id: r32118 | |||
2008-05-14 | Oops. 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-14 | Just allow animation scripts marked as skipable to be skipped. | Johannes Schickel | |
svn-id: r32114 | |||
2008-05-14 | Formatting. | Johannes Schickel | |
svn-id: r32113 | |||
2008-05-14 | Possibly fixed bug #1963700 "KYRA2: Nonresponsive clicks". | Johannes Schickel | |
svn-id: r32112 | |||
2008-05-14 | Forgot the makefile, sorry | Benjamin Haisch | |
svn-id: r32107 | |||
2008-05-14 | Deleting obsolete files | Benjamin Haisch | |
svn-id: r32106 | |||
2008-05-14 | Merged the three ScriptFunctionsXXX classes into ScriptFunctions | Benjamin 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-14 | Oops, I definitely meant for that to be '==', not '='. I guess this is what it | Torbjörn Andersson | |
should look like, but I can't actually test (or even compile) it right now. svn-id: r32103 | |||
2008-05-14 | Added a FIXME regarding commit #32096 | Filippos Karapetis | |
svn-id: r32102 | |||
2008-05-14 | Removed obsolete file | Filippos Karapetis | |
svn-id: r32101 | |||
2008-05-14 | Added the animation speed workaround for the sheriff animation as well. (See | Torbjörn Andersson | |
bug #1926838, "HoF: Animation plays too fast".) svn-id: r32096 | |||
2008-05-13 | Some fixes for vertical scrolling in Woodruff | Sven Hesse | |
svn-id: r32095 | |||
2008-05-13 | fix engine destructor for non interactive hof demo | Florian Kagerer | |
svn-id: r32093 | |||
2008-05-13 | More descriptive error message when encountering invalid font data. | Johannes Schickel | |
svn-id: r32092 | |||
2008-05-13 | Added 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-13 | Fixing the crash when entering the virtual trip tower in Woodruff | Sven Hesse | |
svn-id: r32090 | |||
2008-05-13 | Added 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-13 | Implemented support for object videos with more than 256 frames, this fixes ↵ | Sven Hesse | |
a lockup when entering the bar svn-id: r32087 | |||
2008-05-13 | Fixing a segfault when quitting while an object video with sound plays | Sven Hesse | |
svn-id: r32086 | |||
2008-05-13 | Moved 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-13 | Implemented savegame saving/loading for LGOP2. | Benjamin Haisch | |
svn-id: r32081 | |||
2008-05-13 | Hide the mouse cursor while a movie plays. | Benjamin Haisch | |
svn-id: r32080 | |||
2008-05-13 | Implemented/Fixed saving/loading in Woodruff -- this time for real. | Sven Hesse | |
svn-id: r32079 | |||
2008-05-12 | Formatting. | Johannes Schickel | |
svn-id: r32078 | |||
2008-05-12 | Changed clipping rectangles to use Common::Rect (thanks to [md5]/thebluegr) | Benjamin Haisch | |
svn-id: r32077 | |||
2008-05-12 | remove useless double check on sound list entries | Florian Kagerer | |
svn-id: r32076 | |||
2008-05-12 | fix valgrind warning and some cleanup | Florian Kagerer | |
svn-id: r32075 | |||
2008-05-12 | Implemented o1_EXCLUDEAREA for RtZ | Benjamin Haisch | |
svn-id: r32074 | |||
2008-05-12 | Proper fix for savestates. Thanks to next_ghost | Eugene Sandulenko | |
svn-id: r32073 |