Age | Commit message (Collapse) | Author |
|
svn-id: r20088
|
|
svn-id: r19142
|
|
o Fix status text color. (Though text is all ITE-specific)
o Enable inventory drawing
o Load inventory sprites
o Hid now unneeded actor loading debug output
svn-id: r19011
|
|
* Verb buttons and texts are drawn at the correct coordinates. I've
compared it to the screenshot on Mobygames.
* Verb text is drawn without shadow.
* The "Walk to", "Look at", "Take" and "Use" buttons all have the correct
background. For some reason, I can't find the sprites for the remaining
four buttons.
svn-id: r19004
|
|
svn-id: r19001
|
|
svn-id: r18996
|
|
svn-id: r18994
|
|
svn-id: r18991
|
|
cursor does not reappear.
svn-id: r18985
|
|
was read from resources. Switching to this scheme fixes magenta outlines
in subtitles.
svn-id: r18935
|
|
scene. But there are following problems:
o Inclomplete support for actors speech, so opSpeak is skipped
o For some weird reason actors do not appear at all. Actually code seems to
be trying to read only protagonist frames
o It crashes on reading sprites due to wrong input
svn-id: r18624
|
|
o Fix warnings
o Implemented IHNM changeChapter()
o WIP for metaResources
svn-id: r18618
|
|
svn-id: r18611
|
|
151 is supposed to play the "hate" speech, so eventually that wouldn't have
to be hard-coded in the intro, but at the moment all it does it to switch
to scene 152. I'd have to study the scripts closer to figure out what's
missing.
So, to summarize, there are no user-visible changes to the intro but we may
have a better test case for IHNM scripting. Maybe.
svn-id: r18601
|
|
svn-id: r18487
|
|
svn-id: r18397
|
|
resource numbers are correct.
svn-id: r18366
|
|
wrong one, but it does contain the verb strings. Unlike IHNM, it does not
contain the object names. We'll need to do something about that eventually.
svn-id: r18365
|
|
svn-id: r18255
|
|
the Puzzle and continue game pretending like you completed the Puzzle.
svn-id: r18225
|
|
preparation for option dialog (wip)
svn-id: r18217
|
|
I believe it's the wrong scene.
Currently we use resource 152, which run the scripts "CampFireSetup" and
"CampFireScene". If I use resource 151 instead it will run the scripts
"ColumnSetup" and "ColumnScene" instead. I'm speculating that this is the
"hate" speech and the rest of the intro ("ColumnScene" is a fairly long
script, as far as I can tell), but unfortunately this causes ScummVM to
crash almost immediately.
I'll need to dissect the scripts to see if I can figure out what's wrong.
svn-id: r17036
|
|
svn-id: r16802
|
|
svn-id: r16619
|
|
- implement some scriptFunctions
svn-id: r16618
|
|
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
|
|
- many structers and fields renamed to proper names
- added missing functions
svn-id: r16562
|
|
svn-id: r16509
|
|
introduced getObjectName
svn-id: r16491
|
|
svn-id: r16399
|
|
svn-id: r16398
|
|
- 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
|
|
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
|
|
svn-id: r16119
|
|
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
|
|
svn-id: r15723
|
|
Add some simple stub.
svn-id: r15621
|
|
a bit better now, too. At least the crowd is no longer cheering when the
fair is closed.
svn-id: r15617
|
|
by simple arithmetics.
svn-id: r15615
|
|
svn-id: r15614
|
|
svn-id: r13708
|
|
svn-id: r13567
|
|
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: r13362
|
|
svn-id: r13281
|