713 Commits

Author SHA1 Message Date
Eugene Sandulenko
aebd226028 oops. debug output slipped in.
svn-id: r18638
2005-08-08 19:46:33 +00:00
Eugene Sandulenko
ccfedf0654 Fix bug #1252277 "ITE: Actions not performed under OS X"
svn-id: r18637
2005-08-08 19:40:55 +00:00
Eugene Sandulenko
b22caf6fdc Fix (partially) actors and object loading in IHNM.
svn-id: r18635
2005-08-08 12:13:38 +00:00
Eugene Sandulenko
4ffa61cb42 Partially fix bug #1253079 'ITE: Several errors in the "rocky chasm" scene'.
Argh! why _several_ errors and not one by one?

svn-id: r18633
2005-08-08 08:15:16 +00:00
Eugene Sandulenko
1317843a5b Fix warning
svn-id: r18632
2005-08-08 07:52:18 +00:00
Eugene Sandulenko
c5bdada079 Fix bug #1252270 "ITE: Verb box drawn incorrectly"
svn-id: r18631
2005-08-08 07:44:51 +00:00
Andrew Kurushin
9480f69d8b check IHNM skiped data (loadActorList&loadObjList)
svn-id: r18629
2005-08-08 06:47:56 +00:00
Torbjörn Andersson
2990d46ac9 Consistent formatting of hexadecimal numbers.
svn-id: r18627
2005-08-07 18:57:30 +00:00
Eugene Sandulenko
df1076b97a Fix bug #1252289 'ITE: Crash with "paws game"'. And now game pauze is
mapped to key 'z'.

svn-id: r18626
2005-08-07 14:54:11 +00:00
Andrew Kurushin
d3b229b051 loadList -> loadActorList
some checkups

svn-id: r18625
2005-08-07 11:20:43 +00:00
Eugene Sandulenko
215a94ae30 WIP on metaResources. Most resources are load. Now we start correct
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
2005-08-07 00:00:43 +00:00
Andrew Kurushin
5956747e2e ihnm actors list WIP
svn-id: r18623
2005-08-06 18:28:43 +00:00
Eugene Sandulenko
c950bd8231 Fixes for metaResources loading
svn-id: r18622
2005-08-06 16:05:13 +00:00
Eugene Sandulenko
6886f7865c o Fix uint -> int with scene numbers
o WIP for metaResources

svn-id: r18620
2005-08-06 14:26:59 +00:00
Andrew Kurushin
5b4ecd206d changeChapter -> changeScene with chapter
svn-id: r18619
2005-08-06 12:20:10 +00:00
Eugene Sandulenko
005843e55b o Some cleanup
o Fix warnings
o Implemented IHNM changeChapter()
o WIP for metaResources

svn-id: r18618
2005-08-05 23:14:11 +00:00
Andrew Kurushin
b4bd032f54 fixed DUMMY resource in old mac cd
fixed intro voice at endscene

svn-id: r18616
2005-08-04 14:49:04 +00:00
Eugene Sandulenko
65903875bb Remove support of dumped data forks for old ITE Mac CD. Now it requires
files to be in macbinary format.

svn-id: r18613
2005-08-04 12:11:57 +00:00
Eugene Sandulenko
276c413a15 Few minor IHNM fixes.
svn-id: r18612
2005-08-04 10:50:42 +00:00
Eugene Sandulenko
f63bbb1006 Simulate bootparams.
svn-id: r18611
2005-08-04 10:48:54 +00:00
Eugene Sandulenko
ef473bd613 Fix compilation
svn-id: r18610
2005-08-04 10:29:29 +00:00
Andrew Kurushin
41ff67ac1d macBinary resource support
svn-id: r18609
2005-08-04 10:23:49 +00:00
Torbjörn Andersson
c13aed09fc Fixed warnings.
svn-id: r18607
2005-07-31 16:51:14 +00:00
Torbjörn Andersson
f69544ebd2 Prevent infinite loop in executeThreads() for IHNM. I don't know if this is
the correct behaviour, but surely it's less evil now?

svn-id: r18606
2005-07-31 16:38:15 +00:00
Andrew Kurushin
7ae74f3177 added scen resource types dump at debuglevel==10
svn-id: r18605
2005-07-31 12:03:03 +00:00
Eugene Sandulenko
6b4484472b Remove trailing whitespaces.
svn-id: r18604
2005-07-30 21:11:48 +00:00
Andrew Kurushin
86ab70b149 added Patch.re_ support
svn-id: r18603
2005-07-30 17:28:58 +00:00
Eugene Sandulenko
372a483ceb Thread-related IHNM differences.
svn-id: r18602
2005-07-30 14:41:25 +00:00
Torbjörn Andersson
ba107e3799 Tentatively changed the IHNM start scene from 152 to 151. I suspect scene
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
2005-07-30 14:37:06 +00:00
Eugene Sandulenko
e5cd51ecd1 Preliminary support for original MAC CD ITE
svn-id: r18598
2005-07-29 19:44:25 +00:00
Eugene Sandulenko
208815a811 Restrict scene substitutes only to demos which actually use them
svn-id: r18597
2005-07-29 18:29:23 +00:00
Eugene Sandulenko
e85519624d Fix status text color in scene substitute
svn-id: r18596
2005-07-29 18:00:40 +00:00
Eugene Sandulenko
ec4f7d3d7c Whitespaces
svn-id: r18595
2005-07-29 17:58:00 +00:00
Eugene Sandulenko
618572ff13 Fix compilation
svn-id: r18594
2005-07-29 17:45:36 +00:00
Andrew Kurushin
2efc7edb1a fix setStatusText
svn-id: r18593
2005-07-29 17:42:33 +00:00
Eugene Sandulenko
c2882ce681 Fixe screen position of scene substitute text
svn-id: r18592
2005-07-29 17:37:55 +00:00
Eugene Sandulenko
defae9e76a Render substitute scene title and description.
svn-id: r18591
2005-07-29 17:26:47 +00:00
Eugene Sandulenko
1a1db4611a Show scene substitute image for demo versions of ITE.
svn-id: r18589
2005-07-29 16:37:06 +00:00
Andrew Kurushin
c4f0d024ef fixed sound in many variation
some version should be tested

svn-id: r18585
2005-07-26 19:40:58 +00:00
Andrew Kurushin
e175e68b99 resolve scene resources without shift hack
svn-id: r18584
2005-07-25 17:35:35 +00:00
Andrew Kurushin
545ce7e004 implemented unified animation decoder for ITE & IHNM
svn-id: r18583
2005-07-25 16:22:32 +00:00
Eugene Sandulenko
e8c1f6d1f1 More IHNM differences
svn-id: r18582
2005-07-25 02:38:43 +00:00
Torbjörn Andersson
f773d76c54 Removed "const" to silence GCC warning. I don't know if GCC was right or
wrong to warn, but it annoyed me.

svn-id: r18581
2005-07-24 17:07:16 +00:00
Torbjörn Andersson
830cc9c9b8 Fixed regression that broke IHNM intro animation.
svn-id: r18580
2005-07-24 17:04:15 +00:00
Andrew Kurushin
fbc04b1ac7 assign sf94 name
svn-id: r18579
2005-07-24 13:41:49 +00:00
Torbjörn Andersson
71436ff1de Allow multiple resource contexts of the same type. IHNM has serveral
different voice files, presumably one for each section of the game plus one
for shared voices. The getContext() function takes an optional second
parameter to indicate which of the resource files is requested.

svn-id: r18575
2005-07-23 15:23:01 +00:00
Eugene Sandulenko
a641c3add7 More IHNM differences
svn-id: r18574
2005-07-21 22:13:06 +00:00
Eugene Sandulenko
6c9f6e8def Partially implemented differences in IHNM script functions.
svn-id: r18573
2005-07-21 01:33:28 +00:00
Andrew Kurushin
2084718180 ite mac demo patch files correction
svn-id: r18570
2005-07-20 19:34:47 +00:00
Torbjörn Andersson
7180c24b4e Nope, I was mistaken. The Linux patch files are almost - but not quite -
like the Windows ones.

svn-id: r18569
2005-07-20 16:38:57 +00:00