Commit Graph

666 Commits

Author SHA1 Message Date
Bigjango13 cfce26b3ba More chunk symbols 2024-04-16 10:19:39 -07:00
Bigjango13 7566890c7c Add ChunkSource vtable 2024-04-08 15:54:20 -07:00
Bigjango13 d7c6771cdd Fix HOOKing mods 2024-04-07 20:29:23 -07:00
Bigjango13 e03caceb6d Merge branch 'master' of https://gitea.thebrokenrail.com/minecraft-pi-reborn/minecraft-pi-reborn 2024-04-07 20:04:41 -07:00
Bigjango13 2401fa3a6f Fix Tile_lightEmission 2024-04-06 22:16:31 -07:00
Bigjango13 0feef96eca Add TileRenderer_tesselateTorch 2024-04-04 13:20:25 -07:00
TheBrokenRail cf6989bed2 I need to sleep, here be dragons 2024-04-03 03:19:12 -04:00
TheBrokenRail b2a7fe3eaf C++-Ification! 2024-04-02 19:22:01 -04:00
Bigjango13 d9c25f22ad More symbols, remove Entity_moveTo 2024-04-02 15:03:38 -07:00
TheBrokenRail 7739fb6b9b Update Dependency 2024-04-02 15:21:35 -04:00
TheBrokenRail f3755387e8 Improve Mouse Sensitivity On Wayland 2024-03-19 00:25:50 -04:00
TheBrokenRail b1b28defd5 Small Change 2024-03-19 00:12:26 -04:00
TheBrokenRail 18c5d34974 Ignore CLion Files 2024-03-19 00:12:26 -04:00
Bigjango13 76a66a0ba5 Sneak in Level_setTileEntity 2024-03-18 21:02:01 -04:00
Bigjango13 a6ad1994de Remove left over check 2024-03-18 19:58:38 -04:00
Bigjango13 8de638eb1a Make chat history edits saved temporarily 2024-03-18 19:44:17 -04:00
Bigjango13 5e5088e3ef Move chat history into chat
- `get_death_message` is no longer static
- Fix ItemInHandRenderer_instance symbol
2024-03-10 22:46:34 -04:00
Bigjango13 a6e0cd8f13 Fix history editing bug
- Use the `get_<var>` pattern for chat's `history`.
- Make the Biome_map comment clearer
2024-03-09 13:01:52 -05:00
Bigjango13 3ff24c2a92 Add chat history
- More symbols too
- Made CUSTOM_VTABLE not static, for modders
2024-03-08 18:03:19 -05:00
TheBrokenRail d74d1501ce Update Sound Warning 2024-03-02 17:16:16 -05:00
TheBrokenRail fb84bcc06b GLFW 3.4! 2024-02-23 20:54:07 -05:00
TheBrokenRail 117c5d2702 Better HiDPI Support 2024-02-23 20:50:56 -05:00
TheBrokenRail 9556d13791 Minor Tweaks 2024-02-15 23:02:44 -05:00
Bigjango13 f8bd6d380b Fix invalid ItemInHandRenderer texture cache 2024-02-15 01:59:35 -05:00
Bigjango13 5d57253d56 More symbols and better patch error message 2024-02-15 01:59:34 -05:00
Bigjango13 6ac808919f More symbols! Mostly tile entity stuff 2024-02-15 01:58:38 -05:00
Bigjango13 5353bc188d Rename Entity::aabb to Entity::hitbox 2024-02-15 01:58:38 -05:00
Bigjango13 f57c0a6190 More symbols and clean up "Disable Hostile AI In Creative Mode" 2024-02-15 01:58:38 -05:00
TheBrokenRail b033912633 Also Scan .data.rel.ro 2024-02-12 00:55:50 -05:00
TheBrokenRail a2b3bb128b Bug Fixes & Low-Level Improvements 2024-02-12 00:44:38 -05:00
TheBrokenRail 180ba9dcaf Small Changes 2024-02-11 20:35:41 -05:00
TheBrokenRail 71cc24104c Add More Splashes 2024-02-08 00:59:57 -05:00
TheBrokenRail 6951ebe620 Improve Performance 2024-02-08 00:34:43 -05:00
TheBrokenRail 28dbb2eacd Some CMake Cleanup 2024-02-07 22:12:02 -05:00
TheBrokenRail d86018717e Split Splash Loading Into Own Function 2024-02-07 21:40:26 -05:00
TheBrokenRail db22caa50f Add Splash Text From MCPIL 2024-02-07 21:15:48 -05:00
TheBrokenRail ecbcfb2922 Split Up Animated Textures Into Three Flags 2024-02-07 19:00:55 -05:00
TheBrokenRail 781377005e Update Dependencies 2024-02-07 18:04:53 -05:00
TheBrokenRail 6e306e500d I Have Made This Typo Countless Times 2024-02-07 02:01:43 -05:00
TheBrokenRail 7e300a6e1b Update Changelog 2024-02-07 01:58:21 -05:00
bigjango13 f5a680af7b Add Cake (#81)
Adds cake, crafting remainders, milk buckets, death messages, `misc_run_on_language_setup`, and a lot more symbols.

Co-authored-by: Bigjango13 <bigjango13@gmail.com>
Reviewed-on: minecraft-pi-reborn/minecraft-pi-reborn#81
Co-authored-by: bigjango13 <bigjango13@noreply.thebrokenrail.org>
Co-committed-by: bigjango13 <bigjango13@noreply.thebrokenrail.org>
2024-02-07 06:47:46 +00:00
Bigjango13 c62d5264a8 More consistent lookup for sounds 2024-02-07 02:16:34 +00:00
Bigjango13 93498ce9c0 Fix load_symbol ignoring source when a previous source has already been loaded 2024-02-07 02:16:34 +00:00
TheBrokenRail 90a2b0ac85 Call Ninja Directly 2024-02-06 19:35:44 -05:00
Bigjango13 2d9d4a638a Move food overlay to after classic HUD 2024-02-06 18:16:21 -05:00
Bigjango13 8c265a69d9 Add Food Overlay 2024-02-06 17:53:21 -05:00
TheBrokenRail b5e9486460 Fix Script Bug 2024-02-04 03:40:59 -05:00
TheBrokenRail 7fc5638143 Fix CI (Again) 2024-02-04 02:33:35 -05:00
TheBrokenRail 7ba9daa84e Fix CI 2024-02-04 01:31:41 -05:00
TheBrokenRail 930d0120f3 More CI Improvements 2024-02-04 00:43:25 -05:00