Age | Commit message (Collapse) | Author |
|
svn-id: r16397
|
|
Also, failing the script checksum test is no longer a fatal error. There
has been a report that could mean there is a German version with incorrect
checksums. Whether or not this change will make it playable is an entirely
different matter, of course.
svn-id: r16341
|
|
svn-id: r15810
|
|
itself. :-)
svn-id: r15789
|
|
svn-id: r15612
|
|
MSVC6's idiosyncracies.
svn-id: r13644
|
|
resource manager. All new code! All new bugs!
svn-id: r13603
|
|
svn-id: r13493
|
|
messages to be more like in BS1.)
svn-id: r13491
|
|
This removes a bunch of debugging code/commands that either didn't do
anything useful under ScummVM (e.g. "soft" and "hard"), or which did things
that was already easily avaiable elsewhere (e.g. "save" and "restore").
I didn't have the heart to remove the "tony" command, though. :-)
svn-id: r13422
|
|
svn-id: r13406
|
|
it's Logic::_scriptVars[ID] instead of just ID. Apart from looking cool, it
makes it much easier to tell the difference between variables and constants
when looking at the code.
Of course, this sort of sweeping changes is jolly good for introducing
truly weird regressions, which is why I waited until after 0.6.0.
svn-id: r13331
|
|
svn-id: r12739
|
|
svn-id: r12311
|
|
svn-id: r12309
|
|
svn-id: r12181
|
|
svn-id: r12017
|
|
"StandardHeader" instead of "_standardHeader".
svn-id: r11997
|
|
svn-id: r11764
|
|
svn-id: r11704
|
|
"restart script" opcode. To actually verify this, though, I'd need to find
a case where any other script than script 0 at offset 0 is restarted...
svn-id: r11638
|
|
the dreaded Pyramid Bug.
svn-id: r11427
|
|
svn-id: r11384
|
|
experimental resource dumping code.
svn-id: r11382
|
|
svn-id: r11366
|
|
number of parameters to a function would be useful for debugging, but that
information is already available in the script data itself.
svn-id: r11360
|
|
Added tentative workaround for the bug (a script bug, I think) that causes
the game to hang when examining the lift at the top of the pyramid.
And, of course, some misc. cleanup.
svn-id: r11359
|
|
over the past few weeks, except for g_sword2. (Of course, this doesn't
necessarily make the code any prettier, but we can work on that later.)
svn-id: r11309
|
|
etc. to the different opcodes. Until now it has done so by casting the
pointer to an int32 (opcode parameters are represented as arrays of int32)
and then the opcode function casts it back to whatever pointer it needs.
At least in C there is no guarantee that a pointer can be represented as an
integer type (though apparently C99 may define such a type), so this has
struck me as unsafe ever since I first noticed it.
However, since all such pointers appear to point to the memory block owned
by the memory manager, we can easily convert them to integers by treating
them as offsets into the memory block. So that's what I have done. I hope I
caught all the occurences in the opcode functions, or we're going to have
some pretty interesting regressions on our hands...
svn-id: r11241
|
|
svn-id: r10997
|
|
console from the SCUMM engine. I decided that would be easier than to clean
up the original console code.
Unfortunately there's a bunch of code that I just copied - a pretty lousy
form of code-reusal. It'd be nice if the console could be made part of the
Engine class, or something like that.
Most of the debug commands seem to be working. Some aren't relevant for
ScummVM, and some are a bit obscure so I'm not quite sure what they're
supposed to be doing.
svn-id: r10978
|
|
svn-id: r10945
|
|
svn-id: r10939
|
|
svn-id: r10923
|
|
svn-id: r10907
|
|
svn-id: r10885
|
|
headers. Most (all?) of the ones we need should probably come from stdafx.h
instead.
svn-id: r10588
|
|
svn-id: r10581
|
|
message functions with our own.
We still need to go through them and assign sensible debug levels to them.
svn-id: r10422
|
|
svn-id: r10391
|
|
svn-id: r10350
|
|
svn-id: r10334
|
|
svn-id: r10333
|
|
svn-id: r10218
|
|
get rid of various endian conversions, and also fixs lots of other problems on BE systems. Beware, though, this may impair save game exchange between LE/BE: we'll have to adjust save_rest.cpp to convert to/from LE upon save/load
svn-id: r10216
|
|
svn-id: r10058
|
|
svn-id: r10056
|
|
svn-id: r9243
|
|
svn-id: r9230
|
|
svn-id: r9222
|