Releases: aeonios/SpringMapEdit
SpringMapEdit 1.4.3
This is a major bugfix release. The only added features are very minor but the bugs that were fixed are very major:
-fixed whole-map smoothing (no longer crashes)
-saving the metal map now produces the correct orientation.
-typemap editing now works properly and displays type colors as expected.
-the view menu now implements switching between view modes again (useful for placing metal spot textures, etc)
-the heightmap no longer shifts in scale incorrectly after loading/saving.
-the renderer now updates properly when importing a heightmap.
-length and width are no longer reversed when creating a new map.
-max width/length are now set to 30, since larger values run the JVM out of memory.
Note: Had to re-release because the jar file wasn't included in the first release (doh)
SpringMapEdit 1.4.0
This is the first official release from github and it brings major improvements to the SME platform, particularly targeting the GUI.
-SME now uses a single-window interface, which intelligently updates depending on what brushmode you have selected. Interface buttons also no longer steal input control from the main rendering area.
-Camera controls and orientation are greatly improved. You can now zoom in and out with the mousewheel, arrows always pan, and you can reset the camera to the default position/orientation using TAB. "L" is now bound to 'toggle mouselook', and mouselook using the middle mouse button also works much more intuitively than it used to.
-General lighting is much less dim and offensive to look at.
-Lots of bugfixes, basically every feature that is enabled should work correctly and intuitively.
-The terrain smoothing brush in particular should no longer be buggy and should give a much more intuitive response.
-The brush strength slider now changes its scale depending on what brushmode is selected (eg, height brushes use the map maxheight as max value, texture brushes use a scale of 100, etc)
Note: Features (as in trees and things) are currently disabled since the backend has not been cleaned up, does not work with newer model formats, and featuremaps should be replaced by featureplacer anyway.