aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-03-16- implemented skip flag handling in wsa related opcodesJohannes Schickel
- implemented skip flag handling in o2_isVoicePlaying - fixed skip flag handling when making the cauldron appear. svn-id: r31149
2008-03-16fix typoFlorian Kagerer
svn-id: r31148
2008-03-16- implement zanthIdleChat()Florian Kagerer
- bug fix for zanthRandomChat() svn-id: r31147
2008-03-16Implemented opcode 16: o2_soundFadeOutJohannes Schickel
svn-id: r31146
2008-03-16Implemented opcode 34: o2_removeItemSlotFromInventoryJohannes Schickel
svn-id: r31145
2008-03-16Implemented opcodes:Johannes Schickel
- 15: o2_customCharacterChat - 18: o2_restoreTalkTextMessageBkgd - 94: o2_setCauldronState - 154: o2_setupSceneAnimation svn-id: r31144
2008-03-16Reworked skipFlag handling.Johannes Schickel
svn-id: r31143
2008-03-16- moved KyraEngine_v1::setupOpcodeTable from kyra_v1.cpp to kyra_v2.cppJohannes Schickel
- some more work in KyraEngine_v2::showIdleAnim svn-id: r31142
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- fix mouse cursor hotspot for sjis modeFlorian Kagerer
svn-id: r31138
2008-03-16- fixed mouse position in Kyra1 after savegame loadingJohannes Schickel
- enabled some code in KyraEngine_v2::enterNewScene svn-id: r31137
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-15Fixed warning about unused variable.Torbjörn Andersson
svn-id: r31135
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-15Got rid of EncapsulatedADGameDescMax Horn
svn-id: r31130
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-15Fixed bug in o2_countItemInInventory.Johannes Schickel
svn-id: r31126
2008-03-15Implement opcodes:Johannes Schickel
- 7: o2_getCharacterScene - 54: o2_delaySecs - 103: o2_fillRect svn-id: r31125
2008-03-15update for kyra.dat toolFlorian Kagerer
svn-id: r31124
2008-03-15updated kyra.datFlorian Kagerer
svn-id: r31123
2008-03-15animations for inventory items and mouse pointersFlorian Kagerer
svn-id: r31122
2008-03-14Started to get rid of Common::EncapsulatedADGameDesc (using plain ↵Max Horn
Common::ADGameDescription instead) svn-id: r31121
2008-03-14cleanupMax Horn
svn-id: r31120
2008-03-14Advanced Detector: Changed fallback detector from a callback function ↵Max Horn
pointer to an overrideable method of AdvancedMetaEngine svn-id: r31119
2008-03-14const const constMax Horn
svn-id: r31118
2008-03-12Implemented OSystem_GP2X::getTimeAndDate (identical to OSystem::getTimeAndDate).John Willis
svn-id: r31115
2008-03-12Removed remaining traces of the dead MorphOS backend, which itself was ↵Max Horn
removed about one year ago svn-id: r31114
2008-03-12Switched CoreAudio MIDI driver to use AudioUnit v2 API (results in better ↵Max Horn
Leopard support/performance, it seems, at least in Exult) svn-id: r31113
2008-03-12Implemented OSystem_SDL::getTimeAndDate (identical to ↵Max Horn
OSystem::getTimeAndDate, which will eventually be REMOVED -- all porters should copy this change, if they haven't already) svn-id: r31112
2008-03-12SCUMM: Improved detector to properly distinguish MM v1 and v2 demos (fixes ↵Max Horn
detection of fan translations of the demos) (didn't update the website MD5 table on purpose) svn-id: r31111
2008-03-12Fix bug #1911558 - FF: Inventory doesn't scroll to the end.Travis Howell
svn-id: r31110
2008-03-11Updated datafiles needed for S80, S90 and S60v2Lars Persson
svn-id: r31109
2008-03-11Cleanup.Torbjörn Andersson
svn-id: r31108
2008-03-11Added OSystem_SDL::getFilesystemFactory()Max Horn
svn-id: r31107
2008-03-10forgot to commit theseRobert Göffringmann
svn-id: r31099
2008-03-09engine as now as reference for future changes.Paweł Kołodziejski
ignore char ' for now as i can't find proper font char. svn-id: r31098
2008-03-09opsPaweł Kołodziejski
svn-id: r31097
2008-03-09fix regressionPaweł Kołodziejski
svn-id: r31096
2008-03-09fix regressionPaweł Kołodziejski
svn-id: r31095
2008-03-09fix regressionPaweł Kołodziejski
svn-id: r31094
2008-03-09next fixes after merge regressionsPaweł Kołodziejski
svn-id: r31093
2008-03-09next fixes after merge regressionsPaweł Kołodziejski
svn-id: r31092
2008-03-09sjis bug fixFlorian Kagerer
svn-id: r31091