aboutsummaryrefslogtreecommitdiff
path: root/saga
AgeCommit message (Collapse)Author
2005-08-08oops. debug output slipped in.Eugene Sandulenko
svn-id: r18638
2005-08-08Fix bug #1252277 "ITE: Actions not performed under OS X"Eugene Sandulenko
svn-id: r18637
2005-08-08Fix (partially) actors and object loading in IHNM.Eugene Sandulenko
svn-id: r18635
2005-08-08Partially fix bug #1253079 'ITE: Several errors in the "rocky chasm" scene'.Eugene Sandulenko
Argh! why _several_ errors and not one by one? svn-id: r18633
2005-08-08Fix warningEugene Sandulenko
svn-id: r18632
2005-08-08Fix bug #1252270 "ITE: Verb box drawn incorrectly"Eugene Sandulenko
svn-id: r18631
2005-08-08check IHNM skiped data (loadActorList&loadObjList)Andrew Kurushin
svn-id: r18629
2005-08-07Consistent formatting of hexadecimal numbers.Torbjörn Andersson
svn-id: r18627
2005-08-07Fix bug #1252289 'ITE: Crash with "paws game"'. And now game pauze isEugene Sandulenko
mapped to key 'z'. svn-id: r18626
2005-08-07loadList -> loadActorListAndrew Kurushin
some checkups svn-id: r18625
2005-08-07WIP on metaResources. Most resources are load. Now we start correctEugene Sandulenko
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-06ihnm actors list WIPAndrew Kurushin
svn-id: r18623
2005-08-06Fixes for metaResources loadingEugene Sandulenko
svn-id: r18622
2005-08-06o Fix uint -> int with scene numbersEugene Sandulenko
o WIP for metaResources svn-id: r18620
2005-08-06changeChapter -> changeScene with chapterAndrew Kurushin
svn-id: r18619
2005-08-05o Some cleanupEugene Sandulenko
o Fix warnings o Implemented IHNM changeChapter() o WIP for metaResources svn-id: r18618
2005-08-04fixed DUMMY resource in old mac cdAndrew Kurushin
fixed intro voice at endscene svn-id: r18616
2005-08-04Remove support of dumped data forks for old ITE Mac CD. Now it requiresEugene Sandulenko
files to be in macbinary format. svn-id: r18613
2005-08-04Few minor IHNM fixes.Eugene Sandulenko
svn-id: r18612
2005-08-04Simulate bootparams.Eugene Sandulenko
svn-id: r18611
2005-08-04Fix compilationEugene Sandulenko
svn-id: r18610
2005-08-04macBinary resource supportAndrew Kurushin
svn-id: r18609
2005-07-31Fixed warnings.Torbjörn Andersson
svn-id: r18607
2005-07-31Prevent infinite loop in executeThreads() for IHNM. I don't know if this isTorbjörn Andersson
the correct behaviour, but surely it's less evil now? svn-id: r18606
2005-07-31added scen resource types dump at debuglevel==10Andrew Kurushin
svn-id: r18605
2005-07-30Remove trailing whitespaces.Eugene Sandulenko
svn-id: r18604
2005-07-30added Patch.re_ supportAndrew Kurushin
svn-id: r18603
2005-07-30Thread-related IHNM differences.Eugene Sandulenko
svn-id: r18602
2005-07-30Tentatively changed the IHNM start scene from 152 to 151. I suspect sceneTorbjörn Andersson
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-29Preliminary support for original MAC CD ITEEugene Sandulenko
svn-id: r18598
2005-07-29Restrict scene substitutes only to demos which actually use themEugene Sandulenko
svn-id: r18597
2005-07-29Fix status text color in scene substituteEugene Sandulenko
svn-id: r18596
2005-07-29WhitespacesEugene Sandulenko
svn-id: r18595
2005-07-29Fix compilationEugene Sandulenko
svn-id: r18594
2005-07-29fix setStatusTextAndrew Kurushin
svn-id: r18593
2005-07-29Fixe screen position of scene substitute textEugene Sandulenko
svn-id: r18592
2005-07-29Render substitute scene title and description.Eugene Sandulenko
svn-id: r18591
2005-07-29Show scene substitute image for demo versions of ITE.Eugene Sandulenko
svn-id: r18589
2005-07-26fixed sound in many variationAndrew Kurushin
some version should be tested svn-id: r18585
2005-07-25resolve scene resources without shift hackAndrew Kurushin
svn-id: r18584
2005-07-25implemented unified animation decoder for ITE & IHNMAndrew Kurushin
svn-id: r18583
2005-07-25More IHNM differencesEugene Sandulenko
svn-id: r18582
2005-07-24Removed "const" to silence GCC warning. I don't know if GCC was right orTorbjörn Andersson
wrong to warn, but it annoyed me. svn-id: r18581
2005-07-24Fixed regression that broke IHNM intro animation.Torbjörn Andersson
svn-id: r18580
2005-07-24assign sf94 nameAndrew Kurushin
svn-id: r18579
2005-07-23Allow multiple resource contexts of the same type. IHNM has serveralTorbjörn Andersson
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-21More IHNM differencesEugene Sandulenko
svn-id: r18574
2005-07-21Partially implemented differences in IHNM script functions.Eugene Sandulenko
svn-id: r18573
2005-07-20ite mac demo patch files correctionAndrew Kurushin
svn-id: r18570
2005-07-20Nope, I was mistaken. The Linux patch files are almost - but not quite -Torbjörn Andersson
like the Windows ones. svn-id: r18569