mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-14 08:51:19 +00:00
Version bump 8.42RR10
This commit is contained in:
parent
fc2d44f43c
commit
ba89fa6ca6
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
Quake 2 8.42RR10:
|
||||||
|
- client: updated console logic,
|
||||||
|
- game: Update default entities descriptor file,
|
||||||
|
- game: Add hack for next level change in q64/outpost
|
||||||
|
- game: Restore flame effect, currently used only as torch fire in
|
||||||
|
Heretic 2 fire as example.
|
||||||
|
|
||||||
Quake 2 8.42RR9:
|
Quake 2 8.42RR9:
|
||||||
- vk: fixed vulkan call groups,
|
- vk: fixed vulkan call groups,
|
||||||
- game: Add ReRelease translated messages (English only)
|
- game: Add ReRelease translated messages (English only)
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
#include "shared.h"
|
#include "shared.h"
|
||||||
#include "crc.h"
|
#include "crc.h"
|
||||||
|
|
||||||
#define YQ2VERSION "8.42RR9"
|
#define YQ2VERSION "8.42RR10"
|
||||||
#define BASEDIRNAME "baseq2"
|
#define BASEDIRNAME "baseq2"
|
||||||
|
|
||||||
#ifndef YQ2OSTYPE
|
#ifndef YQ2OSTYPE
|
||||||
|
|
Loading…
Reference in a new issue