TheBrokenRail
TheBrokenRail pushed to master at minecraft-pi-reborn/symbol-processor 2024-01-20 08:46:19 +00:00
34b74896f9 Add nano syntax highlighting
TheBrokenRail merged pull request minecraft-pi-reborn/symbol-processor#5 2024-01-20 08:46:18 +00:00
Add nano syntax highlighting
TheBrokenRail pushed to master at minecraft-pi-reborn/symbol-processor 2024-01-20 08:38:58 +00:00
2898fba312 Highlight std::* Types
TheBrokenRail closed pull request minecraft-pi-reborn/symbol-processor#6 2024-01-20 08:28:55 +00:00
Fix some backwards compatibility
TheBrokenRail commented on pull request minecraft-pi-reborn/symbol-processor#6 2024-01-20 08:28:54 +00:00
Fix some backwards compatibility

One of the biggest changes I wanted to make with the new API was removing definitions from the minecraft.h file. Thus allowing the code to be more idiomatic, with declarations in the header file…

TheBrokenRail merged pull request minecraft-pi-reborn/minecraft-pi-reborn#74 2024-01-20 08:24:36 +00:00
More symbols, mostly item rendering related
TheBrokenRail pushed to master at minecraft-pi-reborn/minecraft-pi-reborn 2024-01-20 08:24:36 +00:00
7e546a4a09 Fix ItemInHandRenderer in symbols
be5bcf24c4 More symbols, mostly item rendering related
Compare 2 commits »
TheBrokenRail pushed to master at minecraft-pi-reborn/minecraft-pi-reborn 2024-01-20 07:10:31 +00:00
91ff082c97 Create AppImages Using CPack
TheBrokenRail pushed to master at minecraft-pi-reborn/minecraft-pi-reborn 2024-01-16 08:08:43 +00:00
40cd1b0a14 Improve CMake Superbuild
TheBrokenRail pushed to master at minecraft-pi-reborn/minecraft-pi-reborn 2024-01-16 06:46:00 +00:00
5c607d96b8 Simplify CMake
TheBrokenRail pushed to master at minecraft-pi-reborn/symbol-processor 2024-01-16 00:02:07 +00:00
930eae47c6 Error On Duplicates
TheBrokenRail pushed to master at minecraft-pi-reborn/symbol-processor 2024-01-14 09:02:16 +00:00
371a18b1e5 Syntax Highlighting In QtCreator
TheBrokenRail pushed to master at minecraft-pi-reborn/minecraft-pi-reborn 2024-01-12 03:10:40 +00:00
6e9b364f81 Organize Symbols
TheBrokenRail pushed to master at minecraft-pi-reborn/symbol-processor 2024-01-12 03:09:57 +00:00
63ad20456c Improve Parsing
TheBrokenRail pushed to master at minecraft-pi-reborn/minecraft-pi-reborn 2024-01-07 09:57:37 +00:00
67a0d3017b Fix Furnace Visual Bug
e4d9ee4f20 Code Style Changes
Compare 2 commits »
TheBrokenRail pushed to master at minecraft-pi-reborn/minecraft-pi-reborn 2024-01-07 07:59:14 +00:00
d32fa2d265 Add Some Symbols From MCPI-Addons
34c24378f3 Update Example Mods
Compare 2 commits »
TheBrokenRail pushed to master at minecraft-pi-reborn/symbol-processor 2024-01-07 07:41:19 +00:00
00b223a6ad Change Static Property Handling
TheBrokenRail pushed to master at minecraft-pi-reborn/minecraft-pi-reborn 2024-01-06 23:16:02 +00:00
b7b60876d8 Fix Item Dropping When Killing Players From The Server Console
TheBrokenRail pushed to master at minecraft-pi-reborn/minecraft-pi-reborn 2024-01-06 23:03:58 +00:00
4dff667749 Fix Server Build
TheBrokenRail pushed to master at minecraft-pi-reborn/minecraft-pi-reborn 2024-01-06 11:30:31 +00:00
aa92da6fdd WIP New Modding API