Skip to content

Commit

Permalink
Umoria 5.7.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael R. Cook committed Feb 18, 2018
1 parent 80fb83a commit ae57e68
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,21 @@
## HEAD


## 5.7.10 (2018-02-18)

### Bug Fixes

- `xor_byte` decryption was not being performed correctly on `score.dat` files.
Introduced with commit: 676cdfed6c274279fa889c079e84788adc954cac (`readHighScore()` function).
Note: `game.sav` files were **not affected** by this bug.


### Code

- Delete `constant.h`, moving many constants into `config.h` and the rest into
their related headers. Things are looking pretty ugly at the moment but
perhaps it's a better starting point for further refactoring.
- Change `config.h` to namespace'd constants - probably not a good approach but let's see!
- Change `config.h` to namespace'd constants - perhaps not a good approach but let's see!


## 5.7.9 (2018-01-20)
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 = 9;
constexpr uint8_t CURRENT_VERSION_PATCH = 10;

0 comments on commit ae57e68

Please sign in to comment.