aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-04-28Fix compilationEugene Sandulenko
svn-id: r31758
2008-04-28Fix Kanji text positioning in DIG. Constants based on disassembly, butEugene Sandulenko
it can bring some regressions to subtitles. svn-id: r31757
2008-04-28Implemented text drawing and cleanup.Benjamin Haisch
svn-id: r31756
2008-04-28Moved some static members into Parallaction class.Nicola Mettifogo
svn-id: r31755
2008-04-27Fixed bug while loading savegame.Johannes Schickel
svn-id: r31754
2008-04-27- Fixed bug in itemInventoryMagicJohannes Schickel
- Fixed original game bug when creating item 7 (Bent nail-on-a-string), now it should award points when creating it with scene item and also in french version when creating it in inventory svn-id: r31753
2008-04-27Moved newShape code to sequences_v3.cppJohannes Schickel
svn-id: r31752
2008-04-27Implemented KyraEngine_v3::eelScript.Johannes Schickel
svn-id: r31751
2008-04-27Implemented support for VMDs substituting object animations.Sven Hesse
Still far from being complete (and correct), but it's a start... - Only VMD "command" -3 is followed - Not all animation types are working - Timing is still off in most cases - Offsets are generally OK, but not always - No sound yet - Shouldn't segfault randomly, but I'm not entirely sure ;) svn-id: r31750
2008-04-27- Implemented opcodesJohannes Schickel
-> 57: o3_makeSecondChanceSave -> 98: o3_setDeathHandler - Made game automatically reload second chance save on death for now svn-id: r31749
2008-04-27Renamed some kyra3 variables to match kyra2/kyra1 names.Johannes Schickel
svn-id: r31748
2008-04-27Implemented (quick-)save/load support for kyra3.Johannes Schickel
svn-id: r31747
2008-04-26Cleanup.Johannes Schickel
svn-id: r31745
2008-04-26Implemented opcodes:Johannes Schickel
- 74: o3_setSceneAnimPosAndFrame - 81: o3_switchScene svn-id: r31744
2008-04-26Added code to play VQA files when entering new scenes.Johannes Schickel
svn-id: r31743
2008-04-26- load new tlk file on chapter changeJohannes Schickel
- added warning when trying to play non-existent soundfile svn-id: r31742
2008-04-26Implemented opcode 34: o3_resetInventory.Johannes Schickel
svn-id: r31741
2008-04-26Finished o3_delay implementation.Johannes Schickel
svn-id: r31740
2008-04-26Implemented opcodes:Johannes Schickel
- 78: o3_disableInventory - 79: o3_enableInventory svn-id: r31739
2008-04-26Implemented opcode 129 o3_chapterChange.Johannes Schickel
svn-id: r31738
2008-04-26Implemented opcodes:Johannes Schickel
- 26: o3_setInventorySlot - 27: o3_getInventorySlot - 28: o3_addItemToInventory svn-id: r31737
2008-04-26- Implemented support for jesters staff, mood change and score displayingJohannes Schickel
- Fixed bug in KyraEngine_v3::loadMalcolmShapes svn-id: r31736
2008-04-26Added support for kyra3 inventory. (jesters staff not supported yet)Johannes Schickel
svn-id: r31735
2008-04-26Fix Kanji renderingEugene Sandulenko
svn-id: r31734
2008-04-26Implemented opcodes:Johannes Schickel
- 76: o3_removeItemInstances - 94: o3_showSceneStringsMessage svn-id: r31733
2008-04-26Fixed unitialized variable in Screen.Johannes Schickel
svn-id: r31732
2008-04-26Fixed segfault when trying to start invalid gameid from command line.Johannes Schickel
svn-id: r31731
2008-04-26Fixed kyra screen initialization.Johannes Schickel
svn-id: r31730
2008-04-26Call _screen->Init(). Fixes segfaults whenJonathan Gray
trying to start via a command line. svn-id: r31729
2008-04-25minor drawShape() bug fix for Malcolm's shadowFlorian Kagerer
svn-id: r31728
2008-04-25Implemented opcodes:Johannes Schickel
- 20: o3_setCharacterAnimFrameFromFacing - 61: o3_disguiseMalcolm svn-id: r31727
2008-04-25Implemented opcodes:Johannes Schickel
- 152: o3_customChat - 153: o3_customChatFinish svn-id: r31726
2008-04-25Implemented opcodes:Johannes Schickel
- 156: o3_disableTimer - 157: o3_enableTimer - 158: o3_setTimerCountdown svn-id: r31725
2008-04-25Oops... fixes compiling.Johannes Schickel
svn-id: r31724
2008-04-25- Committed slightly modified patch #1951735 "kyra3: debugger and "give" ↵Johannes Schickel
command" - Added some more commands to new kyra3 debugger - Cleaned up some debugger code svn-id: r31723
2008-04-25Implmented opcodes:Johannes Schickel
- 11: o3_getCharacterFrameFromFacing - 12: o3_setCharacterFacingOverwrite svn-id: r31722
2008-04-25- Implemented opcodes:Johannes Schickel
-> 30: o3_addItemToCurScene -> 62: o3_drawSceneShape - Fixed bug in KyraEngine_v3::exchangeMouseItem, fixes user input after combining items svn-id: r31721
2008-04-25Renamed opcode 63 to o3_drawSceneShapeOnPage.Johannes Schickel
svn-id: r31720
2008-04-25Started work on text drawing code.Benjamin Haisch
svn-id: r31719
2008-04-25Fixed cmd_rand and cmd_randomize and some cleanup.Benjamin Haisch
svn-id: r31718
2008-04-25Added FontResource typeBenjamin Haisch
svn-id: r31717
2008-04-25(Poissbly) fixed sound glitches due to a non-implemented decoding variant.Benjamin Haisch
svn-id: r31716
2008-04-25Center videos to screenFilippos Karapetis
svn-id: r31715
2008-04-25Implemented cmd_rand() and cmd_randomize()Filippos Karapetis
svn-id: r31714
2008-04-24add detection entry for 1.2 CD version.Joost Peters
the md5 of rtzcd.dat is identical to the existing entry, so no additional "unpacked" entry was added. svn-id: r31713
2008-04-24TypoFilippos Karapetis
svn-id: r31712
2008-04-24Implemented opcodes o1_DROPSHADOW, o1_TEXTCOLOR, o1_OUTLINE. Added some ↵Filippos Karapetis
initial code for opcode o1_TEXTRECT svn-id: r31711
2008-04-24- implemented opcode 90: o3_getScoreJohannes Schickel
- opcode 103 is yet another dummy opcode svn-id: r31710
2008-04-24Implemented opcode temporary 4: o3t_setNewShapeFlag.Johannes Schickel
svn-id: r31709
2008-04-24Opcode 53 is o3_playSoundEffect.Johannes Schickel
svn-id: r31708