useroctocancel

635 Commits over 274 Days - 0.10cph!

8 Months Ago
merge glass_fix_resourcerefs to main
8 Months Ago
Remove refs, compare physics materials by name instead. (physics materials don't have guid to paths baked.)
8 Months Ago
merge fix_static_respawn_areas to main
8 Months Ago
Fix static respawn areas no longer showing up after optimizing player bags.
8 Months Ago
merge compile error fixes to naval update
8 Months Ago
Disable more burst attributes for place entities offshore
8 Months Ago
Disable burst compilation on GenerateSpawnPoints for now, its not used anyway.
8 Months Ago
merge from fix_burst_compiler_errors to naval_update
8 Months Ago
Move GenerateSpawnPoints job to its own file.
8 Months Ago
merge /main/glass_fix_resourcerefs to main
8 Months Ago
update from main
8 Months Ago
Fix query vis glass being broken in builds, add [GuidRef] attribute to draw a property drawer for generic ResourceRef fields.
8 Months Ago
merge from buried_item_null_checks
8 Months Ago
Add null checks for buried item creation.
8 Months Ago
merge static field reset code gen improvements back to main.
8 Months Ago
Add support for constructors in ResetStaticFields, handle arrays initializers with Unity struct types.
8 Months Ago
merge query vis job runner NRE fix to main
8 Months Ago
Fix NRE in query vis job runner.
8 Months Ago
Remove placeholder ghostship_basic from ProceduralMapEmpty
8 Months Ago
merge from ghostship again
8 Months Ago
▆ ▋▉▅ ▋▍▅▉▊▍▍▆▊▊▆▇▋▋▋▊
8 Months Ago
merge hardcore_commands to main
8 Months Ago
Add pooling to ghost ships
8 Months Ago
Fix collisions, loot spawning, doors and other entities on the ghost ship.
8 Months Ago
▋ ▋▊▇▉▊▅▍ ▌▇▊▄▊▋▆▄▄▌ ▆▌▋ ▅▇▅▉█▉▊ █▆▉█▅▆▍▅ ▋▉ ▊▊▉▆▆▋▌▉█▌▊▅▍▌▄ █▉ ▊█▉▋▅▅▉ ▉▉ ▋▆▌ ▇▌▄▇ █▆▉▇▉ ▌▉ ▆ ▄▍▊▍▇▇▋ █▋▋▆▋ ▅▋█ ▉▄▋▊▄▊▊▄▍▊▌ █▊█▄▄▋▌▆ ▋▅ █▉▅ ▆▄ ▋▅▊ ▊▆ ▅▊▋▄▇▋▆▉
8 Months Ago
Fix entities offshore, add test game objects for now to test spawnpoints
8 Months Ago
Ignore glass in query vis jobs
8 Months Ago
Return spans for sleeping bags.
8 Months Ago
Cherry pick sleeping bag optimization to its own branch and update from main
8 Months Ago
Unsubtract nametag/terrain hole fixes. Only invalidate terrain hole raycasts if a raycast hits terrain.
8 Months Ago
merge from naval_update
8 Months Ago
Leftover demo UI changes from hackweek
8 Months Ago
Add camera splines
9 Months Ago
Use seconds instead of ms for demo time now that we're using doubles.
9 Months Ago
▊ ▋▋▄▉▊ ▄▉▍ ▋▋▇▉█ ▉▆▊▌▊█▅ ▌█ ▍▍█▌ ▆▅▆ ▆▅▄▅▍▉ ▅▋▍█▇▅ ▉▄▉▍ ▍▍▉▊▍ ▅▆ ▌▍ ▌▆ ▌▅▄ ▋▋█▊ ▉▊▇██ ▍▄▍▍ ▆▅▍▇██ ▍▉▍▋ █▆▄▌▆▆▅
9 Months Ago
Fix demo.timescale jittering below when set to a value below "0.2" (below 1ms delta), now its completely smooth even at "0.01" This unfortunately breaks demo compatibility.
9 Months Ago
█ ▋▉█ █▄▅ ▍▇▄▊▄▊ ▍▍█▍ ▊▊▄▆▉▆▇▌ ▌█▆█▌ ▇ ▆▅▍█▊▇ ▍▌█▌▍▄▇█
9 Months Ago
update from main
9 Months Ago
Fix query vis job runner not ignoring terrain holes.
9 Months Ago
Fix max health display applying modifiers twice on the client.
9 Months Ago
optimize flashlight beams, implement custom update runner.
9 Months Ago
Optimize sleeping bags
9 Months Ago
merge back fix for static field code gen.
9 Months Ago
Wait for a domain reload before generating code to make sure all fields are reset.
9 Months Ago
WIP Implement offshore spawn point generation for ghost ships.
9 Months Ago
update from naval_update
9 Months Ago
Setup ghost ships with simpler buoyancy, remove them from auto spawn for now.
9 Months Ago
merge domain reload codegen improvements back to main -- editor only code gen
9 Months Ago
Improve static field codegen for collections, fixes editor errors when skipping domain reload is off.
9 Months Ago
merge back domain reload exception fix.