Skip to content

Releases: net-lisias-kspu/EditorExtensionsRedux

3.4.5.1 (lisias) for KSP >= 1.4

20 Nov 00:05
4be5822
Compare
Choose a tag to compare
  • Using KSPe UI facilities
  • Fixes a MM handling mistake
  • Merging fixes from upstream:
    • 3.4.5
      • 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.1
      • Added code to check for key values for toggleSymMode and toggleAngleSnap being null upon entry, if they are, then it resets to the default (X & C) and saves the settings
    • 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.4.1 (lisias) for KSP >= 1.4

12 Dec 09:02
f21c046
Compare
Choose a tag to compare
  • Fixing a mishap on the settings persistence.

3.4.4.0 (lisias) for KSP >= 1.4

01 Nov 20:24
f6409d8
Compare
Choose a tag to compare
  • Updates KSPe to v2.4 (including toolbar!)
  • Small adjustments on the UI.
  • Merging fixes from upstream
    • Added code from Rememberer mod at mod author @Krazy1 request, remembers the last sort setting for the Editor part list.
    • Fixed fine adjust to dynamically get gizmo offsets. This fixes the broken FineAdjust in 1.11 and is compatible with 1.10.
    • Added default config files for the angle snaps.
    • Added new button to select the stock angle snap defaults
    • Added entry to pop-up menu to reset the mode & snap keys
    • Added new feature activated by default letter B: Centers the vessel horizontally in the editor, and lowers it to 5m high

3.3.19.12 (lisias) for KSP >= 1.4

26 Jan 17:24
Compare
Choose a tag to compare
  • Merging fixes from upstream
    • Fixed issue when detaching a moving part in the editor (while it's snapping)

3.3.19.10 (Lisias) for KSP 1.4 (REISSUE)

24 Oct 10:04
Compare
Choose a tag to compare
  • Merging fixes from upstream
    • fix flickering
  • Adding KSPe hard dependency
    • Using logging facilities
    • Using sandboxed File.IO facilities

3.3.19.6 (lisias) for KSP 1.4.x

08 Aug 14:10
Compare
Choose a tag to compare
  • Moving configurations/settings files to <KSP_ROOT>/PluginData