userFlaviencancel

6,896 Commits over 882 Days - 0.33cph!

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
1 Year Ago
Turned the wallpaper item into a wallpaper tool Floorpaper and ceilingpaper prefabs setup Created a few test skins
1 Year Ago
Renamed canRequireAuthIfNotLocked -> canRequireAuthIfNoLock convar to erase any default value saved to true Set as unsaved
1 Year Ago
canRequireAuthIfNotLocked convar default to false
1 Year Ago
Baseline
1 Year Ago
merge from main
1 Year Ago
Fixed RPC error when attempting to reskin high wall blocked by something (cherry picked from 118231)
1 Year Ago
merge from softcore_update (groundwatch_caching branch)
1 Year Ago
merge from softcore_update/deployable_corpse/groundwatch_caching
1 Year Ago
merge from softcore_update - 118244 Fixed corpses not decaying because they're immortal - 118245 merge from softcore_update/containers_auth
1 Year Ago
merge from softcore_update/deployable_corpse
1 Year Ago
merge from softcore_update/containers_auth
1 Year Ago
Fixed corpses not decaying because they're immortal
1 Year Ago
merge from softcore_update - 118237 Combined bed corpse gib meshes Fixed bed gibs colliding with corpse Disabled player collisions on bed, towel and bag corpses
1 Year Ago
merge from softcore_update/deployable_corpse
1 Year Ago
Combined bed corpse gib meshes Fixed bed gibs colliding with corpse Disabled player collisions on bed, towel and bag corpses
1 Year Ago
Fixed TC purchasing its anti gried upkeep after saving 50% of its loot in a corpse
1 Year Ago
merge from main
1 Year Ago
merge from softcore_update - 118201 Fixed vending machine corpse not repairable in doorways
1 Year Ago
Remove client Open interaction when a container is empty (so its not obstruction the way to dropped items indefintely)
1 Year Ago
Fixed vending machine corpse not repairable in doorways
1 Year Ago
merge from softcore_update/deployable_corpse
1 Year Ago
Use CanBuild instead of IsBuildingAuthed Optimisation, only one CanBuild server call per check
1 Year Ago
Compile fix
1 Year Ago
Simpler containers auth checks
1 Year Ago
Set GibSimulator as IEditorComponent, fixed missing GibSimulator warning logs
1 Year Ago
Fixed TC still spawning their corpses when destroyed by their owners
1 Year Ago
Removed vending machines from softcore containers needing building priv to open
1 Year Ago
Locks override gamemode's container building privilege rule
1 Year Ago
Added an option in gamemodes to force storage containers to require building priv to be opened Enabled for softcore for the common player containers dropping corpses Convared under storagecontainer.gamemode_overrides_needsbuildingprivilegetouse
1 Year Ago
merge from softcore_update - 118092 Sleeping bag and bed corpses are killed when landing on an invalid position, prevent spawning on illegal pos
1 Year Ago
merge from softcore_update/deployable_corpse
1 Year Ago
Sleeping bag and bed corpses are killed when landing on an invalid position, prevent spawning on illegal pos
1 Year Ago
Fixed gate reskinning not using the same checks as high walls Created Gate class, inheriting from Door - only used by gates
1 Year Ago
merge from main
1 Year Ago
merge from softcore_update - 118054 Can now pickup bag and beds corpses, gives you the broken item - 118055 Disabled ShowHealthInfo on towel corpses - 118061 Fixed corpses not spawning when killed by a non authed player
1 Year Ago
merge from softcore_update/deployable_corpse
1 Year Ago
Fixed corpses not spawning when killed by a non authed player
1 Year Ago
Disabled ShowHealthInfo on towel corpses
1 Year Ago
Can now pickup bag and beds corpses, gives you the broken item
1 Year Ago
merge from softcore_update - 118019 Fixed vending machine corpse despawning loot once repaired - 118023 Enabled repair on vending machine item, so it can be repaired in a repair bench after being picked up on a corpse Added a setting to hide the condition bar of a repairable item, so vending machines and TC items aren't showing an useless condition bar all the time