Skip to content

Releases: brunoanc/EternalResourceExtractor

v5.0.0

08 Dec 17:42

Choose a tag to compare

Commits

  • a70cad4: Relicense under GPL 3.0 (Bruno Ancona)
  • 7b14d6f: Remove strip section from README (Bruno Ancona)
  • 4d6288a: Initial fix for The Great Circle - IDCL version 0xD (Bruno Ancona)

v4.0.0

10 Aug 23:05
4d7a3e7

Choose a tag to compare

Commits

  • f87760f: Refactoring (Bruno Ancona)
  • 9f8cc86: Add WAD7 extraction support (Bruno Ancona) #3
  • 978448c: Fix compilation on Windows (Bruno Ancona) #3
  • 63eecdc: Update README to mention WAD7 (Bruno Ancona) #3
  • 5022c85: Build statically with Alpine in GitHub workflow (Bruno Ancona) #3
  • a51cbe6: Strip binary with CMake (Bruno Ancona) #3
  • c8958ea: Fix Linux GitHub workflow (Bruno Ancona) #3
  • f3a06cd: Bump version number (Bruno Ancona) #3
  • 1ad5c1a: Fix static build (Bruno Ancona) #3

v3.2.2

28 Jul 00:01

Choose a tag to compare

Commits

  • 81a66ca: Add .deepsource.toml (DeepSource Bot)
  • a0e8500: Update ooz library (Bruno Ancona)

v3.2.1

24 Jan 01:35

Choose a tag to compare

Commits

  • bf2a9e2: Add safe space for decompression (Bruno Ancona)
  • 6fc7824: Bump version number (Bruno Ancona)

v3.2.0

23 Jan 02:31

Choose a tag to compare

Commits

  • 4816310: Move iostream include to main.cpp (PowerBall253)
  • b9e46e6: Remove debug cout (PowerBall253)
  • 7cc6a3c: Consistency (Bruno Ancona)
  • bc5ed82: Add missing fclose (Bruno Ancona)
  • fd04f20: Use ooz for kraken compression (Bruno Ancona)
  • 89a1331: Bump version number (Bruno Ancona)
  • a0cad1e: Update workflow (Bruno Ancona)
  • 8f9a0a0: Fix Windows workflow (Bruno Ancona)

v3.1.0

10 Sep 16:59

Choose a tag to compare

Commits

  • 38d7b84: Formatting (PowerBall253)
  • 8ee29a8: Remove uneeded .gitattributes file (PowerBall253)
  • 9d7ff45: Massive Windows optimizations (PowerBall253)
  • 75c980e: Fix error when extracting empty file on Windows (PowerBall253)
  • 715b56f: Refactoring (PowerBall253)
  • d1160e0: Fix compiling errors on Windows (PowerBall253)
  • e66318d: Fix use of assignment instead of equality (PowerBall253)
  • ed03b63: Move size check above if statement (PowerBall253)

v3.0.0

07 Sep 19:13

Choose a tag to compare

Commits

  • cb96973: Add regex & filter support (PowerBall253) #2
  • 6fb870e: Refactoring (PowerBall253) #2
  • 82b5a06: Fix regex match checking (PowerBall253) #2
  • 28751a4: Add some extra comments (PowerBall253) #2
  • a85ab6b: Improve help message (PowerBall253) #2
  • b5f408c: Test regex against full name (PowerBall253) #2
  • d72ea34: Fix regex filtering causing no files to be extracted (PowerBall253) #2
  • d880d7e: Add comment (PowerBall253) #2
  • be54806: Add --quiet command line option (PowerBall253) #2
  • 92f9e90: Improve help message (PowerBall253) #2
  • d3c9684: Add --quiet option description to README (PowerBall253) #2
  • c8477ba: Fix typo in README (PowerBall253) #2
  • c306f3d: Add argh's license (PowerBall253) #2
  • 0535f2c: Add oodle libraries (PowerBall253)
  • 3a0ea58: Strip linux binary (PowerBall253)
  • 3957192: Add macOS build to workflow (PowerBall253)
  • 34871d5: Add new info to README (PowerBall253)
  • a999ec8: Add oodle header (PowerBall253)
  • b7190d8: Fix workflow (PowerBall253)
  • 58b52df: Add oodle info to README (PowerBall253)
  • 2f2bccd: Add strip command info (PowerBall253)
  • e23b890: Fix CMake error in workflow (PowerBall253)
  • 24af88c: Rename include guards (PowerBall253)
  • 47a1a31: Remove old files from CMakeLists (PowerBall253)
  • 6f4e54b: Add iostream header in oodle.hpp (PowerBall253)
  • d590c33: Formatting (PowerBall253)

v2.1.0

01 Sep 21:05

Choose a tag to compare

Commits

  • 5ed6847: Refactoring (PowerBall253)
  • 67df445: More refactoring (PowerBall253)
  • a2aa217: Fix bad allocation (PowerBall253)
  • 4f1f528: Refactoring (PowerBall253)
  • 03848f8: Fix fopen error (PowerBall253)

v2.0.0

26 Aug 20:21

Choose a tag to compare

Commits

  • f232ad9: Add headers to CMakeLists (PowerBall253)
  • 16a0f4f: Add comments & refactor check_terminal func (Bruno Ancona)
  • ce11317: Add/fix include guards (Bruno Ancona)
  • 8910b4b: Upload reworked c++ source (PowerBall253) #1
  • 75d52a8: Update README (PowerBall253) #1
  • 005dbc8: Add timer (PowerBall253) #1
  • c0fd665: Use mmaped files (PowerBall253) #1
  • c298d7f: Fix segfault (PowerBall253) #1
  • 71b1ee3: Inline read functions (PowerBall253) #1
  • 63a4160: Refactor (PowerBall253) #1
  • e96373e: Move timer start below user input functions (PowerBall253) #1
  • 01f81ce: Use clang-cl for compiling on Windows (PowerBall253) #1
  • 3fb8c82: Remove unused variables (PowerBall253) #1
  • 1a7410d: Remove header (PowerBall253) #1
  • 334a7cf: Open resource file as read only (PowerBall253) #1
  • 7b0cf45: Bump version number (PowerBall253)

v1.3.0

01 Jul 17:17

Choose a tag to compare

Commits

  • 9d5d6be: Add void to no-arg functions (PowerBall253)
  • eb7e0a0: Do not index dll/lib header files (PowerBall253)
  • e171ea6: Zip flags bug fix (PowerBall253)