Skip to content

Releases: Micrologist/MicroEngineer

Micro Engineer 1.3.2

10 Sep 21:07
c81e546
Compare
Choose a tag to compare

Micro Engineer 1.3.1

01 Sep 08:50
bf1695f
Compare
Choose a tag to compare

Micro Engineer 1.3.0

08 Aug 11:05
d2e8cc2
Compare
Choose a tag to compare

Micro Engineer 1.2.1

08 Jul 22:28
34503ce
Compare
Choose a tag to compare

Micro Engineer 1.2.0 "UITK overhaul"

28 Jun 13:00
6c2689f
Compare
Choose a tag to compare

UI overhaul: switch from IMGUI to UI Toolkit (UITK):

MicroEngineer_1 2 0_Flight

  • 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

26 Jun 11:45
6c2689f
Compare
Choose a tag to compare
Pre-release
  • 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

25 Jun 21:17
6c2689f
Compare
Choose a tag to compare
Pre-release
  • 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

22 Jun 19:15
6c2689f
Compare
Choose a tag to compare
  • Added support for SpaceWarp 1.3.0

Micro Engineer 1.1.0 "Snap & Rename"

26 May 21:25
9e63990
Compare
Choose a tag to compare
  • 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

Snapping:
01-window-snapping

Renaming:

02_renaming_entries.mp4

Micro Engineer 1.0.3

18 May 18:53
5540ac0
Compare
Choose a tag to compare