aboutsummaryrefslogtreecommitdiff
path: root/engines/zvision/zfs_archive.cpp
AgeCommit message (Collapse)Author
2013-10-20ZVISION: Style modifing by astyle.Marisa-Chan
2013-10-02ZVISION: Standardize includes order and formatRichieSams
Format is: common/scummsys.h (Only if a .cpp file) header file for this file (Only if a .cpp file) zengine includes other includes, grouped by module
2013-10-02ZVISION: Convert all for-loops to use pre-increment instead of post-incrementRichieSams
2013-10-02ZVISION: Add debug levelsRichieSams
2013-10-02ZVISION: Fix debug typo copy-paste errorRichieSams
2013-08-05ZVISION: Fix memory free mismatch caused by MemoryReadStream using free()richiesams
2013-08-04ZVISION: Replace includes with forward declarationsrichiesams
2013-08-04ZVISION: Remove implicit cast between integer typesrichiesams
2013-08-04ZVISION: Fix includes to use new underscore namesrichiesams
2013-08-04ZVISION: Rename files to use underscores instead of camelCaserichiesams