Age | Commit message (Expand) | Author |
2007-04-07 | Reduced dependency between project files, and prepared defs.h for deletion as... | Nicola Mettifogo |
2007-04-03 | - added a new archive member variable to Disk, to decouple resource archives ... | Nicola Mettifogo |
2007-04-03 | - fixed RLEStream | Nicola Mettifogo |
2007-04-03 | Reduced code duplication in AmigaDisk by means of a new wrapper class for Arc... | Nicola Mettifogo |
2007-04-01 | - Added a new class RLEDecoder to avoid code duplication in Disk routines. | Nicola Mettifogo |
2007-04-01 | Fixed loading of graphics. Now things really look what they are, except the c... | Nicola Mettifogo |
2007-04-01 | Implemented Disk routines for Amiga demo. Font are simulated with boxes, and ... | Nicola Mettifogo |
2007-03-29 | - changed Cnv to use a single large buffer for frames instead of small chunks... | Nicola Mettifogo |
2007-03-24 | Added new class Table, and updated Disk accordingly. Tables can be populated ... | Nicola Mettifogo |
2007-03-24 | started infrastructure for amiga demo: | Nicola Mettifogo |
2007-03-18 | Made loadStatic return a new StaticCnv instead of accepting a parameter. All ... | Nicola Mettifogo |
2007-03-18 | Made loadFrames return a new Cnv instead of accepting a parameter. | Nicola Mettifogo |
2007-03-18 | Made loadFont return a new Cnv instead of accepting a parameter. | Nicola Mettifogo |
2007-03-18 | Made loadObjects return a new Cnv instead of accepting a parameter. | Nicola Mettifogo |
2007-03-18 | - made loadPointer return a new StaticCnv instead of accepting a parameter. | Nicola Mettifogo |
2007-03-18 | Made loadHead return a new Cnv instead of accepting a parameter. | Nicola Mettifogo |
2007-03-18 | Made loadTalk return a new Cnv instead of accepting a parameter. | Nicola Mettifogo |
2007-03-15 | moved remaining background related functions to disk.cpp, and changed Gfx acc... | Nicola Mettifogo |
2007-03-12 | renamed Graphics class to Gfx and Parallaction::_graphics to Parallaction::_g... | Nicola Mettifogo |
2007-03-11 | Disk is now completely responsible for retrieving localized location scripts | Nicola Mettifogo |
2007-03-04 | made loadScript and loadLocation benefit from Script's ability to dispose of ... | 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-02 | added loaders for static images like pickable items and for characters frames | 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 | added openTalk as loader for talk resources | 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 | ArchiveFile's details are now known only to archive code | Nicola Mettifogo |
2007-01-14 | Initial import of Parallaction engine | Eugene Sandulenko |