userFlaviencancel

6,531 Commits over 821 Days - 0.33cph!

Yesterday
Added some helpers to standardize mouse scroll and mouse axis deltas as they need to be multiplied by a magic number to feel exactly the same as before
2 Days Ago
NeedsKeyboard cleanup
2 Days Ago
Updated NeedsKeyboard to work with the new input system
2 Days Ago
Auto update keys.cfg file to use the new names Updated keys_default.cfg
2 Days Ago
FpStandaloneInputModule now inherits InputSystemUIInputModule UI is working
2 Days Ago
Added a conversion table so old binds config still work, as some keys have been renamed (ex: return -> enter, leftcontrol -> leftctrl...) Some refactoring
2 Days Ago
Facepunch.Input adapted to the new input system Getting rid of KeyCode and replacing everything with Key/ButtonControl
2 Days Ago
merge from main
2 Days Ago
merge from deepsea_loot_balance
2 Days Ago
Missed some spawn groups Fixed SpaceCheckingSpawnPoint NRE when disabling world prefabs in editor
2 Days Ago
Fixed tropical islands spawngroups respawning loot on top of each other
3 Days Ago
Fixed ghost ship loot spawning unparented and on top of each other
3 Days Ago
merge from main
3 Days Ago
merge from automated_testing
3 Days Ago
Fixed local client player being killed by the tests TearDown (entity snapshot clearing)
3 Days Ago
Fixed passed/failed filter text width
3 Days Ago
Throw if the scoped convar doesn't have a SetOveride (methods)
3 Days Ago
Fixed scoped convars being case sensitive Failing to find a convar now throws, will fail the test if throwing during SetUp/TearDown or in the test body
3 Days Ago
merge from main
4 Days Ago
Added new input system package
4 Days Ago
Yolo updated the unity.ugui package to latest available version Re applied our custom changes on top, seems to work 2/2
4 Days Ago
Yolo updated the unity.ugui package to latest available version Re applied our custom changes on top, seems to work
4 Days Ago
merge from tincanalarm_v2
4 Days Ago
Cant open tin can alarm when building blocked
4 Days Ago
Removed unknown region log spam in editor
4 Days Ago
merge from automated_testing
4 Days Ago
Cleanup
4 Days Ago
Optimised test runner window OnGUI stack Editor test runs are faster
4 Days Ago
merge from main
4 Days Ago
Removed hull_corner prefabs, unused
4 Days Ago
merge from automated_testing
4 Days Ago
Added category selection to the test runner window
4 Days Ago
merge from automated_testing
4 Days Ago
Fixed TestConveyorSplits and TestConveyorTransfer failing during setup because of stability All entities were spawned at 0,0,0 together and groundwatch was killing them Now setting server.stability to false in setup
4 Days Ago
Updated some old client tests to use scoped convars
4 Days Ago
SetUp and TearDown can now fail the test is they throw They run using ExecuteTestInternal like the tests
4 Days Ago
Test runner window now supports repeated tests
5 Days Ago
█▊▉▇▇▌ ▋▋▍▆ ▍▍▌▅▍▉▆▋█▆▍▄▌▅▉▉▅█▅▍▄▆
5 Days Ago
▍▇▌▅▍▍▇▆ ▋▌▅ ▅▅▉▆▍▌▅█▌▌▌ ▊▌█ ▌▆▌ ▌▅▊ ▍▍▉▆▋▇▆▊▅▉ ▋▉▌▆▄▆▅▍▊▄ ▄▌▋ ▋▅▊▄ ▊▄▊█ ▇▊▆▅▆ ▊▇█▊▉█▆▇▄ ▆▌▉█▉▅▌▆▄▊▅▅▌▅▅ ▆▉▊ █▅▇▍▊▄▋▊▌▉▄▉▉▉▇ ▊▍▌▉▆█ ▉▉
5 Days Ago
Fixed door and window deploy guides snapping to the origin of the boat when placing on a finished boat
5 Days Ago
merge from deepsea_navmesh_optims
5 Days Ago
When the deep sea opens, wait for island navmesh bake to finish before starting the next Added deepsea.navmesh_spawninterval (was using entity interval before)
5 Days Ago
merge from deepsea_loot_balance
5 Days Ago
Tweaked deep sea loot: - Initial loot when the sea opens slightly reduced (~15%) - Respawn cycles cap at ~30% of a full fill instead of slowly refilling back to 100% Added deepsea.loot_scale and deepsea.loot_respawn_scale convars
5 Days Ago
merge from tincanalarm_v2
5 Days Ago
Can add flares inside the tin can alarm
5 Days Ago
merge from main
5 Days Ago
merge from socialmenu_optims
5 Days Ago
Compile fix
5 Days Ago
Restored NVIDIA reflex options being disabled if not supported Added DisableIfDlssNotSupported to DLSS option (was only on DLAA) Needs more work because looks like DLSS.IsDlssSupported is always returning false currently