diff --git a/CHANGELOG b/CHANGELOG index 40b20e11f..f9596f61b 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 c171a4223..4b4264c3b 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