aboutsummaryrefslogtreecommitdiff
path: root/saga/itedata.cpp
AgeCommit message (Collapse)Author
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 #1256704 "ITE: Wrong text display in German version"Eugene Sandulenko
svn-id: r18657
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-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-07-29WhitespacesEugene Sandulenko
svn-id: r18595
2005-06-17fix screwdriver bugAndrew Kurushin
svn-id: r18403
2005-06-10Fixed sourberry sprite, and probably a couple of others. (The frame numberTorbjörn Andersson
in the original is based on OBJ_EBERRIES, not OBJ_BERRIES.) svn-id: r18370
2005-01-28Combine actordata.cpp and objectdata.cpp into itedata.cpp. These areEugene Sandulenko
ITE specific and from other hand IHNM has these data in resources. svn-id: r16662