This commit is contained in:
Zeno Rogue 2018-11-20 19:01:35 +01:00
parent 2731367b5d
commit 98a5fdb556
2 changed files with 6 additions and 3 deletions

View File

@ -2798,3 +2798,6 @@ Other:
fixed some bugs which sometimes caused us to go through walls
- fixed some cases where the record feature would not record anything
- half-plane and band models are now computed on the GPU side (and thus these models are now rendered at high fps -- will be important in the upcoming racing mode) (in 2D only for now)
2019.11.20 17:59 Update 10.5a
- fix a bug with Hypersian Rug rendering

View File

@ -2,9 +2,9 @@
// It is quite chaotic.
// version numbers
#define VER "10.5"
#define VERNUM 10500
#define VERNUM_HEX 0xA500
#define VER "10.5a"
#define VERNUM 10501
#define VERNUM_HEX 0xA501
#include <stdarg.h>