diff --git a/README.md b/README.md index 8525dd5..88d11ad 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,20 @@ An Archive Of Every Cosmic Reach Version # Changelogs +## Pre-Alpha 0.3.10 +- Fade-out fog and environmental fog are now two different things +- Less fog shadow when terrain is higher +- Items and mobs are now affected by fog +- Improved chunk loading order +- Chat no longer stores duplicate entries +- Use int instead of float for packed numbers on non mac systems +- Added `effectiveBreakingTags` to item data +- Last multiplayer address is now saved +- Fixed missing top chunks while generating world +- Fixed crash while drawing text of null strings +- Fixed localization credits missing +- Fixed world creation freezing when itch account does not login on time + ## Pre-Alpha 0.3.9 - Fixed crash when starting game for AMD and Intel graphics - Fixed offline accounts being unable to save in singleplayer diff --git a/changelogs.json b/changelogs.json index e3c6183..0304df1 100644 --- a/changelogs.json +++ b/changelogs.json @@ -1,5 +1,19 @@ { "pre-alpha": { + "0.3.10": [ + "Fade-out fog and environmental fog are now two different things", + "Less fog shadow when terrain is higher", + "Items and mobs are now affected by fog", + "Improved chunk loading order", + "Chat no longer stores duplicate entries", + "Use int instead of float for packed numbers on non mac systems", + "Added `effectiveBreakingTags` to item data", + "Last multiplayer address is now saved", + "Fixed missing top chunks while generating world", + "Fixed crash while drawing text of null strings", + "Fixed localization credits missing", + "Fixed world creation freezing when itch account does not login on time" + ], "0.3.9": [ "Fixed crash when starting game for AMD and Intel graphics", "Fixed offline accounts being unable to save in singleplayer" diff --git a/versions.json b/versions.json index f0106b5..d4443d5 100644 --- a/versions.json +++ b/versions.json @@ -1,8 +1,23 @@ { "latest": { - "pre_alpha": "0.3.9" + "pre_alpha": "0.3.10" }, "versions": [ + { + "id": "0.3.10", + "type": "pre_alpha", + "releaseTime": 1733529600, + "client": { + "url": "https://raw.githubusercontent.com/CRModders/CosmicArchive/main/versions/pre-alpha/0.3.10/client/Cosmic-Reach-0.3.10.jar", + "sha256": "6eb1afcd80c8486cec3ffeec63d25fcea6b1541769a8e9e8a270bdc4bd2781cb", + "size": 28188959 + }, + "server": { + "url": "https://raw.githubusercontent.com/CRModders/CosmicArchive/main/versions/pre-alpha/0.3.10/server/Cosmic-Reach-Server-0.3.10.jar", + "sha256": "931e9e08165e9e41b7471e716f3915b99a26409f6458d8de0af99eef7d2762da", + "size": 13119490 + } + }, { "id": "0.3.9", "type": "pre_alpha", diff --git a/versions/pre-alpha/0.3.10/client/Cosmic-Reach-0.3.10.jar b/versions/pre-alpha/0.3.10/client/Cosmic-Reach-0.3.10.jar new file mode 100644 index 0000000..900763f Binary files /dev/null and b/versions/pre-alpha/0.3.10/client/Cosmic-Reach-0.3.10.jar differ diff --git a/versions/pre-alpha/0.3.10/server/Cosmic-Reach-Server-0.3.10.jar b/versions/pre-alpha/0.3.10/server/Cosmic-Reach-Server-0.3.10.jar new file mode 100644 index 0000000..a128717 Binary files /dev/null and b/versions/pre-alpha/0.3.10/server/Cosmic-Reach-Server-0.3.10.jar differ