Skip to content
This repository was archived by the owner on Feb 28, 2025. It is now read-only.

Releases: Micrologist/MicroEngineer

Micro Engineer 1.3.2

Choose a tag to compare

@Falki-git Falki-git released this 10 Sep 21:07
c81e546

Micro Engineer 1.3.1

Choose a tag to compare

@Falki-git Falki-git released this 01 Sep 08:50
bf1695f

Micro Engineer 1.3.0

Choose a tag to compare

@Falki-git Falki-git released this 08 Aug 11:05
d2e8cc2

Micro Engineer 1.2.1

Choose a tag to compare

@Falki-git Falki-git released this 08 Jul 22:28
34503ce

Micro Engineer 1.2.0 "UITK overhaul"

Choose a tag to compare

@Falki-git Falki-git released this 28 Jun 13:00
6c2689f

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

Pre-release

Choose a tag to compare

@Falki-git Falki-git released this 26 Jun 11:45
6c2689f
  • 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

Pre-release

Choose a tag to compare

@Falki-git Falki-git released this 25 Jun 21:17
6c2689f
  • 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

Choose a tag to compare

@Falki-git Falki-git released this 22 Jun 19:15
6c2689f
  • Added support for SpaceWarp 1.3.0

Micro Engineer 1.1.0 "Snap & Rename"

Choose a tag to compare

@Falki-git Falki-git released this 26 May 21:25
9e63990
  • 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

Choose a tag to compare

@Falki-git Falki-git released this 18 May 18:53
5540ac0