Skip to content

Releases: MarcellPerger1/minecraft_clone_1

v0.4.0

03 Sep 12:51

Choose a tag to compare

Placing and breaking blocks

Brief changelog

  • Breaking and placing blocks
    • Dropdown menu to choose what block to place
  • ⚠️ BREAKING CHANGE: Remove deprecated checkError config
  • Internal changes:
    • Github actions to format code
    • Don't use CDN for gl-matrix
    • Use latest version of simplex-noise
    • End-to-end tests
    • Rewrite some of it in typescript
    • TONS of refactoring

What's Changed (all the PRs)

Full Changelog: v0.3.2...v0.4.0

v0.4.0-alpha.2

02 Sep 20:14

Choose a tag to compare

v0.4.0-alpha.2 Pre-release
Pre-release

v0.4.0-alpha.2

Brief changelog (since alpha.1)

  • Dropdown menu to choose what block to place
  • Minor / internal changes
    • Don't use CDN for gl-matrix
    • Use latest version of simplex-noise
    • End-to-end tests
    • Refactor stuff

What's Changed

Full Changelog: v0.4.0-alpha.1...v0.4.0-alpha.2

v0.4.0-alpha.1

22 Aug 21:16
8474030

Choose a tag to compare

v0.4.0-alpha.1 Pre-release
Pre-release

Breaking/placing blocks

Brief changelog

  • ⚠️ BREAKING: Remove deprecated checkError config
  • Breaking and placing blocks
  • Internal changes:
    • Github actions to format code
    • TONS of refactoring

What's Changed (all the PRs)

Full Changelog: v0.3.2...v0.4.0-alpha.1

v0.3.2

23 Mar 19:18

Choose a tag to compare

Brief changelog

  • Faster tree generation with treeCollideAction=avoid
  • Fixed tree generation with treeCollideAction=skip
  • Add fps info
  • Add version indicator

What's Changed

Full Changelog: v0.3.1...v0.3.2

v0.3.1

28 Dec 14:27

Choose a tag to compare

Chunks and Trees

Brief changelog

  • World is divided into separate chunks
  • Better performance (no lag-spikes, mainly consistent CPU usage)
  • More configs
  • There is now a github pages thing
  • Other internal changes:
    • Improvements to workflows
    • Automated tests for config_loader

What's Changed (all the PRs)

Full Changelog: v0.3.0...v0.3.1

v0.3.0

12 Aug 17:10

Choose a tag to compare

Update of better terrain generation

Brief changelog

  • Better terrain generation
    • Use octave noise
    • Trees and stone
  • Fixes and other minor changes

What's Changed

Full Changelog: v0.2.2...v0.3.0

v0.2.2

31 Jul 20:22

Choose a tag to compare

Update of performance and internals (also a progress bar)

Brief changelog

  • Major performance improvements
  • Progress bar when loading
  • deepMerge and config loading improvements
  • Automated tests!

What's Changed

Full Changelog: v0.2.1...v0.2.2

v0.2.1

08 Jun 20:24
d329a6b

Choose a tag to compare

Update of many Configs

Small changelog

  • Nested Config structure with deep merge
  • Config from files
  • Fixed vertical movement
  • Other internal imrovements

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

26 Apr 17:06
e94ba15

Choose a tag to compare

Main changes

Basic world generation:

  • With seed (generation.seed)
  • Original world still available with generation.isTestWorld config set to true
  • Grass blocks on top layer, dirt below

More block types (apart from grass):

  • stone
  • dirt
  • oak log

Config improvements:

  • Nested configs
  • Nested config merging
  • JSDoc stuff for Configs

Full pull request log

Full Changelog: v0.1.2...v0.2.0

v0.1.2

16 Apr 16:46
ef9a9cb

Choose a tag to compare

Internal changes to improve performance and other minor changes:

  • Use texture atlas (auto-generate using nodejs script)
  • Internal refactorings