aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/intro.cpp
AgeCommit message (Expand)Author
2007-04-15- Fonts are now preloaded at start.Nicola Mettifogo
2007-04-09- moved walk code to List<>Nicola Mettifogo
2007-03-19made Animation a subclass of Zone (finally!)Nicola Mettifogo
2007-03-18- Made global Node's (_zones, _animations, _helperNode) and the functions usi...Nicola Mettifogo
2007-03-17Flattened anonymous union in Zone. Its members have been partially merged.Nicola Mettifogo
2007-03-14removed explicit references to kMask0 since there is only 1 mask availableNicola Mettifogo
2007-03-13enforced use of Common::Rect on all graphic routinesNicola Mettifogo
2007-03-13made hi-level graphics routine use Common::Rect instead of (x,y,w,h) t-uplesNicola Mettifogo
2007-03-12renamed Graphics class to Gfx and Parallaction::_graphics to Parallaction::_g...Nicola Mettifogo
2007-03-02changed every font name to be platform independent, added font loader routineNicola Mettifogo
2007-02-27changed font handling:Nicola Mettifogo
2007-02-21Add support for MIDI music. THough the music is not yet heard sinceEugene Sandulenko
2007-02-17Some indentation and format changes. Mostly replacing spaces with tabs.Torbjörn Andersson
2007-01-14Initial import of Parallaction engineEugene Sandulenko