reporust_rebootcancel

135,824 Commits over 4,474 Days - 1.26cph!

2 Months Ago
merge from automated_testing
2 Months Ago
Moved up if DEBUG in TestRunner.Pipeline, TestRunnerWindow, TestMemoryCell and TestSolarPanel
2 Months Ago
Removed NUnit refs in TestPlayerBoat and RHIB
2 Months Ago
Adding / moved #if DEBUG in a few automated tests (Unity 6 server build failure tests)
2 Months Ago
Relinked third parties using the TMP assembly
2 Months Ago
Removing -quit param for unity test method to allow async tests to run properly.
2 Months Ago
merge from main
2 Months Ago
merge from automated_testing
2 Months Ago
Quit the editor once the test pipeline run is done (the method is async so we cant use -quit)
2 Months Ago
Merge from main
2 Months Ago
merge from toolbar_fixes
2 Months Ago
Remove toolbar settings, toolbars are now be toggled through unity's new drop down so this whole thing is obsolete
2 Months Ago
merge from main
2 Months Ago
merge toolbar_fixes
2 Months Ago
Rewrite toolbar extensions in UTK, remove old toolbar extender.
2 Months Ago
Refactor terrain alphamap to packed bools in bytes
2 Months Ago
Hacked in a simple way for one shot animations to notify a looping animation to rest, so we don't transition back to a loop half way through (mid yawn) Added property drawer support for referencing animation sub systems, renders them as a dropdown using a new subsystem name field
2 Months Ago
Refactor RandomLoopAnimSubSystem to just use two handles, release and create them on the fly as needed Much simpler state handling
3 Months Ago
Fixes for assigning guests
3 Months Ago
Add PickAFriend dialog to the apartment rent terminal
3 Months Ago
merge from lookingat_io_qol
3 Months Ago
Cherrypicked 143119: Updated UpdateLookingAt to ignore IO entities that arent matching the wiretool type you're holding
3 Months Ago
Network list of owners and guests to apartment room owners Add support to authorize guests on your room
3 Months Ago
merge from automated_testing/skins
3 Months Ago
Add minimum rent to apartment prefabs
3 Months Ago
"Strip LODS of selected' will no longer delete ObjectMotionVectorFix components
3 Months Ago
Added 5 new skin tests
3 Months Ago
merge from main
3 Months Ago
▉▌█▄▍▇ ▋▉▉▆▆▊▋█
3 Months Ago
Added an error in the skin inspector when display name is empty Added a new test checking all skins have a display name
3 Months Ago
Added display name phrases to the new barrel skins Empty display name is causing NRE when generating skins schema
3 Months Ago
Fix "Rent Due" not showing
3 Months Ago
Fix "Rent Due" vital not being assigned the correct type
3 Months Ago
New items for sale in floating city vendor (Removed kayak, paddle, torpedo) added playerboar items. S2P all floating cities.
3 Months Ago
RTL and emoji input field stuff compile fixes
3 Months Ago
Industrial Torch - Initial prefab setup, added model, materials, icon, entity, viewmodel, worldmodel, localization, set it all up and working. Accidentally reverted the manifest though :(
3 Months Ago
Fixing compile errors - FontAssetGenerator - RustText/RustTextEditor - FlexGraphicTransform - FlexTextEditor
3 Months Ago
Re-applied our Rust specifics UGUI and TMP modifications on top of UGUI 2.0
3 Months Ago
Started updating TMP: - Deleted our custom GUI and TMP packages - Embedded com.unity.ugui 2.0 (contains up to date GUI and TMP)
3 Months Ago
- Fix metabolism values on other players not being recorded in demos - Add RpcTarget.FromFlags to easier construct who we want to send an RPC to - Fix full server snapshots not being sent if running client+server
3 Months Ago
Fix penthouse apartment hull being hidden when not rented
3 Months Ago
Update manifest
3 Months Ago
merge from apartment_complex_monument/prototype -> apartment_complex_monument
3 Months Ago
merge mortar_prototype to main
3 Months Ago
Add recoil anim to mortars, re-order one shots to layer them on top of handles.
3 Months Ago
merge from main -> apartment_complex_monument
3 Months Ago
fixed offset issues with salvaged cleaver following model refresh merge
3 Months Ago
Added state sync to ak world rig reload anim
3 Months Ago
Plushie mesh fixes and emmisive
3 Months Ago
Fix server compile error from fix_dynamic_occlusion_pausing