Cuberite Forum

Full Version: MC-Server on Raspberry Pi
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12
(12-19-2012, 11:27 PM)gandl Wrote: [ -> ]I did some more testing. The crash while digging up snowballs only comes up when using a wooden shovel.

Oh. It's crashing on Windows too.

EDIT: Bug should be fixed in r1081. Wink
How exactly was it fixed? That commit contains too much other stuff and I can't see the fix.
(On a related note - please try to avoid such multi-purpose commits in the future. It's difficult to decipher later, especially when using svn blame)
Quote:How exactly was it fixed? That commit contains too much other stuff and I can't see the fix.
Sometimes the client sends a digging status 2 when blocks are already removed, so I've made a check in ClientHandle.cpp, line 581 to avoid dropping non-existent block.
Quote:(On a related note - please try to avoid such multi-purpose commits in the future. It's difficult to decipher later, especially when using svn blame)
Ok, no problem.
Quick Question:

Is it normal that all mobs spawning are facing the same direction and don't move apart from slightly jumping up and down?

Greetings.
No :p
Ok. I'll go and check how i can reproduce that behavior.
To be honest, this is kind of creepy:

[Image: creepy89uj5.jpg]
I think MCServer doesn't properly use the Head direction packets, so it is possible that mobs are facing all the same way, even when their bodies are rotated otherwise. Or vice versa, who knows.
I did this:

sudo apt-get install subversion
mkdir MCServer
cd MCServer
svn checkout https://mc-server.googlecode.com/svn/trunk/
cd trunk
make release=1
cd MCServer
./MCServer

and I have all running, I configured to have the server on survival but something strange happens with the animals and mobs, they are not moving, they just keep jumping in the same place. Somebody has experienced this issue?

should I compile another version instead?

Thank you for your support, This is a great community, we are pioneers here
That's pretty much everything the mobs do right now, the AI is dumb. And I mean very dumb Wink
ok, so at this point that´s a normal behavior from them? ok I got it, thank you !
Pages: 1 2 3 4 5 6 7 8 9 10 11 12