Skip to content

Commit

Permalink
Update version to 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnoAnsems committed Apr 26, 2021
1 parent ef63693 commit 8930ef9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Main features:
* Supports all four Catacomb 3D games as included in the Catacombs Pack from GOG.com.
* Supports The Catacomb Abyss version 1.13 (shareware).

Current limitations as of version 0.5.1:
Current limitations as of version 0.5.2:
* No support for game controllers.
* No backwards compatibility with saved games from the original DOS game.

Expand Down Expand Up @@ -59,6 +59,9 @@ Special thanks goes to:
* NY00123 for developing the Reflection Keen source port. The part of Reflection Keen that handles music and sound effects is reused in CatacombGL.

# History
* Version 0.5.2 (2021-04-26) New in this release:
* Fix: prevent empty save and load menu when no saved games available. Reported by Azuris.

* Version 0.5.1 (2021-04-24) New in this release:
* Added the "Demo" to the Catacomb Abyss shareware. The demo is a slideshow that originally served as a preview of the Catacomb Adventure series. It can be accessed via the menu or by pressing F10 in the opening screen.
* Added the "Hints & Solutions" to the Catacomb Adventure series. The Hints & Solutions is a slideshow with top down maps of each level. It is only available in the GOG Catacombs Pack, so not in the shareware version. It can be accessed via the menu.
Expand Down
2 changes: 1 addition & 1 deletion src/Engine/EngineCore.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

const uint8_t versionMajor = 0;
const uint8_t versionMinor = 5;
const uint8_t versionLevel = 1;
const uint8_t versionLevel = 2;
const std::string versionPhase = "Beta";

const uint8_t VictoryStatePlayGetBolt = 0;
Expand Down

0 comments on commit 8930ef9

Please sign in to comment.