Age | Commit message (Collapse) | Author |
|
-rewritten font loading
-actors box text output implemented
-many fixes
-implemented nonactors textoutput
svn-id: r18542
|
|
transitionDissolve -> gfx
del sdebug
svn-id: r18524
|
|
the Puzzle and continue game pretending like you completed the Puzzle.
svn-id: r18225
|
|
and F8 for loading. Now works only within current scene and restores
to entrance #0 which is wrong.
svn-id: r17726
|
|
ITE specific and from other hand IHNM has these data in resources.
svn-id: r16662
|
|
svn-id: r16593
|
|
svn-id: r16264
|
|
svn-id: r16059
|
|
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: r15723
|
|
svn-id: r15719
|
|
svn-id: r14566
|
|
svn-id: r14437
|
|
svn-id: r14416
|
|
In fact there were no binary writes at all.
svn-id: r13773
|
|
svn-id: r13726
|
|
svn-id: r13725
|
|
svn-id: r13669
|
|
svn-id: r13666
|
|
code; SDL already gets inited by OSystem (which this code should use, too, of course...); no need to have a simple poly hit test in a separate file
svn-id: r13657
|
|
svn-id: r13655
|
|
svn-id: r13654
|
|
svn-id: r13652
|
|
various unused stuff; const correctness; etc.
svn-id: r13622
|
|
svn-id: r13568
|
|
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
|
|
svn-id: r13281
|