Age | Commit message (Collapse) | Author |
|
console.
Some things are likely to have broken. For instance, I believe the old
console was could be visible during gameplay, while ScummVM's is modal. So
any place where we output something to the console during gameplay should
probably be removed.
Some things I've stubbed out. Basically any code that registers a variable.
Most of the debugging commands are untested.
Syntax may have changed because of different command-line parsing. (I never
actually used the old console, so I don't know for sure. :-)
Actually, I'm not that interested in reproducing the old console commands
faithfully. What we should do now is to make the immediately useful console
stuff work. Anything that remains unimplemented should probably be removed.
svn-id: r15976
|
|
correct sound or the correct volume, but the small extension to allow the
engine to start looping sounds is worthwhile enough in itself, I think.
svn-id: r15895
|
|
svn-id: r15796
|
|
svn-id: r15795
|
|
svn-id: r15728
|
|
svn-id: r15727
|
|
svn-id: r15726
|
|
svn-id: r15725
|
|
svn-id: r15724
|
|
svn-id: r15723
|
|
svn-id: r15722
|
|
svn-id: r15707
|
|
svn-id: r15705
|
|
svn-id: r15691
|
|
svn-id: r15690
|
|
Scene skipping now works, but scripts aren't chained yet.
svn-id: r15688
|
|
numerous animation glitches, it's looking almost like the real thing now.
It's no longer possible to walk away during the intro. This should provide
a great incentive to implement the "Escape" feature. ;-)
svn-id: r15626
|
|
Add some simple stub.
svn-id: r15621
|
|
a bit better now, too. At least the crowd is no longer cheering when the
fair is closed.
svn-id: r15617
|
|
by simple arithmetics.
svn-id: r15615
|
|
svn-id: r15614
|
|
Note that I've only tried this with the music.rsc file from the full Linux
version. It seems likely that the Mac version uses the same file format,
but I have no way of verifying this. I'm told the demos use compressed
audio, so the music files from them probably won't work yet.
svn-id: r15527
|
|
svn-id: r15414
|
|
* The frame pointer is updated. This won't make any difference since we
don't actually *use* the frame pointer yet.
* Return values from script functions are handled like in the original now,
i.e. the function sets thread->retVal and lets the call instruction push
it onto the stack. (There are two call instructions, one that handles
return values and one that doesn't, so the script function doesn't know
if it should push or not.)
* Script return values are handled.
None of this makes any noticeable difference to the ITE intro.
svn-id: r15393
|
|
svn-id: r15263
|
|
opening scene a bit nicer.
svn-id: r15241
|
|
it appears that scripts are allowed to access the stack like any other
memory area, so it's probably important that our stacks behave as closely
to the original as possible.
I don't know if this implementation does that yet, but it's a start.
svn-id: r15240
|
|
as exciting as it first sounds, because even before this patch the script
would run in its entirety - it just didn't know when to stop.
I guess the exciting things don't happen until the next script is triggered
(TorneyScene?). I think it will be easier to start fixing the numerous
deficiencies (stack handling, SData, missing script functions, etc.) when
we have something more concrete to work with.
svn-id: r15215
|
|
svn-id: r14568
|
|
svn-id: r14566
|
|
svn-id: r14538
|
|
svn-id: r14478
|
|
svn-id: r14450
|
|
svn-id: r14443
|
|
svn-id: r14441
|
|
svn-id: r14424
|
|
svn-id: r14419
|
|
animations wasn't caused by this commit :)
svn-id: r14405
|
|
svn-id: r14388
|
|
svn-id: r14385
|
|
disassembly.
svn-id: r13835
|
|
svn-id: r13713
|
|
svn-id: r13687
|
|
o text formatting is not consistent with rules, just indent utility is too
dumb for that
o it does not use OSystem, i.e. it runs on direct SDL calls
o it may not even compile on your box
o if you enable it, expect zillions of warnings
o no sound
Now it runs ITE intro as reinherit did
svn-id: r13564
|