aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2008-05-09Tiny cleanup to ease extraction of the program parser code.Nicola Mettifogo
2008-05-09Moved location parsing out of the engines, to LocationParser_ns and LocationP...Nicola Mettifogo
2008-05-08Implemented opcode 66: o3_removeItemSlot.Johannes Schickel
2008-05-08Silenced some g++ 4.3 warnings.Johannes Schickel
2008-05-08Fixed bug in o3_updateConversations.Johannes Schickel
2008-05-08o1_ADDSPRITE is not implemented yet, so throw a warningFilippos Karapetis
2008-05-08Reordering game parts deinitialization, to avoid having one part's destructor...Sven Hesse
2008-05-08Declaring BackgroundAtmosphere as kMusicSoundTypeSven Hesse
2008-05-08Implemented the background "music" / atmospheric sounds in WoodruffSven Hesse
2008-05-08Fixed some game crashes which occurred when ProjectReader::purgeCache() got c...Filippos Karapetis
2008-05-08Reverted commit #31774Filippos Karapetis
2008-05-08Silenced MSVC warnings about uninitialized variablesFilippos Karapetis
2008-05-08Fixed warning on 64bit systems introduced with r31940.Johannes Schickel
2008-05-08Possibly fixed the sound stuttering in the PMV videos and added frame skippin...Benjamin Haisch
2008-05-08Since BASS treats speech separately from other sounds, let's use theTorbjörn Andersson
2008-05-08GCC says these are ints, not long ints. Adjust the format strings accordingly.Torbjörn Andersson
2008-05-08Reverted commit 31928 by Buddha_, and defined kFlagsAll as 0xFFFFFFFFU in the...Nicola Mettifogo
2008-05-08Split off the actual mixing part of SoundBlasterSven Hesse
2008-05-08Restructured sound codeSven Hesse
2008-05-07Fixed bug when starting new game from load menu.Johannes Schickel
2008-05-07Implemented KyraEngine_MR::timerFleaDeath.Johannes Schickel
2008-05-07Fix invalid memory access bug in the library sequence (original static data s...Florian Kagerer
2008-05-07Even more German fixes from RazielEugene Sandulenko
2008-05-07Implemented vertical/horizontal flipping of sprites.Benjamin Haisch
2008-05-07- cmd_return now exits the game if it returns from the main functionBenjamin Haisch
2008-05-07Proper delete[] formatting (this time all occurences should've been changed...)Johannes Schickel
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-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-06Mouse hotspots are now properly evaluated when the mouse is set to a position...Sven Hesse
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-06- Fixed valgrind warnings in HoFJohannes Schickel
2008-05-06- Fixed some memory leaks in kyra3Johannes Schickel
2008-05-06Silencing two signess compiler warningsSven Hesse
2008-05-06- The Manhole: New and Enhanced is now (partially) playableBenjamin Haisch
2008-05-06Allow static and dynamic plugins to be used at the same timeJordi Vilalta Prat
2008-05-05Removed delay from KyraEngine_MR::npcChatSequence, since it's doing delay scr...Johannes Schickel