From 9566ef12c4166dcd9ba96bc42ad87c9b5531cf5b Mon Sep 17 00:00:00 2001 From: Denis Pauk Date: Sun, 22 Sep 2024 11:04:44 +0300 Subject: [PATCH] Version bump 8.42RR9 - vk: fixed vulkan call groups, - game: Add ReRelease translated messages (English only) - game: Add Heretic 2 translated message (checked with English only) - game: Anachronox support load entitities decription file, - game: Daikatana support load entitities decription file, - game: SiN show entities with defined models, - renders: Partial support of MDA models (Anachronox), - renders: improved colors of particles, - renders: Fix pcx load code, - renders: Fix maps with 32k+ faces. --- CHANGELOG | 12 ++++++++++++ src/common/header/common.h | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index ee63ee91b..6110dcf56 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,15 @@ +Quake 2 8.42RR9: +- vk: fixed vulkan call groups, +- game: Add ReRelease translated messages (English only) +- game: Add Heretic 2 translated message (checked with English only) +- game: Anachronox support load entitities decription file, +- game: Daikatana support load entitities decription file, +- game: SiN show entities with defined models, +- renders: Partial support of MDA models (Anachronox), +- renders: improved colors of particles, +- renders: Fix pcx load code, +- renders: Fix maps with 32k+ faces. + Quake 2 8.42RR8: - vk: draw alias models as single call, - Support mdr(EliteForce) models support. diff --git a/src/common/header/common.h b/src/common/header/common.h index 0704eb0e6..b41db4aa9 100644 --- a/src/common/header/common.h +++ b/src/common/header/common.h @@ -32,7 +32,7 @@ #include "shared.h" #include "crc.h" -#define YQ2VERSION "8.42RR8" +#define YQ2VERSION "8.42RR9" #define BASEDIRNAME "baseq2" #ifndef YQ2OSTYPE