255,056 Commits over 3,990 Days - 2.66cph!
FoodVisualConfig setup for entity/third person too.
Added a "Branch Name" description to the Config UI along with a new token so it can be translated
added parallax plane to break stuff even more
Update: ServerProfiler - emit working set as KB instead of Bytes
- Also pre-allocate extra size in string builder to account for the memory counters.
KB are easier to spot on the graph changing(not really on perfetto's Values view, better on delta view)
Tests: exported in editor on Craggy
Holding alt when clicking an item in the F1 item menu will debug log the item definition filename, clicking that message selects the item definition in the project.
3rd person pie animation fix
Merge from triangle_planter (and latest main)
Merge from rotation_parent_fix_2
merge from dismount_player_rotation_fix
merge from demo_button_fix
merge from supplydrop_flyhack_fix
merge from shield_info_fix
merge from horse_double_ragdoll_fix
Implemented visibility system for chickens (taken from recent horse implementation)
Setup new material and foliage asset, improve grass blade shape, change instance data to use bezier curves.
Fix leaderboard being case sensitive
Update forum when posting
Refresh forum list on new post
Send pubsub message last on reply/thread
Discreet link to forum
Move need updates into a budgeted work queue
Leaderboard backup, run #
17549
merge from main -> hackweek_modding_improvements
merge from custom_url_tag -> hackweek_modding_Improvements
Include level url in tags so you can get the custom map by querying server
merge from custom_vitals -> hackweek_modding_improvements
Add ability for the icon to be changed
- use textureId just like CUI
Merge from modding_prefabs
More rocket splash test scenarios
Improved the gizmos, refactoring
Berry bush static prefabs (all colour variants)
Medieval metal door static prefabs (single & double)
Static variants of food cache prefabs (001-005)
Adjusted build volumes to rule out some clipping hopper placement scenarios
Fixed players harvested by the hopper not getting the proper skull player assignment
Add `test_custom_vitals` command to test modding vitals works
Add code to create custom vitals when the CustomVitals RPC is sent to the client
Add CustomVital template to GameUI.Hud.Vitals.prefab
Added hopper socket to medieval box
Chef kiss gesture - animation + setup. Added icons for all 4 gestures.
Add protobuf for custom vitals message
Add ClientModdingEntity to handle RPC for custom vitals