Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-12-16 | Commit of patch #1848147 "KYRA: SoundTowns Update" with some changes. Thanks ↵ | Johannes Schickel | |
to Florian for the patch. svn-id: r29881 | |||
2007-12-15 | debug(C) parameter type fixes. | Johannes Schickel | |
svn-id: r29864 | |||
2007-12-09 | Added a hack to allow adjustment of Adlib volume. (see bug #1497961 "KYRA1: ↵ | Johannes Schickel | |
music/sfx volume settings not working") svn-id: r29808 | |||
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 all timer handlers. (Cauldron animations work now) | Johannes Schickel | |
svn-id: r29487 | |||
2007-11-12 | - Implemented opcodes: | Johannes Schickel | |
-> o2_removeHandItem 43 -> o2_makeBookOrCauldronAppear 42 - Implemented inventory WSA functionality svn-id: r29485 | |||
2007-11-12 | Fixes 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-09 | Implemented idle script handling. | Johannes Schickel | |
svn-id: r29460 | |||
2007-11-05 | Fix warning | Filippos Karapetis | |
svn-id: r29418 | |||
2007-11-05 | Committing '[ 1824376 ] KYRA: more sequence player code' from Florian, with ↵ | Oystein Eftevaag | |
a couple of warnings fixed svn-id: r29417 | |||
2007-11-03 | Documenting the sound code a bit. | Johannes Schickel | |
svn-id: r29392 | |||
2007-11-03 | Cleanup. | Johannes Schickel | |
svn-id: r29389 | |||
2007-11-03 | Patch #1825276: "DETECTION: advanced detector engine simplification" | Eugene Sandulenko | |
svn-id: r29386 | |||
2007-10-22 | Fixed SFX in intro of FM-Towns/PC98 versions of Kyrandia 1 (Thanks to ↵ | Johannes Schickel | |
Florian Kagerer for the patch). svn-id: r29248 | |||
2007-10-21 | Fixes timers in Kyra1. (Initialized them twice oops...) | Johannes Schickel | |
svn-id: r29245 | |||
2007-10-21 | Fix warning | Max Horn | |
svn-id: r29243 | |||
2007-10-19 | Committing [ 1816080 ] KYRA: Intro Patch for HoF, from Florian, with some ↵ | Oystein Eftevaag | |
cleanup and a minor fix svn-id: r29233 | |||
2007-10-14 | Fixed a struct size issue | Oystein Eftevaag | |
svn-id: r29219 | |||
2007-10-14 | A change got lost while resolving a conflict | Oystein Eftevaag | |
svn-id: r29218 | |||
2007-10-14 | TIM file loading/unloading for HoF | Oystein Eftevaag | |
svn-id: r29217 | |||
2007-10-13 | HoF: | Johannes Schickel | |
- implemented opcodes -> o2_checkForItem 32 -> o2_countItemInInventory 37 -> o2_setMousePos 47 -> o2_countItemInstances 136 svn-id: r29211 | |||
2007-10-13 | HoF: | Johannes Schickel | |
- implemented opcode -> o2_setCharacterPos 1 svn-id: r29210 | |||
2007-10-13 | Forgot to rename a variable | Oystein Eftevaag | |
svn-id: r29209 | |||
2007-10-13 | Implemented the o2_setCharacterAnimFrame opcode and made sure o2_delay does ↵ | Oystein Eftevaag | |
game updates during the delay svn-id: r29208 | |||
2007-10-13 | Cleanup. | Johannes Schickel | |
svn-id: r29207 | |||
2007-10-13 | Cleanup. | Johannes Schickel | |
svn-id: r29206 | |||
2007-10-13 | - moved some voice functionallity from KyraEngine_v1 to KyraEngine | Johannes Schickel | |
HoF: - added voice support - implemented opcodes -> o2_setVocHigh 167 -> o2_getVocHigh 168 -> o2_isVoiceEnabled 170 -> o2_isVoicePlaying 171 -> o2_stopVoicePlaying 172 -> o2_getGameLanguage 173 svn-id: r29201 | |||
2007-10-12 | Fix typo | Filippos Karapetis | |
svn-id: r29195 | |||
2007-10-12 | HoF: | Johannes Schickel | |
- added some _skipFlag and _quitFlag handling - extended Screen::fadePal to take an functor for update purposes - changed KyraEngine_v2::fadeScenePal to use Screen::fadePal with a functor svn-id: r29188 | |||
2007-10-12 | HoF: | Johannes Schickel | |
- Subclassed TextDisplayer for use with Kyra2 - Implemented opcodes: -> o2_zanthiaChat 169 -> o2_customChat 152 -> o2_customChatFinish 153 svn-id: r29187 | |||
2007-10-10 | - Made some sound functions a bit more generic for use with Kyra1 and Kyra2 | Johannes Schickel | |
HoF: - Added sound support (sfx sound wrong currently though) - Implemented opcodes: -> o2_loadMusicTrack -> o2_playWanderScoreViaMap -> o2_playSoundEffect -> o2t_playSoundEffect svn-id: r29183 | |||
2007-10-10 | Fixed bug in o2_addSpecialExit. | Johannes Schickel | |
svn-id: r29182 | |||
2007-10-09 | Oops forgot to add o2_delay to the opcode list. | Johannes Schickel | |
svn-id: r29181 | |||
2007-10-09 | HoF | Johannes Schickel | |
- Implemented opcodes -> o2_switchScene 0x51 -> o2_getShapeFlag1 0x52 svn-id: r29180 | |||
2007-10-09 | HoF | Johannes Schickel | |
- fixed o2_runTemporaryScript - fixed trySceneChange, now stopping movement should work correctly svn-id: r29179 | |||
2007-10-09 | HoF: | Johannes Schickel | |
- More input handling (should be rather complete now, not finished but nearlly) - Implemented the following opcodes: -> o2_trySceneChange 0x0d -> o2_setHandItem 0x2a -> o2_handItemSet 0x2c -> o2_setCharPalEntry 0x3c -> o2_drawSceneShape 0x3e -> o2_update 0x4b -> o2_fadeScenePal 0x4d -> o2_enterNewSceneEx 0x50 -> o2_setZanthiaPos 0x56 -> o2_runTemporaryScript 0x6e -> o2t_defineNewShape 0x00 -> o2t_setCurrentFrame 0x01 -> o2t_setShapeFlag 0x04 svn-id: r29178 | |||
2007-10-09 | HoF: | Johannes Schickel | |
- make sure we really got uppercase filenames in FILEDATA.FDT - (and silently removed a leftover debug oops) svn-id: r29177 | |||
2007-10-09 | HoF: | Johannes Schickel | |
- now uses "FILEDATA.FDT" to detect what PAK files have to be loaded for ingame use svn-id: r29176 | |||
2007-10-09 | HoF: | Johannes Schickel | |
- added support for dropping items into scenes - added const to some static data - implemented opcode 0x55 o2_setLayerFlag - fixed a bug in Screen_v2::drawShape svn-id: r29175 | |||
2007-10-07 | - little bit more input handling | Johannes Schickel | |
- implemented item pickup svn-id: r29160 | |||
2007-09-24 | - added a new generic debugger command 'facings' | Johannes Schickel | |
- added a few new kyra2 specific debugger commands svn-id: r29094 | |||
2007-09-24 | - reworked input handling | Johannes Schickel | |
- implement changing movement destination while moving svn-id: r29093 | |||
2007-09-24 | Added debugger support for kyra2. | Johannes Schickel | |
svn-id: r29092 | |||
2007-09-23 | Added command to enable screen debug functionallity. (instead of the old ↵ | Johannes Schickel | |
compile time enabling) svn-id: r29078 | |||
2007-09-23 | Added debugger command to list the birthstone gems. | Johannes Schickel | |
svn-id: r29077 | |||
2007-09-23 | Fix for kyra3 crashes while playing WSA files. | Johannes Schickel | |
svn-id: r29075 | |||
2007-09-23 | Init _screen for kyra3. Menu + Intro should be working again. | Johannes Schickel | |
svn-id: r29074 | |||
2007-09-19 | Modified patch #1738058: "Action recorder". | Eugene Sandulenko | |
svn-id: r28968 | |||
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵ | Nicola Mettifogo | |
been updated. svn-id: r28966 |