reporust_rebootcancel

132,518 Commits over 4,262 Days - 1.30cph!

2 Days Ago
Bugfix: TriggerParentDelayedExit - skip entity-delay logic when trigger gets disabled This left invalid invokes running when editing existing player boat, inflating the perf cost Tests: edited existing boat, checked profiler - saw no perf samples gor persistent queue
2 Days Ago
(WIP) Large refactor: Make BaseEntity responsible for calling StartMotion / StopMotion with (potentially) a single array of numbers to mitigate spikes when large entities set into motion.
2 Days Ago
Bugfix: early out when double-remove happens Not sure why yet, but saw the same with double-add before, so going to replicate. Also noticed that we can be tracked, but have null-entitycontents, which leads to wasted Invokes, adding overhead - checking Tests: built boat, spawned npc, went to edit mode - no more errors
2 Days Ago
Fixed slim gap in half wall hard side
2 Days Ago
Added brutalist skin roof top line mesh and conditional prefabs
2 Days Ago
merge from naval_update
2 Days Ago
Flagged steering wheel lock model and effects as dynamic
2 Days Ago
Merge from naval_update
2 Days Ago
Make cooking tests editor only for now
2 Days Ago
Merge from naval_update
2 Days Ago
Industrial NRE checks
2 Days Ago
Update tests to better reflect new update flow
2 Days Ago
Cache HasAttachedStorageAdaptor Don't mark items as dirty every update, only when they pass a 5s increment Eliminates most of the MarkDirty calls and brings the 1000 oven test case under the 0.25ms budget some of the time
2 Days Ago
Split Autoturret into multiple work queues: Ammo, Scan, Tick Keep Aiming/Rotating code in the 66hz loop Move TargetAquisition/Thinking/Firing to a 10hz work queue scheduling loop Around a 0.3ms in improvement (in spikes) on idle with 500 turrets.
2 Days Ago
Convert ovens to a persistent work queue, budgeted to 0.25ms by default In the 1000 oven test case this caps out at processing around 40-50 ovens a frame
2 Days Ago
Added quick add paths for creating byproducts (charcoal) and cooking results (cooked meat or frags, sulphur, etc) This skips creating a new item and triggering the MoveToContainer process if there is already a stack of that item that we can stack onto Reorder ConsumeFuel so that the fuel item is only marked dirty once (was happening twice) Takes the worst case oven cycle for 1000 ovens creating a new item in the same frame from 270kb alloc and 18.3ms to 0b alloc and 4.62ms
2 Days Ago
Split off autoturret ammo updating into its own queue
2 Days Ago
No need to sort rays - we are looping over them all anyway I'm sure theres some minor concerns with the relevant collider 'usually' being first, but the loop isnt the expensive bit The scale of the sorting is
2 Days Ago
Minor cleanup
2 Days Ago
More profiling
2 Days Ago
Don't need to check peekers if the target isn't a player. Should save us some cycles
2 Days Ago
main -> autoturret_improvements
2 Days Ago
Added debug.spawnOvenStressTest, spawns 1000 ovens with wood and metal ore and turns them on
2 Days Ago
Undo: `139927` (merge: from triggerparentdelayedexit_optim)
2 Days Ago
Basic cooking tests, checks smelting ore and cooking food on all ovens
2 Days Ago
Enable on foundation & triangle foundation
2 Days Ago
Add ability for certain SocketMod_TerrainCheck to count as in-ground when clipped into rock (so we don't introduce bugs on other deployables)
3 Days Ago
* Make instances identifiable by a single never changing integer * Speed up adding/removing instances by using various look up tables to find instances instead of staged linear searching
3 Days Ago
Merge from naval_update
3 Days Ago
Fixed tutorial island error
3 Days Ago
Use Antihack.IsInsideMesh() to determine if a terrain corner is clipped into a rock, fixing foundations placed on top of tall rocks and clipped into it not being buildable
3 Days Ago
Introduce some inaccuracy and bursts when Scientists are firing the mounted weapons on the PT Boat - Codegen
3 Days Ago
scientist_boat_ai_inaccuracy -> main
3 Days Ago
- Setup customizable properties (servervars) - Codegen
3 Days Ago
adjust bouyancy pausing step
3 Days Ago
Set y height to 0 now instead of trying to grab the water level (failing and giving us -16?)
3 Days Ago
Block pickup of easel when painting is socketed
3 Days Ago
Convert to interface for easel paintables, add photoframe support
3 Days Ago
Merge: from triggerparentdelayedexit_optim - Optim: triggerparent.tickmode 0-3 (0 default) - various implementations for TriggerParent.OnTick execution, can be switched at runtime. Tests: unit tests + building a boat, jumping around on it, trying going under it and climbing ladders and stairs.
3 Days Ago
Update: Codegen Tests: ran "check compile errors"
3 Days Ago
Merge: from main
3 Days Ago
Added space station skin roof top line mesh and conditional prefabs
3 Days Ago
Set patrol heli global network group to main island, so you can't see or hear it from the deep sea
3 Days Ago
merge from naval_update
3 Days Ago
Optim: in tickmode 3, run OverlapOBB and TraceRealm queries in parallel Should help in many-boats-players scenarios, in theory Tests: built a boat and jumped around as it was moving
3 Days Ago
Bugfix: SelectNearestNHitsJob - ensure we emit an end if we couldn't select requested number of hits - Added couple early returns to avoid div by 0 issues Tests: rode a boat with tickmode 3
3 Days Ago
Update: initial full version of TriggerParent.ShouldParentEntitiesJobs inlines ToClipping so that we can batch OverlapOBB, but doesn't batch expensive-but-rare checks - need to see if we need this during playtest Tests: built a boat, finished it, enabled tickmode 3, tried jumping on/off the boat
3 Days Ago
Add a convar for debugging the boat ai flipping eject - Codegen
3 Days Ago
main -> mountplayersync_ai_bypass
3 Days Ago
missing_script_errors -> main