This commit is contained in:
Zeno Rogue 2018-06-18 17:54:38 +02:00
parent 529befd359
commit 09c2a2096b
2 changed files with 22 additions and 4 deletions

View File

@ -2490,7 +2490,25 @@ non-game:
- pushing a thumper through a stranded boat is no longer allowed
- fixed a bug with pushing Thumpers through tentacles
2018.06.14 16:39
2018.06.14 16:39 Update 10.4c
- fixed viewing the "past challenges"
- fixed a bug which sometimes caused current scores to be copied to past challenge leaderboards.
2018.06.18 17:49 Update 10.4d
- no more ambushes when summoning orbs in the Hunting Grounds (this problem affects the current Strange Challenge in a very negative way IMO, so I have removed the scores so far)
- Land validity is displayed when selecting geometry after selecting land. Validity message appears in the geom-exp menu.
- movement animations now work in quotient geometries
- Rock Snakes from the Snake Nest now keep their colors in other lands
- more Ivy in the Jungle in Goldberg geometries
- fixed problems with computing distances in non-standard tori
- creating Mimics in the map editor now works correctly
- fixed saving the full texture
- fixed some problems with adjusting textures to Goldberg geometries in the texture mode; improved the delayed pixel drawing

View File

@ -2,9 +2,9 @@
// It is quite chaotic.
// version numbers
#define VER "10.4c"
#define VERNUM 10403
#define VERNUM_HEX 0xA0B3
#define VER "10.4d"
#define VERNUM 10404
#define VERNUM_HEX 0xA0B4
#include <stdarg.h>