File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -736,6 +736,12 @@ floodfill crash.
736
736
Version 29.1 6/4/14
737
737
Fix crash when using BRAY. Possibly fix bugs with setting scale.
738
738
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
+
739
745
740
746
741
747
Original file line number Diff line number Diff line change 30
30
// VersionInfoEnd
31
31
32
32
#define MOD_VERSION 29
33
- #define MOD_MINOR_VERSION 1
33
+ #define MOD_MINOR_VERSION 2
34
34
#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
36
36
#define BETA_VERSION 89
37
37
#define BETA_MINOR_VER 2
38
38
#define RELEASE_VERSION 89
You can’t perform that action at this time.
0 commit comments