aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction
AgeCommit message (Expand)Author
2007-04-21- Implemented Amiga halfbrite mode in palette code, though usage is limited t...Nicola Mettifogo
2007-04-18Fixes bug 1702679.Nicola Mettifogo
2007-04-16Fix compilationSven Hesse
2007-04-16Now handling fonts with brand-new Font hierarchy. Amiga font have been implem...Nicola Mettifogo
2007-04-15- Fonts are now preloaded at start.Nicola Mettifogo
2007-04-15Fixed some memory leaks.Nicola Mettifogo
2007-04-11Implemented palette animation to Amiga version of Nippon Safes.Nicola Mettifogo
2007-04-11- Moved Zone and Animation to List<>.Nicola Mettifogo
2007-04-10Moved Jobs to ManagedList. Since Jobs must be ordered according to their prio...Nicola Mettifogo
2007-04-09Cleanup of Zone/Animation removal code. Only the good god of void pointers kn...Nicola Mettifogo
2007-04-09- moved walk code to List<>Nicola Mettifogo
2007-04-09Fixed regression bug in dialogue code.Nicola Mettifogo
2007-04-07Fixed broken implementation of ManagedListNicola Mettifogo
2007-04-07Added new ManagedList class to handle Instruction and Command lists. The same...Nicola Mettifogo
2007-04-07cleanupNicola Mettifogo
2007-04-07Fixed incomplete implementation of Command lists.Nicola Mettifogo
2007-04-07Changed Commands to use List<>Nicola Mettifogo
2007-04-07Explicit constructor invoked when instancing WalkNode.Nicola Mettifogo
2007-04-07Implemented destructors for Question and Answer.Nicola Mettifogo
2007-04-07New struct Answer introduced.Nicola Mettifogo
2007-04-07oops forgot to deallocate List nodes after usageNicola Mettifogo
2007-04-07Added code for ~Command().Nicola Mettifogo
2007-04-07change Program to use a List<> of Instructions instead of a homebrew linked listNicola Mettifogo
2007-04-07Reduced dependency between project files, and prepared defs.h for deletion as...Nicola Mettifogo
2007-04-07Turned free___() routines into proper destructors for Zone, Animation and Pro...Nicola Mettifogo
2007-04-06Enabled lazy removal for Job instances.Nicola Mettifogo
2007-04-06Made Program hold an explicit reference to its set of Instruction(s) instead ...Nicola Mettifogo
2007-04-04Characters now only store the set of frames they actually need. Basically, mi...Nicola Mettifogo
2007-04-03- added a new archive member variable to Disk, to decouple resource archives ...Nicola Mettifogo
2007-04-03- fixed RLEStreamNicola Mettifogo
2007-04-03Reduced code duplication in AmigaDisk by means of a new wrapper class for Arc...Nicola Mettifogo
2007-04-02miscellaneous improvements for amigaNicola Mettifogo
2007-04-02- slightly improved mask for amiga (not perfect yet)Nicola Mettifogo
2007-04-01Renamed classes for consistency.Nicola Mettifogo
2007-04-01- Added a new class RLEDecoder to avoid code duplication in Disk routines.Nicola Mettifogo
2007-04-01Fixed loading of graphics. Now things really look what they are, except the c...Nicola Mettifogo
2007-04-01Added code for resource loading and fixed the bug having Amiga demo crashing....Nicola Mettifogo
2007-04-01Implemented Disk routines for Amiga demo. Font are simulated with boxes, and ...Nicola Mettifogo
2007-04-01Added GF_DEMO flag and ability to load the correct location at start.Nicola Mettifogo
2007-04-01Function changeCharacter is now responsible for loading character specific Zo...Nicola Mettifogo
2007-04-01made Menu use _vm instead of _engineNicola Mettifogo
2007-03-30made menu properly set languageNicola Mettifogo
2007-03-29oopsNicola Mettifogo
2007-03-29- changed Cnv to use a single large buffer for frames instead of small chunks...Nicola Mettifogo
2007-03-29- implemented destructor for Cnv, thus removing calls to Gfx::freeCnv()Nicola Mettifogo
2007-03-28Overhaul of palette management to bring it back to its original form. Gfx pal...Nicola Mettifogo
2007-03-27Fixed palette bug to allow proper display of splash screens, but dos palette ...Nicola Mettifogo
2007-03-27engine can now handle amiga and dos splash screensNicola Mettifogo
2007-03-27added code to load amiga background slidesNicola Mettifogo
2007-03-24Changed detection of the dreaded 'fr' archive in Nippon Safes Amiga Demo. Thi...Nicola Mettifogo