index
:
Starshatter: The Open Source Project
master
Military space combat simulator
Aki
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
ArchiveEx
/
Archive.cpp
Age
Commit message (
Expand
)
Author
2022-09-17
Path normalization will now remove cwd from relative path
Aki
2022-09-16
Fixed archive entry path on WIN32
Aki
2022-09-11
Archive Find is now case insensitive like originally
Aki
2022-09-11
Added method to retrieve amount of entries in archive
Aki
2022-08-20
Added options to inspect archive content in dat utility
Aki
2022-08-20
Merged on-demand Archive creation to constructor
Aki
2022-08-17
Renamed ArchiveEx namespace
Aki
2022-08-17
Hid Header definition from public archive header
Aki
2022-08-17
Added function to create an empty archive
Aki
2022-08-11
Renamed block map generation method
Aki
2022-08-11
Renamed Insertion and Extraction methods
Aki
2022-08-11
Code now consistently uses unique_ptr for arrays
Aki
2022-08-11
Implemented inserting entries into archive
Aki
2022-08-11
Fixed null-terminated extraction
Aki
2022-08-09
Added methods to inspect blocks in the archive
Aki
2022-08-09
Cleaned-up selected parts of newly added code
Aki
2022-08-08
Added a functionality that enables extracting files by their path
Aki
2022-08-07
Added method to expand stored files
Aki
2022-08-07
Reimplemented part of archive format
Aki