Age | Commit message (Expand) | Author |
2007-03-29 | oops | Nicola 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-28 | Overhaul of palette management to bring it back to its original form. Gfx pal... | Nicola Mettifogo |
2007-03-27 | Fixed palette bug to allow proper display of splash screens, but dos palette ... | Nicola Mettifogo |
2007-03-27 | engine can now handle amiga and dos splash screens | Nicola Mettifogo |
2007-03-27 | added code to load amiga background slides | Nicola Mettifogo |
2007-03-24 | Changed detection of the dreaded 'fr' archive in Nippon Safes Amiga Demo. Thi... | Nicola Mettifogo |
2007-03-24 | Added new class Table, and updated Disk accordingly. Tables can be populated ... | Nicola Mettifogo |
2007-03-24 | made more functions members of Parallaction | Nicola Mettifogo |
2007-03-24 | started infrastructure for amiga demo: | Nicola Mettifogo |
2007-03-24 | - fixed regression bug: one free/delete mismatch | Nicola Mettifogo |
2007-03-22 | unrolled loop in buildWalkPath and renamed some variables | Nicola Mettifogo |
2007-03-22 | Fix warnings | Max Horn |
2007-03-21 | - moved buildWalkPath inner loop into a new function | Nicola Mettifogo |
2007-03-21 | got rid of cryptic pseudo-boolean variable in buildWalkPath | Nicola Mettifogo |
2007-03-20 | replaced some x,y/left,top pairs with Common::Point | Nicola Mettifogo |
2007-03-20 | some refactoring for walking code | Nicola Mettifogo |
2007-03-19 | final version of runDialogue | Nicola Mettifogo |
2007-03-19 | applied De Morgan's law to an expression to expose similarities | Nicola Mettifogo |
2007-03-19 | fixed bug from first decompile | Nicola Mettifogo |
2007-03-19 | refactoring of the main loop of runDialogue, now in a decent shape | Nicola Mettifogo |
2007-03-19 | a bit of refactoring for dialogue code | Nicola Mettifogo |
2007-03-19 | removed most useless (paranoid) debugC | Nicola Mettifogo |
2007-03-19 | made Animation a subclass of Zone (finally!) | Nicola Mettifogo |
2007-03-19 | added member initialization | Nicola Mettifogo |
2007-03-19 | deleted some dead code | Nicola Mettifogo |
2007-03-18 | Fixed warning: warning: base class 'struct Parallaction::Node' should be expl... | Max Horn |
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 | changed DoorData::_cnv to be a pointer, in view of changes to Disk::loadFrames() | Nicola Mettifogo |
2007-03-18 | changed Animation::_cnv to be a pointer, in view of changes to Disk::loadFram... | Nicola Mettifogo |
2007-03-18 | - added constructors for most structs | Nicola Mettifogo |
2007-03-18 | changed code to use WalkNode constructors | Nicola Mettifogo |
2007-03-18 | - Made global Node's (_zones, _animations, _helperNode) and the functions usi... | Nicola Mettifogo |
2007-03-18 | hidden _cnv member of Animation from callers | Nicola Mettifogo |
2007-03-18 | changed remaining stuff to Common::Point and got rid of custom Point and Rect | Nicola Mettifogo |
2007-03-18 | converted DoorData and Zone to Common::Point | Nicola Mettifogo |
2007-03-18 | converted input and labels to Common::Point | Nicola Mettifogo |
2007-03-18 | converted walk routines to use Common::Point | 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-18 | Removed old and commented hack code for Dino in the museum location. | Nicola Mettifogo |
2007-03-18 | extracted more code from runDialogue and renamed some key variables | Nicola Mettifogo |
2007-03-18 | removed unused parameter from Gfx::flatBlitCnv | Nicola Mettifogo |
2007-03-18 | more formatting | Nicola Mettifogo |
2007-03-18 | formatting | Nicola Mettifogo |