File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 11Hammer 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
77This 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments