reporust_rebootcancel

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

35 Days Ago
Menu open and close fade in/out
35 Days Ago
Stop quit modal from preventing escape from being picked up in game
35 Days Ago
Bloom improvements for new tonemap. More sky tweaks.
35 Days Ago
Fixed settings warmup nre
35 Days Ago
merge from fix_compile_tester_editor -> main
35 Days Ago
Fix compile tester so it targets the editor assembly as well
35 Days Ago
merge from print_light_counts -> main
35 Days Ago
wip gesture menu
35 Days Ago
Fix compile error
35 Days Ago
Undo subtract
35 Days Ago
optimize FindActiveWaterBodies()
35 Days Ago
merge from main -> print_light_counts
35 Days Ago
▋▉▇▊▄▉
35 Days Ago
merge from party_system -> aux1
35 Days Ago
merge from party_system -> aux1
35 Days Ago
Add kickparty command to remove members from your party
35 Days Ago
Fix party not showing for the player who joins a party via an invite
35 Days Ago
merge from abyss_storage_fix
35 Days Ago
Abyss Containers - Changed deploy and open/close SFX to metallic ones fixed gibs warnings in vertical ver fixed missing collisions for small deployables in horizontal ver fixed horizontal ver corpse gibs collisionmeshdata error fixed horizontal ver missing groundwatch
35 Days Ago
Additional validation checks. Converted all the remaining whitebox blocks to BoatBuildingBlock
35 Days Ago
Fixed removing the wrong instance when the swap-back-removal of another instance invalidated the indices by reintroducing instance sequence numbers, but slightly better.
35 Days Ago
35 Days Ago
35 Days Ago
Fix grenade explosions not being heard by scientists
35 Days Ago
Settings: Gesture menu baseline Reset tooltip when switching tabs
35 Days Ago
Ocean alpha test on beaufort 0
35 Days Ago
A ton of adaptations for the new height falloff.
35 Days Ago
█▄▅ ▇▇█ ▋▍▊██▌▋▄ ▆▌▅█▇▌▉
35 Days Ago
ContainerCorpseCreator compile fix
35 Days Ago
Fixed wire slack for christmas lights, already fixed on decor_lighting_dlc but needs to work til we merge it
35 Days Ago
Plumbed up 'isOpen' hook for the new menu
35 Days Ago
Prevent potential bug if scientist reaction time is ever set to 0
35 Days Ago
Applied recent graphics preset fix to the new settings menu Fixed some sliders using whole numbers instead of decimals
35 Days Ago
- Makes cientists rush players instead of staying passive after they land a few good shots - Halves scientist bullet damage but double their accuracy (less brutal damage spikes, damage is more correlated to how long you stayed exposed) - Increases flank speed and probability - Adds profiling annotations to scientist fsm transitions - Modifies canSeeTarget transition to take into account the same reaction time used for shooting (to prevent scientist's legs reacting to player before their trigger finger) - Fixes confusing alternate use of Trans_IsTargetVisible and Trans_CanSeeTarget
35 Days Ago
Update: BiomeBenchmark - allow filtering which biomes to test - also slowed down the camera flight to help with pop-in Tests:benchmark in editor
35 Days Ago
More in game to menu plumbing work
35 Days Ago
Settings menu color pickers, added back all the accessibility settings
35 Days Ago
Fix scientists doing less damage in editor (was hitting player client collider in listen server mode)
35 Days Ago
M15 Pistol - Added final viewmodel FBX for animation and basic materials with bakes
36 Days Ago
Created a new entry point to new menu called MainMenu Forward all current requests for MainMenuSystem to MainMenu to keep everything contained
36 Days Ago
Container corpse creator tool copy over the original open/close sound
36 Days Ago
Add last played, player count and last wipe information to connection modal Customisable box setup for more info Better flex setup for connection modal
36 Days Ago
Added missing open/close sounds to junkyard crane, snow mobile and waterwell.
36 Days Ago
material tweaks, added more chain detail, chain greybox for suspended items until final mesh/placement
36 Days Ago
Buildfix: wrap new test in server if-def Tests: editor build check
36 Days Ago
Bugfix: TakeFractionOfItems no longer leaks List<Item> Tests: destoyed a box with `dropCorpseOnDeath 1`, pool stats no longer had an active List<Item>
36 Days Ago
Bugfix: TakeFractionOfItems no longer drops items that didn't fit destination container Tests: unit test - previously failed, now passes
36 Days Ago
Test: unit test for DroppedItemContainer::TakeFractionOfItems Don't think we can reproduce the pooling bug with vanilla items, so adding a unit test instead. Currently fails. Tests: ran the new unit test
36 Days Ago
Fixed an issue with the spatial environment volumes sometimes not rendering within the scene view