Skip to content

Commit 7333716

Browse files
committed
Version 29.2
1 parent 49dfbee commit 7333716

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -736,6 +736,12 @@ floodfill crash.
736736
Version 29.1 6/4/14
737737
Fix crash when using BRAY. Possibly fix bugs with setting scale.
738738

739+
Version 29.2 7/5/14
740+
Fix scale setting issue on Linux. Update TPTMP to the latest version. Fix
741+
crash with portals. Simulation and interface updates from tpt++. Moving solids
742+
bounce off walls, go through loop edge mode, and are affected by different
743+
gravity modes. Fix zoom window being drawn on incorrect side sometimes.
744+
739745

740746

741747

includes/defines.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
//VersionInfoEnd
3131

3232
#define MOD_VERSION 29
33-
#define MOD_MINOR_VERSION 1
33+
#define MOD_MINOR_VERSION 2
3434
#define MOD_SAVE_VERSION 19 //This is not the version number of my mod anymore, it's only changed when I change the saving code
35-
#define MOD_BUILD_VERSION 42 //For update checks
35+
#define MOD_BUILD_VERSION 43 //For update checks
3636
#define BETA_VERSION 89
3737
#define BETA_MINOR_VER 2
3838
#define RELEASE_VERSION 89

0 commit comments

Comments
 (0)