reporust_rebootcancel

127,413 Commits over 4,109 Days - 1.29cph!

48 Days Ago
Cleaned the mess in the advanced christmas light folder
48 Days Ago
Merge from cavelargesewers fixes. (Fixed fume oddities and perf wasted on underground distance flares) cave_large_sewers_hard
48 Days Ago
Fluorescent light prefabs
48 Days Ago
Cleaned up neon light prefabs, renamed them to fluorescent lights Description and names
48 Days Ago
Removed problematic FX from the old Cave Large Sewers. Also stripped distance flares from these. No need for them indoors.
48 Days Ago
Merge: from main
48 Days Ago
spotlight description
48 Days Ago
Merge: from texttable_allocs - TextTable now pads the last column as before Tests: unit tests + editor test on 1-player team
48 Days Ago
Abyss Containers - LODs GIBs Corpse Icon and Item setup for vertical variant
48 Days Ago
Update: rewrite teaminfo to reduce allocs Tests: tested in editor
48 Days Ago
Spotlight server tick only runs when its orientation changed, like the client Reset on deploy
48 Days Ago
Spotlight: - IO handles tweaks - deployment tweaks - enabled pickup
48 Days Ago
▅▇▌▆▆▍▆▊ ▊▍▆ ▅▋▅▍█▍▌▋▌ ▌█ ██▌▅ ▍▇ ▇▉▍▌█▆▊ ▅▊▆▊▍▆█ ▊▍█.
48 Days Ago
Merge from dlss4_update
48 Days Ago
Update: bring back last column padding to TextTable.ToString This time, on the right branch Tests: unit tests
48 Days Ago
Merge: from main
48 Days Ago
Backout of 122696 - was meant to go into texttable_allocs branch
48 Days Ago
Update: bring back last column padding to TextTable.ToString Tests: unit tests
48 Days Ago
Updated the DLSS DLL from version 3.7.20 to 310.2.1
48 Days Ago
Subtractive Merge (122597) Removing threaded texture creation test code
48 Days Ago
Merge: from main
48 Days Ago
Merge from naval update
48 Days Ago
oil rig foot checkin
48 Days Ago
Merge: from profiling_improvements - New server profiler allocation tracking mode, start with "watchallocs", stop with "stopwatchingallocs", control export via various NotifyOn... server vars - Json Snapshot compression is now streamed, saving 95% of memory in the process and reducing GC events Tests: unit tests in editor, all forms of profiling in editor on Craggy in Server+Client mode, all forms of profiling in standalone server on Linux WSL
48 Days Ago
Connect modal mockup
48 Days Ago
Merge: from main Tests: none, no conflicts
48 Days Ago
Spotlight use invokes instead of unitys Update
48 Days Ago
Missed files
48 Days Ago
Server entries have buttons Setup simple button handlers
48 Days Ago
Fix dumb MenuUI2 bug, prefab misisng script?
48 Days Ago
More folder cleanup, manifest
48 Days Ago
Bugfix: update unit allocation tracking tests to work with new notification params Tests: ran the "TestContinuousRecording" test
48 Days Ago
Loading fixes/support
48 Days Ago
Folder cleanup
48 Days Ago
Adjusted deploy guide for sleeping bag to match up with the new deployed version
48 Days Ago
Deployed sleeping bag is no longer off centre or off rotation. (Sleeping bag was 3 degrees rotated off centre and centre position was offset from its true centre)
48 Days Ago
Manifest
48 Days Ago
Update: all server profiler commands now respond if action started Tests: ran all commands on Craggy in editor
48 Days Ago
Hura crepitans sapling billboard fix
48 Days Ago
merge from main
48 Days Ago
Fixed beam sticking out of wallpaper for stone and wood roofs Its now culled when wallpaper is deployed
48 Days Ago
chicken_pie_info_panel -> main
48 Days Ago
Parse gene chance as displaying just 'increase' in the info panel rather than a solid value
48 Days Ago
Walkway / greybox progress
48 Days Ago
dirty/bloody rags
48 Days Ago
instant_camera_ui_fix -> main
48 Days Ago
Phrase fix in camera overlay Phrase build
48 Days Ago
Merge: from main Tests: none, no conflicts
48 Days Ago
Fix UI changes not working in some edge cases
48 Days Ago
Update: additional memory metrics for memory profiling - Using release binaries based on 77ac1774 - Renamed NotifyOnAllocCount to NotifyOnTotalAllocCount - Added NotifyOnMainAllocCount, NotifyOnMainMemKB, NotifyOnWorkerAllocCount, NotifyOnWorkerMemKB (default 0 - disabled) - Set NotifyOnTotalAllocCount to 16k and NotifyOnTotalMemKB to 12MB Makes it easier to focus investigation in particular areas. Tests: continuous profiling on Craggy with enabling individual metrics and verifying that it generated snapshots with expected "violations"