OpenMiner v0.0.9
Pre-release
Pre-release
TL;DR:
- World saving/loading + world selection menu (see #122) 🎉
- Fixed #102, #110, #86, #112, #115, #113, #105, #125, #26, #114 (backported), #130 (backported)
- Lots of menu UI improvements
- Now showing other players' rotation
- Added key and option registration from Lua
- Added network protocol documentation
- Added commands
/stop
,/option
and/help
- Added
-w/--world
command-line option for server
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 usesaves
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)