Age | Commit message (Collapse) | Author |
|
svn-id: r16436
|
|
- placard should work over way:
set Wait flag for thread (as in opSpeak)
remove inner loop (processInput...)
svn-id: r16418
|
|
and used ARRAYSIZE() instead in two cases.
svn-id: r16408
|
|
svn-id: r16399
|
|
svn-id: r16398
|
|
- work on "walking" in progress
svn-id: r16298
|
|
svn-id: r16289
|
|
- added sfSetActorState function
svn-id: r16288
|
|
- added some script functions (swapactors...)
- many things were renamed according scummvm covention
- resource id definintions should begin with "RID_" prefix
- intro temporary broken - work in progress
todo:
- walking hanling also should be rewriten
- timings for speech and actor cycling should be more accurate
svn-id: r16263
|
|
o Normalize GIDs and GTypes
o Introduce MD5-based game detection. Now only 2 games should be ordered.
Linux demo should go before Win32 newer demo
o Fix sound in Mac versions
svn-id: r16262
|
|
o Renamed GAME_ITE_* to GID_ITE_*
o Renamed GID_ITE and GID_IHNM to GType_ITE and GType_IHNM
svn-id: r16258
|
|
1) there are three types of speech: one acor, multiple actor, non actor
2) slow speech implemented
3) uses native engine flags (async,noanimate...) instead of semaphores
- proper timings implemented
svn-id: r16237
|
|
- many parts renamed to proper names
regression: unexpected actor apeared while intro is played
svn-id: r16104
|
|
svn-id: r16094
|
|
o Endianness-aware resource loading
o Removed ys_dl_list in favor of our object implementation
o Cleanup in actor code
o Partial support for ITE Mac rereleased demo
svn-id: r16051
|
|
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
|
|
svn-id: r15806
|
|
svn-id: r15722
|
|
svn-id: r15693
|
|
svn-id: r15691
|
|
svn-id: r15690
|
|
Scene skipping now works, but scripts aren't chained yet.
svn-id: r15688
|
|
* The length of a script data buffer is measured in words, not bytes.
* In the long run, I'm sure it'll work better if the data buffers do not
point to recently freed data.
svn-id: r15640
|
|
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
|
|
svn-id: r15613
|
|
to fix the script "static" area, though.
In addition, initialise a few variables, and test for NULL-ness of a few
pointers. This fixes a few crashes I saw with yesterday's CVS snapshot.
There's still an unexpected scene change in the intro (I think it triggers
on Rhene walking too close to the exit), but at least it no longer crashes.
svn-id: r15484
|
|
* 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
|
|
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
|
|
runs for much longer now, but - unsurprisingly - it doesn't work yet.
svn-id: r15192
|
|
svn-id: r14790
|
|
o Fix RSCFile on MSVC8.
o Started fixing script opcodes.
svn-id: r14686
|
|
svn-id: r14568
|
|
svn-id: r14566
|
|
svn-id: r14561
|
|
svn-id: r14538
|
|
svn-id: r14450
|
|
svn-id: r14443
|
|
svn-id: r14441
|
|
svn-id: r14428
|
|
leakage in the engine.
svn-id: r14427
|
|
svn-id: r14425
|
|
svn-id: r14424
|
|
svn-id: r14419
|
|
animations wasn't caused by this commit :)
svn-id: r14405
|
|
svn-id: r14086
|
|
disassembly.
svn-id: r13835
|
|
standard printf()s left, though.
svn-id: r13791
|
|
In fact there were no binary writes at all.
svn-id: r13773
|
|
Only timers left.
svn-id: r13723
|