aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/sequences_v2.cpp
AgeCommit message (Collapse)Author
2019-03-06KYRA: cleanup dirathrxx
Reorganize all files in sub directories. The file placement isn't as intuitive as it might be for other engines, which is probably the reason why this hasn't been done before.
2014-02-18KYRA: Make GPL headers consistent in themselves.Johannes Schickel
2011-08-07JANITORIAL: Remove trailing empty lines.Christoph Mallon
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
Some backends may break as I only compiled SDL
2009-10-04Change a couple places from 'end of namespace' to 'End of namespace', for ↵Max Horn
consistency svn-id: r44634
2009-05-19Remov lots of superfluous debug output.Johannes Schickel
svn-id: r40715
2008-05-14Just allow animation scripts marked as skipable to be skipped.Johannes Schickel
svn-id: r32114
2008-05-14Possibly fixed bug #1963700 "KYRA2: Nonresponsive clicks".Johannes Schickel
svn-id: r32112
2008-05-03Cleanup.Johannes Schickel
svn-id: r31842
2008-05-03- Moved newShape/temporaryScript code to KyraEngine_v2.Johannes Schickel
- Renamed newShape/temporaryScript code to animationScript. svn-id: r31841
2008-05-02Started to refactor kyra2/kyra3 code to a common base. (regressions ↵Johannes Schickel
possible, compiling currently broken) svn-id: r31817
2008-04-12Cleanup.Johannes Schickel
svn-id: r31495
2008-04-12fix crash and graphic glitch in non-playable HOF demoFlorian Kagerer
svn-id: r31494
2008-04-12- some refactoring for Kyra3Johannes Schickel
- removed unneeded map code in KyraEngine_v3 svn-id: r31488
2008-04-06svn-id: r31431Florian Kagerer
2008-04-02Fixed warnings with gcc 3.3.Johannes Schickel
svn-id: r31359
2008-03-28- some accuracy changes for KyraEngine_v2::snd_playSoundEffect()Florian Kagerer
- fix one more skip flag bug in the sequence player - fix SoundTowns_v2::voicePlay() svn-id: r31278
2008-03-26this should fix item #1926532 (HoF: ScummVM quits on ESCaping "Virgin" and ↵Florian Kagerer
"Westwood" logo) svn-id: r31259
2008-03-24fixed skip flag reset for sequence playerFlorian Kagerer
svn-id: r31232
2008-03-24improved skip flag handling for intro and outro (see tracker item #1922556)Florian Kagerer
svn-id: r31231
2008-03-21- Implemented opcode 97: o2_isAnySoundPlayingJohannes Schickel
- reworked sound channel handling in HoF => fixed some voice related bugs svn-id: r31209
2008-03-20- fix skip flags for non-playable demoFlorian Kagerer
svn-id: r31207
2008-03-20Add HoF CD demo.Travis Howell
svn-id: r31205
2008-03-16Reworked skipFlag handling.Johannes Schickel
svn-id: r31143
2008-03-07Indentation. (And another test to see if commit works as intended.)Torbjörn Andersson
svn-id: r31053
2008-03-07Cleanup, and test to see if I can commit.Torbjörn Andersson
svn-id: r31049
2008-03-05Implement inventory scrolling for HoF.Johannes Schickel
svn-id: r31043
2008-03-03Fixed some uninitialized variables.Johannes Schickel
svn-id: r31041
2008-02-18some more opcodes (the fly tree is now operational) and some bug fixesFlorian Kagerer
svn-id: r30903
2008-02-17fix memory leakFlorian Kagerer
svn-id: r30902
2008-02-17remove ugly const casts in staticresFlorian Kagerer
svn-id: r30901
2008-02-14patch [ 1891542 ] KYRA: text/speech options support for HoF sequence playerFlorian Kagerer
svn-id: r30865
2008-02-10Committed patch #1885629 "KYRA: HoF missing talkie credits and demo support".Johannes Schickel
svn-id: r30845
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-12Commit patch #1869747 "KYRA: HoF sjis patch".Johannes Schickel
svn-id: r30437
2008-01-10Commit slighty modified patch #1865509 "KYRA: kyradat support for hof".Johannes Schickel
svn-id: r30394
2008-01-06Committed patch #1864214 "KYRA2: correct platform and talkie flags for ↵Johannes Schickel
sequence player". svn-id: r30290
2008-01-05Fix to remove a tab character from the GPL headerPaul Gilbert
svn-id: r30238
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-12- Implemented opcodes:Johannes Schickel
-> o2_removeHandItem 43 -> o2_makeBookOrCauldronAppear 42 - Implemented inventory WSA functionality svn-id: r29485
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-12HoF:Johannes Schickel
- Subclassed TextDisplayer for use with Kyra2 - Implemented opcodes: -> o2_zanthiaChat 169 -> o2_customChat 152 -> o2_customChatFinish 153 svn-id: r29187
2007-09-18Code formatting fixesMax Horn
svn-id: r28945
2007-07-29- Kyrandia 1 works againJohannes Schickel
- Added timer class for timer handling - Little bit more resturcturing - A little bit (almost nothing but a start!) Kyrandia 2 support svn-id: r28297
2007-06-23Applying patch 1669536: Kyra2: Intro fixesOystein Eftevaag
svn-id: r27650