aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/zone.cpp
AgeCommit message (Expand)Author
2007-03-10character loading/freeing routines now also handle Heads and Talks, instead o...Nicola Mettifogo
2007-03-04wrapped loader routines into a new class named Disk. The new class is also re...Nicola Mettifogo
2007-03-04replaced memAlloc/memFree with standard malloc/freeNicola Mettifogo
2007-03-02added loaders for static images like pickable items and for characters framesNicola Mettifogo
2007-03-02enforced convention on loader names: load[ItemType]Nicola Mettifogo
2007-03-02changed every font name to be platform independent, added font loader routineNicola Mettifogo
2007-03-02replaced calls to loadExternalStaticCnv with separate loaders for Head and Po...Nicola Mettifogo
2007-03-02added openTalk as loader for talk resourcesNicola Mettifogo
2007-02-27changed font handling:Nicola Mettifogo
2007-02-20made hi-level parsing routines (Zone, Commands, Dialogue, Animation) rely on ...Nicola Mettifogo
2007-02-20changed parseComment to use Script stream instead of fileNicola Mettifogo
2007-02-19first step in parser simplificationNicola Mettifogo
2007-02-19fixed regression bug preventing user from interacting with many items, notabl...Nicola Mettifogo
2007-02-17Some indentation and format changes. Mostly replacing spaces with tabs.Torbjörn Andersson
2007-02-17changed some debug levelsNicola Mettifogo
2007-02-17fixed regression bug caused by ZoneTypeData being declared as a struct instea...Nicola Mettifogo
2007-02-10fixed wrong implementation: zones and animations now survive location switche...Nicola Mettifogo
2007-02-04changed handling of zone labels to match original engineNicola Mettifogo
2007-02-01Used Fingolfin's workaround for a bogus (?) warning produced by some versionsTorbjörn Andersson
2007-01-26added more debug messagesNicola Mettifogo
2007-01-15Fixing const related warnings in the parallaction engineMax Horn
2007-01-15fix warningPaweł Kołodziejski
2007-01-14Initial import of Parallaction engineEugene Sandulenko