Releases: linuxgurugamer/EditorExtensionsRedux
Releases · linuxgurugamer/EditorExtensionsRedux
3.4.5
Fixes #30
Finally!!!
Finally found the real problem for the Symmetry and AngleSnap keys get set to null, thanks to @NathenKell for pointing
out what was happening. See full description in EditorExtensionsRedux.cs, line 513
Moved the code to set and reset the key values into methods to eliminate duplicated code and avoid errors
3.4.4
Moved initiation of cached values for the toggles from being initted at class instantiation to in the Start
3.4.3.6
Thanks to forum user @ozraven for this:
Fixed a null ref which occurred when clicking in a debug window
3.4.3.5
Added AssemblyFileVersion
Updated version file for 1.12
Removed some whitespace (formatting issues in code only)
3.4.3.4
Fixed update of Vertical Snap keycode
Added AssemblyFileVersion
3.4.3.3
Updated .version file for min version of KSP to 1.11.1
3.4.3.2
Fixed setting of Rememberer settings when entering the editor a second (and further) times
3.4.3.1
Fixed saving and loading of Rememberer cfg file
3.4.3
Added code from Rememberer mod at mod author @Krazy1 request, remembers the last sort setting for the Editor part list.
Original thread: https://forum.kerbalspaceprogram.com/index.php?/topic/203114-rememberer/&tab=comments#comment-3991624
Minor optimization of Rememberer initialization code
Rememberer is automatically disabled if PRUNE is found
3.4.2
Fixed fine adjust to dynamically get gizmo offsets. This fixes the broken FineAdjust in 1.11 and is compatible with 1.10