reporust_rebootcancel

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

3 Months Ago
merge from coco_protection
3 Months Ago
merge from main - RC
3 Months Ago
Wall window
3 Months Ago
Doorway
3 Months Ago
Fix croc not being able to attack dpv, boogie board, kayak and rowboats
3 Months Ago
Fix croc trying to attack cars and shelters with no success
3 Months Ago
Floor. Additional placeholder building station prefab.
3 Months Ago
Fixed stray coco knight head and glove protections
3 Months Ago
merge from main
3 Months Ago
fix for camera offset when deploying jungle ak viewmodel
3 Months Ago
Fixed train tunnel above ground / below ground rail connections not spawning due to the recent environment volume tweaks
3 Months Ago
Low wall, low barrier
3 Months Ago
Bugfix: fix missing callstacks - Updated binary that contains the fix internally to 6440ec7 (still hardcoded to always capture callstacks) - was due to ABI missmatch - Updated continuous profiler unit test to check for AllocsWithStack and a bit of the data set - Partially updated ProfileExporter, and definitelly borked ProfilerBinViewer Got updated overhead numbers - always capturing a callstack leads to 9micros per allocation cost(even though inflated due to tests adding 38 calls per alloc). Tests: unit tests + perf test
3 Months Ago
Remove corner pieces
3 Months Ago
Allow chatting while using a computer station Fix chat immediately reopening sometimes (when in the computer station?) Remove some allocations related to closing the chat input and input within dialogs
3 Months Ago
Triangle hull and wall test pieces.
3 Months Ago
Added wallpaper to all foundation and floor prefabs
3 Months Ago
Merge from main
3 Months Ago
Update: initial stack gathering support for allocs in Continuous mode - using release libs based on d48bcf49, with hardcoded stack gathering for now Somehow it's 15% faster than mono_get_last_method, which doesn't make sense - need to update the exporter to figure out what's being generated. Tests: none Profiling shows
3 Months Ago
Fixed bullet blood not playing on awake. Fixed its missing material Made warmup counts consistent between blood impact types. (35 for bullet, 5 for melee)
3 Months Ago
▆▅▋▅▅▊▋▉ ▇▉▅▇▄▆▍▇▄▍▌, ██ ▉▊▋▆▋▉▋ ▊▉▍▆▆█
3 Months Ago
▋▌▄▍▊▋▇▄▆_▆▇▉_▇▋▆▋▊▆▌_▄▇▇▉█▅▄▋▅ -> ▇▋▉▍
3 Months Ago
Subtractive merge (120559 & 120558)
3 Months Ago
replaced the vine mesh with an updated version on viewmodel vine rig
3 Months Ago
World changes
3 Months Ago
High quality compression settings
3 Months Ago
Fixed a null ref caused by the indirect lighting diffuse texture being missing for the first frame of rendering the environment volume pass
3 Months Ago
Made waterworld for testing
3 Months Ago
Merge from indirect_lighting_fixes
3 Months Ago
main ➡️ naval_update
3 Months Ago
Hull_square test
3 Months Ago
Merge from indirect_lighting_fixes
3 Months Ago
Merge from main
3 Months Ago
Remade is broken icon Old one was looking super low res with higher monitor resolutions
3 Months Ago
merge from main
3 Months Ago
Fixed skin rendering issues in darkest environment volumes by correcting the deferred indirect lighting render targets' formats
3 Months Ago
Add a separate boat planner for now.
3 Months Ago
3 Months Ago
Fixed the sound trigger of bromeliad_dry_a being set to the wrong layer and preventing item pickup
3 Months Ago
merge from main
3 Months Ago
▆▊▊▇▇█▅█▊_▊▆█_▇▇▋▊▋▇▊_▊▇▆▍▊▋▅▄▆ ➡️ ▍█▍▄
3 Months Ago
Update jungle emote image
3 Months Ago
merge from main
3 Months Ago
▊▋▉▋ ▄▋▌▍▆▉▄▄▇ ▋▊▋█▉ ▉█▍▉ ▇▊ █▆█ █▅▄▌▇▉ ▅▌▇▊▍▍▆ ▆█▉▉▋. ▉▉▆ ▄▌▄▉▊▋▉ ▅▇ ▌▇▌ ▇▇▌▆ ▊▋█▅ ▌▆▄▉ ▉▆▆ ▉▍▌▌ ▌▊▆█▆▄ ▆▊▌▊▋▄. ▋▊▅▍▌▉▇▍▄▄ █▇ ▋▋█▄▇▉▄▅ ▉▍█ ▅▅▍▊▅▇▄ ▊▉▅▆▇ ▍▇▇█▍ ▉▍ ▌▌▅▌▊, █▉▆▆▆ ▉▊ █▋ ▆▄▋▌▍▆▉ ▍▇▍▆ ██ ▉▊▄▅▅▉.
3 Months Ago
Test: adding an profiler-allocation overhead estimate test - Switched to relase binaries of d340789f Without profiler recording, allocs cost us ~0.3micros, with recording it costs 1micro. Next will see if we can afford gathering full callstacks for each alloc. Tests: unit tests
3 Months Ago
Ensure jungle waterhole is not a viable crash site for the helicopter Ensure all Lakes/Oasis don't allow heli crash MonumentInfo 'AllowPatrolHeliCrash' is set to default to false - prevents this happeneing in the future
3 Months Ago
Some minor fixes Experimenting with different queue implementation
3 Months Ago
Merge from /main
3 Months Ago
Merge from: main Tests: none (no conflicts)
3 Months Ago
Bugfix: NotSupportedException when trying to use NetWrite.Read - Fixed by going directly via underlying buffer of NetRead/NetWrite - Removed generic Stream call path for recording of packets Tests: ran a server-side client demo recording in editor - before exceptions, now clean