MCServer is open source!
#50
I have another quick patch file, this has a couple of noteworthy changes.

http://pastebin.com/66ZSfi4d

MaxPlayers is sent with Login packet (but limited to 255 as the MP protocol uses a single byte for this part of the packet) and so long as your MaxPlayers is 64 or less (i think) the scoreboard will actually show up.

I also created a static enum in the cWindow header for the different windows that come up, this gets rid of the 0 1 2 etc values for setting the window type making it easier to add the other 3 types of special containers.

I also updated all the www.minecraft.net for authentication as the minecraft client/server as of 1.0.0 use session.minecraft.net

Also thanks to Lapayo for the Protocol page, it was most helpful to "complete" the maxplayers aspect and will be more helpful with lots of other things.
Reply
Thanks given by:


Messages In This Thread
MCServer is open source! - by FakeTruth - 10-04-2011, 04:49 AM
RE: MCServer is open source! - by suicidal_banana - 10-04-2011, 10:49 PM
RE: MCServer is open source! - by FakeTruth - 10-05-2011, 06:03 AM
RE: MCServer is open source! - by Boo - 10-08-2011, 06:09 PM
RE: MCServer is open source! - by FakeTruth - 10-08-2011, 11:39 PM
RE: MCServer is open source! - by Boo - 10-09-2011, 08:32 PM
RE: MCServer is open source! - by Insight - 10-20-2011, 10:21 AM
RE: MCServer is open source! - by FakeTruth - 10-20-2011, 05:03 PM
RE: MCServer is open source! - by Giggaflop - 10-24-2011, 06:36 PM
RE: MCServer is open source! - by FakeTruth - 10-24-2011, 10:04 PM
RE: MCServer is open source! - by Giggaflop - 10-25-2011, 04:27 AM
RE: MCServer is open source! - by Kwen - 10-25-2011, 05:38 AM
RE: MCServer is open source! - by FakeTruth - 10-25-2011, 04:56 AM
RE: MCServer is open source! - by necavi - 10-25-2011, 06:40 AM
RE: MCServer is open source! - by FakeTruth - 10-25-2011, 07:45 AM
RE: MCServer is open source! - by rs2k - 10-26-2011, 10:16 AM
RE: MCServer is open source! - by Giggaflop - 10-29-2011, 04:51 AM
RE: MCServer is open source! - by rs2k - 10-29-2011, 07:08 AM
RE: MCServer is open source! - by Giggaflop - 10-29-2011, 10:34 AM
RE: MCServer is open source! - by FakeTruth - 10-30-2011, 06:55 AM
RE: MCServer is open source! - by Boo - 10-30-2011, 09:38 PM
RE: MCServer is open source! - by FakeTruth - 10-30-2011, 10:26 PM
RE: MCServer is open source! - by Tim - 12-08-2011, 02:25 AM
RE: MCServer is open source! - by FakeTruth - 12-08-2011, 02:52 AM
RE: MCServer is open source! - by NiLSPACE - 12-12-2011, 03:51 AM
RE: MCServer is open source! - by Lapayo - 12-15-2011, 04:06 AM
RE: MCServer is open source! - by FakeTruth - 12-15-2011, 07:10 AM
RE: MCServer is open source! - by mtilden - 12-23-2011, 09:19 PM
RE: MCServer is open source! - by Lapayo - 12-23-2011, 11:53 PM
RE: MCServer is open source! - by FakeTruth - 12-24-2011, 12:28 AM
RE: MCServer is open source! - by mtilden - 12-24-2011, 01:26 AM
RE: MCServer is open source! - by FakeTruth - 12-24-2011, 01:36 AM
RE: MCServer is open source! - by rs2k - 12-24-2011, 01:50 AM
RE: MCServer is open source! - by mtilden - 12-24-2011, 02:01 AM
RE: MCServer is open source! - by Lapayo - 12-24-2011, 03:15 AM
RE: MCServer is open source! - by FakeTruth - 12-24-2011, 05:10 AM
RE: MCServer is open source! - by mtilden - 12-24-2011, 09:16 AM
RE: MCServer is open source! - by FakeTruth - 12-24-2011, 09:42 AM
RE: MCServer is open source! - by Lapayo - 12-24-2011, 09:59 AM
RE: MCServer is open source! - by mtilden - 12-24-2011, 10:02 AM
RE: MCServer is open source! - by Lapayo - 12-24-2011, 10:06 AM
RE: MCServer is open source! - by mtilden - 12-24-2011, 10:12 AM
RE: MCServer is open source! - by Lapayo - 12-24-2011, 10:15 AM
RE: MCServer is open source! - by mtilden - 12-24-2011, 10:33 AM
RE: MCServer is open source! - by FakeTruth - 12-24-2011, 11:49 AM
RE: MCServer is open source! - by mtilden - 12-24-2011, 12:53 PM
RE: MCServer is open source! - by FakeTruth - 12-24-2011, 01:56 PM
RE: MCServer is open source! - by mtilden - 12-24-2011, 02:51 PM
RE: MCServer is open source! - by Lapayo - 12-24-2011, 10:05 PM
RE: MCServer is open source! - by mtilden - 12-25-2011, 05:43 AM
RE: MCServer is open source! - by Lapayo - 12-25-2011, 11:52 AM
RE: MCServer is open source! - by FakeTruth - 12-25-2011, 12:05 PM
RE: MCServer is open source! - by mtilden - 12-25-2011, 05:32 PM
RE: MCServer is open source! - by FakeTruth - 12-25-2011, 10:55 PM
RE: MCServer is open source! - by mtilden - 12-25-2011, 11:28 PM
RE: MCServer is open source! - by Lapayo - 12-25-2011, 11:48 PM
RE: MCServer is open source! - by FakeTruth - 12-26-2011, 12:01 AM
RE: MCServer is open source! - by Lapayo - 12-26-2011, 12:04 AM
RE: MCServer is open source! - by FakeTruth - 12-26-2011, 12:11 AM
RE: MCServer is open source! - by mtilden - 12-26-2011, 12:16 AM
RE: MCServer is open source! - by FakeTruth - 12-26-2011, 12:34 AM
RE: MCServer is open source! - by FakeTruth - 01-23-2012, 12:06 AM
RE: MCServer is open source! - by FakeTruth - 01-23-2012, 10:19 PM
RE: MCServer is open source! - by Boo - 02-05-2012, 02:26 AM
RE: MCServer is open source! - by mtilden - 02-05-2012, 12:15 PM
RE: MCServer is open source! - by tigerw - 07-28-2013, 06:39 AM
RE: MCServer is open source! - by LogicParrot - 01-29-2016, 01:25 AM



Users browsing this thread: 1 Guest(s)