aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra
AgeCommit message (Collapse)Author
2008-05-11Formatting.Johannes Schickel
svn-id: r32037
2008-05-11Implemented helium mode support for Kyra3.Johannes Schickel
svn-id: r32028
2008-05-11- Added support for original kyra3 save filesJohannes Schickel
- Added TalkObject::sceneId in savegames svn-id: r32027
2008-05-11Added saving of current album page of kyra3 like the original did.Johannes Schickel
svn-id: r32025
2008-05-11Updated pathfinder debug output.Johannes Schickel
svn-id: r32024
2008-05-11Implemented page switch animation in kyra3 album.Johannes Schickel
svn-id: r32023
2008-05-11- Implemented kyra3 album (page switch animation not yet implemented)Johannes Schickel
- Implemented opcode 25: o3_showAlbum svn-id: r32022
2008-05-11stop music playback when skipping (parts of) the HOF introFlorian Kagerer
svn-id: r32019
2008-05-11Committed slightly modified patch #1961830 "KYRA: Scroll wheel support for ↵Johannes Schickel
Kyra 2 and 3". svn-id: r32016
2008-05-11Use less CPU when reading the spell book.Torbjörn Andersson
svn-id: r32009
2008-05-10Fixed warning.Torbjörn Andersson
svn-id: r31988
2008-05-10- Cleaned up main menu quit handlingJohannes Schickel
- Moved KyraEngine_HoF delay implementation to KyraEngine_v2 svn-id: r31987
2008-05-10Fixed bug in Screen_v2::makeShapeCopy.Johannes Schickel
svn-id: r31986
2008-05-10Implemented pausing of timers, this should fix some minor glitches.Johannes Schickel
svn-id: r31985
2008-05-10Set _quitFlag when receiving quit event in kyra2/kyra3 main menu.Johannes Schickel
svn-id: r31984
2008-05-10Renamed opcode 163: o2_getBoolFromStack to o2_midiSoundFadeout and updated ↵Johannes Schickel
implementation. svn-id: r31981
2008-05-10Implemented opcode 106: o2_playFireflyScore.Johannes Schickel
svn-id: r31980
2008-05-10- Added small delay to GUI_v2::getInputJohannes Schickel
- Prevent kyra3 background music from stopping while menu is open svn-id: r31979
2008-05-10Consume less cpu time when Zanthia/Malcolm are walking.Johannes Schickel
svn-id: r31978
2008-05-10fix missing animation for golden neck ringFlorian Kagerer
svn-id: r31977
2008-05-10Simplification in updateItemAnimations in KyraEngine_HoF and KyraEngine_MR.Johannes Schickel
svn-id: r31976
2008-05-10(hopefully) fix bug in last commitFlorian Kagerer
svn-id: r31975
2008-05-10implement item animations for MRFlorian Kagerer
svn-id: r31973
2008-05-09Fixed typos.Johannes Schickel
svn-id: r31965
2008-05-08Implemented opcode 66: o3_removeItemSlot.Johannes Schickel
svn-id: r31957
2008-05-08Silenced some g++ 4.3 warnings.Johannes Schickel
svn-id: r31956
2008-05-08Fixed bug in o3_updateConversations.Johannes Schickel
svn-id: r31955
2008-05-07Fixed bug when starting new game from load menu.Johannes Schickel
svn-id: r31935
2008-05-07Implemented KyraEngine_MR::timerFleaDeath.Johannes Schickel
svn-id: r31934
2008-05-07Fix invalid memory access bug in the library sequence (original static data ↵Florian Kagerer
seems to be bugged here) svn-id: r31933
2008-05-07Changed kyra to use delete[] instead of delete [].Johannes Schickel
svn-id: r31925
2008-05-06Fixed crash when qutting kyra2 main menu.Johannes Schickel
svn-id: r31909
2008-05-06Fixed possible crash in Debugger_v2 when using 'give'.Johannes Schickel
svn-id: r31907
2008-05-06Implemented Engine::getDebugger for KyraEngine.Johannes Schickel
svn-id: r31906
2008-05-06Cleanup.Johannes Schickel
svn-id: r31905
2008-05-06- Fixed valgrind warnings in HoFJohannes Schickel
- Fixed memory leaks in HoF svn-id: r31903
2008-05-06- Fixed some memory leaks in kyra3Johannes Schickel
- Fixed valgrind warnings in GUI_v2 code svn-id: r31902
2008-05-06Allow static and dynamic plugins to be used at the same timeJordi Vilalta Prat
svn-id: r31888
2008-05-05Removed delay from KyraEngine_MR::npcChatSequence, since it's doing delay ↵Johannes Schickel
script internally. This fixes some chat animation speeds. svn-id: r31884
2008-05-05Implemented opcode 91: o3_daggerWarning.Johannes Schickel
svn-id: r31882
2008-05-05- Implemented Kyra3 audio options menu, Helium mode still missing.Johannes Schickel
- Fixed unitialized variable svn-id: r31881
2008-05-05Got rid of some code duplication.Johannes Schickel
svn-id: r31880
2008-05-05Implemented support for Kyra3 game options menu (including studio audience ↵Johannes Schickel
and skip flag options). svn-id: r31879
2008-05-05- Little mouse visibility fixJohannes Schickel
- Cleanup svn-id: r31878
2008-05-05- Fixed some palette fade times in Kyra3Johannes Schickel
- Changed behavior to match original when playing Kyra3 for the first time - Fixed typo svn-id: r31877
2008-05-05- Added support for Kyra3 GUI (audio and game options not working yet)Johannes Schickel
- Added support for loading directly from command line for Kyra3 svn-id: r31876
2008-05-04- Shared checkInput code between kyra2 and kyra3Johannes Schickel
- Debugger related cleanup svn-id: r31868
2008-05-04Initial common base between kyra2 and kyra3 GUI code.Johannes Schickel
svn-id: r31867
2008-05-04Renamed kyra2 and kyra3 gui files.Johannes Schickel
svn-id: r31866
2008-05-04Yet more opcodes moved to KyraEngine_v2.Johannes Schickel
svn-id: r31861