mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-27 23:02:08 +00:00
Quake 2 8.42RR8:
- vk: draw alias models as single call, - Support mdr(EliteForce) models support. Merge remote-tracking branch 'yquake2/master'
This commit is contained in:
commit
ab6ce60758
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
Quake 2 8.42RR8:
|
||||||
|
- vk: draw alias models as single call,
|
||||||
|
- Support mdr(EliteForce) models support.
|
||||||
|
|
||||||
Quake 2 8.41RR8:
|
Quake 2 8.41RR8:
|
||||||
- Fix platforms in q64/outpost,
|
- Fix platforms in q64/outpost,
|
||||||
- Add MDR model format support,
|
- Add MDR model format support,
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
#include "shared.h"
|
#include "shared.h"
|
||||||
#include "crc.h"
|
#include "crc.h"
|
||||||
|
|
||||||
#define YQ2VERSION "8.41RR8"
|
#define YQ2VERSION "8.42RR8"
|
||||||
#define BASEDIRNAME "baseq2"
|
#define BASEDIRNAME "baseq2"
|
||||||
|
|
||||||
#ifndef YQ2OSTYPE
|
#ifndef YQ2OSTYPE
|
||||||
|
|
Loading…
Reference in a new issue