223,453 Commits over 3,684 Days - 2.53cph!

3 Months Ago
Blur LineEdit on escape pressed sbox-issues/issues/4438
3 Months Ago
Added tweening to vendor list
3 Months Ago
Slimmed down icons and text. Thinned divider.
3 Months Ago
Redone colouring and layout on single vendor
3 Months Ago
Move MemberInfo.ToSimpleString() extension to Sandbox.System Add Stirng.HtmlEncode() / UrlEncode() extension methods ActionGraph: type name formatting fixes
3 Months Ago
Add close dialog when closing the editor main window, checking all loaded editor scenes https://files.facepunch.com/tony/1b1011b1/parsecd_xYoAHD6h6B.png
3 Months Ago
player update. edited crossbow holster position on entity
3 Months Ago
Fix network message chunking not actually doing shit Tweak string table initialization Unit test validate StringTable
3 Months Ago
Second fix attempt for PostProcessLayer material error when joining a server
3 Months Ago
Player shown toast if machine has no sell orders.
3 Months Ago
Add popup dialog when closing a scene that has unsaved changes - next up multiple scene dialog https://files.facepunch.com/tony/1b1011b1/parsecd_AQsMHNci5r.png
3 Months Ago
Prevented vendors list from being null
3 Months Ago
Codegen, manifest
3 Months Ago
Remove unused debug args
3 Months Ago
WrappedPropertySet/Get also have Attributes defined. Two methods with the same name but different signatures will now have unique static attribute list. Fixed attribute constructor issues for backing static attributes.
3 Months Ago
Protobuf gen
3 Months Ago
Merge from metal_detector
3 Months Ago
merge from main
3 Months Ago
Update template.gitignore to ignore some editor project files
3 Months Ago
Only change ident field inside project creator window if necessary Fixes sbox-issues/issues/4433
3 Months Ago
Merge from main
3 Months Ago
Add support for (de)serializing component fields
3 Months Ago
Compile fix
3 Months Ago
Scale gizmo plane (#1432) * Allowing scaling along 2 axis https://files.facepunch.com/louie/1b0911b1/sbox_GGYJ3vMG0N.png
3 Months Ago
Don't use the same assembly twice
3 Months Ago
player update. exported and setup basket animation set . Populated basket holdtype override controller with new anims and edited easter/pumpkins basket entity prefab so the props sit correctly in the hand.
3 Months Ago
Recent textures to HQ when applicable
3 Months Ago
Clean up
3 Months Ago
Remove Time.Tick
3 Months Ago
SceneUtility.Instantiate becomes gameobject.Clone( ... )
3 Months Ago
Fix attempt for PostProcessLayer material error when joining a server
3 Months Ago
Subtracted 91126, 91129, 91131 (nuking streaming for merge)
3 Months Ago
Material fixes
3 Months Ago
Support gizmo rotation
3 Months Ago
Subtracted 91121, 91122 (nuking streaming for merge)
3 Months Ago
Disable vm bob & sway when in sweet spot scanning mode
3 Months Ago
ActionGraph: Fixed not being able to delete duplicate input / output nodes
3 Months Ago
removed unused using
3 Months Ago
Merge from main
3 Months Ago
Component Version Upgraders (#1431) https://docs.facepunch.com/doc/component-versioning-2fVhFt2lJp
3 Months Ago
Implement attributes on ReflectionSerializedObject.SerializedProperty Move Terrain editor into an EditorTool ReflectionSerializedObject property SetValue<T> will convert value, catch exceptions TypeSerializedObject SerializedProperty.TryGetAsObject don't throw if null Brush settings widget window FloatControlWidget blurs entry on range slider drag Only modify terrain on mouse drag Change brush order, circle first
3 Months Ago
Added baseline for component version upgraders https://files.facepunch.com/tony/1b0911b1/parsecd_N2kyNOTsPg.png Move JsonUpgrader Refactor, add JsonUpgrader.Run so we can re-use this for GameResources Replace _apiVersion with ComponentVersion defined by the component JsonUpgrader -> JsonUpgraderAttribute, version as a required constructor parameter Demote JsonUpgrader.Run to internal JsonUpgrader.Run -> Upgrade Add unit test for upgrading a component
3 Months Ago
Reduce scan duration from 3->2 seconds
3 Months Ago
Add unit test for upgrading a component
3 Months Ago
Expose GraphicsItem.BoundingRect Allows graphics items to draw outside of their defined size ActionGraph: Fix input const value repainting
3 Months Ago
Merge from main
3 Months Ago
Don't leave the server when joining
3 Months Ago
Update for new networking
3 Months Ago
Added Networked Properties https://docs.facepunch.com/s/sbox-dev/doc/sync-properties-jKFHwTGVgR
3 Months Ago
Cleanup Network protocol++