From e764773fbbaf76ae8470838a2a296a1d61675e64 Mon Sep 17 00:00:00 2001 From: fejoa <6005108+fejoa@users.noreply.github.com> Date: Thu, 23 Dec 2021 16:52:26 +1300 Subject: [PATCH] IVAN version 0.59 --- CMakeLists.txt | 2 +- Main/Source/game.cpp | 4 ++-- NEWS | 17 +++++++++++++++++ releasing.md | 8 ++++---- 4 files changed, 24 insertions(+), 7 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7f60058b2..e2358bad4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ project(ivan CXX C) set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake") set(VERSION_MAJOR 0) -set(VERSION_MINOR 58) +set(VERSION_MINOR 59) set(PROJECT_VERSION "${VERSION_MAJOR}.${VERSION_MINOR}") #set(VERSION_PATCH 0) #set(PROJECT_VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}") diff --git a/Main/Source/game.cpp b/Main/Source/game.cpp index 4e551d084..321449fd4 100644 --- a/Main/Source/game.cpp +++ b/Main/Source/game.cpp @@ -71,8 +71,8 @@ #include "dbgmsgproj.h" -#define SAVE_FILE_VERSION 135 // Increment this if changes make savefiles incompatible -#define BONE_FILE_VERSION 119 // Increment this if changes make bonefiles incompatible +#define SAVE_FILE_VERSION 136 // Increment this if changes make savefiles incompatible +#define BONE_FILE_VERSION 120 // Increment this if changes make bonefiles incompatible #define LOADED 0 #define NEW_GAME 1 diff --git a/NEWS b/NEWS index bbce5336a..a501f9a55 100644 --- a/NEWS +++ b/NEWS @@ -10,6 +10,23 @@ Next version ------------ +Version 0.59, released 23rd December 2021 +----------------------------------------- + +Changes: +* Crafting Skill +* Item light emitation based on volume +* Custom key bindings +* String question history +* Sumo house fix when player gets stuck +* Optional whizz-bang changing menu background +* Various bugs fixed +* New, unknown bugs +* Something about a new world map generator +* Built on Azure (lol in your face m$!!!1!) +* And much more. Visit the forum! https://attnam.com + + Version 0.58, released 15th March 2020 -------------------------------------- diff --git a/releasing.md b/releasing.md index 4486cfff7..76e6008f6 100644 --- a/releasing.md +++ b/releasing.md @@ -6,7 +6,7 @@ To do for each release 3) Update savefile version, bonefile version or highscore version, as appropriate 4) Update NEWS with release date 5) Commit the above changes -6) Create a tag in the format `v059` (use the same number as the new version number entered in `CMakeLists.txt`) +6) Create a tag in the format `v060` (use the same number as the new version number entered in `CMakeLists.txt`) 7) Push the above changes including tag to `master` A zip file should appear later, on the release page. The binary is compiled with static linking, therefore, no dynamic link libraries are shipped. @@ -19,7 +19,7 @@ Old instructions for posterity ### Things to change around in the code: - - Update the IVAN version number in the root CMakeLists.txt from 0.58 to 0.59, depending on what the next version is + - Update the IVAN version number in the root CMakeLists.txt from 0.59 to 0.60, depending on what the next version is - Search for "increment" in the project files and increment the number associated with the bone files, savefiles and high score versions etc - Update this file (releasing.md) to the _next_ release number with the instructions for the next release @@ -32,7 +32,7 @@ Old instructions for posterity ### Include the following files in a zip folder for each release: -**Folder: IvanWin059** +**Folder: IvanWin060** **Files = 12** @@ -110,7 +110,7 @@ Old instructions for posterity **Subfolder: Script\sound** -### Then commit changes, with the release tag v059 +### Then commit changes, with the release tag v060 Tag can be appended to latest commit ### Push changes