userFlaviencancel

6,936 Commits over 912 Days - 0.32cph!

1 Year Ago
merge from Easter_event_2025
1 Year Ago
Fixed EggUpdater NRE when disconnecting mid event
1 Year Ago
Revert 118646
1 Year Ago
merge from maxauth_clear_fix
1 Year Ago
merge from maxauth_clear_fix
1 Year Ago
Fixed clear auth interaction not showing up for non-authed players on auto turret and tugboat when max auth was reached (softcore) SetAuthRadius now works with VehiclePrivilege
1 Year Ago
merge from navigationevents_fix
1 Year Ago
Disabled event system navigation events to fix longstanding issues when playing with a controller plugged in. Character stuck in place after renaming a sleeping bag for example Added an option in the accessibility settings to enable it back, as it may be required by some accessibility devices
1 Year Ago
merge from oldhorse_purge
1 Year Ago
Removed old saddle prefabs Renamed all RidableHorse2 mentions in the code
1 Year Ago
Manifest
1 Year Ago
Removed old horses code and prefabs Renamed RidableHorse2 -> RidableHorse
1 Year Ago
merge from gibs_skin_fix
1 Year Ago
Fixed single armored and metal doors playing wood sounds when destroyed
1 Year Ago
merge from inputfield_chinese_fix
1 Year Ago
Fixed TMP_InputField GenerateHightlight OOB error when typing Chinese characters in chat (and some other languages)
1 Year Ago
Vending machine merge Added dropLootDestroyPercent to ContainerIOEntity
1 Year Ago
merge from groundwatch_nre_fix
1 Year Ago
Fixed GroundWatch always treating non-entity colliders as invalid
1 Year Ago
merge from main
1 Year Ago
merge from Easter_event_2025
1 Year Ago
Fixed eggs spawning over terrain holes
1 Year Ago
Applied same fix to double wood door, double armored door and factory door (not working atm)
1 Year Ago
Fixed doors and garage door gibs not being skinned
1 Year Ago
merge from io_networkcache
1 Year Ago
Re-enabled network cache on RF and RC entities, not needed anymore
1 Year Ago
merge from high_walls_skins
1 Year Ago
Added a fallback error for ShowBlockedByEntityToast, used when GetBlockedByErrorFromEntity returns nothing
1 Year Ago
Hide condition bar on bag, bed and towel items (they can only be full HP, or broken in softcore)
1 Year Ago
merge from toolgun_corpserepair_fix
1 Year Ago
Fixed garrys mod toolgun not being able to repair deployable corpses
1 Year Ago
merge from groundwatch_nre_fix
1 Year Ago
Fixed GroundWatch::LegacyRadiusCheck NRE again
1 Year Ago
merge from main
1 Year Ago
merge from Easter_event_2025
1 Year Ago
Compile fix again
1 Year Ago
merge from Easter_event_2025
1 Year Ago
Compile fix
1 Year Ago
merge from egghunt_fixes
1 Year Ago
Fixed eggs spawning in ice lakes Fallback to terrain height when the raycast didnt hit
1 Year Ago
Cleanup, removed logs
1 Year Ago
Eggs spawn at water level
1 Year Ago
Client optims: - Removed Update call from egg entity, moved to a single manager updating all of them - halved the cpu time - Enabled pooling
1 Year Ago
Enabled raycasting on egg spawned during the event
1 Year Ago
Easter egg hunt improvements and fixes: - Egg spawn pos is now raycasted instead of using the terrain height map - fixes eggs spawning inside rocks, player bases etc - Initial eggs spawn uses raycast commands and is budgeted and spread out during warmup time
1 Year Ago
Fixed vending machine storage adaptor pipes always being blocked
1 Year Ago
Fallback to 'en' when setting global.language to a non supported language Fixes some CultureNotFoundException errors
1 Year Ago
Fixed potential GroundWatch NRE when loading old saves
1 Year Ago
Placement price checks, pickup gives you back cloth instead of the wallpaper item
1 Year Ago
More skin tests