Commit Graph

25512 Commits

Author SHA1 Message Date
Chris Apers
4a26c04ff9 Added missing getTimeAndDate backend function
svn-id: r32224
2008-05-23 11:25:22 +00:00
Chris Apers
1b69c18b56 Fixed PalmOS compilation
svn-id: r32223
2008-05-23 11:13:15 +00:00
Chris Apers
69594a118e Added prefix files for M4 and Made engine
svn-id: r32222
2008-05-23 11:11:55 +00:00
Filippos Karapetis
df79480611 Messages in the ITE puzzle scene will now be properly shown in Italian in the Italian fan translation of ITE
svn-id: r32221
2008-05-23 09:17:39 +00:00
Travis Howell
e2d799ad43 Add another English Windows version of Putt Putt Saves The Zoo.
svn-id: r32220
2008-05-23 06:26:11 +00:00
Sven Hesse
beb81bdc6e Fixing a valgrind warning
svn-id: r32218
2008-05-22 21:26:56 +00:00
Filippos Karapetis
de38d07281 Updated NEWS
svn-id: r32216
2008-05-22 19:47:42 +00:00
Sven Hesse
bfff91b172 Reverting my last commit, as it breaks Gob3 (and probably elsewhere, too)
svn-id: r32214
2008-05-22 18:30:29 +00:00
Sven Hesse
6a54cbc4eb Fixing the flickering when changing from object animations to videos
svn-id: r32213
2008-05-22 17:33:31 +00:00
Sven Hesse
f2294d9b89 Fixing another split screen glitch
svn-id: r32212
2008-05-22 17:10:41 +00:00
Sven Hesse
7dbceb8e63 Oops, that way around should be more correct
svn-id: r32211
2008-05-22 16:52:24 +00:00
Sven Hesse
a70d37009a Correctly delete'ing CDROM and Backgroundatmosphere, fixing segfaults on machines slower than mine (thanks, LordHoto ;))
svn-id: r32210
2008-05-22 14:25:27 +00:00
Sven Hesse
abe87559bc Fixing the menu glitch in Woodruff
svn-id: r32209
2008-05-22 05:02:39 +00:00
Benjamin Haisch
4074d49844 - Moved event polling from sfPollEvent to runScript
- LGOP2: Fixed problem where Barth's gun was drawn at the wrong position

svn-id: r32205
2008-05-21 10:07:33 +00:00
Benjamin Haisch
529800e172 Removed obsolete comment and code in ScriptInterpreter::dumpScript
svn-id: r32204
2008-05-21 07:16:12 +00:00
Benjamin Haisch
828a217a03 - Implemented "stand-alone" script dumper/disassembler; it can be enabled by defining DUMP_SCRIPTS in script.h and starting with at least debug level 1.
- Commented which script opcodes and extended functions are actually used or not.

svn-id: r32202
2008-05-20 20:00:10 +00:00
Benjamin Haisch
11697c0eb2 Delete animation frames in AnimationResource destructor.
svn-id: r32201
2008-05-20 19:56:49 +00:00
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
Max Horn
5204d012f6 Add a tiny TODO entry for graphics scaler plugins
svn-id: r32194
2008-05-20 15:54:27 +00:00
Max Horn
9f12f0c450 Move makeAdlibOPL inside the #include guards
svn-id: r32193
2008-05-20 15:36:09 +00:00
Johannes Schickel
26d6e2c68a Typo.
svn-id: r32191
2008-05-19 23:22:11 +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
ecf9d72ab4 Removed some more obsolete GP32 code
svn-id: r32179
2008-05-19 13:15:32 +00:00
Max Horn
df58a64ce0 Removed some dead code
svn-id: r32178
2008-05-19 13:13:41 +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
Max Horn
8d0766f4f7 Hack to disable 'depracted' warnings on OS X 10.5
svn-id: r32173
2008-05-18 17:20:59 +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