Skip to content

OpenMiner v0.0.9

Pre-release
Pre-release
Compare
Choose a tag to compare
@Unarelith Unarelith released this 26 Jun 18:10
· 490 commits to master since this release

TL;DR:

Changelog:

  • cdfecd4 - Improved entity serialization (fixed #102)
  • 301d33f - Server now aware of each player's held item (fixed #110)
  • a7c72d7 - Server config option maxPlayers added
  • 9f01a53 - Now keeping track of player rotation in server (fixed #86)
  • 589118e - Now showing other players' rotation
  • 0542b8d - Chat position updated on screen resize (fixed #112)
  • bfe48f6 - Fixed #115
  • eb4370e - /save and /load now use saves folder
  • 276efe5 - Fixed #113
  • b1ed51f - /save only save modified chunks now
  • c1176a4 - /stop command added to stop the server
  • b45ac1c - Now loading key definitions from Lua (see #109 and #119)
  • cc85f5f - Added documentation for network protocol
  • 00d1cb8 - Mod-defined server config options (fixed #105)
    • Chat history system with up/down arrow keys
    • /option command added
  • 18c2752 - World selection menu added
    • Auto-save on server close
    • Added -w/--world command line option to automatically load a world on server startup
  • 7981c45 - Fixed #125
  • 21bafc0 - /save and /load commands removed, /help command added
  • c5e87c0 - Fixed #114 (backported fix)
  • 466c0cf - Fixed #130 (backported fix)