aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra
AgeCommit message (Collapse)Author
2008-05-19Fixed max text line length for French version in HoF.Johannes Schickel
svn-id: r32186
2008-05-19Fixed filename string in KyraEngine_MR::objectChat.Johannes Schickel
svn-id: r32185
2008-05-19Added a comment to TextDisplayer_MR::preprocessString.Johannes Schickel
svn-id: r32184
2008-05-19Fix for bug #1967311 "KYRA3: Word-wrapping is slightly buggy".Johannes Schickel
svn-id: r32183
2008-05-18Cleanup.Johannes Schickel
svn-id: r32176
2008-05-18add support for Kyra 1 Italian floppy (this fixes so called bug #1409244 - ↵Florian Kagerer
KYRA1: GFX problems with ITALIAN floppy) svn-id: r32175
2008-05-18Typos.Johannes Schickel
svn-id: r32171
2008-05-18Reverted commit #32166.Johannes Schickel
svn-id: r32170
2008-05-18Formatting.Johannes Schickel
svn-id: r32168
2008-05-18Fixed fillRect opcode for HoF.Johannes Schickel
svn-id: r32166
2008-05-17fix o1_fillRect()Florian Kagerer
svn-id: r32160
2008-05-17Added default search path "hof_cd"/"malcolm" directory for HoF/Kyra3.Johannes Schickel
svn-id: r32156
2008-05-17- fixes bug #1962601 at least for intro and outroFlorian Kagerer
- add a mutex lock in sound_towns svn-id: r32155
2008-05-17Changed parameter of KyraEngine_LoK::setMouseItem.Johannes Schickel
svn-id: r32153
2008-05-17- Fixed sound channel fadeout on VQA playingJohannes Schickel
- Minor formatting fixes svn-id: r32152
2008-05-17Loop the Kyra 3 menu music. (The original does.)Torbjörn Andersson
svn-id: r32149
2008-05-16cleanupFlorian Kagerer
svn-id: r32144
2008-05-16commit eriktorbjorn's patch #1964853 (HoF: Hand of Fate credits cleanup ↵Florian Kagerer
(WIP)) with minor changes (including fix for the glitch mentioned in the tracker item) svn-id: r32143
2008-05-14fix regression in KyraEngine_LoK::setMouseItemFlorian Kagerer
svn-id: r32128
2008-05-14Changed kyra3 detection entries, now there are special entries for non ↵Johannes Schickel
installed version checking for WESTWOOD.001 and special entries for installed version checking for AUD.PAK. svn-id: r32120
2008-05-14Just allow animation scripts marked as skipable to be skipped.Johannes Schickel
svn-id: r32114
2008-05-14Formatting.Johannes Schickel
svn-id: r32113
2008-05-14Possibly fixed bug #1963700 "KYRA2: Nonresponsive clicks".Johannes Schickel
svn-id: r32112
2008-05-14Oops, I definitely meant for that to be '==', not '='. I guess this is what itTorbjörn Andersson
should look like, but I can't actually test (or even compile) it right now. svn-id: r32103
2008-05-14Added a FIXME regarding commit #32096Filippos Karapetis
svn-id: r32102
2008-05-14Added the animation speed workaround for the sheriff animation as well. (SeeTorbjörn Andersson
bug #1926838, "HoF: Animation plays too fast".) svn-id: r32096
2008-05-13fix engine destructor for non interactive hof demoFlorian Kagerer
svn-id: r32093
2008-05-13More descriptive error message when encountering invalid font data.Johannes Schickel
svn-id: r32092
2008-05-12Formatting.Johannes Schickel
svn-id: r32078
2008-05-12remove useless double check on sound list entriesFlorian Kagerer
svn-id: r32076
2008-05-12fix valgrind warning and some cleanupFlorian Kagerer
svn-id: r32075
2008-05-12Don't restart music while changing music volume in Hof and MR.Johannes Schickel
svn-id: r32069
2008-05-12Yet another valgrind warning fixed.Johannes Schickel
svn-id: r32067
2008-05-12Fixed some valgrind warnings.Johannes Schickel
svn-id: r32065
2008-05-12More naming consistency fixes (fixes old TODO).Johannes Schickel
svn-id: r32062
2008-05-12fix for kyra 3 sfx (broken by last commit)Florian Kagerer
svn-id: r32061
2008-05-12Added assert to snd_playSoundEffect.Johannes Schickel
svn-id: r32060
2008-05-12move some kyra 3 static resources to kyra.datFlorian Kagerer
svn-id: r32058
2008-05-12Two more KyraEngine_LoK opcodes renamed.Johannes Schickel
svn-id: r32057
2008-05-12- Some more opcodes moved to KyraEngine_v1Johannes Schickel
- Yet more naming consistency fixes svn-id: r32056
2008-05-12- Yet more opcodes moved to KyraEngine_v1Johannes Schickel
- Renamed some opcodes inside KyraEngine_LoK svn-id: r32055
2008-05-12Oops forgot to commit module.mkJohannes Schickel
svn-id: r32054
2008-05-12- Moved some opcodes to KyraEngine_v1Johannes Schickel
- Little variable renaming svn-id: r32053
2008-05-12Added do { ... } while (0) to the GUI_V* macros, so that they will work asTorbjörn Andersson
expected if, for instance, someone writes "if (...) GUI_V1_MENU_ITEM( ... );" I don't expect anyone will want to write statements like that, but just to avoid nasty surprises... svn-id: r32049
2008-05-12Renamed preprocessor constants to match file names.Torbjörn Andersson
svn-id: r32047
2008-05-11- Renamed KyraEngine to KyraEngine_v1Johannes Schickel
- kyra.* -> kyra_v1.* - scene.cpp -> scene_v1.cpp svn-id: r32044
2008-05-11Consisteny fixes:Johannes Schickel
- Renamed classes *_v1 -> *_LoK - Renamed files *_v1.* -> *_lok.* - Renamed WSAMovieV1 -> WSAMovie_v1 - Renamed WSAMovieV2 -> WSAMovie_v2 svn-id: r32042
2008-05-11Formatting.Johannes Schickel
svn-id: r32037
2008-05-11Implemented helium mode support for Kyra3.Johannes Schickel
svn-id: r32028
2008-05-11- Added support for original kyra3 save filesJohannes Schickel
- Added TalkObject::sceneId in savegames svn-id: r32027