aboutsummaryrefslogtreecommitdiff
path: root/saga
AgeCommit message (Collapse)Author
2005-08-15Fix bug #1258479 "ITE: Graphical glitches in wildcat tribe"Eugene Sandulenko
svn-id: r18688
2005-08-13Fix bug #1258537 "ITE: Introduction text is black"Eugene Sandulenko
svn-id: r18677
2005-08-13Make IHNM demo go little further (still crashes at initialization). AddEugene Sandulenko
spanish version of IHNM. svn-id: r18676
2005-08-13fix bug #1254000 ITE: Actors duplicated at chasm sceneAndrew Kurushin
svn-id: r18675
2005-08-13Fix bug #1257542 "ITE: Sounds do not stop after quitting scene". ThoughEugene Sandulenko
There is a big problem in sound code. It is written with only one SFX and only one Voice playing at the same time in mind which is not the case. This should be rewritten so there are more than 2 sound handles. svn-id: r18674
2005-08-13Fixe bug #1257869 "ITE: Crash when viewing the map"Eugene Sandulenko
svn-id: r18673
2005-08-12Fix bug #1257530 "ITE: Mouse pointer visible during cutscenes"Eugene Sandulenko
svn-id: r18672
2005-08-12Fix bug #1257459 "ITE: Game crashes at airport"Eugene Sandulenko
svn-id: r18671
2005-08-12Fix bug #1257309 "ITE: Invalid read during startup"Eugene Sandulenko
svn-id: r18669
2005-08-11Fix bug #1257033 "ITE: Map music briefly plays when loading game at sanctuary"Eugene Sandulenko
svn-id: r18668
2005-08-11Fix bug #1257016 "ITE: crashes in dogs castle labyrinth"Eugene Sandulenko
svn-id: r18667
2005-08-11Clarify message about unknown MD5 and don't make false alarms.Eugene Sandulenko
svn-id: r18666
2005-08-11Fix bug #1256368 "ITE: Black pixels drawn as white at sanctuary gate"Eugene Sandulenko
svn-id: r18665
2005-08-11Fix bugs #1256398 "ITE: Clicking doesn't skip dialogue"Eugene Sandulenko
svn-id: r18660
2005-08-11Translate excuse messages and make them work on floppy versions. EarlierEugene Sandulenko
it just crashed there. svn-id: r18659
2005-08-11Fix bug #1256701 "ITE: Crashes during conversations"Eugene Sandulenko
svn-id: r18658
2005-08-11Fix bug #1256704 "ITE: Wrong text display in German version"Eugene Sandulenko
svn-id: r18657
2005-08-11More debug output for IHNMEugene Sandulenko
svn-id: r18656
2005-08-10More IHNM fixes. Now it tries to start Ellen part but crashes at invalidEugene Sandulenko
opcode because it tries to execute string data. svn-id: r18654
2005-08-10fixed iso convertion Rif positionAndrew Kurushin
add some IHNM panels svn-id: r18652
2005-08-10Improved debug output on stub script functions.Eugene Sandulenko
Impelmented sfSetSpeechBox, though it is not yet functional. svn-id: r18651
2005-08-10Rename event types to comply with our standards.Eugene Sandulenko
svn-id: r18647
2005-08-10Reanme more minor struct to comply with our naiming standards.Eugene Sandulenko
svn-id: r18646
2005-08-10Rename Actor class members to _members.Eugene Sandulenko
svn-id: r18645
2005-08-10EVENT -> EventEugene Sandulenko
svn-id: r18644
2005-08-10Implement part of chapter selection panel.Eugene Sandulenko
svn-id: r18643
2005-08-09o Fix some game parameters for IHNMEugene Sandulenko
o Load voices LUT for IHNM svn-id: r18640
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