Commit Graph

14549 Commits

Author SHA1 Message Date
Jonathan Gray
3c1b5648ae Rest of the changes required for tremor to actually work.
Based on patches against 0.7.1 by Jolan Luff.

svn-id: r18641
2005-08-10 06:16:26 +00:00
Eugene Sandulenko
c6c5c8f868 o Fix some game parameters for IHNM
o Load voices LUT for IHNM

svn-id: r18640
2005-08-09 16:01:04 +00:00
Torbjörn Andersson
e64afc23b4 Cleanups. Mostly removal of seemingly unused variables and stuff.
svn-id: r18639
2005-08-08 20:20:00 +00:00
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
Paweł Kołodziejski
753ff5a926 added replacement code for hypot()
svn-id: r18636
2005-08-08 12:58:56 +00:00
Eugene Sandulenko
b22caf6fdc Fix (partially) actors and object loading in IHNM.
svn-id: r18635
2005-08-08 12:13:38 +00:00
Paweł Kołodziejski
e24bfbd204 fix compilation with emsvc4
svn-id: r18634
2005-08-08 10:59:21 +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
Paweł Kołodziejski
ad00923ad5 udpdate
svn-id: r18630
2005-08-08 07:44:49 +00:00
Andrew Kurushin
9480f69d8b check IHNM skiped data (loadActorList&loadObjList)
svn-id: r18629
2005-08-08 06:47:56 +00:00
Gregory Montoir
42f5d48376 added md5 for french dott demo
svn-id: r18628
2005-08-07 21:04:34 +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
Torbjörn Andersson
510c6f9595 Cleanup.
svn-id: r18621
2005-08-06 14:34:40 +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
Travis Howell
771373bfb9 Update unsupported versions
svn-id: r18617
2005-08-05 01:08:00 +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
Travis Howell
5fb85d659c Update HE games
svn-id: r18615
2005-08-04 12:58:09 +00:00
Eugene Sandulenko
435f077c76 Old Mac OS9 ITE is supported now.
svn-id: r18614
2005-08-04 12:30:05 +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
Travis Howell
80d1ef4510 Add Big Thinkers 1st Grade
svn-id: r18608
2005-08-04 10:19:52 +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
Travis Howell
2cdb00d0a2 Add He70 version of function instead.
svn-id: r18600
2005-07-30 05:58:48 +00:00
Travis Howell
03d7c4ba39 Fix regression (Bug #1235863), limit code change to HE70+ games.
svn-id: r18599
2005-07-30 05:51:28 +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