Skip to content

Releases: wallstop/DxCommandTerminal

1.0.0-rc22: UI Toolkit + Giant Update (#14)

18 Apr 22:04
bf75e42
Compare
Choose a tag to compare
✓ Remove the IMGUI Terminal implementation
✓ Create a new, themable Terminal UI based on Unity's UI Toolkit
that is allocation-free
✓ One click setup - just add the "TerminalUI" script to a game
object, sane, correct defaults will be configured automatically
✓ Separate input handling into own scripts
✓ Dedicated support for old + new input system
✓ Dedicated support for PlayerInput (new input system) integration
✓ Fixes #11 
✓ Fixes #7 
✓ Fixes #10 
✓ 120+ custom themes
✓ 25+ high quality fonts
✓ Configurable theme / font packs to only include what you want,
with the option to make your own
✓ Optional terminal theme runtime persistence, allowing for
runtime modification of themes and fonts, unique to each specific
terminal instance
✓ Large scale refactor of the code base
✓ Custom editors/inspectors for all new data types with extra
goodies
✓ All known bugs have been squashed
✓ Performance across the board has been improved

1.0.0-rc21

17 Mar 02:30
53de8fc
Compare
Choose a tag to compare
1.0.0-rc21 Pre-release
Pre-release
Slightly better UI/UX (#13)

1.0.0-rc20

16 Mar 18:16
3d6b450
Compare
Choose a tag to compare
1.0.0-rc20 Pre-release
Pre-release
Update buttons to be more UX-friendly (#12)

1.0.0-rc19

15 Mar 03:40
Compare
Choose a tag to compare
1.0.0-rc19 Pre-release
Pre-release
Fix IsClosed bug where terminal accidentally started as closed

1.0.0-rc18

15 Mar 03:06
Compare
Choose a tag to compare
1.0.0-rc18 Pre-release
Pre-release
Fix bug in CyclicBuffer resize operation