ReMinecraftPE / mcpe

ReMinecraftPE - A custom experience based on Minecraft PE as of 2011.
https://discord.gg/UKGhuKNmFu
Other
335 stars 50 forks source link

Visual Studio Project Overhaul + Cleanup #80

Closed BrentDaMage closed 11 months ago

BrentDaMage commented 1 year ago
BrentDaMage commented 1 year ago

Planning on separating the projects and libraries and such out with XCode later. I'm not familiar with CMake at all, so if someone wants to make each folder into its own library to match the VS projects, that's fine by me.

iProgramMC commented 12 months ago

The last complaint I have is that I can't seem to put breakpoints in the 'Tile' part of the 'World' project (I tried it in LiquidTileDynamic and it just won't pick it up!)

BrentDaMage commented 12 months ago

The last complaint I have is that I can't seem to put breakpoints in the 'Tile' part of the 'World' project (I tried it in LiquidTileDynamic and it just won't pick it up!)

Are you compiling it as Debug?

iProgramMC commented 12 months ago

I wasn't. I addressed it on the Discord, sorry for not retracting my statement on here as well.

iProgramMC commented 11 months ago

Note: We desperately need a place to download assets from. The v0.1.0 block textures are few and most are used. I'm considering adding a web based downloader which downloads assets from minecraft.net's official CDN.

iProgramMC commented 11 months ago

Also note: Water is really heavy lately for some reason. Desperately needs a fix (from me) as well.

iProgramMC commented 11 months ago

So aside from debug (which was like this before the pull), it works perfectly! Thank you!