From a90057cf27ce494a7151e7bd675f38b27967a071 Mon Sep 17 00:00:00 2001 From: Michael Cook Date: Sun, 27 Nov 2016 23:10:25 +0100 Subject: [PATCH] Updates to prepare for 5.7.0 release --- CHANGELOG.md | 6 ++++-- data/splash.hlp | 2 +- data/version.hlp | 39 ++++++++++++++++++--------------------- makefile | 4 ---- 4 files changed, 23 insertions(+), 28 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04e573ae..0fceccd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Umoria Change log -## HEAD 5.7.0-beta +## 5.7.0 (2016-11-27) Lots of code clean-up and standardization, along with removing support for outdated systems. The main feature of this release is support for Windows @@ -8,7 +8,9 @@ and macOS. ### Notable changes -- **Windows**, **macOS** and **Ubuntu** (Debian Linux) support. +- **Windows**, **macOS** and **Linux** support. +- Renaming binary from `moria` to `umoria`, save file to `game.sav`, + and scores to `scores.dat`. - Use `clang-format`/`-tidy` to clean up the code formatting. - Moves all standard library header includes into one file. - Replaces custom types (e.g. `int8u`, `int16u`, etc.) with their equivalent diff --git a/data/splash.hlp b/data/splash.hlp index 615b559a..87d86272 100644 --- a/data/splash.hlp +++ b/data/splash.hlp @@ -10,7 +10,7 @@ ## ## ## ## ## ## ## ## ## ## ## ####### ## ## ####### ## ## #### ## ## - Umoria v5.7.0-beta + Umoria v5.7.0 diff --git a/data/version.hlp b/data/version.hlp index 6571822f..406f0830 100644 --- a/data/version.hlp +++ b/data/version.hlp @@ -1,17 +1,17 @@ - Umoria 5.7-beta - - Version 5.7b : 2016-11-09 - Version 5.6 : 2015-03-03 - Version 5.5 : 1992-08-12 - Version 5.4 : 1991-10-12 - Version 5.3 : 1991-03-25 - Version 5.2 : 1991-05-09 - Version 5.0 : 1989-11-02 - Version 4.87 : 1988-05-27 - Version 4.85 : 1987-10-26 - Version 4.83 : 1987-05-14 - -Moria Restoration Project, developed and maintained by Michael R. Cook. + Umoria 5.7.0 + + Version 5.7.0 : 2016-11-27 + Version 5.6 : 2015-03-03 + Version 5.5 : 1992-08-12 + Version 5.4 : 1991-10-12 + Version 5.3 : 1991-03-25 + Version 5.2 : 1991-05-09 + Version 5.0 : 1989-11-02 + Version 4.87 : 1988-05-27 + Version 4.85 : 1987-10-26 + Version 4.83 : 1987-05-14 + +Umoria 5.7 developed and maintained by Michael R. Cook. Bug reports and contributions can be made to the Umoria repository: https://github.com/dungeons-of-moria/umoria @@ -21,7 +21,7 @@ Umoria maintainer: David J. Grabiner Umoria is free software, released under the GPL v2 license. - VMS Moria Version 4.8 + VMS Moria Version 4.8 Version 4.0 : 1985-01-20 Version 3.0 : 1984-11-20 @@ -61,10 +61,7 @@ Scott Kolodzieski - Atari ST port for Gnu C Hildo Biersma - Atari ST port for Turbo C Ben Schreiber - Macintosh port for Think C -Copyright (c) 1989-94 James E. Wilson, Robert A. Keoneke - -Umoria is free software, and you are welcome to distribute it -under certain conditions; for details, type control-V. +Copyright (c) Robert A. Koeneke, James E. Wilson, David J. Grabiner -Umoria comes with ABSOLUTELY NO WARRANTY; for details, -type control-V and view sections 15-17 of the License. +Umoria is free software released under the GPL v2 license and comes +with ABSOLUTELY NO WARRANTY. Read the LICENSE for full details. diff --git a/makefile b/makefile index 5f8f4df8..b57eb35b 100644 --- a/makefile +++ b/makefile @@ -6,10 +6,6 @@ BINDIR = ~/umoria LIBDIR = ~/umoria/data -# We're installing to home directory so no need for these settings -# OWNER = michael -# GROUP = staff - # Game binary name. e.g `moria` or `umoria`. TARGET = umoria