Skip to content

Build #3

Pre-release
Pre-release
Compare
Choose a tag to compare
@LaG1924 LaG1924 released this 06 Jul 18:36
· 59 commits to master since this release
4354b1b
  • Minecraft 1.12.2 (protocol 340).
  • Vanilla server (alternative implementations not tested)
  • Set online-mode=false in server.properties
  • Windows: MSVC 2019 redistributable

Changelog

General

  • Fixed multiple race-condition crashes
  • Added MacOS Support
  • Removed multithreaded main-loop
  • Added toggleables: F4 HUD, F7 cursor, F8 UI debugger

Gameplay

  • Added non-overworld dimensions
  • Added chat parsing
  • Fixed early hiding of loading screen

Render

  • Optimized render
  • Added animated textures
  • Changed Default grass color
  • Fixed rendering of block selection
  • Added render resolution scaling
  • Added Windows HiDPI support

GUI

  • Removed ImGUI
  • Added RmlUI (HTML/CSS GUI framework)
  • Added settings UI
  • Added respawn UI
  • Added single field for ip and port
  • Added more debug values

Network

  • Fixed freeze while connecting to server
  • Fixed incorrect PacketId order
  • Decreased bandwidth usage

Assets

  • Added Lua scripting
  • Added dynamic block-id values in lua

For devs

  • Added CI
  • Added Optick profiler
  • Added CMake depedencies auto-downloading