Skip to content

Commit

Permalink
11.3f
Browse files Browse the repository at this point in the history
  • Loading branch information
zenorogue committed Mar 25, 2020
1 parent c3928fd commit bcc96ff
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3868,3 +3868,12 @@ Geometries:
- fire-related orbs are now useless in Wetland
- Orb of the Fish is no longer useless in Wetland and Frog Park
- some 3D models were created incorrectly in S2xE geometry (they were asymmetrical)

2020-03-25 13:51 Update 11.3f:
- updated the number of lands given in a slide of the Guided Tour
- fixed a serious bug (it caused crashes in Solv racing, but it could cause other issues too)
- fixed two bugs in inverse_exp in Solv (one caused wobbling, other caused possible crashes)
- fixed the interaction of Orb of Chaos and Orb of Time
- fixed a crash in paracompact honeycombs
- fixed a crash bug in {4,3,5}
- fixed a (broken) help screen displayed when mousing over another land in the Guided Tour
4 changes: 2 additions & 2 deletions hyper.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
#define _HYPER_H_

// version numbers
#define VER "11.3e"
#define VERNUM_HEX 0xA825
#define VER "11.3f"
#define VERNUM_HEX 0xA826

#include "sysconfig.h"

Expand Down

0 comments on commit bcc96ff

Please sign in to comment.