Documentation is underway. All headers below GuiManager.h have documentation.
Decompression security added. Minor change but fails decompression if the decompressed size goes above the expected size.
In some cases, the decompressed size may go above the expected size by small amounts before failing. Should be no more than 255 bytes.
closes #86
Some functions have been modified to use std::basic_string where it makes since. Not all functions will be replaced as it creates a mess of code. SimpleFile, SimpleDir, and SimpleXML all need to be modified as well before closing the issue.
Some functions have been removed as they are not used and will not be used later.
Other small bug and security fixes along with some quality of life functions.
Documentation is underway. All headers below GuiManager.h have documentation.
Decompression security added. Minor change but fails decompression if the decompressed size goes above the expected size. In some cases, the decompressed size may go above the expected size by small amounts before failing. Should be no more than 255 bytes.
closes #86
Some functions have been modified to use std::basic_string where it makes since. Not all functions will be replaced as it creates a mess of code. SimpleFile, SimpleDir, and SimpleXML all need to be modified as well before closing the issue.
Some functions have been removed as they are not used and will not be used later. Other small bug and security fixes along with some quality of life functions.