Skip to content

Commit

Permalink
Added 0.3.2-pre2, 0.3.2-pre3, 0.3.2-pre4
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEntropyShard authored Oct 7, 2024
1 parent 53a309b commit 800fad2
Show file tree
Hide file tree
Showing 4 changed files with 69 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,23 @@ An Archive Of Every Cosmic Reach Version

# Changelogs

## Pre-Alpha 0.3.2-pre4
- Fix default path for windows causing crash on first save
- **This server is compatible with 0.3.2-pre2 clients**

## Pre-Alpha 0.3.2-pre3
- Potential fix for windows
- **This server is compatible with 0.3.2-pre2 clients**

## Pre-Alpha 0.3.2-pre2
Another discord-only development release, to hold you over for those who really can't wait for the fully fledged update.
- Chat is limited to 256 chars per message
- Fixed credits using the wrong charset
- Join message whenever a player enters the server
- Server uses jar location to store worlds + config
- Can break, place and interact with blocks in servers now. (some block events are only partially implemented)
- Various networking crashes fixed

## Pre-Alpha 0.3.2-pre1
This is a discord-only development release intended for modloaders to adapt to the new systems for multiplayer. Multiplayer will not function properly outside of basic actions like moving around.
- Added basic multiplayer via netty
Expand Down
17 changes: 17 additions & 0 deletions changelogs.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
{
"pre-alpha": {
"0.3.2-pre4": [
"Fix default path for windows causing crash on first save",
"This server is compatible with 0.3.2-pre2 clients"
],
"0.3.2-pre3": [
"Potential fix for windows",
"**This server is compatible with 0.3.2-pre2 clients**"
],
"0.3.2-pre2": [
"Another discord-only development release, to hold you over for those who really can't wait for the fully fledged update.",
"Chat is limited to 256 chars per message",
"Fixed credits using the wrong charset",
"Join message whenever a player enters the server",
"Server uses jar location to store worlds + config",
"Can break, place and interact with blocks in servers now. (some block events are only partially implemented)",
"Various networking crashes fixed"
],
"0.3.2-pre1": [
"This is a discord-only development release intended for modloaders to adapt to the new systems for multiplayer. Multiplayer will not function properly outside of basic actions like moving around.",
"Added basic multiplayer via netty",
Expand Down
35 changes: 35 additions & 0 deletions versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,41 @@
"pre_alpha": "0.3.1"
},
"versions": [
{
"id": "0.3.2-pre4",
"type": "pre_alpha",
"releaseTime": 1728259200,
"server": {
"url": "https://raw.githubusercontent.com/CRModders/CosmicArchive/main/versions/pre-alpha/0.3.2-pre4/server/Cosmic%20Reach-Server-0.3.2-pre4.jar",
"sha256": "995f6da3ef492aff8b5adeb60e92f2b75a1955b41d7bd9fac112bc85237f0964",
"size": 13029990
}
},
{
"id": "0.3.2-pre3",
"type": "pre_alpha",
"releaseTime": 1728259200,
"server": {
"url": "https://raw.githubusercontent.com/CRModders/CosmicArchive/main/versions/pre-alpha/0.3.2-pre3/server/Cosmic%20Reach-Server-0.3.2-pre3.jar",
"sha256": "c2d4b694ba355966dcc091f768f5ad8df4326b3ff9472745ed8dcc6257854074",
"size": 13029960
}
},
{
"id": "0.3.2-pre2",
"type": "pre_alpha",
"releaseTime": 1728259200,
"client": {
"url": "https://raw.githubusercontent.com/CRModders/CosmicArchive/main/versions/pre-alpha/0.3.2-pre2/client/Cosmic%20Reach-0.3.2-pre2.jar",
"sha256": "5c55516577024af3ef29cda3addff4e7d3cd68c60c1d2002e6a445145d391dc8",
"size": 28558973
},
"server": {
"url": "https://raw.githubusercontent.com/CRModders/CosmicArchive/main/versions/pre-alpha/0.3.2-pre2/server/Cosmic%20Reach-Server-0.3.2-pre2.jar",
"sha256": "f1df63cd2d8c25c49ed0ee83d28ee0b9c91eaa4939ff2a53e2c4b5a4cb6ebd87",
"size": 13030242
}
},
{
"id": "0.3.2-pre1",
"type": "pre_alpha",
Expand Down
Binary file not shown.

0 comments on commit 800fad2

Please sign in to comment.