6722 Commits

Author SHA1 Message Date
Filippos Karapetis
970f7e7c93 Some updates to the script dumper
svn-id: r32200
2008-05-20 18:56:22 +00:00
Filippos Karapetis
141215136f Documented what screen effects 10 and 12 are doing
svn-id: r32199
2008-05-20 18:30:26 +00:00
Filippos Karapetis
bf52cc2186 Clarification about the weird sound frequencies in PMV videos
svn-id: r32198
2008-05-20 18:20:17 +00:00
Filippos Karapetis
e20abe228d Silenced an MSVC warning
svn-id: r32197
2008-05-20 18:19:32 +00:00
Benjamin Haisch
eb354bbe02 Implemented visual effects 10 and 12
svn-id: r32196
2008-05-20 18:01:26 +00:00
Johannes Schickel
cc08a4953d Cleaned up engine debug level code.
svn-id: r32195
2008-05-20 16:37:32 +00:00
Johannes Schickel
5b5e5bfc62 Fixed bug in KyraEngine_v2::directLinePassable. This should fix some pathfinder issues in HoF and MR.
svn-id: r32190
2008-05-19 23:04:52 +00:00
Johannes Schickel
815ca646e1 - Fixed out of bounds bug in KyraEngine_MR::updateItemAnimations
- Clean up in KyraEngine_HoF::updateItemAnimations

