Skip to content

Commit d594845

Browse files
committed
updated 1.5.10 release date and its release notes.
1 parent 5e4b72a commit d594845

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

docs/ReleaseNotes

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Hammer of Thyrion (uHexen2) release notes:
22

33
========================================================================
4-
Changes in v1.5.10: (Feb. 15, 2024.)
4+
Changes in v1.5.10: (Dec. 12, 2024.)
55
========================================================================
66

77
This is a minor bug fix and maintenance release:
@@ -13,6 +13,9 @@ This is a minor bug fix and maintenance release:
1313
- Fixed getting stuck with loading plaque upon attempting to load a
1414
bad save from the menu.
1515

16+
- Support for -userdir command line argument to override the hardcoded
17+
user directory in unix builds
18+
1619
- OpenGL: Fixed dark dynamic lights, e.g. when Necromancer uses
1720
invulnerability. (thanks to Shanjaq Astraljam, sf.net bug 48.)
1821

engine/hexen2/quakedef.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
#define HOT_VERSION_MAJ 1
2929
#define HOT_VERSION_MID 5
3030
#define HOT_VERSION_MIN 10
31-
#define HOT_VERSION_REL_DATE "2024-02-15"
31+
#define HOT_VERSION_REL_DATE "2024-12-12"
3232
#define HOT_VERSION_STR STRINGIFY(HOT_VERSION_MAJ) "." STRINGIFY(HOT_VERSION_MID) "." STRINGIFY(HOT_VERSION_MIN)
3333
#define GLQUAKE_VERSION 1.00
3434
#define ENGINE_VERSION 1.29

engine/hexenworld/shared/quakedef.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
#define HOT_VERSION_MAJ 1
2929
#define HOT_VERSION_MID 5
3030
#define HOT_VERSION_MIN 10
31-
#define HOT_VERSION_REL_DATE "2024-02-15"
31+
#define HOT_VERSION_REL_DATE "2024-12-12"
3232
#define HOT_VERSION_STR STRINGIFY(HOT_VERSION_MAJ) "." STRINGIFY(HOT_VERSION_MID) "." STRINGIFY(HOT_VERSION_MIN)
3333
#define GLQUAKE_VERSION 1.00
3434
#define ENGINE_VERSION 0.29

0 commit comments

Comments
 (0)