reporust_rebootcancel

128,890 Commits over 4,232 Days - 1.27cph!

6 Months Ago
Can mark SyncVars as [ClientAuthority] This changes the ifdef blocks used in the resulting replicate and sync methods Changed test code to include a client -> server Syncvar
6 Months Ago
merge from main
6 Months Ago
Added new token for jungle rifle as it was sharing one with med rifle
6 Months Ago
Small mesh tweak
6 Months Ago
Add server receive methods Add CLIENT & SERVER preprocessor tags in generation step
6 Months Ago
Mop and Bucket feedback
6 Months Ago
IOEntityEditor and BaseMountableEditor inherits from BaseEntityEditor
6 Months Ago
Added handles to edit entities bounds
6 Months Ago
main ➡️ syncvars
6 Months Ago
Fix storage monitor not being able to be placed on the Vending Machine
6 Months Ago
boat building platform grey box
6 Months Ago
Increase the Vine view model exit time padding .1 -> .2
6 Months Ago
Fixed timer switch issues when its power input fluctuates while the timer is running
6 Months Ago
skin setup
6 Months Ago
vine_lod_fix ➡️ main
6 Months Ago
⭕ Fix vine flickering and dissapearing ⭕ Mark Occludee as dynamic
6 Months Ago
vine_maxvelocity_nre_fix ➡️ main
6 Months Ago
Ensure max velocity > 0 even when null
6 Months Ago
Fix Vine Max Velocity NRE
6 Months Ago
Merge: from parallel_validatemove - Optim to reduce physics cast scheduling overhead Tests: unit tests
6 Months Ago
Optim: reduce physics casts scheduling overhead when using batches - Added a helper function that subdivides workloar across equal batches and potential for work stealing On a 10player test case(40 ticks total), reduces parallel processing time from 0.2ms to 0.12ms. Still slower than serial execution 0.06ms. Tests: unit tets
6 Months Ago
boomerang_range_fix ➡️ main
6 Months Ago
Adusted boomerang range values
6 Months Ago
▇▇▉▆█ ▌█▌▄▌▍▊ █▅▇▋▋▅▄▇▉▍█▋▆▋▇▅ ▋▍▄▇▆█ ▄▆▉▅ ▆▅▆█▌ ▄▋▅▌ ▋▍▋█▆▄▊▊ █▍▌▄▋█
6 Months Ago
boomerang_range_fix -> main
6 Months Ago
tweaked hopper, storage monitor and storage adapter positions on wicker and bamboo barrels
6 Months Ago
merge from main
6 Months Ago
Bucket and mop prefab update and LODS
6 Months Ago
Fixed Boomerang not having better attack range on players and NPCs Rewrote server projectile to allow overrides in the right places Boomerang does two attack checks - hits players and npcs at a higher radius
6 Months Ago
Fake trail generation improvements, fixed trail falling through rocks
6 Months Ago
merge from jungle_update
6 Months Ago
Fixed trail going falling through rocks due to snapping to terrain when animals were walking on cliffs and rocks
6 Months Ago
removed unnecessary private files. fixed metallic affecting ao darkening
6 Months Ago
Merge: from main
6 Months Ago
▄▆▋▆▅ ▉▅▌▇▊▉▊ ▋▌▉▄▍█▋▌▋█▄ ▌▌▋▇▉ ▌▋ ▌▊▊▄▅▊▍▉▌▅▉▉▌█▇▌▄▉, ▉▌▌▍ ▌▌ ▌▉ ▅▍█▇
6 Months Ago
Jungle Pack store page
6 Months Ago
Replace all usages of "is {}" pattern matching to properly account for unity null override (previous commit didn't go through)
6 Months Ago
Replace all usages of "is {}" pattern matching to properly account for unity null override
6 Months Ago
Reducd sapling density by 33 percent
6 Months Ago
Fixed the ambient lighting issues in the paintables window
6 Months Ago
fixed shallow wall shelves being researchable
6 Months Ago
▆█▋█▆▆▇▇▋▌.▄▉▌_▅█▍██▇▌▍▆: ▌▆▉▇▅ █▆▆▄▆▇▋ ▉▄▆▋▊▋▉▍█▄▉ █▊▇▆▅ (▇▅█▅▆ ▍▉█▍▌▄▌▄ █▌▋▅▄ ▉▇, ▋▋▌▉▆▄▌▌▋ ▅▋ ▌▅▄▍▍▌▆█▊ █▋▌▋▋▊▌)
6 Months Ago
Enabled GPU instancing on all jungle foliage for big reductions in batch count
6 Months Ago
Add command to toggle tigers leaving clawmarks, defaults to false
6 Months Ago
Set ground foliage to use LOD1 as base LOD
6 Months Ago
Added "Game - Quick Save Game (ALT+F5)" editor menu option. Saves game directly to "TestSaves/editor_quicksave.sav" without a file dialog box or confirmation to overwrite any existing file. Added "Game - Set GameSetup to load quick save" menu option which finds the scene's GameSetup object, ticks LoadSave and fills LoadSaveFile with the path to to the quick save file.
6 Months Ago
Merge from jungle_update
6 Months Ago
Don't let outbreak scientists spawn on oil rig (check for ocean topology)
6 Months Ago
▍█▋▇▋ █▌▇ ▉▅▊▋▍▍█▊ ▆▆ ▄▍▊▌▅▌▉▍, ▉▆█▅▇▊▇▉▄▊▍▌▌▄▌▆, ▋▌▆▊▆▅▇▌▅▊▅▅▆▅, ▇▍▋▋▌▊▌▇▌▄▇█, ▌▌▋▇▇▍▅█▅▆▉▍▊▇▍▊▄▋█▆▆, ▍▆▄▅▄▆▆▇█▄▆▆▋▇▉▄▌
6 Months Ago
Merge from ziggurat_perf_fixes