Current News
Archived News
Search News
Discussion Forum


Old Forum
Install Programs More Downloads...
Troubleshooting
Source Code
Format Specs.
Misc. Information
Non-SF Stuff
Links




authorShadowFlare <blakflare@hotmail.com>
Fri, 18 Dec 2009 11:54:17 +0000 (04:54 -0700)
committerShadowFlare <blakflare@hotmail.com>
Fri, 18 Dec 2009 12:12:49 +0000 (05:12 -0700)
commit7214af3eb69acdaef221c1846157ed07438bd0c1
tree75e88dcb2f0412fc601aab8c816f4e7620ba64b9
parent1c63ef2a5d9f881e1006c4c674a81cebd9596c5e
Code reorganization

- Moved hashing, encryption, and decryption to MpqCrypt.cpp
- Moved hash table writes to separate function in MpqHashTable.cpp
- Moved block table writes to separate function in MpqBlockTable.cpp
- Moved some utility functions to SFUtil.cpp
14 files changed:
MpqBlockTable.cpp [new file with mode: 0644]
MpqBlockTable.h [new file with mode: 0644]
MpqCrypt.cpp [new file with mode: 0644]
MpqCrypt.h [new file with mode: 0644]
MpqHashTable.cpp [new file with mode: 0644]
MpqHashTable.h [new file with mode: 0644]
SFTypes.h
SFUtil.cpp [new file with mode: 0644]
SFUtil.h [new file with mode: 0644]
SFmpqapi.cpp
SFmpqapi.dsp
SFmpqapi.vcproj
SFmpqlib.dsp
SFmpqlib.vcproj