Age | Commit message (Expand) | Author |
2007-03-04 | fixed regression: background used to get broken when items were picked up | Nicola Mettifogo |
2007-03-04 | made loadScript and loadLocation benefit from Script's ability to dispose of ... | Nicola Mettifogo |
2007-03-04 | made Script optionally take ownership and dispose input text | Nicola Mettifogo |
2007-03-04 | wrapped loader routines into a new class named Disk. The new class is also re... | Nicola Mettifogo |
2007-03-04 | no more overloading for loadBackground | Nicola Mettifogo |
2007-03-04 | hid mask and path loading details from the engine, so it is now independent f... | Nicola Mettifogo |
2007-03-04 | separated slide from scenery loading to take care of filename aliases | Nicola Mettifogo |
2007-03-04 | moved background loading into disk.cpp | Nicola Mettifogo |
2007-03-04 | moved platform-dependant resource loading routines into disk.cpp | Nicola Mettifogo |
2007-03-04 | replaced memAlloc/memFree with standard malloc/free | Nicola Mettifogo |
2007-03-03 | removed common-case code from loadBackground | Nicola Mettifogo |
2007-03-03 | loadBackground simplified: palette cycling is still broken, though | Nicola Mettifogo |
2007-03-03 | corrected parsing of LOCATION command | Nicola Mettifogo |
2007-03-02 | added loaders for static images like pickable items and for characters frames | Nicola Mettifogo |
2007-03-02 | fix broken build | Nicola Mettifogo |
2007-03-02 | added Script loader routine | Nicola Mettifogo |
2007-03-02 | enforced convention on loader names: load[ItemType] | Nicola Mettifogo |
2007-03-02 | added inventory objects loader routine | Nicola Mettifogo |
2007-03-02 | changed every font name to be platform independent, added font loader routine | Nicola Mettifogo |
2007-03-02 | replaced calls to loadExternalStaticCnv with separate loaders for Head and Po... | Nicola Mettifogo |
2007-03-02 | added openLocation as loader for location scripts resources | Nicola Mettifogo |
2007-03-02 | oops forgot to add file | Nicola Mettifogo |
2007-03-02 | added openTalk as loader for talk resources | Nicola Mettifogo |
2007-03-02 | corrected error message | Nicola Mettifogo |
2007-02-27 | changed font handling: | Nicola Mettifogo |
2007-02-25 | made Archive inherit from SeekableReadStream instead of File since write capa... | Nicola Mettifogo |
2007-02-25 | Fix warnings | Max Horn |
2007-02-25 | made Archive inherit from Common::File, added some methods to comply to inter... | Nicola Mettifogo |
2007-02-25 | made Archive behave more like Common::File, preparing for inheritance | Nicola Mettifogo |
2007-02-25 | wrapped archive routines into a new class named Archive. File-level static va... | Nicola Mettifogo |
2007-02-25 | oops. Forgot the very last reference. | Nicola Mettifogo |
2007-02-25 | got rid of ArchievedFile. Since only one single file is being read from the a... | Nicola Mettifogo |
2007-02-24 | Use AGDS feature for specifying demos | Eugene Sandulenko |
2007-02-24 | nippon safes demo is English, not French | Nicola Mettifogo |
2007-02-24 | Set the extra field for the Amiga demo, to just 'demo', since the language an... | Travis Howell |
2007-02-24 | ArchiveFile's details are now known only to archive code | Nicola Mettifogo |
2007-02-24 | french amiga demo is now recognized (not playable yet) | Nicola Mettifogo |
2007-02-23 | Fix fixed spelling :) | Max Horn |
2007-02-23 | Fix spelling. | Eugene Sandulenko |
2007-02-21 | Add support for MIDI music. THough the music is not yet heard since | Eugene Sandulenko |
2007-02-20 | made hi-level parsing routines (Zone, Commands, Dialogue, Animation) rely on ... | Nicola Mettifogo |
2007-02-20 | changed parseComment to use Script stream instead of file | Nicola Mettifogo |
2007-02-20 | cleanup and small fixes | Nicola Mettifogo |
2007-02-20 | animation scripts are now parsed through the same pipeline used for location ... | Nicola Mettifogo |
2007-02-19 | first step in parser simplification | Nicola Mettifogo |
2007-02-19 | a little more refactoring | Nicola Mettifogo |
2007-02-19 | refactoring | Nicola Mettifogo |
2007-02-19 | a little bit of fiddling to expose similarities between routines | Nicola Mettifogo |
2007-02-19 | Fix compilation | Eugene Sandulenko |
2007-02-19 | table routines merged with common engine code | Nicola Mettifogo |