248,549 Commits over 3,928 Days - 2.64cph!

2 Days Ago
merge from primitive
2 Days Ago
Manifest
2 Days Ago
Deleted unused battering ram door prefab and old ballista models
2 Days Ago
merge from main
2 Days Ago
merge from Medieval_Barricade
2 Days Ago
merge from ai_patrol_heli_opti
2 Days Ago
merge from baseball_bat_description
2 Days Ago
merge from accessibility_block_movementy_inventory
2 Days Ago
merge from t1_smg_clipping_issues
2 Days Ago
manifest
2 Days Ago
removed the now deleted rock assets from CraggyIsland to stop the error spam
2 Days Ago
Fixes
Leaderboard backup, run #16229
3 Days Ago
Backups
3 Days Ago
primitive -> Aux2
3 Days Ago
Removed second realmed removed incase thats the issue as well
3 Days Ago
primitive -> Aux2
3 Days Ago
Hopefully prevent battering ram door from bricking Aux2
3 Days Ago
Merge from cmBrainEnabled
3 Days Ago
Added debug.cmBrainEnabled convar to enable/disable a cinemachine brain attached to the main camera (if it exists) Convar is saved and defaults to off
3 Days Ago
December 2024 poster backups
3 Days Ago
ESPCanvas convars (DisableOcclusionChecks, OverrideMaxDisplayDistance, ColourCodeTeams, UseRandomTeamColours, etc) will now work if the player is first person spectating Previously only worked if the local player was in debug cam mode
3 Days Ago
Humans: improved WalkFast_N
3 Days Ago
Humans: renamed source files from "Human_Male" to "Human" + split off Run_N into gendered variants
3 Days Ago
Fix mesh component export
3 Days Ago
Added a nicer way to GetActiveShield(), cuts down on some repeating inventory reads Don't show the crosshair when blocking with a shield while a gun is equipped (you can't shoot anyway)
3 Days Ago
Create menu in editor that lists all monuments so you can easily open the scene - use codegen to generate menu since unity wants to use attributes to configure their UI - run codegen after RPC & convars Also create menu to open monument island & assign a specific monument as the prefab
3 Days Ago
Merge from primitive
3 Days Ago
Another attempt to fix the player corpse not implemented exception
3 Days Ago
▉▋██▋ ▊▊█▍ ▉▉▉_▌▅▅█▍▋▉▉▉_▅▊▇▋▅_█▍▊▌▍▆▌▊▋▇ -> ▌▋▆▄
3 Days Ago
▍█▋ ▆▆▋▅▍▌ ▅▋▋▅▊█▌▉▅ ▉▅█ ▍▉▄▊█▉▇█ ▄▉▍█▉▇▇▍▄ ▅█▅▊▉█ - ▅█ ▉█▄██▉▌ ▍▄▄▍▋ ▊▌▅▌ ▉▋▊▌▆▊▆ ▅▌▉ ▄▅▍▌▇▅▌▅▍ - ▅▇▍▉▄▅▉ ▉▇▇▆▇ ▇▆▇▄ ▋▋▇▆▍▅▍▊▍▉ -> ▋▍▆▊▌▌▉▌▄▉▊▆
3 Days Ago
Call SetHeld(false) before clearing the owner player rather than after Fixes some logic in that method failing because it needs the owner player to be able to access the current shield if the equipped weapon is being dropped
3 Days Ago
Backups
3 Days Ago
Fixed case where player could hit their own shield with melee weapons
3 Days Ago
Fix NRE in asset picker
3 Days Ago
Enabled shield compatibility on: Skinning Knife Water Pistol Candy Cane Club Flashlight Concrete hatchet + pickaxe Lumberjack axe Shovel Bone Knife Frontier Hatchet Combat Knife Stone Pickaxe
3 Days Ago
Drop a breadcrum when playing audioplayer to get a clue on what's being played if there's a crash trying to open it
3 Days Ago
merge from main
3 Days Ago
Fix custom cursor page
3 Days Ago
Show whether a gun can be used with a shield in the info panel Minor layout reshuffling in the inventory, crafting and tech tree panels to support this
3 Days Ago
merge from icon_picker
3 Days Ago
Improved the RustIcon picker, it now displays the enum names and let you scroll through all the available options
3 Days Ago
Fix tint being wrong on track pieces
3 Days Ago
Update grid map tool
3 Days Ago
Ballista constructable ground watch
3 Days Ago
Merge from main
3 Days Ago
Added convar (accessibility.disableMovementInInventory) to block player input when then inventory screen is open. Added a UI toggle option for it in the Accessibility options menu UI.
3 Days Ago
Use ResourceControlWidget for Animgraph Delete ResourceProperty
3 Days Ago
Created AutotileBrushControlWidget so you can have a reference to an Autotile Brush via a Property (and edit inline) [Hide] a few variables that shouldn't be editable
3 Days Ago
Created ResourceTileControlWidget which allows you to have a reference to a specific tile in a TilesetResource (and edit the tile right from the reference) https://files.facepunch.com/CarsonKompon/2024/December/18_15-05-SubstantialRaccoon.mp4 Added TilesetResource.GetName() and make Tile.Tileset [ReadOnly]