[codex] Merge latest RuneLite master into development#1793
Conversation
This passes the render mode into addRange, which is a few more draw calls, but means adding a new render mode is a lot easier later.
[ci skip]
…ite-master-1-12-29 # Conflicts: # gradle.properties
|
Caution Review failedPull request was closed or merged during review WalkthroughThis PR introduces version 1.12.28 with microbot 2.6.5. It encompasses a comprehensive League 6 content overhaul with hundreds of new and renamed game constants (items, NPCs, objects, animations, UI elements, and game variables), modernizes the GPU rendering pipeline to use per-context projection matrices instead of global caching, extends world hopper support to Japan/Singapore/South Africa regions, and includes several bug fixes and utility improvements. Possibly related PRs
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 ast-grep (0.43.0)runelite-api/src/main/java/net/runelite/api/ItemID.javarunelite-api/src/main/java/net/runelite/api/NpcID.javarunelite-api/src/main/java/net/runelite/api/NullItemID.java
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
Merges the latest
runelite/masterinto Microbotdevelopment.This brings in the upstream RuneLite updates through
d9023f9361(worldhopper: fix region filter for new regions), including the 1.12.28 release commit and subsequent master changes.Version updates
project.build.versionto1.12.28ingradle.properties, removing the RuneLite-SNAPSHOTversion while keeping dependency resolution on the latest published RuneLite artifacts.microbot.versionfrom2.6.4to2.6.5.Validation
./gradlew testAll