Skip to content

Commit

Permalink
Added 0.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEntropyShard committed Dec 7, 2024
1 parent 00b172e commit dd91e26
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 1 deletion.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
14 changes: 14 additions & 0 deletions changelogs.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
17 changes: 16 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit dd91e26

Please sign in to comment.