reporust_rebootcancel

134,057 Commits over 4,444 Days - 1.26cph!

4 Months Ago
merge from divesite_spawn_optim
4 Months Ago
added +- 30s jitter to Junkpile timeouts, should spread divesites respawning over 30 seconds instead of all on the same frame
4 Months Ago
merge from divesite_spawn_optim
4 Months Ago
merge from indirect_instancing
4 Months Ago
rebase on main
4 Months Ago
Cache the hand IK pos/rot in Update and then apply them in UpdatePlayerModel, more accurate
4 Months Ago
Ballista right hand IK now reflects rotation Updated right hand IK target on static and mobile ballista
4 Months Ago
Remove the ShieldHeldEntityOffset component from the python Add ShieldHeldEntityOffset to HCR
4 Months Ago
Include magnet crane and door animations in server build
4 Months Ago
Merge from main
4 Months Ago
Merge from main
4 Months Ago
Fix biome layer getting removed somehow from material
4 Months Ago
Merge from fix_console_log_startup
4 Months Ago
Merge from parachute_hotbar
4 Months Ago
Merge from boat_aim_sway
4 Months Ago
Merge from growable_menu_changes
4 Months Ago
Preserve the RMB behaviour when cloning plants
4 Months Ago
Merge from main
4 Months Ago
double_voicechat_fix -> main
4 Months Ago
Ensure duplicates arent added with secondary connections. Can be expensive in certain cases but doesnt run 24/7
4 Months Ago
Player model equip tool no longer requires a PlayerModel, will work on any hierarchy with a l_prop, r_prop, l_hand and r_hand
4 Months Ago
Merge from pm_equip_tool
4 Months Ago
merge from naval_update/io_boats
4 Months Ago
Change foliage_instancing to shader feature
4 Months Ago
Continue to apply boat based sway while firing
4 Months Ago
Merge from main
4 Months Ago
Merge from main
4 Months Ago
Fixed string lights Used flag not being reset correctly if the player stopped wiring at >5m from the box It was blocking the "Wire" interaction, allowing you to edit the lights later
4 Months Ago
Fix bug that could sometimes cause player voice duplication
4 Months Ago
Cleanup and minor changes
4 Months Ago
Fixed string lights mixing up local and world, its all local now
4 Months Ago
Disabled mip maps on string lights wire textures, streaming doesn't work with line renderers
4 Months Ago
merge from main
4 Months Ago
Merge from fix_steam_nickname_bag
4 Months Ago
Merge from ghostship_phys_improvements
4 Months Ago
Merge from drone_deploy_guide_fix
4 Months Ago
Merge from fallback_fishing_spawn
4 Months Ago
merge from wallpaper_playerboats
4 Months Ago
Fixed wallpaper occasional deployable mismatch by overriding the entity for FindAppropriateHandle Bumped the ray radius so the picked entity doesn’t oscillate too much
4 Months Ago
Added additional fallback positions to both harbors using a new SpawnPointFallback tag These will only be used if no procedural spawn points and no fishing village spawn points could be found
4 Months Ago
Fix truncation of entity IDs from 32->64 bits in FileStorage.Get (thanks Jexs) This was causing artwork to disappear on some servers
4 Months Ago
Added poolable to all wallpaper prefabs (no clue why I didnt add this initially?)
4 Months Ago
Hull square and hull triangle socket name update
4 Months Ago
Fixed wallpaper placed on finished boat not toggling its batching component
4 Months Ago
Make it private so it works better with domain reload
4 Months Ago
Allow wallpaper deployment on finished boats Simplified WallpaperPlanner construction switching logic
4 Months Ago
Added 16 fallback spawn points to each fishing village Players will be spawned at these points if the server fails to find a spawn point for any reason
4 Months Ago
merge from hackweek_more_tests
4 Months Ago
Updated wallpaper commands to work with player boats
4 Months Ago
merge from /fixes