aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/kyra_v2.cpp
AgeCommit message (Collapse)Author
2008-03-16Moved KyraEngine_v2::setupOpcodeTable from kyra_v2.cpp to script_v2.cppJohannes Schickel
svn-id: r31141
2008-03-16Implemented opcode 30: o2_addItemToCurSceneJohannes Schickel
svn-id: r31140
2008-03-16- Impelemented opcode 155: o2_stopSceneAnimationJohannes Schickel
- fixed crash while switching chapters svn-id: r31139
2008-03-16- add opcode 146 - resetInputColorCode()Florian Kagerer
- add updateWaterFlasks() - some fixes for mouse pointer positioning in sjis mode - bug fix for tim player svn-id: r31136
2008-03-15- cleanupJohannes Schickel
- enabled some chat related code in KyraEngine_v2::runLoop and KyraEngine_v2::handleInputUnkSub svn-id: r31134
2008-03-15Implemented opcodes:Johannes Schickel
- 27: o2_displayWsaSequence - 99: o2_setDrawNoShapeFlag - 129: o2_chapterChange - 159: o2_processPaletteIndex svn-id: r31133
2008-03-15- some more opcodes for wsa and tim sequencesFlorian Kagerer
- adding some code to inputSceneChange svn-id: r31132
2008-03-15Implemented opcodes:Johannes Schickel
- 36: o2_removeItemFromInventory - 64: o2_disableAnimObject - 65: o2_enableAnimObject - 101: o2_showLetter - 115: o2_setSceneAnimPosAndUpdate svn-id: r31131
2008-03-15- implement opcode 127 (entering the color code for the skull in the rat ↵Florian Kagerer
cave now works) - minor bug fix for mouse cursor (which sometimes would show when it shouldn't) svn-id: r31129
2008-03-15Fixed another valgrind warning.Johannes Schickel
svn-id: r31128
2008-03-15Fixed some valgrind warnings.Johannes Schickel
svn-id: r31127
2008-03-15Implement opcodes:Johannes Schickel
- 7: o2_getCharacterScene - 54: o2_delaySecs - 103: o2_fillRect svn-id: r31125
2008-03-15animations for inventory items and mouse pointersFlorian Kagerer
svn-id: r31122
2008-03-09Added missing line and renamed a variable to fix warnings.Torbjörn Andersson
svn-id: r31090
2008-03-09- fixed little glitch when putting items in cauldronJohannes Schickel
- implemented listing of items in cauldron svn-id: r31088
2008-03-09- implemented cauldron handling for HoF (needs some more testing though)Johannes Schickel
- fixed bug in updateCharFacing - added 'give' command to HoF debugger, which allows setting the hand item to a specified item svn-id: r31087
2008-03-09Implemented spellbook in HoF.Johannes Schickel
svn-id: r31084
2008-03-03Fixed some uninitialized variables.Johannes Schickel
svn-id: r31041
2008-03-03Started to implement GUI code for HoF.Johannes Schickel
Currently working: - _basic_ inventory, this doesn't include scrolling through the inventory svn-id: r31038
2008-02-22two more opcodes (Zanthia's random chats and mushroom drug effects) and some ↵Florian Kagerer
cleanup svn-id: r30914
2008-02-18some more opcodes (the fly tree is now operational) and some bug fixesFlorian Kagerer
svn-id: r30903
2008-02-17remove ugly const casts in staticresFlorian Kagerer
svn-id: r30901
2008-02-17committing patch 1891492 : dialogue (dlg/tim) support for HoFFlorian Kagerer
- talking to NPCs is now possible. - Zanthia's talks when entering a new scene for the first time now work - using items on Zanthia is now possible. svn-id: r30886
2008-02-10Committed patch #1885629 "KYRA: HoF missing talkie credits and demo support".Johannes Schickel
svn-id: r30845
2008-02-08Should make load message appear in CD version while loading talk files.Johannes Schickel
svn-id: r30829
2008-01-28Commit slightly modified patch #1880670 "KYRA: Hof: Zanthia chat fix for ↵Johannes Schickel
towns and floppy versions". svn-id: r30694
2008-01-28Fixed the spaces before tabs.Jordi Vilalta Prat
svn-id: r30667
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
svn-id: r30664
2008-01-27Cleanup.Johannes Schickel
svn-id: r30657
2008-01-27Fix for some problems introduced (like wrong text display) with last commit.Johannes Schickel
svn-id: r30654
2008-01-27- slightly refactored user settings handlingJohannes Schickel
- added user some settings handling for HoF svn-id: r30653
2008-01-27Commit patch #1869752 "KYRA: HoF startup patch for towns and floppy". ↵Johannes Schickel
(Slightly modified) svn-id: r30645
2008-01-12Use getMousePos in checkInput.Johannes Schickel
svn-id: r30439
2008-01-10Commit slighty modified patch #1865509 "KYRA: kyradat support for hof".Johannes Schickel
svn-id: r30394
2008-01-03Committed slightly modified patch #1862758 "KYRA: audio data assignment patch".Johannes Schickel
svn-id: r30198
2007-12-24Cleanup(/formatting).Johannes Schickel
svn-id: r29983
2007-12-16Commit of patch #1848147 "KYRA: SoundTowns Update" with some changes. Thanks ↵Johannes Schickel
to Florian for the patch. svn-id: r29881
2007-11-13- implemented opcodes:Johannes Schickel
-> o2_setHiddenItemsEntry 147 -> o2_getHiddenItemsEntry 148 -> o2t_fadeScenePal 3 - added o2t_playSoundEffect to the temporary opcode list svn-id: r29494
2007-11-12- Implemented opcodes:Johannes Schickel
-> o2_removeHandItem 43 -> o2_makeBookOrCauldronAppear 42 - Implemented inventory WSA functionality svn-id: r29485
2007-11-12Fixes regression introduced with r29218.Johannes Schickel
svn-id: r29484
2007-11-10- added some code to runLoop (currently commented out)Johannes Schickel
- little fix in handleInputUnkSub svn-id: r29466
2007-11-09Implemented idle script handling.Johannes Schickel
svn-id: r29460
2007-11-05Committing '[ 1824376 ] KYRA: more sequence player code' from Florian, with ↵Oystein Eftevaag
a couple of warnings fixed svn-id: r29417
2007-10-19Committing [ 1816080 ] KYRA: Intro Patch for HoF, from Florian, with some ↵Oystein Eftevaag
cleanup and a minor fix svn-id: r29233
2007-10-14A change got lost while resolving a conflictOystein Eftevaag
svn-id: r29218
2007-10-14TIM file loading/unloading for HoFOystein Eftevaag
svn-id: r29217
2007-10-13HoF:Johannes Schickel
- implemented opcodes -> o2_checkForItem 32 -> o2_countItemInInventory 37 -> o2_setMousePos 47 -> o2_countItemInstances 136 svn-id: r29211
2007-10-13HoF:Johannes Schickel
- implemented opcode -> o2_setCharacterPos 1 svn-id: r29210
2007-10-13Implemented the o2_setCharacterAnimFrame opcode and made sure o2_delay does ↵Oystein Eftevaag
game updates during the delay svn-id: r29208
2007-10-13Cleanup.Johannes Schickel
svn-id: r29207