Releases: Micrologist/MicroEngineer
Releases · Micrologist/MicroEngineer
Micro Engineer 1.3.2
- Fix OAB body dropdown sometimes not being able to select a body
- Change keybind toggle to "CTRL + E" as previous "ALT + E" caused issues with roll trim
Micro Engineer 1.3.1
Micro Engineer 1.3.0
Micro Engineer 1.2.1
Micro Engineer 1.2.0 "UITK overhaul"
UI overhaul: switch from IMGUI to UI Toolkit (UITK):
- New Flight scene windows
- New EditWindows window
- New OAB StageInfo window
Main user feature of UI Toolkit is optimization, as UITK uses events to make changes to the UI, it's not being redrawn several times per frame.
Also, UI will automatically rescale to any resolution user selects.
Other changes:
- "ALT + E" can be used to open in-flight and OAB GUI
- edit windows: double-clicking an entry automatically installs/removes it
- stage info window is now also editable
- if upgrading from a previous version:
- window layout will be reset due to intensive changes made to the UI
- all leftover images in ..\assets\images\ can be safely deleted - except icon.png(!)
Dependencies:
- Space Warp - v1.3.0.3 or later
- UITK for KSP2 - v1.4.0 or later
Developer notes:
- UITK uses asset bundles to load UXML, USS and images. They are located in ..\assets\bundles\microengineer_flightui.bundle & microengineer_oabui.bundle
- UI was created in Unity Editor, version 2020.3.33f1. Source Unity files are located in (github source): ..\UnityProject\
Micro Engineer 1.2.0.RC2
- UI overhaul: switch from IMGUI to UI Toolkit:
- New Flight scene windows
- New EditWindows window
- New OAB StageInfo window
- RC2 notes:
- EditWindow: double click to install/remove entries for clicks within 500 ms of the first click
- EditWindow: game input disabled when editing names of entries
- EditWindow now closes together with other windows
- Poppedout Maneuver and/or Target windows are hidden when there's no active maneuver/target
Tracking PR: #29
Micro Engineer 1.2.0.RC1
- UI overhaul: switch from IMGUI to UI Toolkit: #29
- New Flight scene windows
- New EditWindows window
- New OAB StageInfo window
Micro Engineer 1.1.1
- Added support for SpaceWarp 1.3.0
Micro Engineer 1.1.0 "Snap & Rename"
- Added window snapping (can be turned off in settings)
- Added renaming of individual entries by user
- Converted Manager, UI and MessageManager to singletons
- Add support for SpaceWarp 1.2.0 (mod_id discontinued in favor of BepInEx GUID); backward compatibility with SW 1.1.x retained
- Updated readme screenshot
PR: #28
Renaming: