mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-17 20:10:23 +03:00
* WIP C++03 + Xbox 360 Support * math.h & _USE_MATH_DEFINES on Level.hpp Updated Xenon vcxproj file for new file structure. * * Fix bad GUI scale setup. * * Gui: Use ratios instead of hardcoded sub-1 floating point values, to make the mechanism more clear. * Add Direct Connect Button and Screen (#30) * Add Direct Connect Button and Screen * Remove accidental extra build directories for wasm * Add DirectConnectScreen.cpp to the CMake * Use Hungarian coding style notation * * Fix errors caused by #30 * * Improve the Chat Screen * * Improve the DirectConnectScreen, among other things. * * Update the game title once again. * * Add build-wasm.bat. * * Add info about compiling for wasm * * Fix send to specific GUID actually broadcasting to everyone * * Add command manager. * * Add writeable configuration. * * Allow dynamic screen size change on windows * * Allow the same thing on the emscripten version. * WIP C++03 + Xbox 360 Support * Fixed a possible merging issue that broke RakNet? * Additional Xbox 360 compatability fixes --------- Co-authored-by: Brent Da Mage <BrentDaMage@users.noreply.github.com> Co-authored-by: iProgramInCpp <iprogramincpp@gmail.com> Co-authored-by: ts <124226059+uniformization@users.noreply.github.com>
33 lines
1.8 KiB
Plaintext
33 lines
1.8 KiB
Plaintext
|
|
Microsoft Visual Studio Solution File, Format Version 11.00
|
|
# Visual Studio 2010
|
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Minecraft", "Minecraft.vcxproj", "{5871555D-341B-400D-B446-DF4868AAF7F6}"
|
|
EndProject
|
|
Global
|
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|
CodeAnalysis|Xbox 360 = CodeAnalysis|Xbox 360
|
|
Debug|Xbox 360 = Debug|Xbox 360
|
|
Profile_FastCap|Xbox 360 = Profile_FastCap|Xbox 360
|
|
Profile|Xbox 360 = Profile|Xbox 360
|
|
Release_LTCG|Xbox 360 = Release_LTCG|Xbox 360
|
|
Release|Xbox 360 = Release|Xbox 360
|
|
EndGlobalSection
|
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
|
{5871555D-341B-400D-B446-DF4868AAF7F6}.CodeAnalysis|Xbox 360.ActiveCfg = CodeAnalysis|Xbox 360
|
|
{5871555D-341B-400D-B446-DF4868AAF7F6}.CodeAnalysis|Xbox 360.Build.0 = CodeAnalysis|Xbox 360
|
|
{5871555D-341B-400D-B446-DF4868AAF7F6}.Debug|Xbox 360.ActiveCfg = Debug|Xbox 360
|
|
{5871555D-341B-400D-B446-DF4868AAF7F6}.Debug|Xbox 360.Build.0 = Debug|Xbox 360
|
|
{5871555D-341B-400D-B446-DF4868AAF7F6}.Profile_FastCap|Xbox 360.ActiveCfg = Profile_FastCap|Xbox 360
|
|
{5871555D-341B-400D-B446-DF4868AAF7F6}.Profile_FastCap|Xbox 360.Build.0 = Profile_FastCap|Xbox 360
|
|
{5871555D-341B-400D-B446-DF4868AAF7F6}.Profile|Xbox 360.ActiveCfg = Profile|Xbox 360
|
|
{5871555D-341B-400D-B446-DF4868AAF7F6}.Profile|Xbox 360.Build.0 = Profile|Xbox 360
|
|
{5871555D-341B-400D-B446-DF4868AAF7F6}.Release_LTCG|Xbox 360.ActiveCfg = Release_LTCG|Xbox 360
|
|
{5871555D-341B-400D-B446-DF4868AAF7F6}.Release_LTCG|Xbox 360.Build.0 = Release_LTCG|Xbox 360
|
|
{5871555D-341B-400D-B446-DF4868AAF7F6}.Release|Xbox 360.ActiveCfg = Release|Xbox 360
|
|
{5871555D-341B-400D-B446-DF4868AAF7F6}.Release|Xbox 360.Build.0 = Release|Xbox 360
|
|
EndGlobalSection
|
|
GlobalSection(SolutionProperties) = preSolution
|
|
HideSolutionNode = FALSE
|
|
EndGlobalSection
|
|
EndGlobal
|