Posts: 6,485
Threads: 176
Joined: Jan 2012
Thanks: 131
Given 1074 thank(s) in 852 post(s)
Okay, so it seems it works. Is there someone good with words who could write a section on this to the Contributing.md file?
Posts: 783
Threads: 12
Joined: Jan 2014
Thanks: 2
Given 73 thank(s) in 61 post(s)
What is the purpose of the Exclude parameter to the Broadcast functions? Is it used anywhere and can I remove it?
Posts: 4,628
Threads: 115
Joined: Dec 2011
Thanks: 693
Given 494 thank(s) in 423 post(s)
The exclude parameters are clienthandle's that shouldn't receive the packets. This is (or was, not sure) because the client could crash if it would receive it while he's the cause or target of the broadcast.
Posts: 783
Threads: 12
Joined: Jan 2014
Thanks: 2
Given 73 thank(s) in 61 post(s)
So it's needed because of Mojang's brokenness. I'll have to keep the hacks then.
Posts: 783
Threads: 12
Joined: Jan 2014
Thanks: 2
Given 73 thank(s) in 61 post(s)
Has anyone tried the profile builds recently on linux? They segfault during bindings generation for me.
Posts: 6,485
Threads: 176
Joined: Jan 2012
Thanks: 131
Given 1074 thank(s) in 852 post(s)
The profile builds have always failed on startup on Linux, I don't think they ever worked.
Posts: 783
Threads: 12
Joined: Jan 2014
Thanks: 2
Given 73 thank(s) in 61 post(s)
I remember getting them to work at one point.
Posts: 6,485
Threads: 176
Joined: Jan 2012
Thanks: 131
Given 1074 thank(s) in 852 post(s)
It had to work in the past, because I remember doing some performance analysis on Linux.