aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction
AgeCommit message (Expand)Author
2007-03-10got rid of calls to close() since streams and archives clean after themselvesNicola Mettifogo
2007-03-08deleted useless codeNicola Mettifogo
2007-03-04fixed regression: background used to get broken when items were picked upNicola Mettifogo
2007-03-04made loadScript and loadLocation benefit from Script's ability to dispose of ...Nicola Mettifogo
2007-03-04made Script optionally take ownership and dispose input textNicola Mettifogo
2007-03-04wrapped loader routines into a new class named Disk. The new class is also re...Nicola Mettifogo
2007-03-04no more overloading for loadBackgroundNicola Mettifogo
2007-03-04hid mask and path loading details from the engine, so it is now independent f...Nicola Mettifogo
2007-03-04separated slide from scenery loading to take care of filename aliasesNicola Mettifogo
2007-03-04moved background loading into disk.cppNicola Mettifogo
2007-03-04moved platform-dependant resource loading routines into disk.cppNicola Mettifogo
2007-03-04replaced memAlloc/memFree with standard malloc/freeNicola Mettifogo
2007-03-03removed common-case code from loadBackgroundNicola Mettifogo
2007-03-03loadBackground simplified: palette cycling is still broken, thoughNicola Mettifogo
2007-03-03corrected parsing of LOCATION commandNicola Mettifogo
2007-03-02added loaders for static images like pickable items and for characters framesNicola Mettifogo
2007-03-02fix broken buildNicola Mettifogo
2007-03-02added Script loader routineNicola Mettifogo
2007-03-02enforced convention on loader names: load[ItemType]Nicola Mettifogo
2007-03-02added inventory objects loader routineNicola 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 openLocation as loader for location scripts resourcesNicola Mettifogo
2007-03-02oops forgot to add fileNicola Mettifogo
2007-03-02added openTalk as loader for talk resourcesNicola Mettifogo
2007-03-02corrected error messageNicola Mettifogo
2007-02-27changed font handling:Nicola Mettifogo
2007-02-25made Archive inherit from SeekableReadStream instead of File since write capa...Nicola Mettifogo
2007-02-25Fix warningsMax Horn
2007-02-25made Archive inherit from Common::File, added some methods to comply to inter...Nicola Mettifogo
2007-02-25made Archive behave more like Common::File, preparing for inheritanceNicola Mettifogo
2007-02-25wrapped archive routines into a new class named Archive. File-level static va...Nicola Mettifogo
2007-02-25oops. Forgot the very last reference.Nicola Mettifogo
2007-02-25got rid of ArchievedFile. Since only one single file is being read from the a...Nicola Mettifogo
2007-02-24Use AGDS feature for specifying demosEugene Sandulenko
2007-02-24nippon safes demo is English, not FrenchNicola Mettifogo
2007-02-24Set the extra field for the Amiga demo, to just 'demo', since the language an...Travis Howell
2007-02-24ArchiveFile's details are now known only to archive codeNicola Mettifogo
2007-02-24french amiga demo is now recognized (not playable yet)Nicola Mettifogo
2007-02-23Fix fixed spelling :)Max Horn
2007-02-23Fix spelling.Eugene Sandulenko
2007-02-21Add support for MIDI music. THough the music is not yet heard sinceEugene Sandulenko
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-20cleanup and small fixesNicola Mettifogo
2007-02-20animation scripts are now parsed through the same pipeline used for location ...Nicola Mettifogo
2007-02-19first step in parser simplificationNicola Mettifogo
2007-02-19a little more refactoringNicola Mettifogo
2007-02-19refactoringNicola Mettifogo
2007-02-19a little bit of fiddling to expose similarities between routinesNicola Mettifogo