mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-21 12:11:24 +00:00
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.
This commit is contained in:
parent
dfb1818aa9
commit
19f6e5df62
2 changed files with 11 additions and 1 deletions
10
CHANGELOG
10
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)
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
#include "shared.h"
|
||||
#include "crc.h"
|
||||
|
||||
#define YQ2VERSION "8.31RR6"
|
||||
#define YQ2VERSION "8.31RR7"
|
||||
#define BASEDIRNAME "baseq2"
|
||||
|
||||
#ifndef YQ2OSTYPE
|
||||
|
|
Loading…
Reference in a new issue