Skip to content

Commit

Permalink
Added 0.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEntropyShard committed Nov 30, 2024
1 parent 6198d77 commit d689eca
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ An Archive Of Every Cosmic Reach Version

# Changelogs

## Pre-Alpha 0.3.8
- Contribution: Player usernames now appear above the player!
- Added fog
- Minor batch rendering optimization
- Disable shared indices for windows intel iGPU (potential temporary fix for integrated graphics issues)
- Fixed windows hosted multiplayer servers not saving players
- Fixed random crash when exiting to the main menu

## Pre-Alpha 0.3.7
- Added the fluid vacuum
- Added sounds for wood and glass-like blocks
Expand Down
8 changes: 8 additions & 0 deletions changelogs.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
{
"pre-alpha": {
"0.3.8": [
"Contribution: Player usernames now appear above the player!",
"Added fog",
"Minor batch rendering optimization",
"Disable shared indices for windows intel iGPU (potential temporary fix for integrated graphics issues)",
"Fixed windows hosted multiplayer servers not saving players",
"Fixed random crash when exiting to the main menu"
],
"0.3.7": [
"Added the fluid vacuum",
"Added sounds for wood and glass-like blocks",
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.7"
"pre_alpha": "0.3.8"
},
"versions": [
{
"id": "0.3.8",
"type": "pre_alpha",
"releaseTime": 1733011200,
"client": {
"url": "https://raw.githubusercontent.com/CRModders/CosmicArchive/main/versions/pre-alpha/0.3.8/client/Cosmic-Reach-0.3.8.jar",
"sha256": "68cd459e30baabfbd21157e16f690dacef12a5d8d20cb9143ec82e3b6a2a5723",
"size": 28207979
},
"server": {
"url": "https://raw.githubusercontent.com/CRModders/CosmicArchive/main/versions/pre-alpha/0.3.8/server/Cosmic-Reach-Server-0.3.8.jar",
"sha256": "49909122217a9ce64b2fc1a7e95433be15cc29c55d7e039f87b9127cc18c353e",
"size": 13140457
}
},
{
"id": "0.3.7",
"type": "pre_alpha",
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit d689eca

Please sign in to comment.