Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-04-23 | - cleanup | Johannes Schickel | |
- some valgrind warning fixes svn-id: r31669 | |||
2008-04-23 | - Implemented opcode: 14: o3_moveCharacter | Johannes Schickel | |
- Fixed opcode 44 and renamed it to o3_handItemSet, this fixes loads of input and enter scene facing problems. svn-id: r31665 | |||
2008-04-23 | Implemented opcodes: | Johannes Schickel | |
- 8: o3_getMalcolmsSpirit - 52: o3_setMalcolmsSpirit - 65: o3_updateConversations - 117: o3_runDialog svn-id: r31664 | |||
2008-04-23 | Implemented opcode 118: o3_malcolmRandomChat. | Johannes Schickel | |
svn-id: r31662 | |||
2008-04-22 | Implemented some kyra3 dialog support. | Johannes Schickel | |
- Room enter talks by malcolm should be working now - Zanthia should say now some lines after landing svn-id: r31660 | |||
2008-04-22 | Implemented opcodes: | Johannes Schickel | |
- 32: o3_setHandItem - 33: o3_removeHandItem - 50: o3_wipeDownMouseItem - 116: o3_runActorScript - 136: o3_countItemInstances svn-id: r31657 | |||
2008-04-21 | Removed unnecessary #include | Max Horn | |
svn-id: r31646 | |||
2008-04-20 | Simplified Kyra3 TLK loading. | Johannes Schickel | |
svn-id: r31634 | |||
2008-04-20 | Fixed yet another two long standing bugs in Screen::encodeShape. | Johannes Schickel | |
svn-id: r31633 | |||
2008-04-20 | Committed patch removing Audio::Mixer::SoundType alias in Kyra::SoundDigital. | Johannes Schickel | |
svn-id: r31632 | |||
2008-04-20 | - moved kyra functor code to common/func.h | Johannes Schickel | |
- adapted debugger code to use functor code from common/func.h - adapted kyra engine to use functor code from common/func.h svn-id: r31614 | |||
2008-04-20 | Fixed bad usage of functor objects. | Johannes Schickel | |
svn-id: r31607 | |||
2008-04-20 | Improved sound priority handling. | Johannes Schickel | |
svn-id: r31598 | |||
2008-04-20 | Implemented sound priority handling. | Johannes Schickel | |
svn-id: r31597 | |||
2008-04-20 | Implemented opcodes: | Johannes Schickel | |
- 6: o3_getCharacterFacing - 7: o3_getCharacterScene - 13: o3_trySceneChange - 32: o3_checkForItem - 46: o3_addSpecialExit - 63: o3_drawSceneShape - 75: o3_update - 80: o3_enterNewScene - 86: o3_setMalcolmPos - 154: o3_setupSceneAnimObject svn-id: r31596 | |||
2008-04-20 | Implemented opcodes: | Johannes Schickel | |
- 64: o3_checkInRect - 87: o3_stopMusic - 88: o3_playMusicTrack svn-id: r31595 | |||
2008-04-20 | Fixed bug in getCharLength. | Johannes Schickel | |
svn-id: r31594 | |||
2008-04-20 | Fixed long standing bug in encodeShape. | Johannes Schickel | |
svn-id: r31593 | |||
2008-04-20 | - Fixed some valgrind warnings. | Johannes Schickel | |
- Little bugfix for scene shape loading. svn-id: r31591 | |||
2008-04-20 | Use correct (I hope) size when loading TLK files. The size field in the AUD | Torbjörn Andersson | |
header does not count the size of the header itself. (This fixes a failed assertion when entering the Pegasus Landing in Kyrandia 3.) svn-id: r31590 | |||
2008-04-20 | Added some more opcodes. | Johannes Schickel | |
svn-id: r31589 | |||
2008-04-20 | - fixed various glitches | Johannes Schickel | |
- implemented some input code for kyra3 svn-id: r31588 | |||
2008-04-20 | Added missing file sequences_v3.cpp. | Johannes Schickel | |
svn-id: r31587 | |||
2008-04-20 | Fixed bug in playStudioSFX. | Johannes Schickel | |
svn-id: r31586 | |||
2008-04-20 | Implemented opcode 49: o3_badConscienceChat. | Johannes Schickel | |
svn-id: r31585 | |||
2008-04-20 | Implemented opcodes: | Johannes Schickel | |
- 21: o3_showBadConscience - 23: o3_hideBadConscience svn-id: r31584 | |||
2008-04-19 | Oops forgot to update assert last commit. | Johannes Schickel | |
svn-id: r31583 | |||
2008-04-19 | Fixed Zanthia chat script selection. | Johannes Schickel | |
svn-id: r31582 | |||
2008-04-19 | Implemented some kyra opcodes and some chat handling code, now Malcolm ↵ | Johannes Schickel | |
should say something after crawling out of the dump. svn-id: r31581 | |||
2008-04-19 | One more valgrind warning fix. | Johannes Schickel | |
svn-id: r31580 | |||
2008-04-19 | Added some comment about palette setting in KyraEngine_v3::playVQA. | Johannes Schickel | |
svn-id: r31579 | |||
2008-04-19 | Added fade to black/music fadeout when starting kyra3. | Johannes Schickel | |
svn-id: r31578 | |||
2008-04-19 | Fixed formatting. | Johannes Schickel | |
svn-id: r31577 | |||
2008-04-19 | fix detection for playable Hof demo | Florian Kagerer | |
svn-id: r31576 | |||
2008-04-19 | Changed KyraEngine_v1::setupSceneResource to use Resource::exists instead of ↵ | Johannes Schickel | |
Common::File::exists. svn-id: r31575 | |||
2008-04-19 | Ops isInPakList behavior was still not quite correct. Fixed bug with ↵ | Johannes Schickel | |
embedded pak files. svn-id: r31574 | |||
2008-04-19 | Fixed Resource::isInPakList behavior. | Johannes Schickel | |
svn-id: r31573 | |||
2008-04-19 | - some minor renaming in TIM code | Johannes Schickel | |
- added exists function to Resource - started to add checks via exists to assure that important files are present svn-id: r31572 | |||
2008-04-19 | Renamed function for consistency. | Johannes Schickel | |
svn-id: r31571 | |||
2008-04-19 | Added some asserts to prevent out of bounds access. | Johannes Schickel | |
svn-id: r31570 | |||
2008-04-19 | - reworked tim handling | Johannes Schickel | |
- moved tim interpreter to new class TIMInterpreter svn-id: r31569 | |||
2008-04-18 | Oops... | Johannes Schickel | |
svn-id: r31567 | |||
2008-04-18 | Cleanup. | Johannes Schickel | |
svn-id: r31566 | |||
2008-04-18 | Fixed mismatching operator delete. | Johannes Schickel | |
svn-id: r31565 | |||
2008-04-18 | Fixed some valgrind warnings. | Johannes Schickel | |
svn-id: r31564 | |||
2008-04-18 | Fixed a Valgrind warning. I hope this is what the function was intended to do. | Torbjörn Andersson | |
svn-id: r31563 | |||
2008-04-18 | - complete support for the playable HOF demo | Florian Kagerer | |
svn-id: r31560 | |||
2008-04-18 | Some kyra1 menu tweaking, now all languages should use the same clean layout ↵ | Johannes Schickel | |
instead of variable width button system (widths even changed at runtime, which looked rather strange). svn-id: r31559 | |||
2008-04-18 | Fixed displaying text speed settings in CD version. | Johannes Schickel | |
svn-id: r31558 | |||
2008-04-17 | Little fix in drawShape. | Johannes Schickel | |
svn-id: r31555 |