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

15 Days Ago
merge from main -> fix_telephone_grid
15 Days Ago
Replace BaseCombatEntity::OnKilled() with BaseCombatEntity::OnDied() Since when you Kill an entity OnKilled isnt called, its only called on Die() so its way less confusing to be actually named that
15 Days Ago
Arena 4 Upload meta https://sbox.game/facepunch/c_courtyard
15 Days Ago
-Battering Ram wheels now steer the correct way -Battering Ram wheels rotate via Quaternions
15 Days Ago
Arena 4 finishing touches https://files.facepunch.com/louie/1b1211b1/sbox-dev_FLUVRvGaeQ.jpg https://files.facepunch.com/louie/1b1211b1/sbox-dev_JgO9Y8soQG.jpg
15 Days Ago
Have scientist try to guess your current location based on where they saw you last
15 Days Ago
Remove old DecibelsSlider and fix typo in the new one
15 Days Ago
Horses: removed the velocityDelta thing when applying forward forces, feels better when moving from gallop to canter after releasing shift
15 Days Ago
Test special case with upgrading any / all connected to nop nodes Implemented Version 9 upgrader
15 Days Ago
Contest meta description + can upload image
15 Days Ago
backup ruins_e
15 Days Ago
Remove leftover comment
15 Days Ago
Improve handling of RenderAttribute overrides/additions in Draw APIs Attributes passed to CommandList.DrawX and Graphics.DrawX now correctly merge with the "global" (CommandList.Attributes / Graphics.Attributes) attribute set. Replaced existing usages of Attributes.MergeTo, the existing usage could lead to defaults overriding more specific values. e.g. `Scene.RenderAttributes.MergeTo( camera.Attributes )` would potentially overwrite attributes in camera.Attributes with attributes from Scene.RenderAttribute we want it the other way around though. Fixed DrawModelInstanced using blacklisted Memory type as parameter. Remove leftover comment
15 Days Ago
Only reset Batch Publish Org if currently set to local Check asset directly along with references assets when checking differences in Batch Publish. Resolves Facepunch/sbox-issues#7151
15 Days Ago
Improve handling of RenderAttribute overrides/additions in Draw APIs Attributes passed to CommandList.DrawX and Graphics.DrawX now correctly merge with the "global" (CommandList.Attributes / Graphics.Attributes) attribute set. Replaced existing usages of Attributes.MergeTo, the existing usage could lead to defaults overriding more specific values. e.g. `Scene.RenderAttributes.MergeTo( camera.Attributes )` would potentially overwrite attributes in camera.Attributes with attributes from Scene.RenderAttribute we want it the other way around though. Fixed DrawModelInstanced using blacklisted Memory type as parameter.
15 Days Ago
Update ballista icon Changed siege weapon items selection panel
15 Days Ago
Fixed ballista ModularCarAudio.StopTyreAudio NRE
15 Days Ago
Added a fallback blit in cases where TAA is invalid
15 Days Ago
Added the RustTAA shader to the Always Included shaders list
15 Days Ago
Use Widget.Hidden for ControlSheetRow conditional visibility, avoids flicker on populate
15 Days Ago
Add filename to inspector. Only show save preset button if there's a filename specified. Potential NRE fixes.
15 Days Ago
Manifest
15 Days Ago
Fixed catapult fire interaction available when looking at the wheels
15 Days Ago
Added SiegeWeaponVehicleAudio, inherits from from GroundVehicleAudio Updated BatteringRamVehicleAudio Added wheel audio to all siege weapons
15 Days Ago
Skybox material preview https://files.facepunch.com/matt/1b1211b1/sbox-dev_M57SmAq1uF.png
15 Days Ago
Add SceneRenderingWidget Render clothing from a scene Update all clothing icons
15 Days Ago
merge from indirect_instancing
15 Days Ago
Add temporary debug error messages to diagnose the uninitialised component issue.
15 Days Ago
Male Head 02 & Female Body / Female_Head_01 and 02
15 Days Ago
Test for upgrading any / all nodes
15 Days Ago
Re-implement void task exception handling
15 Days Ago
▇▌▉▋▊▅▌▇▅▉▄ ▅▋█ ▉▄▍ ▇▆▄▉▌▅▉▆▄▉ ▌█▌▊▊ ▆▊▍▍ ▅▊▅▄█▉▆ ▌▆ ▆▅▌▌▍▌ █▌▍██▋▄▉ ▉▊▍▍▆▍▇ ▍▅█▉▌▆ ▆▅▉▍▊▇▆▍▌▊▍█
15 Days Ago
Make sure return values are actually returned
15 Days Ago
Merge from defaults
15 Days Ago
bumped render queue on hit guide up to avoid issues with disappearing inside sculpture at times
15 Days Ago
Merging new TAA implementation to main
15 Days Ago
15 Days Ago
merge from xmas2024
15 Days Ago
merge from deluxe_christmas_lights_emission/xmas_light_uncrappification
15 Days Ago
Fix interop error Fix disposed exception
15 Days Ago
Leaderboard backup, run #16061
15 Days Ago
Only move nav mesh agent on transform change if the position actually changed - Fixes agents not moving correctly with skinned meshes with bone objects enabled, transform changed is getting thrashed
15 Days Ago
Resave template prefabs, some of them have missing materials
15 Days Ago
merge from primitive
15 Days Ago
Minor horse code cleanup
15 Days Ago
Remove long unused shit from pixelinput and vertexinput and clean it up Convert world position to projected position on FinalizeVertex, don't like that these are opaque, let's see what we can do about it
15 Days Ago
Fixed ballista client loading issue
15 Days Ago
Fixed horse towing ropes not being destroyed when the joint breaks
15 Days Ago
Deleted test assets, added finished jacket, hat and trousers Skinning, and .clothing files Santa hat lods
15 Days Ago
Model attachments has a dispose, use it on model reload