Skip to content

Many improvements and changes

Latest
Compare
Choose a tag to compare
@Fernthedev Fernthedev released this 28 Dec 23:17
· 346 commits to master since this release
2a88fc1
  • Moved to gradle

  • Removed redundant Main classes

  • Using https://github.com/Fernthedev/FernUtils

  • Improved Server start time using parallel tasks

  • Improved server performance

  • Improved connection establishment speed

  • Cleaned old code

  • Removed lots of old redundancy

  • Uses now semantic version

  • MultiCast and establishing connection phase checks if server's minimum version matches client's version requirements and vice-versa

  • When establishing connections, the server and client exchange their version data and requirements and each check if the range match requirements. If not, it shows a warning

  • MulticastServer sleep timing lowered

  • Added gradle CI