Age | Commit message (Expand) | Author |
2007-08-09 | Fixed some memory leaks. | Nicola Mettifogo |
2007-08-08 | Removed some duplicated code. | Nicola Mettifogo |
2007-08-07 | Turned StaticCnv struct into stock Graphics::Surface, and changed all relevan... | Nicola Mettifogo |
2007-08-04 | Added routine to restore door backgrounds: this means that backgrounds for do... | Nicola Mettifogo |
2007-07-29 | Cleanup. | Nicola Mettifogo |
2007-07-28 | Should fix bug #1762614. There is a chance some regression glitches appear in... | Nicola Mettifogo |
2007-07-26 | Made screen size parameters properties of engine instead of compile-time cons... | Nicola Mettifogo |
2007-07-15 | Screen update is no more triggered automatically when performing full screen-... | Nicola Mettifogo |
2007-07-02 | Removed special displayBalloonString routine. | Nicola Mettifogo |
2007-07-01 | Introduced new flatBlitCnv to reduce code duplication. | Nicola Mettifogo |
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client fo... | Max Horn |
2007-05-20 | Fixed embarrassing - and old as time - mistake preventing some items from bei... | Nicola Mettifogo |
2007-05-18 | Reverting my last change. | Nicola Mettifogo |
2007-05-16 | Replaced explicit bitmasks with function calls. | Nicola Mettifogo |
2007-05-13 | cleanup | Nicola Mettifogo |
2007-05-06 | Added embryonic debugger, and some adjustments to make basic commands work. | Nicola Mettifogo |
2007-05-01 | Fix compilation (sigh). | Nicola Mettifogo |
2007-05-01 | Implemented a IFF (Interchange File Format) parser and added subclasses to pa... | Nicola Mettifogo |
2007-04-21 | - Implemented Amiga halfbrite mode in palette code, though usage is limited t... | 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-15 | Fixed some memory leaks. | Nicola Mettifogo |
2007-04-11 | - Moved Zone and Animation to List<>. | Nicola Mettifogo |
2007-04-09 | - moved walk code to List<> | Nicola Mettifogo |
2007-04-07 | Added new ManagedList class to handle Instruction and Command lists. The same... | Nicola Mettifogo |
2007-04-07 | cleanup | Nicola Mettifogo |
2007-04-07 | Changed Commands to use List<> | Nicola Mettifogo |
2007-04-07 | Implemented destructors for Question and Answer. | Nicola Mettifogo |
2007-04-07 | Turned free___() routines into proper destructors for Zone, Animation and Pro... | Nicola Mettifogo |
2007-03-29 | - implemented destructor for Cnv, thus removing calls to Gfx::freeCnv() | 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-19 | made Animation a subclass of Zone (finally!) | 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 | changed DoorData::_cnv to be a pointer, in view of changes to Disk::loadFrames() | Nicola Mettifogo |
2007-03-18 | - added constructors for most structs | Nicola Mettifogo |
2007-03-18 | - Made global Node's (_zones, _animations, _helperNode) and the functions usi... | Nicola Mettifogo |
2007-03-18 | converted DoorData and Zone to Common::Point | 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 unused parameter from Gfx::flatBlitCnv | Nicola Mettifogo |
2007-03-18 | fixed usage of reference operator | Nicola Mettifogo |
2007-03-17 | added getRect() to Zone to slightly simplify hitZone condition check | Nicola Mettifogo |
2007-03-17 | renamed structures to be more general | Nicola Mettifogo |
2007-03-17 | added getters for width and height in Zone and Animation | Nicola Mettifogo |
2007-03-17 | Flattened anonymous union in Zone. Its members have been partially merged. | Nicola Mettifogo |
2007-03-17 | - Made Node a superclass for Zone, WalkNode, Command, Instruction, Program an... | Nicola Mettifogo |
2007-03-17 | some renaming to shorten lines | Nicola Mettifogo |
2007-03-17 | gathered character related stuff into a new struct Character, and modified ca... | Nicola Mettifogo |