240,139 Commits over 3,837 Days - 2.61cph!

8 Months Ago
Add hit reaction test
8 Months Ago
Add ProceduralHitReaction to CitizenAnimatonHelper, expose Hitbox to DamageInfo since I think it'll be used by most people
8 Months Ago
WIP GameObject.Properties
8 Months Ago
Fixed the 3 flare dispension prefabs. Orientation and de-linkage.
8 Months Ago
Expose GameObject.Tags to ActionGraph
8 Months Ago
IRenderOverlay should have never existed
8 Months Ago
Fixed bug with camera when equipping MD.
8 Months Ago
█▊▋▍▅ ▊▌▌▌▇▆ ▌▋▆▌▍▅▍ ▌▍ ▉▄▋▍ ▊▋▇▌▍▍▊
8 Months Ago
Added tooltips when you over over the item in the list Fixed some final layout bugs Removed a bunch of excess code in the old markers
8 Months Ago
Keep track of referenced component types in ActionGraphs
8 Months Ago
Fixed not being able to drag in gameobjects to component control widgets, my bad
8 Months Ago
Ensured listing phrases are translated Rebuild phrases Reset listings colour based on stock
8 Months Ago
Set dressing harbor2 progress added a rusted up broken variant of the scientist turret for set dressing
8 Months Ago
Removed the blend value cap
8 Months Ago
When a component isn't found, create a MissingComponent. When saving, save the original data so that missing a component isn't destructive. https://files.facepunch.com/garry/dc9afdd8-51ec-47f0-a6e1-b9c5a75196d7.png
8 Months Ago
metal detector - slowed down vm & 3p scan anim so it's easier to see lights
8 Months Ago
Tweak anims
8 Months Ago
8 Months Ago
Expose NodeLibrary.TypeLoader and GraphLoader
8 Months Ago
Scroll the other parts
8 Months Ago
Stopped vendors from caching current machine - forces a refresh on clicking
8 Months Ago
Vendors now aware of the total amount of machines
8 Months Ago
8 Months Ago
Expose TypeConverter, ObjectConverter
8 Months Ago
updated conveyor belt
8 Months Ago
Disable a couple more crappy Vulkan overlays in editor mode Project creator: doesn't matter if directory doesn't exist becuase we're gonna make it
8 Months Ago
Add Prop.IsStatic Add boit icon to switch between actions and properties in component sheet https://files.facepunch.com/garry/4409c013-7fba-4061-84e4-b77ea9b034b4.mp4 Add game/core/shadercache/vulkan/shaders.cache to git ignore
8 Months Ago
Fix leaderboard time format (fixes sbox-issues/issues/4638)
8 Months Ago
excavator yaw prefab, disabled renderer batching on props onboard
8 Months Ago
Shader compile
8 Months Ago
Fixed a bunch of cases where creating custom nodes would fail
8 Months Ago
Fix built in modeldoc game nodes not loading
8 Months Ago
8 Months Ago
Fix removing nested nodes when creating sub-graphs
8 Months Ago
Delete ExampleEditorTool.cs
8 Months Ago
Fix orbit camera stomping everything
8 Months Ago
8 Months Ago
Allow passing JsonSerializerOptions to CreateSubGraphAsync
8 Months Ago
Remove caching on ToTitleCase (causes more harm than good) In CloudAssetDirectory, cache off the database instead of accessing every time Faster, less accurate Asset.IsCompiled() (but still does what we want it for)
8 Months Ago
Revert files I shouldn't have pushed
8 Months Ago
Fixed finding sub-graph boundary when nested nodes are involved
8 Months Ago
8 Months Ago
Fixed electrical deployables being offset when placed
8 Months Ago
Merge from main
8 Months Ago
Can put evaluations in float inputs https://files.facepunch.com/garry/7bda74b5-35ac-40c8-91be-322b6b13bf84.mp4
8 Months Ago
Fix bitvec startup assert Temporary fix for RenderSceneToPixmap
8 Months Ago
NetList, NetDictionary (#1447) * Initial commit * Make NetworkTableContainer into an internal interface INetworkTableContainer. Use explicit interface implemention to keep members from being exposed to public API. * Add some exception handling * Let the INetworkTableContainer handle writing/reading whether it's only changes or a full update * Backwards compatibility for IList and IDictionary but it isn't ideal so throw a warning to use NetList and NetDictionary * Fix some documentation. Add ExchangeNetList test. When new instance of NetDictionary or NetList is created, add Reset change immediately. We want clients to know it's completely changed. * Add appropriate unit tests * Fix for hashcode * INetworkCustom. Add tests for NetList, NetDictionary. * Add example usage * Better formatting
8 Months Ago
Set dressing harbor2 progress
8 Months Ago
Remove TransformHasMoved override that was causing parented kinematic items to disappear when leaving their initial network group
8 Months Ago
merge from metal_detector