Todo for tomorrow:
- Finish the new Cuberite.org design and polish the code (I've been pushing this back for way too long

)
- Remove MCServer references from Core and make info messages consistent
I don't think we can just do that. Some repositories are submodules in the Cuberite source. We'd have to change all the libraries in there as well. All repo's that aren't submodules are safe though
Ugh.. I just reinstalled Windows on my laptop. It was getting really slow, and there was allot of bloatware on it from Lenovo from when I bought it. So, I've installed Git, cmake and VS2015 but cmake now gives this error:
Code:
D:\Projects\Cuberite 2015-10-18>cmake -G "Visual Studio 14 2015 Win64" .
CMake Error at CMakeLists.txt:4 (enable_language):
No CMAKE_CXX_COMPILER could be found.
CMake Error at CMakeLists.txt:4 (enable_language):
No CMAKE_C_COMPILER could be found.
I had this error too. Open the path
Code:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\vc
There should be a batch file named vcvarsall.bat. Open cmd and execute the batch file. This will set the environments in the current cmd. Cd into your cuberite source and run your cmake command again.
I don't have that file. I've even searched through the whole Microsoft Visual Studio 14.0 folder.
Hm, do you have a bin folder there with the file cl.exe?
I'm afraid not

Perhaps you're talking about a different Visual Studio version?
I have Visual Studio 2015 Community Edition. What do you have?
Oh, I have that as well. Weird.
Okay. Now I only have to suggest running a search trough all your file system...
