From 19f6e5df6262a245a1e9c0a3b3b04c7720c50988 Mon Sep 17 00:00:00 2001 From: Denis Pauk Date: Sat, 27 Apr 2024 00:17:42 +0300 Subject: [PATCH] Version bump 8.31RR7 * Rework map load logic, * Support SiN map load, * Support track names, * Support N64 flags, * SDL3 build support (by Yamagi), * Fixes for sort render (by dkoreshkov), * Added cvar cl_laseralpha (by BjossiAlfreds), * VectorLength reduces complexity (by devnexen), * Sync with latest yquake 2 code. --- CHANGELOG | 10 ++++++++++ src/common/header/common.h | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 40b20e11..f9596f61 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,13 @@ +Quake 2 8.31RR7: +- Rework map load logic, +- Support SiN map load, +- Support track music names, +- Support N64 render flags, +- SDL3 build support (by Yamagi), +- Fixes for sort render (by dkoreshkov), +- Added cvar cl_laseralpha (by BjossiAlfreds), +- VectorLength reduces complexity (by devnexen), +- Sync with latest yquake 2 code. Quake 2 8.31RR6: - renders: fix BSPX lightmaps (by BraXi) - Rename functions r_dlightframecount parameter to lightframecount (by BraXi) diff --git a/src/common/header/common.h b/src/common/header/common.h index c171a422..4b4264c3 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.31RR6" +#define YQ2VERSION "8.31RR7" #define BASEDIRNAME "baseq2" #ifndef YQ2OSTYPE