Skip to content

Commit

Permalink
Version bump 8.42RR9
Browse files Browse the repository at this point in the history
- 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.
  • Loading branch information
0lvin committed Sep 22, 2024
1 parent 36011a5 commit 9566ef1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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.
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.42RR8"
#define YQ2VERSION "8.42RR9"
#define BASEDIRNAME "baseq2"

#ifndef YQ2OSTYPE
Expand Down

0 comments on commit 9566ef1

Please sign in to comment.