Posts: 160
Threads: 31
Joined: Oct 2011
Thanks: 0
Given 0 thank(s) in 0 post(s)
Creative mode seems to be working really well now. I'm going to put in a server kick when you active the warning and put the server on planet minecraft to see what happens. Running make clean and then make again solved the crashing issues. I'm guessing g++ isn't picking up on all the changes and compiles the project using older objects.
Posts: 1,450
Threads: 53
Joined: Feb 2011
Thanks: 15
Given 120 thank(s) in 91 post(s)
Actually there's still a big bug in cPlayer.cpp, when a new player joins, the server will crash, I created this bug while preparing the server for multiple worlds. I'm still fixing it.
Posts: 160
Threads: 31
Joined: Oct 2011
Thanks: 0
Given 0 thank(s) in 0 post(s)
Nice, I also just fixed the spawning into the ground bug. I'm sure there's a better way to do it, but this works.
Posts: 1,450
Threads: 53
Joined: Feb 2011
Thanks: 15
Given 120 thank(s) in 91 post(s)
Spawning in the ground seems to be an error in the login sequence. The player is supposed to be suspended in the air until it has received a certain packet. In some previous versions of minecraft the player would be stuck in the air until the chunks around the player are received, however now the player starts falling while it has not received the chunks which results in falling into nothingness.