Skip to content

Commit

Permalink
Added 0.1.37
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEntropyShard authored Jun 22, 2024
1 parent 6de0272 commit 3be74fc
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 1 deletion.
Binary file added Cosmic Reach-0.1.37.jar
Binary file not shown.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,22 @@ An Archive Of Every Cosmic Reach Version

# Changelogs

## Pre-Alpha 0.1.37
- Added a flying drone called the Interceptor
- Added a trap which spawns Interceptors
- Added a death screen
- Added damage effects
- Improved the main menu
- Added a difficulty setting: Currently only peaceful and normal are used.
- Can now drop items out of the inventory
- Fixed crash when creating a new world or respawning
- Fixed lighting calculations
- Moved game tick updates to a separate thread
- Fixed random frame-dependent camera jitter
- Fixed background threads not closing properly when the game crashes
- Region file version bumped to version 2
- Game can now save and load entities

## 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
Expand Down
16 changes: 16 additions & 0 deletions changelogs.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
{
"pre-alpha": {
"0.1.37": [
"Added a flying drone called the Interceptor",
"Added a trap which spawns Interceptors",
"Added a death screen",
"Added damage effects",
"Improved the main menu",
"Added a difficulty setting: Currently only peaceful and normal are used.",
"Can now drop items out of the inventory",
"Fixed crash when creating a new world or respawning",
"Fixed lighting calculations",
"Moved game tick updates to a separate thread",
"Fixed random frame-dependent camera jitter",
"Fixed background threads not closing properly when the game crashes",
"Region file version bumped to version 2",
"Game can now save and load entities"
],
"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"
Expand Down
10 changes: 9 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
{
"latest": {
"pre_alpha": "0.1.36"
"pre_alpha": "0.1.37"
},
"versions": [
{
"id": "0.1.37",
"type": "pre_alpha",
"releaseTime": 1719014400,
"url": "https://raw.githubusercontent.com/CRModders/CosmicArchive/main/Cosmic%20Reach-0.1.37.jar",
"sha256": "ef81a5259397322f05e2012d7be8751fc46f51174e13a47173c9c5b665975e43",
"size": 23787327
},
{
"id": "0.1.36",
"type": "pre_alpha",
Expand Down

0 comments on commit 3be74fc

Please sign in to comment.