Age | Commit message (Expand) | Author |
2007-05-13 | cleanup | Nicola Mettifogo |
2007-05-12 | New debug strings and levels. | Nicola Mettifogo |
2007-05-01 | Implemented a IFF (Interchange File Format) parser and added subclasses to pa... | Nicola Mettifogo |
2007-04-27 | Refactored music code for dos version and added music to Amiga versions. | Nicola Mettifogo |
2007-04-23 | Improvements on background masking in Amiga versions (not yet perfect, though), | Nicola Mettifogo |
2007-04-23 | Simplified loading of background resources for Amiga. | Nicola Mettifogo |
2007-04-16 | Now 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-11 | Implemented palette animation to Amiga version of Nippon Safes. | Nicola Mettifogo |
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-02 | miscellaneous improvements for amiga | Nicola Mettifogo |
2007-04-02 | - slightly improved mask for amiga (not perfect yet) | Nicola Mettifogo |
2007-04-01 | Renamed classes for consistency. | 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 | Added code for resource loading and fixed the bug having Amiga demo crashing.... | 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-28 | Overhaul of palette management to bring it back to its original form. Gfx pal... | Nicola Mettifogo |
2007-03-27 | added code to load amiga background slides | 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 | moved background path buffer management into walk.cpp | 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-10 | changed kEngineMiniDonna to a more appropriate kEngineTransformedDonna | Nicola Mettifogo |
2007-03-10 | simplified character mode handling | Nicola Mettifogo |
2007-03-10 | some refactoring | Nicola Mettifogo |
2007-03-10 | fixed regression: head and talks are now loaded only for real characters, i.e... | Nicola Mettifogo |
2007-03-10 | Silence MSVC8 warnings. | Eugene Sandulenko |
2007-03-10 | got rid of calls to close() since streams and archives clean after themselves | 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-04 | moved platform-dependant resource loading routines into disk.cpp | Nicola Mettifogo |
2007-03-02 | added loaders for static images like pickable items and for characters frames | Nicola Mettifogo |