Age | Commit message (Collapse) | Author |
|
todo: loadMulti - may be wrong
svn-id: r16670
|
|
ITE specific and from other hand IHNM has these data in resources.
svn-id: r16662
|
|
svn-id: r16653
|
|
moreover getBlack() didn't always work correctly for some reason. If IHNM
uses different colors we will switch to variables, but that could be addressed
later or at least when someone will start to work on it more time than now.
svn-id: r16647
|
|
Old behaviour: 0 <= random number <= param
Correct behaviour: 0 <= random number < param
svn-id: r16636
|
|
svn-id: r16626
|
|
it is possible to implement.
svn-id: r16625
|
|
svn-id: r16623
|
|
svn-id: r16622
|
|
svn-id: r16619
|
|
- implement some scriptFunctions
svn-id: r16618
|
|
all ITE opcodes supported (now we should go through scriptFunctions)
svn-id: r16617
|
|
svn-id: r16616
|
|
svn-id: r16615
|
|
svn-id: r16614
|
|
svn-id: r16613
|
|
opReturnV
svn-id: r16609
|
|
svn-id: r16608
|
|
- talk to someone
- look at something
svn-id: r16607
|
|
svn-id: r16606
|
|
svn-id: r16605
|
|
- Allow more than one script work at once
- Proper implementation of address methods
some opcodes may be broken - cause work in progress
todo: rewrite opcodes with new address functionality
svn-id: r16604
|
|
one case where the original didn't use its own colour constants, so I had
to add a new one, kITEColorLightGrey, for colour 4.
svn-id: r16603
|
|
svn-id: r16599
|
|
stay in each scene except intro and fade-in/fade-outs.
o Implemented status text coloring during work of auxiliary scripts.
svn-id: r16598
|
|
svn-id: r16597
|
|
Actors & Objects can be hited
svn-id: r16596
|
|
svn-id: r16595
|
|
- objectMap responds to mouse move (but respond script not run well ?)
loadStrings add some special count check
- so all other LUT based resource should implement this technique
svn-id: r16594
|
|
svn-id: r16593
|
|
- remove ActionMap.h & ActionMap.cpp
- ObjectMap names move to Scene::_sceneStrings as in original engine
- fix wrong StringsTable::stringsCount calculation
svn-id: r16592
|
|
svn-id: r16591
|
|
Things which are missing:
(a) mouse support due to incomplete interface implementation
(b) arrows do not pop up by same reason mentioned above
(c) scrolling does not work
(d) kReplyOnce flag is missing due to wrong threads memory implementation
svn-id: r16589
|
|
'scene_change 33' in debugger.
svn-id: r16588
|
|
difference
o Fix regression in Mac titles where scene LUT wasn't conversed
o Fix sound types in many games. Old Win demo is still wrong.
svn-id: r16586
|
|
svn-id: r16585
|
|
already, let it continue playing rather than restarting it. (I've been
meaning to make this change for some time, but now it appeared on the TODO
list as well. :-)
svn-id: r16583
|
|
the reason the ITE intro crashed for me.) I still get read warnings in
Sprite::decodeRLEBuffer() though.
Also added a couple of hacks to keep the IHNM intro alive. Once we support
IHNM actors, we'll be able to remove them.
svn-id: r16579
|
|
-pathfind speedup
svn-id: r16576
|
|
svn-id: r16575
|
|
test: in ITE type "scene_change 130" at console
svn-id: r16574
|
|
The first IHNM script does not use random branching after all.)
svn-id: r16573
|
|
implementation is only right for ITE, disable it for IHNM for now.
svn-id: r16572
|
|
svn-id: r16571
|
|
supported)
svn-id: r16568
|
|
- many structers and fields renamed to proper names
- added missing functions
svn-id: r16562
|
|
interpreter. Supposedly these colours will stay fairly constant throughout
the game, in which case we no longer need to repaint it with the "best
white" colour every time the palette changes.
svn-id: r16561
|
|
NULL it'll use the English string instead. It seems unnecessary to store
the same string twice, even if it's possible that the compiler is smart
enough to eliminate the duplicates.
Either way it doesn't make much difference now, but we may want to add the
intro strings to the getTextString() mechanism eventually. In that case
most of the credits would be duplicates, for instance.
svn-id: r16560
|
|
svn-id: r16559
|
|
IHNM script seems to use it, but doesn't get that far because it terminates
on an unknown script function.
svn-id: r16558
|