mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-14 17:01:02 +00:00
Bumped version to 5.30
This commit is contained in:
parent
3cd9c76052
commit
e6646fb1e4
2 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,10 @@
|
||||||
Quake II 5.24 to 5.30:
|
Quake II 5.24 to 5.30:
|
||||||
- Support for Mac OS X was overhauled. (by Jarvik7)
|
- Support for Mac OS X was overhauled. (by Jarvik7)
|
||||||
|
- Overhauled retexturing support, replacing libjpeg with stb_image,
|
||||||
|
adding png support because it was so easy (by caedes).
|
||||||
|
- Fix gamma (was broken in last release)
|
||||||
|
- Fix mouse grabbing (again!)
|
||||||
|
- Add binary directory to game data path
|
||||||
|
|
||||||
Quake II 5.23 to 5.24:
|
Quake II 5.23 to 5.24:
|
||||||
- Fix keyboard layouts in the console.
|
- Fix keyboard layouts in the console.
|
||||||
|
|
|
@ -33,7 +33,7 @@
|
||||||
#include "crc.h"
|
#include "crc.h"
|
||||||
|
|
||||||
/* Should have 4 characters. */
|
/* Should have 4 characters. */
|
||||||
#define YQ2VERSION "5.24"
|
#define YQ2VERSION "5.30"
|
||||||
|
|
||||||
#define BASEDIRNAME "baseq2"
|
#define BASEDIRNAME "baseq2"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue