New minecraft version. (1.15) - Printable Version +- Cuberite Forum (https://forum.cuberite.org) +-- Forum: Off Topic (https://forum.cuberite.org/forum-9.html) +--- Forum: Off Topic Discussion (https://forum.cuberite.org/forum-10.html) +--- Thread: New minecraft version. (1.15) (/thread-422.html) |
RE: New minecraft version. (1.7.2) - xoft - 10-30-2013 I've updated ProtoProxy to 1.7.2 protocol. Yuck, that was a terrible amount of dirty work But now I can say that I'm familiar with the protocol and can finally start implementing it in MCS. RE: New minecraft version. (1.7.2) - xoft - 10-31-2013 I now have a working protocol recognizer that can distinguish between 1.7 and previous versions. It is somewhat wacky, it might have some problems with 1.2, 1.3 and 1.4 clients, but I don't really care about those anymore. I'm starting work on the raw protocol handler now. RE: New minecraft version. (1.7.2) - tigerw - 10-31-2013 Yay, after you finish uno point siete, will you remove all the old protocols? RE: New minecraft version. (1.7.2) - bearbin - 10-31-2013 Don't you want a server that can accept every client between 1.2 and 1.7? RE: New minecraft version. (1.7.2) - tigerw - 11-01-2013 (10-31-2013, 11:55 PM)bearbin Wrote: Don't you want a server that can accept every client between 1.2 and 1.7? Thing is though, no one is on 1.2, so having multi-protocol support is kinda useless.hy: RE: New minecraft version. (1.7.2) - tonibm19 - 11-01-2013 You could drop 1.2, 1.3 and 1.4 protocol support but if you do keep 1.5 and 1.6 RE: New minecraft version. (1.7.2) - xoft - 11-01-2013 Dropping 1.2 to 1.4 and keeping 1.5+ would be tricky, because each of those protocols effectively inherits from the previous ones, so the inherited stuff would need to be moved to higher protocols; that would be too much work. A much easier solution is to wait for 1.8 or 1.9, then cut off all pre-1.7 protocols at once - there's no inheritance between 1.6 and 1.7. RE: New minecraft version. (1.7.2) - tigerw - 11-01-2013 Why not cut them off now? No one will be using anything older once you get 1.7 done RE: New minecraft version. (1.7.2) - xoft - 11-01-2013 Until I finish 1.7, I can't cut the older ones off - if I want to test stuff out, I want to be able to connect. So I still have to write a recognizer anyway; once it's there, there's no point in losing it. RE: New minecraft version. (1.7.2) - NiLSPACE - 11-22-2013 1.7.3 comming soon: https://twitter.com/Dinnerbone/status/403519184795336704 |