aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/disk.cpp
AgeCommit message (Expand)Author
2007-03-18Made loadStatic return a new StaticCnv instead of accepting a parameter. All ...Nicola Mettifogo
2007-03-18Made loadFrames return a new Cnv instead of accepting a parameter.Nicola Mettifogo
2007-03-18Made loadFont return a new Cnv instead of accepting a parameter.Nicola Mettifogo
2007-03-18Made 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-18Made loadHead return a new Cnv instead of accepting a parameter.Nicola Mettifogo
2007-03-18Made loadTalk return a new Cnv instead of accepting a parameter.Nicola Mettifogo
2007-03-15moved remaining background related functions to disk.cpp, and changed Gfx acc...Nicola Mettifogo
2007-03-12moved background path buffer management into walk.cppNicola Mettifogo
2007-03-12renamed Graphics class to Gfx and Parallaction::_graphics to Parallaction::_g...Nicola Mettifogo
2007-03-11Disk is now completely responsible for retrieving localized location scriptsNicola Mettifogo
2007-03-10changed kEngineMiniDonna to a more appropriate kEngineTransformedDonnaNicola Mettifogo
2007-03-10simplified character mode handlingNicola Mettifogo
2007-03-10some refactoringNicola Mettifogo
2007-03-10fixed regression: head and talks are now loaded only for real characters, i.e...Nicola Mettifogo
2007-03-10Silence MSVC8 warnings.Eugene Sandulenko
2007-03-10got rid of calls to close() since streams and archives clean after themselvesNicola Mettifogo
2007-03-04made loadScript and loadLocation benefit from Script's ability to dispose of ...Nicola Mettifogo
2007-03-04wrapped loader routines into a new class named Disk. The new class is also re...Nicola Mettifogo
2007-03-04no more overloading for loadBackgroundNicola Mettifogo
2007-03-04hid mask and path loading details from the engine, so it is now independent f...Nicola Mettifogo
2007-03-04separated slide from scenery loading to take care of filename aliasesNicola Mettifogo
2007-03-04moved background loading into disk.cppNicola Mettifogo
2007-03-04moved platform-dependant resource loading routines into disk.cppNicola Mettifogo
2007-03-02added loaders for static images like pickable items and for characters framesNicola Mettifogo
2007-03-02added Script loader routineNicola Mettifogo
2007-03-02enforced convention on loader names: load[ItemType]Nicola Mettifogo
2007-03-02added inventory objects loader routineNicola Mettifogo
2007-03-02changed every font name to be platform independent, added font loader routineNicola Mettifogo
2007-03-02replaced calls to loadExternalStaticCnv with separate loaders for Head and Po...Nicola Mettifogo
2007-03-02added openLocation as loader for location scripts resourcesNicola Mettifogo
2007-03-02oops forgot to add fileNicola Mettifogo