Age | Commit message (Collapse) | Author |
|
svn-id: r19425
|
|
svn-id: r19424
|
|
svn-id: r19423
|
|
Fixes asserts in pearl locations of spyozon.
svn-id: r19422
|
|
Remove fixme, that difference in normal for ScummVM.
svn-id: r19421
|
|
svn-id: r19419
|
|
svn-id: r19415
|
|
svn-id: r19414
|
|
Make guess at correct HE version for german version of freddi/putttime.
svn-id: r19413
|
|
svn-id: r19412
|
|
-move puzzle data to itedata
svn-id: r19411
|
|
svn-id: r19410
|
|
svn-id: r19409
|
|
svn-id: r19408
|
|
svn-id: r19407
|
|
Since charset codes and characters share some values.
svn-id: r19406
|
|
svn-id: r19404
|
|
svn-id: r19402
|
|
svn-id: r19401
|
|
svn-id: r19400
|
|
Fix 0xFE check in drawString() too.
svn-id: r19399
|
|
subtitles. This allows to fix the bug #1092993. As this is quite an important change, regressions may appear. You've been warned :)
svn-id: r19398
|
|
incompatibilities with older system versions
svn-id: r19396
|
|
svn-id: r19395
|
|
statically allocated one. I hope I'm using it correctly.
svn-id: r19394
|
|
svn-id: r19393
|
|
svn-id: r19391
|
|
svn-id: r19390
|
|
svn-id: r19389
|
|
svn-id: r19388
|
|
herald a change of scene, so it should be ok. And it keeps the crackling
fire at the end from playing over the end credits and the End of Game
dialog afterwards.
(If we change the sound engine to do looping manually, instead of letting
the mixer handle it, the looping will not be seamless and we'll still get
the crackling fire over the dialog after the credits.)
This change is probably safe for 0.8.1, assuming we make one.
svn-id: r19387
|
|
Also added debug printouts to some functions.
svn-id: r19386
|
|
svn-id: r19385
|
|
can be useful for systems with touchpad / pen.
svn-id: r19384
|
|
svn-id: r19383
|
|
svn-id: r19382
|
|
svn-id: r19381
|
|
in v7, remapPaletteColor() ignores colors setup by initCycle()
svn-id: r19380
|
|
svn-id: r19379
|
|
- simplified some versions related checks
svn-id: r19378
|
|
svn-id: r19376
|
|
also fixed a bug in loadCharacterShapes.
svn-id: r19375
|
|
svn-id: r19373
|
|
palette glitch that would only happen if the credits were allowed to run in
their entirety.
svn-id: r19371
|
|
(makes it easiert to use extracts of the NEWS file in various places)
svn-id: r19370
|
|
svn-id: r19369
|
|
svn-id: r19368
|
|
svn-id: r19367
|
|
reported by Crilith.
To elaborate a bit, the engine no longer accesses resource data through
packed structs. Instead it uses memory streams and the READ/WRITE
functions.
If data is mainly read, not written, I have replaced the old struct with a
new one with a read() function to read the whole thing from memory into the
struct's variables, and a write() function to dump the struct's variables
to memory. In fact, most of these write() functions remain unused.
If data is both read and written, I have replaced the struct with a class
with individual get/set functions to replace the old variables. This
manipulates memory directly.
Since I'm fairly sure that these structs are frequently stored as local
variables for a script, all script variables (both local and global) are
stored as little-endian and accessed through the READ/WRITE functions,
rather than being treated as arrays of 32-bit integers.
On a positive note, the functions for doing endian conversion of resources
and save games have been removed, and some general cleanups have been made
to assist in the rewrite.
Initial reports indicate that this patch indeed fixes alignment issues, and
that I have not - surprisingly - broken the game on big-endian platforms.
At least not in any immediately obvious way. And there's still plenty of
time to fix regressions before 0.9.0, too.
svn-id: r19366
|
|
svn-id: r19365
|