From 2f05c72d7a123faa2b51d10105f77b7a5af63470 Mon Sep 17 00:00:00 2001 From: Yuri Torlopov <109285316+TheEntropyShard@users.noreply.github.com> Date: Tue, 4 Jun 2024 19:09:38 +0300 Subject: [PATCH] Update README.md --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index 4440c66..3f86342 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,25 @@ An Archive Of Every Cosmic Reach Version # Changelogs +## Pre-Alpha 0.1.36 +- Fixed bug with black screen on creating a new world +- Fixed bug where cycling item types of a missing block would cause a crash + +## Pre-Alpha 0.1.35 +- Fixed bug where world would crash upon entering + +## Pre-Alpha 0.1.34 +- Can now cycle block types in hotbar, e.g. blocks/slabs/stairs (set to the " ` " keybind by default) +- Can now set the save game directory with command line option -s or --save-location +- World info now stores additional metadata +- Added 3D audio, with new play_sound_3d block event +- Fixed a bug where picking a missing block would cause a crash +- Fixed a bug where changing worlds would show a black screen until pausing +- Fixed bug where dropping an item could not be rebound to mouse buttons +- Fixed a regessing bug where the last transparent block in a chunk would still be visible after removal +- Space keybind is no longer blank when set +- More internal work on mobs + ## Pre-Alpha 0.1.33 - Small hotfix to fix crashing when opening a crate - Various translation fixes