From 1d3841fb6dfad5271564dcf7985dafcd3dff68b8 Mon Sep 17 00:00:00 2001 From: CrispyPin Date: Wed, 26 Mar 2025 23:02:58 +0100 Subject: [PATCH] update changelog --- CHANGELOG.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef7ef1a..e24355e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,13 @@ # Marble Machinations Change Log ## [Unreleased] - +- added (dev): sub-tick visualisation in debug mode +- fixed: equal comparator did not output one of two incoming signals in some cases, depending on wire length and update order +- changed: comparators can now power other tiles without a wire between, including other comparators - changed: directly moving marbles (to adjactent tile without anything between) now have priority over new marbles being created, instead of the two events cancelling each other ## v0.2.1 - 2025-03-14 -- added "Simple comparison" level -- fixed phantom marble (empty tile causing other marbles to bounce away) appearing after multiple machines tried to output to the same location at once +- added: "Simple comparison" level +- fixed: phantom marble (empty tile causing other marbles to bounce away) appearing after multiple machines tried to output to the same location at once ## v0.2.0 - 2024-12-24