Skip to content

Commit e764773

Browse files
committed
IVAN version 0.59
1 parent 73d04a8 commit e764773

File tree

4 files changed

+24
-7
lines changed

4 files changed

+24
-7
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ project(ivan CXX C)
44
set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")
55

66
set(VERSION_MAJOR 0)
7-
set(VERSION_MINOR 58)
7+
set(VERSION_MINOR 59)
88
set(PROJECT_VERSION "${VERSION_MAJOR}.${VERSION_MINOR}")
99
#set(VERSION_PATCH 0)
1010
#set(PROJECT_VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")

Main/Source/game.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@
7171

7272
#include "dbgmsgproj.h"
7373

74-
#define SAVE_FILE_VERSION 135 // Increment this if changes make savefiles incompatible
75-
#define BONE_FILE_VERSION 119 // Increment this if changes make bonefiles incompatible
74+
#define SAVE_FILE_VERSION 136 // Increment this if changes make savefiles incompatible
75+
#define BONE_FILE_VERSION 120 // Increment this if changes make bonefiles incompatible
7676

7777
#define LOADED 0
7878
#define NEW_GAME 1

NEWS

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,23 @@
1010
Next version
1111
------------
1212

13+
Version 0.59, released 23rd December 2021
14+
-----------------------------------------
15+
16+
Changes:
17+
* Crafting Skill
18+
* Item light emitation based on volume
19+
* Custom key bindings
20+
* String question history
21+
* Sumo house fix when player gets stuck
22+
* Optional whizz-bang changing menu background
23+
* Various bugs fixed
24+
* New, unknown bugs
25+
* Something about a new world map generator
26+
* Built on Azure (lol in your face m$!!!1!)
27+
* And much more. Visit the forum! https://attnam.com
28+
29+
1330
Version 0.58, released 15th March 2020
1431
--------------------------------------
1532

releasing.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ To do for each release
66
3) Update savefile version, bonefile version or highscore version, as appropriate
77
4) Update NEWS with release date
88
5) Commit the above changes
9-
6) Create a tag in the format `v059` (use the same number as the new version number entered in `CMakeLists.txt`)
9+
6) Create a tag in the format `v060` (use the same number as the new version number entered in `CMakeLists.txt`)
1010
7) Push the above changes including tag to `master`
1111

1212
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
1919

2020
### Things to change around in the code:
2121

22-
- Update the IVAN version number in the root CMakeLists.txt from 0.58 to 0.59, depending on what the next version is
22+
- Update the IVAN version number in the root CMakeLists.txt from 0.59 to 0.60, depending on what the next version is
2323
- Search for "increment" in the project files and increment the number associated with the bone files, savefiles and high score versions etc
2424
- Update this file (releasing.md) to the _next_ release number with the instructions for the next release
2525

@@ -32,7 +32,7 @@ Old instructions for posterity
3232

3333
### Include the following files in a zip folder for each release:
3434

35-
**Folder: IvanWin059**
35+
**Folder: IvanWin060**
3636

3737
**Files = 12**
3838

@@ -110,7 +110,7 @@ Old instructions for posterity
110110

111111
**Subfolder: Script\sound**
112112

113-
### Then commit changes, with the release tag v059
113+
### Then commit changes, with the release tag v060
114114
Tag can be appended to latest commit
115115

116116
### Push changes

0 commit comments

Comments
 (0)