Random Chitchat 2012-2016
I'd venture a guess that SendChat() could be used at times when the player has no world assigned to them (during initial login, or nether portal transport perhaps?) so it tries to determine the last available world really hard.
Thanks given by:
I've just updated the sources on my desktop, which had been in storage for 8 months:
Code:
Switched to branch 'master'
Your branch is behind 'origin/master' by 997 commits, and can be fast-forwarded.
Almost 1000 commits in 8 months, nice Smile
Thanks given by:
Oh, wow that's quite allot. Since when do we have the "rebase before merge" policy?
Thanks given by:
Since: https://forum.cuberite.org/showthread.php?tid=2029
Thanks given by:
Is the policy mentioned in our global contributing policy?
Thanks given by:
The page COMPILING.md should be updated or added to the issues list.
Thanks given by:
I've finally managed to compile a static version of Qt5, so I've updated the all-in-one Minutor executable I've been building for Windows platforms:
http://mc-server.xoft.cz/Minutor2/

I've included the PR #72, enhanced depth shading ( https://github.com/mrkite/minutor/pull/72 ) in the build.
Thanks given by:
Whats the convention for returning a value and an error code from a function? I've got a function that needs to return whether it succeed, and if it succeeded, what the result was. Should I return a pair, or use a reference parameter to return the value?
Thanks given by:
Usually we use an out (reference) parameter for the value and return the success indicator.
Thanks given by:
Ok, I'll do that.
Thanks given by:




Users browsing this thread: 5 Guest(s)