Age | Commit message (Collapse) | Author |
|
the 'start' field even used? Anyway, the entrance to the forest can now be
entered.
The animation code will produce an "Anim::play: Error decoding frame 40!"
warning in addition to the previous one, but I don't see any visible errors
in the scene.
svn-id: r17968
|
|
gates open and also used in world map.
Spelling and indentation fixes here and there.
svn-id: r17640
|
|
svn-id: r16549
|
|
it changes to the link. I'm guessing that the last frame in the animation
is identical to the first frame in the link.
The original calls SetAlarm(&deltaAlarm[i], delta->timer) between each
frame, but amends itself by calling SetAlarm(&deltaAlarm[i], 0) when the
link happens. I'm trying to simulate that effect by using 0 as frame time
instead of anim->frame_time. I think that's the right thing to do.
svn-id: r16548
|
|
- all display information of current game goes to SagaEngine
- remove GameFontIds
- hide SagaEngine _gameId,_gameType & etc with methods getGameId(), getGameType()
svn-id: r16545
|
|
- structures renamed
- SagaEngine class gives all current game descriptions
regression : "verb" is broken cause work in progress
svn-id: r16511
|
|
displayed. This was most noticeable in looping animations, in particular
the spinning "Dreamer's Guild" logo in the IHNM intro.
In the process I changed the name of 'n_frames' and 'nframes' to 'maxframe'
since that's what they are. I could, of course, have added 1 to the value
instead, but that would have introduced a subtle difference compared to the
original code. Probably not a good idea at this stage.
svn-id: r16417
|
|
and used ARRAYSIZE() instead in two cases.
svn-id: r16408
|
|
svn-id: r16399
|
|
svn-id: r16398
|
|
m68k asm knowledge :)
svn-id: r16356
|
|
svn-id: r16353
|
|
o Implemented almost all animation opcodes
svn-id: r16352
|
|
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
|
|
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: r15690
|
|
GAME
svn-id: r14793
|
|
svn-id: r14544
|
|
svn-id: r14539
|
|
svn-id: r14538
|
|
svn-id: r14443
|
|
svn-id: r14422
|
|
svn-id: r14419
|
|
svn-id: r14418
|
|
you don't leak them all the time (fixed 10e6 object leaks :-)
svn-id: r14417
|
|
when we're done with it)
svn-id: r14415
|
|
svn-id: r14410
|
|
svn-id: r14409
|
|
animations wasn't caused by this commit :)
svn-id: r14405
|
|
Got rid of static structure in animation.cpp
svn-id: r14397
|
|
svn-id: r14395
|
|
in a header makes no sense anyway :-)
svn-id: r14393
|
|
svn-id: r14388
|
|
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: r13688
|
|
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
|