Age | Commit message (Collapse) | Author |
|
- 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 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
|
|
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
|
|
svn-id: r16000
|
|
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: r15941
|
|
figure out the correct values for IHNM_SCRIPT_LUT and _scriptLUTEntryLen.
svn-id: r15883
|
|
o Font::loadFont() now normally survives zero-length fonts as used in demos
o Removed unused SndRes::ITEVOC_Resample()
o Fixed playing of voice #4 on old DOS targets
o Implemented playing voices in VOX (Oki ADPCM) format
o Support of Win32 and Linux demos. There was old-style Win32 demo, which
is not supported yet, same is with DOS demo.
svn-id: r15814
|
|
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
|
|
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
|
|
GAME
svn-id: r14793
|
|
o Fix RSCFile on MSVC8.
o Started fixing script opcodes.
svn-id: r14686
|
|
svn-id: r14568
|
|
svn-id: r14566
|
|
remove global _vm later.
svn-id: r14552
|
|
svn-id: r14538
|
|
svn-id: r14450
|
|
svn-id: r14443
|
|
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
|
|
Got rid of static structure in animation.cpp
svn-id: r14397
|
|
svn-id: r14086
|
|
standard printf()s left, though.
svn-id: r13791
|
|
In fact there were no binary writes at all.
svn-id: r13773
|
|
Improved game detector
svn-id: r13724
|
|
svn-id: r13712
|
|
svn-id: r13687
|
|
various unused stuff; const correctness; etc.
svn-id: r13622
|
|
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
|