Skip to content

OpenMiner v0.0.8

Pre-release
Pre-release
Compare
Choose a tag to compare
@Unarelith Unarelith released this 01 Jun 02:14
· 563 commits to master since this release

Changelog:

  • c277dc7 - Network packets are now compressed using zlib
  • 2ddc43c - sol updated to version 3.0.3 and added as a submodule
  • 057b110 - Client/server config files moved to a config folder
  • 333222e - Migrated from SDL to SFML (see #98)
  • a2c2dba - Packet compression now works on Windows (see #97)
  • db78953 - Now saving config on client exit
  • 147394e - Now saving key mappings on client exit
  • 5e6103d - Entity Lua API (see the documentation for that feature and #100)
  • fe07116 - Fixed client crash (see #96)
  • 732c2dd - Improved server connection error display
  • b789fc3 - Improved compilation speed
  • b344805 - Lua API: New event 'PlayerConnected' added
  • 12aaad6 - All dependencies are now included as submodules (see #101)
  • 4a6bbbe - Lua API: Added new field to change gravity per dimension
  • f440525 - ServerClosed packet added, now disconnecting clients when server closes (see #106)