Age | Commit message (Collapse) | Author |
|
fixed intro voice at endscene
svn-id: r18616
|
|
svn-id: r18604
|
|
svn-id: r18583
|
|
svn-id: r18582
|
|
-adds patch file support
-global _vm removed
cleanups
svn-id: r18560
|
|
svn-id: r18463
|
|
svn-id: r18416
|
|
removed animation warnings during game process
svn-id: r18377
|
|
svn-id: r18367
|
|
gates open and also used in world map.
Spelling and indentation fixes here and there.
svn-id: r17640
|
|
- all display information of current game goes to SagaEngine
- remove GameFontIds
- hide SagaEngine _gameId,_gameType & etc with methods getGameId(), getGameType()
svn-id: r16545
|
|
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
|
|
svn-id: r16399
|
|
svn-id: r16398
|
|
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 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
|
|
svn-id: r14544
|
|
svn-id: r14422
|
|
Got rid of static structure in animation.cpp
svn-id: r14397
|
|
in a header makes no sense anyway :-)
svn-id: r14393
|
|
svn-id: r14388
|
|
In fact there were no binary writes at all.
svn-id: r13773
|
|
svn-id: r13688
|
|
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
|