reporust_rebootcancel

123,976 Commits over 4,171 Days - 1.24cph!

7 Months Ago
merge from buildingprivilege_cache_fix
7 Months Ago
Renamed GetNearestBuildingPrivledge -> GetNearestBuildingPrivilege sorry, had to do it before it was too late
7 Months Ago
Do not use client side privilege caching when updating the placement of a construction/deployable (it wasn't before) Fixes planner guide showing as valid when building blocked when at edge of privilege
7 Months Ago
Merge from cookingv2
7 Months Ago
Improved inside sockets on coop
7 Months Ago
merge from new_kill_commands
7 Months Ago
Both commands work with debug camera Codegen
7 Months Ago
Fixed ent killing the bbq portion not killing the whole workbench
7 Months Ago
BBQ is now spawned when spawning workbench via command
7 Months Ago
Fixed out of date bounds on cooking workbench, causing invalids Fixed loot not dropping out of bbq section when destroyed Added sfx to bbq section
7 Months Ago
Merge from crafting_update
7 Months Ago
merge from premium_servers -> main
7 Months Ago
merge from server_browser -> premium_servers
7 Months Ago
Set premium tab disabled by default
7 Months Ago
hopper start/stop/active sounds
7 Months Ago
Fix UI.SellOrder referencing the same item inventory slot twice so that the incorrect numhber of slots show.
7 Months Ago
Ensure servers in official tab always show regardless of having zero players or not
7 Months Ago
Merge from armor_slots
7 Months Ago
Refactor copyto armor slot copying because it was getting silly
7 Months Ago
copyto fix for worn backpacks containing an item with armor slots and inserts
7 Months Ago
Merge from crafting_update
7 Months Ago
Changed tint renderer to list on FoodVisualConfig. Populated the lists for pie entity and world model prefabs. Tint all the LODs. Added a new bear pie projectile and material, set correct colour. Updated all pie projectile materials to use the new pie colours.
7 Months Ago
Sort premium servers first if you qualify for them, put them last if you don't qualify for them - controlled by convar `prioritize_premium_servers` - applies to all sorting of servers (players, ping, hostname, etc) Add `premiumfilter` convar to add premium tag to servers while testing - string filter to control what servers in the browser get the tag added
7 Months Ago
Fixed UIFogOverlay Update NRE
7 Months Ago
Recheck premium status for connected players, kick if they change status after joining the server
7 Months Ago
merge from new_kill_commands
7 Months Ago
ent kill command now ignores gibs
7 Months Ago
merge from wood_armor_crafting
7 Months Ago
Reduced crafting cost of wood armor, now uses 15 cloth instead of 1 rope
7 Months Ago
network++ save++
7 Months Ago
merge from crafting_update
7 Months Ago
Armor info panel UI changes so that everything can fit with ownership. Also fixes protection area text varying above/below slots.
7 Months Ago
merge from main
7 Months Ago
Added new kill commands: - killplayerinview: kill the player you're looking at - killplayersradius: kill all players within the given radius
7 Months Ago
merge from crafting_update/workbench
7 Months Ago
hopper, fridge and bee grenade techtree placement - S2C
7 Months Ago
Merge from jungle_ruins
7 Months Ago
Merge from jungle_biome/jungle_foliage
7 Months Ago
Merge from jungle_ruins
7 Months Ago
Merge from main
7 Months Ago
merge from ballista_mat_fix
7 Months Ago
Fix attempt for the red ballista in builds
7 Months Ago
Fixed various spawn population filters
7 Months Ago
Jungle has forest splat Jungle has alt topology (including nearby forest / forestside areas to prefer deciduous trees next to jungle, looks slightly less odd) Jungle avoids transition areas from temperate to other biomes
7 Months Ago
Merge from fix_no_scientists_on_cargoship
7 Months Ago
Fix sharks not spawning
7 Months Ago
Fix scientists not spawning on cargo ships
7 Months Ago
lr300 updates
7 Months Ago
Subtractive Merge (114985) Removed DLSS fix as it's still causing crashes
7 Months Ago
Merge: from eventrecord_allocs - Reduces the number of allocations caused by our server-side analytics - New "analytics.small_buffer_send_limit" persistent ServerVar to reduce task scheduling overhead. Set -1 to return original behavior. Tests: ran existing analytics unit tests, booted server in editor.