Getting involved
#6
The problem with the original JSON output is that it's too large to put into the git repo, and we want the user experience to be as smooth as possible, downloading / generating files shouldn't be needed for running the server. Therefore, the server has to contain the map somehow in the default distribution. Another reason: I'm not sure about what lawyers would make of it, if we simply committed the raw JSON generated by a copyrighted program into our repository. Refined data seems more likely to pass Smile

The mentioned future compatibility is questionable as well - if Mojang changes the registry output format, we'd need a new parser in Cuberite itself, while if using our own data we could simply change the parser we use to generate the data file.

The converter could be in the Tools folder, among the other more or less useful stuff there (BUILD_TOOLS=1 to build them). The actual input file for the map should be in the Server folder, likely in a subfolder, numbered by the protocol version that generated it (there will be multiple such files, one for each protocol version). I don't really care about the actual format used, though TSV seems a bit easier to grasp.

About C++11, VC supports most of it, we generally haven't run into anything that would give us trouble. At the very worst, when you open a pull request, mark it as draft, CI will still build it and we'll know it still needs work on your end. That way you'll get it checked, we use Appveyor for VC builds.
Reply
Thanks given by:


Messages In This Thread
Getting involved - by e14 - 09-04-2019, 07:58 PM
RE: Getting involved - by xoft - 09-04-2019, 11:29 PM
RE: Getting involved - by e14 - 09-05-2019, 01:14 AM
RE: Getting involved - by xoft - 09-05-2019, 03:22 AM
RE: Getting involved - by e14 - 09-10-2019, 09:36 PM
RE: Getting involved - by xoft - 09-10-2019, 10:15 PM
RE: Getting involved - by e14 - 09-10-2019, 11:30 PM
RE: Getting involved - by xoft - 09-11-2019, 04:23 PM
RE: Getting involved - by e14 - 09-12-2019, 02:43 AM
RE: Getting involved - by xoft - 09-12-2019, 06:48 PM
RE: Getting involved - by e14 - 09-17-2019, 05:39 PM
RE: Getting involved - by xoft - 09-23-2019, 06:58 AM
RE: Getting involved - by e14 - 09-23-2019, 05:10 PM
RE: Getting involved - by xoft - 09-23-2019, 05:24 PM
RE: Getting involved - by Seadragon91 - 09-25-2019, 02:02 AM
RE: Getting involved - by Bond_009 - 09-25-2019, 07:42 AM
RE: Getting involved - by Seadragon91 - 09-26-2019, 01:14 AM



Users browsing this thread: 1 Guest(s)