TheBrokenRail
TheBrokenRail pushed to master at minecraft-pi-reborn/symbol-processor 2024-07-15 07:09:31 +00:00
46c486e56a Reference Support
TheBrokenRail pushed to master at minecraft-pi-reborn/minecraft-pi-reborn 2024-07-15 02:12:19 +00:00
0521b540fd Fix Example Mods
TheBrokenRail pushed to master at minecraft-pi-reborn/symbol-processor 2024-07-15 02:10:13 +00:00
346d4403df Misc
TheBrokenRail pushed to master at minecraft-pi-reborn/minecraft-pi-reborn 2024-07-14 09:06:42 +00:00
d2b07f7661 minecraft.h/.cpp Changes
688bee1aaa Use PerformanceTestChunkSource In Benchmark
Compare 2 commits »
TheBrokenRail pushed to master at minecraft-pi-reborn/symbol-processor 2024-07-14 09:04:42 +00:00
11342dbb78 Small Fix
TheBrokenRail pushed to master at minecraft-pi-reborn/symbol-processor 2024-07-14 09:03:27 +00:00
be25749aa4 Some Changes
TheBrokenRail pushed to master at minecraft-pi-reborn/minecraft-pi-reborn 2024-07-11 03:16:07 +00:00
d4c0f54245 Multidraw
TheBrokenRail pushed to master at minecraft-pi-reborn/gles-compatibility-layer 2024-07-11 03:10:38 +00:00
fedc5ac218 Multidraw
TheBrokenRail pushed to master at minecraft-pi-reborn/minecraft-pi-reborn 2024-07-05 07:24:35 +00:00
f08afbf654 Allow Skipping Page-Size Check
TheBrokenRail pushed to master at minecraft-pi-reborn/minecraft-pi-reborn 2024-07-05 06:33:38 +00:00
f7bc756063 Bug Fixes + F3
TheBrokenRail commented on pull request minecraft-pi-reborn/minecraft-pi-reborn#113 2024-07-05 03:19:04 +00:00
A few QoL changes and fixes from hodgepodge

Then just overwrite_calls(CarriedTile_getTexture2. It seems to be a "real" method so it should be overwritable.

TheBrokenRail commented on pull request minecraft-pi-reborn/minecraft-pi-reborn#113 2024-07-05 03:09:46 +00:00
A few QoL changes and fixes from hodgepodge

This should be t->init().

TheBrokenRail commented on pull request minecraft-pi-reborn/minecraft-pi-reborn#113 2024-07-05 03:09:46 +00:00
A few QoL changes and fixes from hodgepodge

Remove the ->vtable->.

TheBrokenRail commented on pull request minecraft-pi-reborn/minecraft-pi-reborn#113 2024-07-05 03:09:46 +00:00
A few QoL changes and fixes from hodgepodge

I know I'm being a bit of a broken record here, but this should be self->bindTexture.

TheBrokenRail commented on pull request minecraft-pi-reborn/minecraft-pi-reborn#113 2024-07-05 03:09:46 +00:00
A few QoL changes and fixes from hodgepodge

The language fixes should be under a Add Missing Language Strings feature flag IMO (enabled by default).

TheBrokenRail commented on pull request minecraft-pi-reborn/minecraft-pi-reborn#113 2024-07-05 03:09:46 +00:00
A few QoL changes and fixes from hodgepodge

Use overwrite_calls, it bundles the original method for you.

TheBrokenRail commented on pull request minecraft-pi-reborn/minecraft-pi-reborn#113 2024-07-05 03:09:46 +00:00
A few QoL changes and fixes from hodgepodge

This should be in the dedicated camera mod folder and under a feature flag.

TheBrokenRail commented on pull request minecraft-pi-reborn/minecraft-pi-reborn#113 2024-07-05 03:09:46 +00:00
A few QoL changes and fixes from hodgepodge

This should be t->vertexUV.

TheBrokenRail commented on pull request minecraft-pi-reborn/minecraft-pi-reborn#113 2024-07-05 03:09:46 +00:00
A few QoL changes and fixes from hodgepodge

This should be under a feature flag.

TheBrokenRail commented on pull request minecraft-pi-reborn/minecraft-pi-reborn#113 2024-07-05 03:09:46 +00:00
A few QoL changes and fixes from hodgepodge

I'm not sure if this should be under a dedicated feature flag or not. I could be convinced either way.