aboutsummaryrefslogtreecommitdiff
path: root/sky/rnc_deco.h
AgeCommit message (Collapse)Author
2005-02-11Make rnc unpacker a member of Disk class so it reuses the same object, and ↵Joost Peters
change rnc code to only build the crc table once instead of for every unpack operation. This should speed it up a bit. svn-id: r16771
2005-01-01Updated copyrightMax Horn
svn-id: r16398
2004-03-13some cleanupJoost Peters
svn-id: r13263
2004-01-06updated copyright noticeMax Horn
svn-id: r12176
2004-01-03Introduce namespace 'Sky'Max Horn
svn-id: r12099
2003-10-05renamed SkyState to SkyEngine; cleaned the #include dependency mess a bit ↵Max Horn
(try to only #include files when you *have* to -> this reduces compilation time to a minimum when header file changes are made) svn-id: r10622
2003-07-06add const qualifierMax Horn
svn-id: r8818
2003-03-06Major cleanup in rnc_deco.cpp, is now a seperate RncDecoder class, modified ↵Joost Peters
disk.cpp to use the class + added rnc_deco.h svn-id: r6712