reporust_rebootcancel

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

3 Months Ago
Move the deep sea entity to it's position before it's spawned instead of inside ServerInit()
3 Months Ago
Get rid of the extra prefab for the "deep sea", instead put everything inside the DeepSea entity - spawn it at 0,0,0 then teleport it to -6000
3 Months Ago
Snap displacement cam to map texel increments to avoid jittering issues Use flags for SpecialPurposeCamera for multiple render on refresh options Timesliced rendering option for multi viewport renders
3 Months Ago
Fix translations for pickup error toast messages
3 Months Ago
Deleted old proto folder Protobufs now reference the one inside the game assets
3 Months Ago
Run generate proto logic in a try catch so the progress bar cant freeze in place if it fails
3 Months Ago
Increase network grid area from 8192 -> 16384 so it covers from -8k to +8k - increase cell count to 512 so network grids remain 32m
3 Months Ago
Deep sea is located from -8000 -> -4000 on the map - add 4k area to xAxis of ValidBounds (-4000 -> 4000) into (-8000 -> 4000) - add 4k area to xAxis of physics bounds (-5000 -> 5000) into (-9000 -> 5000)
3 Months Ago
█▄▇▊▅▇
3 Months Ago
Update manifest
3 Months Ago
Create deep sea manager entity - spawn as an important entity - create center of map so we don't have to worry about bounds Create basic deep sea prefab that contains box colliders around the ocean - entity will spawn the "deep sea" prefab
3 Months Ago
Revert shader changes that turned out to be not required for indirect instancing. (I'm glad. They didn't make any sense, either.)
3 Months Ago
Refactor server restart message phrases
3 Months Ago
Compile fixes
3 Months Ago
Code gen compile fix following main rebase
3 Months Ago
merge from main
3 Months Ago
Updated ceiling light deploy guide to include its wire, enabled rotation before placement
3 Months Ago
Tweaked chandelier box trace so it can't go too close to the surface below Tweaked deploy volume
3 Months Ago
Fixed string light control box LODs
3 Months Ago
Updated string lights descriptions
3 Months Ago
Restored fairy light emissive
3 Months Ago
Chandelier deploy guide and icon Fixed pooling issue
3 Months Ago
Chandelier cable is swapped to a non cutout mat when >5m away
3 Months Ago
Chandelier blocked toast says what entity is blocking, when it can Added a prevent building collider to the cable Additional server checks
3 Months Ago
🎉 Successfully generating accepted protobufs in editor
3 Months Ago
Generate into the data plugin folder as normal
3 Months Ago
Add into codegen Seperate generation code into its old assembly
3 Months Ago
Added support for Deferred Decal rendering in the new render pipeline
3 Months Ago
merge from cctv_helper_convars --> main
3 Months Ago
Codegen after merge conflicts
3 Months Ago
Chandelier interpolation, chains and pedal animations
3 Months Ago
▄▄▊▍▊▉▋▋ ▇▅██▉█▄ ▇▆▍/▋▊▋▇▆ ▅▇▊▋▋▊▉▇▋ ▇▅ ▍▍▆█▆▇▄ ▅▆▄▇▇▍▆█▅ ▊▄█▊ ▆▊▋█▊▄▋▄
3 Months Ago
█▅▉▆▆▍█▅ ▍▄ ▅▄▉▌▍█▄ ▄▊█▇▊▋▅ ▄▋▆▌▋▅▅ ▍▅▄ ▌▌▋█▊ ▊▋▇▉▊
3 Months Ago
▍▌▌▄▌▄▍▊ ▌▊█▆▌▇▆/▌▊█▊▄▆▇▊ ▋▍▄▇▆▉▇
3 Months Ago
merge from main
3 Months Ago
merge from fix_light_dynamic_lods --> main
3 Months Ago
merge from minicopter_damagefx --> main
3 Months Ago
Shader changes for indirect instancing (changes which are likely not required)
3 Months Ago
Shader changes for indirect instancing (supported shaders)
3 Months Ago
Shader changes for indirect instancing (include files)
3 Months Ago
team_bag_labels -> main
3 Months Ago
Another NRE that could've snuck in
3 Months Ago
Remove old unused LOD fading variant
3 Months Ago
Clean up instancing shader code and remove old instancing code
3 Months Ago
Extra NRE safety check
3 Months Ago
Rebase on /main
3 Months Ago
small ramp blockout and test anims exported
3 Months Ago
Merge material changes for indirect instancing