Skip to content

Commit

Permalink
Version bump 8.31RR7
Browse files Browse the repository at this point in the history
 * 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.
  • Loading branch information
0lvin committed Apr 26, 2024
1 parent dfb1818 commit 19f6e5d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion src/common/header/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#include "shared.h"
#include "crc.h"

#define YQ2VERSION "8.31RR6"
#define YQ2VERSION "8.31RR7"
#define BASEDIRNAME "baseq2"

#ifndef YQ2OSTYPE
Expand Down

0 comments on commit 19f6e5d

Please sign in to comment.