mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-13 00:24:44 +00:00
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.
This commit is contained in:
parent
36011a51c4
commit
9566ef12c4
2 changed files with 13 additions and 1 deletions
12
CHANGELOG
12
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.
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
#include "shared.h"
|
||||
#include "crc.h"
|
||||
|
||||
#define YQ2VERSION "8.42RR8"
|
||||
#define YQ2VERSION "8.42RR9"
|
||||
#define BASEDIRNAME "baseq2"
|
||||
|
||||
#ifndef YQ2OSTYPE
|
||||
|
|
Loading…
Reference in a new issue