137,618 Commits over 4,324 Days - 1.33cph!

Just Now
Merge from coconut_collider_fix
11 Minutes Ago
Merge from collectable_optim_pass
22 Minutes Ago
Remove server colliders on all plantable berries, corn, potato, wheat, orchid, rose and sunflower
34 Minutes Ago
Don't strip out animation clips that are being used for root motion on AI (we probably can strip these but it's easier to just include for now)
56 Minutes Ago
Remade water barrel collider with primitives, it had a non-convex mesh collider
1 Hour Ago
Moved all the RegisterSplashable calls from ServerInit to OnDeployed and PostServerLoad so they're correctly flagged as mobile by the grid (parent wasn't set yet in ServerInit)
1 Hour Ago
Remove collider on server from hemp.entity Update GrowAll command to work via Query instead of Vis
1 Hour Ago
Reduced minecart planter colliders count from 16 to 4
2 Hours Ago
All IO water items deployable on boats
2 Hours Ago
Merge from main
2 Hours Ago
▆▅▄▇▍ ▋▅▊ ▅▇▌▅ ▆▌▇▊▇▊▄▇ █▌ ▅▌▇ █▆▇ ▄█▋▌▅█▄▊ ▊▊█▉█▉▄▅▋█ ▌▇▄▇▌▄ ▉▇ ▋█▍▅▍ ▉█▋▊ ▋▉▍▍ ▋▋▋▄▊▆▉▌▌ ▋▄▄▌▊▌ ▇▊▉ ▋▆▌▊▊▊▉▊▍ ▄▋▌▆▉
2 Hours Ago
▋▌▇▅▉▌ ▋▅▄▍ ▅▇▉▇
3 Hours Ago
Merge from fix_roof_debris
3 Hours Ago
Fixed ceiling fluorescent light invisible cables and meleehack invalids
3 Hours Ago
Merge from growable_menu_changes
3 Hours Ago
Merge from print_speed
3 Hours Ago
Merge from fix_backpack_priority_attire
3 Hours Ago
Merge from kapok_branch_col_optim
3 Hours Ago
Fix missing return value on Matrix()
3 Hours Ago
merge from naval_update/io_boats
3 Hours Ago
Compile fix
3 Hours Ago
Use GetRootParentEntity instead of the new GetRootParent method
3 Hours Ago
- Optimise WorldPositionGenerator, this was the most expensive job in the new work queue and is now showing as at least 30x faster at in testing - Optimise MissionPoint type position generator so it no longer always iterates through all mission points on the server - Now check when we last revalidated each mission before adding it to a run of the work queue rather than just checking time between runs of the work queue itself - Move work queue run cooldown to a servervar 'missionValidStateWorkQueueCooldown', and added 'missionPerValidStateCooldown' to configure cooldown between revalidating individual missions - Add servervars 'resetmissions' and 'resetmissions_alll' to reset missions progress for a target player or all players on a server. Useful if saved missions progress is borked without having to reset entire player state - Player now requests a mission valid states update when they join a server, so map markers will be ready for when they first open their map
3 Hours Ago
Minor adjustment to branch collider
4 Hours Ago
Merge from main
4 Hours Ago
▆▇▍█▊▊ ▌▅▇▌ ▍▆█▌▆▇▊███▇▅▆▌▅▋█▅▊▍ ▆▌▍▍▄ ▊▊▍ ██▌▅
4 Hours Ago
Can't connect IO entities not sharing the same root parent
4 Hours Ago
More IO prefabs deployable on boats
4 Hours Ago
Fixed some broken rock formations in NMS (scene only)
4 Hours Ago
Merge from windturbine_deploy_sfx
4 Hours Ago
Merge from improved_embrasures_colliders
4 Hours Ago
ioentity.allow_on_boat now blocks placement of all io entities on boats (just a temp killswitch)
4 Hours Ago
Merge from ambient_light_lod_fix
4 Hours Ago
Merge from 20mindayextension
4 Hours Ago
Merge from main
4 Hours Ago
Merge from hackweek_meshlod_qol
4 Hours Ago
GetAuthoredShadowCastingMode on MeshLOD now respects the new disable shadows setting Disabled shadows on all LODS after 0 on the static phone both for testing
5 Hours Ago
Merge from main
5 Hours Ago
Wire snapping works on moving boats
5 Hours Ago
Remove 12char cap on net_showudp names Added ActivityWeight/ActivityID to util.GetModelInfo sequences Remove auto generated server flags * It's been long enough for people to adjust to setting sv_location Fixed some potential crashes Potential optimizations for Matrix() * Should be a bit faster, especially when not using table as first arguments Potential optimization for Angle() (same as Vector at some point before) Clamp BodyMoveXY playback rate to networking limits Merge PR: Ability for Sandbox NPCs to randomize their model
6 Hours Ago
Test list
6 Hours Ago
Fixed electric furnace deploy volume not including Vehicle_Large
6 Hours Ago
Remade large battery collider with primitives, it had a non-convex mesh collider
6 Hours Ago
Fixed a bunch of wire tool local/world position issue IO lines toggle their dynamic LOD when created if parented to a boat IO lines plug effects are played locally
Today
merge from workshop_animator_controls -> main
Today
slightly better looking animator control buttons
Today
▊▋▋▌▌▍ ▆▄▄▆▋▍▉▇
Today
Add workshop animator controls, with setup for bbq skinnable
Today
improved building_generic_trims textures
Today
merge from skinviewer_cleanup