Skip to content

Commit

Permalink
Umoria 5.7.11
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcook committed Feb 26, 2020
1 parent 8e4a817 commit 5a09155
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
19 changes: 16 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,23 @@
# Umoria CHANGELOG - this file tracks changes since v5.6.0
# Umoria CHANGELOG

Tracking all changes since the 5.6.0 release.


## HEAD

- Rename several `ui_inventory.cpp` functions to avoid name clashes.
- Player ToHit/Armor/Damage Adjustment functions now return int16 types.

## 5.7.11 (2020-02-26)

- Rename several `ui_inventory.cpp` functions to avoid name clashes (bugfix).
- Player ToHit/Armor/Damage Adjustment functions now return `int16` types.
- Minor style changes.
- Various `CMakeLists.txt` updates:
* Allow out-of-source builds.
* Use `configure_file` to set variables in `splash.txt` and `versions.txt`.
* Remove unneeded `make install`.
* Fix for finding ncurses on Linux/macOS.
* GCC 8 support.
- Update `AUTHORS`: add more known features from `-JWT-`.


## 5.7.10 (2018-02-18)
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
// then you must also update the CMakeLists.txt.
constexpr uint8_t CURRENT_VERSION_MAJOR = 5;
constexpr uint8_t CURRENT_VERSION_MINOR = 7;
constexpr uint8_t CURRENT_VERSION_PATCH = 10;
constexpr uint8_t CURRENT_VERSION_PATCH = 11;

0 comments on commit 5a09155

Please sign in to comment.