Block a user
TheBrokenRail
pushed to master at minecraft-pi-reborn/minecraft-pi-reborn
2024-11-19 01:15:25 +00:00
871288ee12
Fix Example Mod (Again)
TheBrokenRail
pushed to master at minecraft-pi-reborn/minecraft-pi-reborn
2024-11-18 23:47:24 +00:00
Compare 3 commits »
TheBrokenRail
pushed to master at minecraft-pi-reborn/minecraft-pi-reborn
2024-11-18 03:50:24 +00:00
6b5105e74d
Remove OpenGL Occlusion Functions
57503d6a31
More C++ Refactors
TheBrokenRail
pushed to master at minecraft-pi-reborn/minecraft-pi-reborn
2024-11-15 20:26:46 +00:00
58a6706cf9
Some Updates
TheBrokenRail
pushed to master at minecraft-pi-reborn/minecraft-pi-reborn
2024-11-11 00:05:54 +00:00
f501f9a7c9
Please Just Work
TheBrokenRail
pushed to master at minecraft-pi-reborn/minecraft-pi-reborn
2024-11-10 23:52:59 +00:00
203d46c849
Update Archives
TheBrokenRail
pushed to master at minecraft-pi-reborn/minecraft-pi-reborn
2024-11-10 10:43:06 +00:00
58efe19609
Fix CMake
TheBrokenRail
pushed to master at minecraft-pi-reborn/minecraft-pi-reborn
2024-11-10 10:26:50 +00:00
23b3cbe72f
Update Runtime
b339b53f42
Revert That, It Sucked
a8d0962491
Occlusion Checking
a63125f335
Add OpenGL Query Functions
eeace9cf14
Small Rename
TheBrokenRail
pushed to master at minecraft-pi-reborn/minecraft-pi-reborn
2024-11-08 07:35:09 +00:00
dd25805af9
Fancy New API!
TheBrokenRail
pushed to master at minecraft-pi-reborn/minecraft-pi-reborn
2024-11-04 01:06:13 +00:00
a6dad72778
Fix Sugar Position In Hand
TheBrokenRail
commented on pull request minecraft-pi-reborn/minecraft-pi-reborn#116
2024-11-03 10:22:25 +00:00
Port over most of the RaspberryJuice API
There could even be a helper method for mobs where the API name is just an upper-cased friendly name:
static std::pair<std::string, std::string> format_entity_name(const std::string…
TheBrokenRail
commented on pull request minecraft-pi-reborn/minecraft-pi-reborn#116
2024-11-03 07:34:13 +00:00
Port over most of the RaspberryJuice API
I mentioned this already in the Discord, but this should be changed to std::map<int, std::pair<std::string, std::string>>
to accommodate for RJ's entity type names.
TheBrokenRail
commented on pull request minecraft-pi-reborn/minecraft-pi-reborn#116
2024-11-03 07:16:08 +00:00
Port over most of the RaspberryJuice API
Also, the fallback for this should just be UNKNOWN
since entity type ID has already been sent.
TheBrokenRail
commented on pull request minecraft-pi-reborn/minecraft-pi-reborn#116
2024-11-03 06:05:39 +00:00
Port over most of the RaspberryJuice API
It might be easier to do std::vector
, for polling just do:
for (const type &event : list) {
if (id == -1