svn-id: r32189
2008-05-19 21:47:42 +00:00
Benjamin Haisch
520af7d4bb RtZ: Fixed a bug where sounds were cut off prematurely.
svn-id: r32188
2008-05-19 21:32:37 +00:00
Torbjörn Andersson
7d28b65172 Removed unused variable.
svn-id: r32187
2008-05-19 21:22:59 +00:00
Johannes Schickel
27a9108e36 Fixed max text line length for French version in HoF.
svn-id: r32186
2008-05-19 21:04:49 +00:00
Johannes Schickel
b80d6aaf67 Fixed filename string in KyraEngine_MR::objectChat.
svn-id: r32185
2008-05-19 20:59:51 +00:00
Johannes Schickel
75ee4aabda Added a comment to TextDisplayer_MR::preprocessString.
svn-id: r32184
2008-05-19 20:50:16 +00:00
Johannes Schickel
75fcf38933 Fix for bug #1967311 "KYRA3: Word-wrapping is slightly buggy".
svn-id: r32183
2008-05-19 20:48:31 +00:00
Benjamin Haisch
cefff90ac6 RtZ: Fixed bug which caused PMV videos to look odd (noticeable in the intro movie) and optimized frame decompression code.
svn-id: r32182
2008-05-19 19:34:55 +00:00
Max Horn
460296f360 Restrict the remaining changes made in rev 28166 to chinese COMI
svn-id: r32181
2008-05-19 17:34:29 +00:00
Max Horn
91b22e5886 Fix for bug #1940063 (MONKEY: Crash during the marriage lechuck/marley) -- regression was introduced by rev 28167 -- rule of thumb, if you add game specific code, make it game specifc ... ;)
svn-id: r32177
2008-05-18 22:33:41 +00:00
Johannes Schickel
74311906f2 Cleanup.
svn-id: r32176
2008-05-18 21:11:19 +00:00
Florian Kagerer
17874266bd add support for Kyra 1 Italian floppy (this fixes so called bug #1409244 - KYRA1: GFX problems with ITALIAN floppy)
svn-id: r32175
2008-05-18 20:14:28 +00:00
Sven Hesse
14c411e90b Fixing the "meteor fragment and bluxtre pulp not drawn"-glitch by not closing the object video right when it finished playing through
svn-id: r32172
2008-05-18 15:02:01 +00:00
Johannes Schickel
d046175f1f Typos.
svn-id: r32171
2008-05-18 14:50:41 +00:00
Johannes Schickel
fad7e1f3c1 Reverted commit #32166.
svn-id: r32170
2008-05-18 13:22:06 +00:00
Johannes Schickel
c72ac9916c Formatting.
svn-id: r32168
2008-05-18 13:03:03 +00:00
Filippos Karapetis
0c81b70ba3 Rewrote the MADE script dumper, hopefully in a more efficient way
svn-id: r32167
2008-05-18 10:57:58 +00:00
Johannes Schickel
1ea774e95f Fixed fillRect opcode for HoF.
svn-id: r32166
2008-05-18 08:04:12 +00:00
Travis Howell
721b1ecc9a Update HE version of another release of Pajama Sam 1 and SPY Fox 1.
svn-id: r32165
2008-05-18 02:51:54 +00:00
Sven Hesse
5d11b8f6ed Ooops, forget that one
svn-id: r32163
2008-05-17 23:59:56 +00:00
Travis Howell
7effbb5be4 Add another English version of Pajama Sam 1 and SPY Fox 1.
svn-id: r32162
2008-05-17 23:58:40 +00:00
Sven Hesse
4e785a9e73 Changing the split stuff again, fixing several scrolling and hotspot-text related issues
svn-id: r32161
2008-05-17 23:55:04 +00:00
Florian Kagerer
1fc25f9997 fix o1_fillRect()
svn-id: r32160
2008-05-17 21:02:10 +00:00
Sven Hesse
ec763c4be9 This fixes the messed-up palette after levitating in Bigwig's place in Woodruff.
I hope it doesn't break anything else, though...

svn-id: r32159
2008-05-17 19:26:10 +00:00
Sven Hesse
ad044516cb Adding video debug output in Inter_v2, too
svn-id: r32158
2008-05-17 19:23:44 +00:00
Sven Hesse
6e13bde213 Changing debug channels a bit
svn-id: r32157
2008-05-17 19:01:00 +00:00
Johannes Schickel
2e14d05caa Added default search path "hof_cd"/"malcolm" directory for HoF/Kyra3.
svn-id: r32156
2008-05-17 18:24:14 +00:00
Florian Kagerer
bf35e95049 - fixes bug #1962601 at least for intro and outro
- add a mutex lock in sound_towns

svn-id: r32155
2008-05-17 17:44:23 +00:00
Johannes Schickel
56b894bb2d Changed parameter of KyraEngine_LoK::setMouseItem.
svn-id: r32153
2008-05-17 15:20:39 +00:00
Johannes Schickel
8f0703abd2 - Fixed sound channel fadeout on VQA playing
- Minor formatting fixes

svn-id: r32152
2008-05-17 15:12:20 +00:00
Filippos Karapetis
84610606c1 Slight cleanup and small bugfix for dumpScript()'s cmd_call
svn-id: r32151
2008-05-17 14:47:30 +00:00
Filippos Karapetis
25e7e1999a Initial incomplete version of a MADE script dumper
svn-id: r32150
2008-05-17 13:35:57 +00:00
Torbjörn Andersson
f4cc7dfa85 Loop the Kyra 3 menu music. (The original does.)
svn-id: r32149
2008-05-17 13:22:12 +00:00
Filippos Karapetis
2ceb1b2577 Documented screen effects
svn-id: r32148
2008-05-17 10:17:35 +00:00
Filippos Karapetis
66ecacc7c3 Screen mask is now only used for V2 games
svn-id: r32147
2008-05-17 09:06:54 +00:00
Sven Hesse
5127f1a8f1 Fixing the "object videos not minding drawing order / limits" glitch in Woodruff
svn-id: r32146
2008-05-17 04:07:16 +00:00
Florian Kagerer
9ce0b62108 cleanup
svn-id: r32144
2008-05-16 20:26:57 +00:00
Florian Kagerer
b8585f5af0 commit eriktorbjorn's patch #1964853 (HoF: Hand of Fate credits cleanup (WIP)) with minor changes (including fix for the glitch mentioned in the tracker item)
svn-id: r32143
2008-05-16 19:20:28 +00:00
Nicola Mettifogo
765f976008 * Cleanup of input code.
* Removed old timer routines.

svn-id: r32135
2008-05-15 01:18:26 +00:00
Travis Howell
e4c11fa635 Add patch #1964159 - PUTTPUTT: Add Japanese 3DO Version.
svn-id: r32133
2008-05-15 00:39:19 +00:00
Sven Hesse
aac4786bbe This should fix the video not closing / chunk slot clogging bug (Yeah, I'm apparently stupid *g*)
svn-id: r32131
2008-05-14 23:58:26 +00:00
Florian Kagerer
f481821eeb fix regression in KyraEngine_LoK::setMouseItem
svn-id: r32128
2008-05-14 21:52:52 +00:00
Filippos Karapetis
f1b099cb0c Added entries for the unpacked (*.dat) English and German CD versions of RtZ 1.2
svn-id: r32126
2008-05-14 21:10:41 +00:00