253,373 Commits over 3,990 Days - 2.65cph!

55 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
55 Days Ago
Merge from primitive
55 Days Ago
Another attempt to fix the player corpse not implemented exception
55 Days Ago
▉▋██▋ ▊▊█▍ ▉▉▉_▌▅▅█▍▋▉▉▉_▅▊▇▋▅_█▍▊▌▍▆▌▊▋▇ -> ▌▋▆▄
55 Days Ago
▍█▋ ▆▆▋▅▍▌ ▅▋▋▅▊█▌▉▅ ▉▅█ ▍▉▄▊█▉▇█ ▄▉▍█▉▇▇▍▄ ▅█▅▊▉█ - ▅█ ▉█▄██▉▌ ▍▄▄▍▋ ▊▌▅▌ ▉▋▊▌▆▊▆ ▅▌▉ ▄▅▍▌▇▅▌▅▍ - ▅▇▍▉▄▅▉ ▉▇▇▆▇ ▇▆▇▄ ▋▋▇▆▍▅▍▊▍▉ -> ▋▍▆▊▌▌▉▌▄▉▊▆
55 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
55 Days Ago
Backups
55 Days Ago
Fixed case where player could hit their own shield with melee weapons
55 Days Ago
Fix NRE in asset picker
55 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
55 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
55 Days Ago
merge from main
55 Days Ago
Fix custom cursor page
55 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
55 Days Ago
merge from icon_picker
55 Days Ago
Improved the RustIcon picker, it now displays the enum names and let you scroll through all the available options
55 Days Ago
Fix tint being wrong on track pieces
55 Days Ago
Update grid map tool
55 Days Ago
Ballista constructable ground watch
55 Days Ago
Merge from main
55 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.
55 Days Ago
Use ResourceControlWidget for Animgraph Delete ResourceProperty
55 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
55 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]
55 Days Ago
crate day spawn can right click minimap, etc
55 Days Ago
blend file changes, flow, lower main menu music, other unsaved
55 Days Ago
Log shader warnings and errors back to c#
55 Days Ago
weapon camera clipping fixes
55 Days Ago
When generating covers, automatically delete previously spawned sub monuments
55 Days Ago
primitive -> Aux2
55 Days Ago
Added wheel FX to Ballista
55 Days Ago
Filter duplicate vertices after spline deformation and before qhull
55 Days Ago
Clean up and optimize shader Clamp to viewport again
55 Days Ago
Fix sort mode on publish page Delete EnumProperty
55 Days Ago
Fixed Repair Bench pushing an NRE if not unlocked via steam, or dlc item but also doesnt have proper steam category supplied
55 Days Ago
Get rid of -nwthread, use Channels instead of ConcurrentQueue
55 Days Ago
Ballista damage redirection
55 Days Ago
Setup Medieval Metal Double Door Skin Asset File Game Manifest Update
55 Days Ago
merge from fix_barricade_placement_excavator -> main
55 Days Ago
S2P excavator
55 Days Ago
Mark coal piles at excavator as "barricades allowed"
56 Days Ago
merge from fix_antihack_kick_reserveslot -> main
56 Days Ago
- Added catapult wheel effects - Sorted siege tower wheel effect positions
56 Days Ago
Look deving broken wood floor on jungle floor pieces
56 Days Ago
WIP: rewriting stream processing to gather frame data during pre-process step - Should fix invalid make placement in a frame + be more efficient to generate, as we only do 2 stream scans per thread stream instead of 4. Not complete, need to track down why alloc offsets are invalid for last frame.
56 Days Ago
Fix undo for envmap probe bounds Fixes sbox-issues/issues/7181 Fix TreeView not passing skipEvents fully, trigger ItemsSelected at end - fixes Facepunch/sbox-issues#6845 Santa Outfit (#1743) Wipe my ass layer doing nothing Unused Occlusion query layer Remove r_tiled_rendering toggle, it is a requirement of any forward+ pipeline Tiled culling in managed render pipeline Depth only prepass very likely doesn't need lighting constants Lightbinner layer managed Fix ObjectHighlight.shader Make sure turning direct/indirect lighting off still works on managed lightbinner layer memdbgon.h doesn't belong in a .h file Santa jacket/trousers lods (citizen version) Searching by filename with extension will test correctly with assets too, fixes Facepunch/sbox-issues#7174 Navigate to project root instead of selecting engine asset when ShowBaseContent is disabled, fixes Facepunch/sbox-issues#7175 Move 'Show Base Content' toggle to asset browser toolbar so people stop acting like I've stolen their car keys https://files.facepunch.com/solw/2024/December/17_16-46-AquamarineHound.png Humans: add temporary intercardinal movement animations derived from offset cardinal directions + use new mixed animgraph setup Santa jacket/trousers lods (human version) Allow AssetType to get all file extensions, primary and additional Remove hacky fix for image extension tags, do it properly Make this readonly list so it can't be fucked with Santa jacket uses neck_clothing bone to minimise twist deformation Get safer sceneobject bounds, return zero size bounds for infinite sceneobject bounds - getting infinite bounds is not desired There's a typo here in ModelRenderer.LocalBounds Add TagsControlWidget Don't use bind system for these control widgets, feels like the old way of doing things Can now drag one or multiple entries directly onto the "+" button in a List instead of having to create the entries and drag individually. Resolves Facepunch/sbox-issues#7197 https://files.facepunch.com/CarsonKompon/2024/December/18_08-58-FocusedMassasauga.mp4 Support non-array drags on ListControlWidget since not all widgets use arrays for single asset drags vmdl will add animations as a proper source dependency, so they get uploaded ( #1741 ) Fix possible NRE in PathWidget ListControlWidget now supports multiedit, only showing matching indexes Add and Remove buttons now work when MultiEditing a List Added support for re-ordering lists during a Multiselect https://files.facepunch.com/CarsonKompon/2024/December/18_11-03-AjarBaiji.mp4 Right Click -> Duplicate now works on Multiselect Lists Merge branch 'master' into gpu-occlusion-culling2
56 Days Ago
Random Sound start Texture animation shader New animated texture sheet Arena 5 updates
56 Days Ago
merge from fix_exavator_bucket_lod -> main
56 Days Ago
merge from fix_exacator_bucket_lod -> main
56 Days Ago
Deployable positionOffset renamed to guideMeshPositionOffset