Skip to content

Commit

Permalink
Umoria 5.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael R. Cook committed Nov 5, 2017
1 parent 374b30a commit 43d5d2e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
13 changes: 9 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,20 @@

## HEAD


## 5.7.6 (2017-11-05)

### Bug Fixes

- When compiling on Windows/MinGW, the OS was not being detected correctly.
- Load Cave tiles correctly (lit status values). A previous refactoring broke
loading of pre-5.7 saves.
- Now load cave tiles correctly (the `lit` status values), as a previous
refactoring broke loading of pre-5.7 saves.

### Code

- _Pass by Value_ and _Pass by Reference_ refactoring.
- _Pass by Value_ and _Pass by Reference_ major refactoring.
- Replace "magic numbers" with ENUMs, in `staffs.cpp`.
- Use `Coord_t` instead of `y`/`x` values in various coordinated related functions.


## 5.7.5 (2017-09-05)
Expand Down Expand Up @@ -145,4 +150,4 @@ and macOS.
Umoria is released under a new GPL v2 license. More information is available
on the [free-moria](http://free-moria.sourceforge.net/) website.

All previous changes can be found in the [historical/CHANGELOG](historical/CHANGELOG).
All previous changes can be found in the [historical/CHANGELOG](historical/CHANGELOG).
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,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 = 5;
constexpr uint8_t CURRENT_VERSION_PATCH = 6;

0 comments on commit 43d5d2e

Please sign in to comment.