useroctocancel

339 Commits over 123 Days - 0.11cph!

2 Months Ago
merge fix_invoke_handler_errors to main
2 Months Ago
Fix InvokeHandler being left in scenes, which caused error spam when entering play mode.
2 Months Ago
merge fix_hp_post_restart to main
2 Months Ago
Load modifiers before metabolism, otherwise metabolism will set always cap the player health to 100 after a server restart rather than the modified max health.
2 Months Ago
merge glass_fix_resourcerefs to main
2 Months Ago
Remove refs, compare physics materials by name instead. (physics materials don't have guid to paths baked.)
2 Months Ago
merge fix_static_respawn_areas to main
2 Months Ago
Fix static respawn areas no longer showing up after optimizing player bags.
2 Months Ago
merge compile error fixes to naval update
2 Months Ago
Disable more burst attributes for place entities offshore
2 Months Ago
Disable burst compilation on GenerateSpawnPoints for now, its not used anyway.
2 Months Ago
merge from fix_burst_compiler_errors to naval_update
2 Months Ago
Move GenerateSpawnPoints job to its own file.
2 Months Ago
merge /main/glass_fix_resourcerefs to main
2 Months Ago
update from main
2 Months Ago
Fix query vis glass being broken in builds, add [GuidRef] attribute to draw a property drawer for generic ResourceRef fields.
2 Months Ago
merge from buried_item_null_checks
2 Months Ago
Add null checks for buried item creation.
2 Months Ago
merge static field reset code gen improvements back to main.
2 Months Ago
Add support for constructors in ResetStaticFields, handle arrays initializers with Unity struct types.
2 Months Ago
merge query vis job runner NRE fix to main
2 Months Ago
Fix NRE in query vis job runner.
2 Months Ago
Remove placeholder ghostship_basic from ProceduralMapEmpty
2 Months Ago
merge from ghostship again
2 Months Ago
▆▋▉ ▅▋▍▅▉.▊▍▍▆▊▊▆▇▋▋
2 Months Ago
merge hardcore_commands to main
2 Months Ago
Add pooling to ghost ships
2 Months Ago
Fix collisions, loot spawning, doors and other entities on the ghost ship.
2 Months Ago
▋▋▊▇▉▊▅ `▍▌▇▊▄▊▋▆` ▄▄▌ ▆▌▋▅▇▅▉ █▉▊█▆▉█▅ ▆▍ ▅▋▉▊▊▉▆▆▋▌▉█▌▊▅ ▍▌ ▄█▉▊█▉▋ ▅▅ ▉▉▉ ▋▆▌▇ ▌▄▇█, ▆▉ ▇ ▉▌▉▆▄▍▊ ▍▇▇▋█ ▋▋▆ `▋▅▋█▉▄▋▊▄` ▊▊▄▍▊▌█▊ █▄ ▄▋▌ ▆▋ ▅█▉ ▅▆ ▄▋▅▊▊▆▅.
2 Months Ago
Fix entities offshore, add test game objects for now to test spawnpoints
3 Months Ago
Ignore glass in query vis jobs
3 Months Ago
Return spans for sleeping bags.
3 Months Ago
Cherry pick sleeping bag optimization to its own branch and update from main
3 Months Ago
Unsubtract nametag/terrain hole fixes. Only invalidate terrain hole raycasts if a raycast hits terrain.
3 Months Ago
merge from naval_update
3 Months Ago
Leftover demo UI changes from hackweek
3 Months Ago
Add camera splines
3 Months Ago
Use seconds instead of ms for demo time now that we're using doubles.
3 Months Ago
▊▋▋▄▉ ▊▄▉ ▍▋▋▇▉ █▉▆▊▌▊█ ▅▌ █▍▍█ ▌▆▅ ▆▆▅▄▅▍ ▉▅▋▍█, ▇▅▉▄ ▉▍▍▍▉ ▊▍ ▅▆ ▌▍ ▌▆▌ ▅▄▋▋ █▊▉▊▇ ██▍▄ ▍▍▆▅▍▇ ██▍▉ ▍▋█▆▄▌.
3 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.
3 Months Ago
█▋▉ ██▄ ▅▍▇▄▊▄ ▊▍▍█ ▍▊▊▄▆▉▆▇ ▌▌█▆█ ▌ ▇▆▅▍█▊ ▇▍▌█▌▍▄.
3 Months Ago
update from main
3 Months Ago
Fix query vis job runner not ignoring terrain holes.
3 Months Ago
Fix max health display applying modifiers twice on the client.
3 Months Ago
optimize flashlight beams, implement custom update runner.
3 Months Ago
Optimize sleeping bags
3 Months Ago
merge back fix for static field code gen.
3 Months Ago
Wait for a domain reload before generating code to make sure all fields are reset.
3 Months Ago
WIP Implement offshore spawn point generation for ghost ships.
3 Months Ago
update from naval_update