userFlaviencancel

6,660 Commits over 851 Days - 0.33cph!

8 Days Ago
Restored blockRectTransformChange in TextMeshProUGUI, used by ItemPickupNotice
8 Days Ago
Restored FixCaret because looks like its still needed
8 Days Ago
Shaders update, stripped mobile and sprite shaders we dont need
8 Days Ago
merge from automated_testing
8 Days Ago
Moved up if DEBUG in TestRunner.Pipeline, TestRunnerWindow, TestMemoryCell and TestSolarPanel
8 Days Ago
Removed NUnit refs in TestPlayerBoat and RHIB
8 Days Ago
Relinked third parties using the TMP assembly
8 Days Ago
merge from main
8 Days Ago
merge from automated_testing
8 Days Ago
Quit the editor once the test pipeline run is done (the method is async so we cant use -quit)
8 Days Ago
merge from lookingat_io_qol
8 Days Ago
Cherrypicked 143119: Updated UpdateLookingAt to ignore IO entities that arent matching the wiretool type you're holding
8 Days Ago
merge from automated_testing/skins
8 Days Ago
▋▋█▅█▄ ▅ ▉▋▍▊ █▊▊▉ ▉▋▅▌ ▉▄▅▉█▄ ▆▅▊▊ ▍▄▊▇▇▌ ▄▇ ▍▇▌ ▉▋▋ █▌█ ▋▉▇▇ ▅▍█▄ ▆▊▆ ▍▅▆ ▌▉ ▍▋▌▄▄▆▌█▅ ▋▌▄ ▍▆▇▄ ▊▉ ▉▊▆ ▇▌▄ ▅▇▄▆▌▇ ▌▅ ▍▍▌ ▍▉▋▇
8 Days Ago
Added 5 new skin tests
8 Days Ago
merge from main
8 Days Ago
Added an error in the skin inspector when display name is empty Added a new test checking all skins have a display name
9 Days Ago
Added display name phrases to the new barrel skins Empty display name is causing NRE when generating skins schema
9 Days Ago
RTL and emoji input field stuff compile fixes
9 Days Ago
Fixing compile errors - FontAssetGenerator - RustText/RustTextEditor - FlexGraphicTransform - FlexTextEditor
9 Days Ago
Re-applied our Rust specifics UGUI and TMP modifications on top of UGUI 2.0
9 Days Ago
Started updating TMP: - Deleted our custom GUI and TMP packages - Embedded com.unity.ugui 2.0 (contains up to date GUI and TMP)
9 Days Ago
merge from new_inputsystem
9 Days Ago
Removed temp debug log
9 Days Ago
isFKey goes from F1 to F24
9 Days Ago
Switched active input handling to new input system only
9 Days Ago
Updated input system package to 1.19 Dunno why the package manager is recommending 1.11.2 as the last version Fixes no domain reload breaking InputSystemUIInputModule
9 Days Ago
merge from main
9 Days Ago
Replaced all the old input system calls to use the new input sytem API (113 files)
9 Days Ago
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
9 Days Ago
NeedsKeyboard cleanup
9 Days Ago
Updated NeedsKeyboard to work with the new input system
9 Days Ago
Auto update keys.cfg file to use the new names Updated keys_default.cfg
9 Days Ago
FpStandaloneInputModule now inherits InputSystemUIInputModule UI is working
9 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
9 Days Ago
Facepunch.Input adapted to the new input system Getting rid of KeyCode and replacing everything with Key/ButtonControl
9 Days Ago
merge from main
9 Days Ago
merge from deepsea_loot_balance
9 Days Ago
Missed some spawn groups Fixed SpaceCheckingSpawnPoint NRE when disabling world prefabs in editor
9 Days Ago
Fixed tropical islands spawngroups respawning loot on top of each other
10 Days Ago
Fixed ghost ship loot spawning unparented and on top of each other
10 Days Ago
merge from main
10 Days Ago
merge from automated_testing
10 Days Ago
Fixed local client player being killed by the tests TearDown (entity snapshot clearing)
10 Days Ago
Fixed passed/failed filter text width
10 Days Ago
Throw if the scoped convar doesn't have a SetOveride (methods)
10 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
10 Days Ago
merge from main
11 Days Ago
Added new input system package
11 Days Ago
Yolo updated the unity.ugui package to latest available version Re applied our custom changes on top, seems to work 2/2