aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-05-07A (temporary?) fix for the signed/unsigned issues with enum CommandFlags usage.Kari Salminen
2008-05-07Changed all delete [] usages to delete[].Johannes Schickel
2008-05-07Changed the two instances of "delete []" into "delete[] " as wellSven Hesse
2008-05-07Changed kyra to use delete[] instead of delete [].Johannes Schickel
2008-05-07Reverting commit 31920, thus changing type of flags back to unsigned. If some...Nicola Mettifogo
2008-05-07Silencing a compiler warningSven Hesse
2008-05-07minor tweak to the GUI double click handling codeMax Horn
2008-05-07Fixed signed/unsigned issues with kFlagsAllFilippos Karapetis
2008-05-07Added patch #1956516: MADE: Fix Save File Names by clone2727 (with some modif...Benjamin Haisch
2008-05-07Fixed RTZ 1.0 game flags and updated copyrightFilippos Karapetis
2008-05-07Added detection for RtZ CD version 1.0 (thanks to spookypeanut)Benjamin Haisch
2008-05-07Sound in object videos works now, tooSven Hesse
2008-05-07Draw order related fixes.Sven Hesse
2008-05-07Reject invalid option combinations when enabling/disabling enginesJordi Vilalta Prat
2008-05-07Show the SCUMM engine options properlyJordi Vilalta Prat
2008-05-06Added openembedded.org target names (patch #1959138)Jordi Vilalta Prat
2008-05-06Mouse hotspots are now properly evaluated when the mouse is set to a position...Sven Hesse
2008-05-06Fail on invalid --enable/disable optionsJordi Vilalta Prat
2008-05-06Fixed crash when qutting kyra2 main menu.Johannes Schickel
2008-05-06Fixed text positioning in Woodruff, enabling "Use FOO on BAR" texts.Sven Hesse
2008-05-06Fixed possible crash in Debugger_v2 when using 'give'.Johannes Schickel
2008-05-06Implemented Engine::getDebugger for KyraEngine.Johannes Schickel
2008-05-06Cleanup.Johannes Schickel
2008-05-06Added a temporary hack to get the engine plugins working under MSVCFilippos Karapetis
2008-05-06- Fixed valgrind warnings in HoFJohannes Schickel
2008-05-06- Fixed some memory leaks in kyra3Johannes Schickel
2008-05-06Also update the preprocessor definitions for the release versionFilippos Karapetis
2008-05-06Updated the preprocessor directives for the SCUMM engine's MSVC project filesFilippos Karapetis
2008-05-06Silencing two signess compiler warningsSven Hesse
2008-05-06- The Manhole: New and Enhanced is now (partially) playableBenjamin Haisch
2008-05-06Fixed syntax error. String comparision is done with '=', not '=='.Torbjörn Andersson
2008-05-06Unified BUILD_PLUGINS and DYNAMIC_MODULES in the makefilesJordi Vilalta Prat
2008-05-06Allow static and dynamic plugins to be used at the same timeJordi Vilalta Prat
2008-05-05Fix building scummvmico.o from outside the source directoryJordi Vilalta Prat
2008-05-05Removed delay from KyraEngine_MR::npcChatSequence, since it's doing delay scr...Johannes Schickel
2008-05-05Implemented opcode 91: o3_daggerWarning.Johannes Schickel
2008-05-05- Implemented Kyra3 audio options menu, Helium mode still missing.Johannes Schickel
2008-05-05Got rid of some code duplication.Johannes Schickel
2008-05-05Implemented support for Kyra3 game options menu (including studio audience an...Johannes Schickel
2008-05-05- Little mouse visibility fixJohannes Schickel
2008-05-05- Fixed some palette fade times in Kyra3Johannes Schickel
2008-05-05- Added support for Kyra3 GUI (audio and game options not working yet)Johannes Schickel
2008-05-05Fixed unsigned/signed mismatch warning.Kari Salminen
2008-05-05Updated MSVC project files.Kari Salminen
2008-05-05Added MIDI playback (which doesn't work yet) and fixed compilation (sorry all)Benjamin Haisch
2008-05-05- Moved some members from the engine class to Location, since they belong there.Nicola Mettifogo
2008-05-05- Renamed XmidiResource to GenericResourceBenjamin Haisch
2008-05-04Updated the kyra MSVC project filesFilippos Karapetis
2008-05-04- Shared checkInput code between kyra2 and kyra3Johannes Schickel
2008-05-04Initial common base between kyra2 and kyra3 GUI code.Johannes Schickel