Fixed random garbage produced by iff2html with personglobals.iff due to one of the STR# chunks (animation) not specifying its PairCount.

Also added filesize and md5 statistics and support for CTSS, FAMs, and TTAs chunks.
This commit is contained in:
Fatbag 2012-03-13 18:58:17 -05:00
parent 64fddcf78e
commit b746dbe407
5 changed files with 370 additions and 11 deletions

View file

@ -3,6 +3,7 @@ project(iff2html)
set(IFF2HTML_SOURCES
iff2html.c
md5.c
)
include_directories(${CMAKE_SOURCE_DIR}/Libraries/FileHandler)