Fix profiling in Godot 3.4.4
Add logs directory to gitignore
Merge pull request #14 from SylvanSign/patch-1
fix gdunzip.files iteration example in README
fix gdunzip.files iteration example in README
Merge pull request #12 from EIRTeam/optimize_dynamic_block_inflation
Optimize dynamic block inflation
Optimize dynamic block inflation
Bump version number, add CONTRIBUTORS file.
Merge pull request #8 from Ajver/fix/redefined-i
Fixes #7 on Godot 3.2.2 by removing first definitions
Fixes #7 on Godot 3.2.2 by removing first definitions
Fix bug in check for eocd_offset.
Fix a bug regarding Godot 3.2 compatibility.
Godot 3.2beta1 appears to require hexadecimal literals (the characters after "0x) to
be all uppercase, otherwise it throws a parse error.
Make changes to readme, add stuff for making this a proper Godot plugin.
Add "profile" option to Makefile
Add new failing test case for a larger zip file. Small bugfix.
Small readme language changes.