deepfriedwaffles
deepfriedwaffles pushed to ios-support at Kolyah35/minecraft-pe-0.6.1 2026-03-25 01:08:33 +02:00
bfecad40be restore include paths for cross-platform builds because i messed absolutely every #include up. dont worry that everything is modified, all i did was normalize line endings because CLRF snuck into the repo and this prevents fake diffs
deepfriedwaffles pushed to ios-support at Kolyah35/minecraft-pe-0.6.1 2026-03-24 18:47:15 +02:00
7d485fdcd7 more refactoring for iOS
976366d6bf fixed slider for hopefully the final fucking time. Nether Reactor fix: Need to make the array for building it all unsigned integers as now Xcode is strict about the new C++ Standards as they have changed since 2011
663c1d4b3f Synced options UI files from main branch
0ef6822737 gonna try changing all Options::Option* in the whole project to just Option* not sure if this works but it gets the compiler to shut up. if this breaks everything change all 'Option*' to 'Options::Option*' as it once was.
442eb2d9c3 more header fixes
Compare 116 commits »
deepfriedwaffles pushed to ios-support at Kolyah35/minecraft-pe-0.6.1 2026-03-23 23:55:56 +02:00
abfb9e0f64 more refactoring for iOS
359a9d2620 fixed slider for hopefully the final fucking time. Nether Reactor fix: Need to make the array for building it all unsigned integers as now Xcode is strict about the new C++ Standards as they have changed since 2011
Compare 2 commits »
deepfriedwaffles pushed to ios-support at Kolyah35/minecraft-pe-0.6.1 2026-03-23 21:06:21 +02:00
967080a435 Synced options UI files from main branch
deepfriedwaffles pushed to ios-support at Kolyah35/minecraft-pe-0.6.1 2026-03-23 01:27:37 +02:00
05baea1ed4 gonna try changing all Options::Option* in the whole project to just Option* not sure if this works but it gets the compiler to shut up. if this breaks everything change all 'Option*' to 'Options::Option*' as it once was.
04aea27334 more header fixes
Compare 2 commits »
deepfriedwaffles pushed to ios-support at Kolyah35/minecraft-pe-0.6.1 2026-03-17 16:52:27 +02:00
2d731bc3b6 fix missing file, commiting now because what im about to do might break Option class
deepfriedwaffles created branch ios-support in Kolyah35/minecraft-pe-0.6.1 2026-03-17 08:34:33 +02:00
deepfriedwaffles pushed to ios-support at Kolyah35/minecraft-pe-0.6.1 2026-03-17 08:34:33 +02:00
0d1387ad8f added needed missing files
d103caddab Started to port to iOS; fixing compiler errors here and there
Compare 2 commits »
deepfriedwaffles pushed to main at Kolyah35/minecraft-pe-0.6.1 2026-03-16 23:04:43 +02:00
f3e94f697f Added *.xcuserstate wildcsrd to Xcode ignores