branchsbox/mastercancel

13,873 Commits over 1,552 Days - 0.37cph!

3 Months Ago
Clothing Updates
3 Months Ago
Get underlying type for nullable handle config Add handle configs for Resource, Rotation Add name, icon to scene.ref / resource.ref nodes https://files.facepunch.com/ziks/2024-09-30/sbox-dev_ANMFj2w5Em.png Mark scene as changed when action graph is edited
3 Months Ago
Cloud asset tweaks (#1666) (.sbox folder, version-pinning fixes, manual update flow, searchpath prio fix)
3 Months Ago
Clothing Updates
3 Months Ago
Expose physics substeps control to scene inspector, resolves Facepunch/sbox-issues#6480
3 Months Ago
Human: added constraints on biceps that makes the lower part of arms subtly rotate away as the arms bend, similar to what happens with legs + various misc. things (anims, fixes...) https://files.facepunch.com/maxlebled/1b3011b1/elbows.mp4
3 Months Ago
Tweak build script to make sure everything uses Release mode
3 Months Ago
Mark texture getters as pure Use new icon style for resource.ref nodes too https://files.facepunch.com/ziks/2024-09-30/sbox-dev_OP78bw1BAw.png
3 Months Ago
Don't use MapStartupScene when loading a Scene Map, we can load it directly
3 Months Ago
WIP game object thumbnails in graphs Refresh object thumbs when scene saved Node icon tweaks https://files.facepunch.com/ziks/2024-09-30/sbox-dev_6XFZEVyCvd.mp4 More scene.ref node icon tweaks https://files.facepunch.com/ziks/2024-09-30/HZYdyW9buu.png Frame scene ref target on double-click https://files.facepunch.com/ziks/2024-09-30/sbox-dev_Fb3jaAbxNS.mp4
3 Months Ago
Fix case where graphs embedded in scenes wouldn't save
3 Months Ago
Fix warning breaking build
3 Months Ago
prop_physics from maps are fully networked We don't need to load the scene on the joining client Add Application.ClearGame Add Application.MapPackage Refactoring Refactor Add SceneNode to more easily check if we're the owner of a GameObject Add achievement/stats apis for maps Fix NRE in ToClipboardString Expose more stats/achievements stuff to ag
3 Months Ago
Tweak graph saving logic, warn if no editor session found
3 Months Ago
Expose GameObject.PlaySound, StopAllSounds to ActionGraph
3 Months Ago
Human: lots of updates, see commit comment • 2 walk animations & default idle poses • Same prefab changes as Citizen • Now accounting for limbs being slightly twisted in bindPose unlike Citizen — this 'unbiases' the constraints so there's practically no change in the resting pose • Added constraints that slightly pivot leg_upper_X_twist1 upwards as the leg bends; this makes the lower part of thighs 'bulge up' a bit, which complements the "poor man's RBF" kneecap constraints, and improves the look at extreme bend angles (crouching, etc.)
3 Months Ago
Delete old human male.vmdl
3 Months Ago
Citizen: renamed movement process prefabs for consistency, merged neck_clothing into animconstraintlist
3 Months Ago
Remove ShowPredictionErrors and EntityIO from debug menu, these aren't used anymore. Add ShowPhysicsDebug there instead so it can be toggled in scene view, not suitable to put it in viewport settings
3 Months Ago
Skip empty files in upload wizard, resolves Facepunch/sbox-issues#6167
3 Months Ago
Fix infinite loop crash
3 Months Ago
Add SoundHandle.FollowParent, LocalTransform, ClearParent Add SoundHandle.SetParent( GameObject ) Add GameObject.PlaySound, GameObject.StopAllSounds Don't need to run sound Occlusion tests every frame
3 Months Ago
Fix infinite loop in OnDirty, set dirty to false last
3 Months Ago
Add LocalTransform accessors Switch everything to use LocalTransform, LocalPosition, LocalRotation, LocalScale
3 Months Ago
UI shaders accept D_NO_ZTEST Refresh editor handles on hotload Gizmo.Draw.WorldText obeys IgnoreDepth [EditorHandle] can be a material icon or emoji https://files.facepunch.com/80a96818-668f-4562-9ef6-3311aaa49ba7.png
3 Months Ago
Add Tags to DamageInfo Add Component.IPressable
3 Months Ago
Add GetComponent , AdComponent etc
3 Months Ago
Fix OrganizationModal NRE Fixed Friends List Modal CSS. Resolves Facepunch/sbox-issues#6525
3 Months Ago
Fixed Facepunch/sbox-issues#6518
3 Months Ago
Fixed Facepunch/sbox-issues#6517
3 Months Ago
Fix connection preview vanishing when dragging to a new node
3 Months Ago
Update PackageDto.cs CreateLobby will refuse to create a lobby if we already have a network system Add ISceneStartup event (https://docs.facepunch.com/s/sbox-dev/doc/iscenestartup-UaHEQHresW)
3 Months Ago
Add command line switch for opening a game on startup (currently opens the game modal)
3 Months Ago
Fix Facepunch/sbox-issues#6514
3 Months Ago
Login Information
3 Months Ago
Fix OnValidate not being called on property change in editor
3 Months Ago
Razor @namespace doesn't want a trailing semicolon
3 Months Ago
When selecting a map auto select the ParentPackage game, if set. Default to Walker if not. Remove old "launcher", add map select to gamemodal Make package selector acceptable
3 Months Ago
Fix ComponentSheet filtering out methods
3 Months Ago
Mark unsaved changes for all scene edits again Add File > Close Project shortcut to quit and return to launcher
3 Months Ago
Put expression node plugs in header if only one input / output https://files.facepunch.com/ziks/2024-09-26/sbox-dev_lYhXT4ah9M.png
3 Months Ago
Prioritize FbxNode name over FbxMesh name for modeldoc mesh names - If you needed it to be the other way, blame the guy that wants it this way
3 Months Ago
Get rid of log Node plug labels match header text colour https://files.facepunch.com/ziks/2024-09-26/sbox-dev_EFyQuHEEXj.png
3 Months Ago
Don't need to bother getting parameterless function if we're not going to use it
3 Months Ago
Tweak graph editor grid size https://files.facepunch.com/ziks/2024-09-26/sbox-dev_OTHe5wmoKA.mp4
3 Months Ago
Allow [Change] attribute to have parameterless callback, parameter version takes priority
3 Months Ago
Let's not have 2 KeyBind razor components, use same styling as settings for BindModal, fixes not being able to bind properly Fixes Facepunch/sbox-issues#6421
3 Months Ago
Only show collider Trigger actions if enabled Add ActionsComponent to replace Component.OnComponentUpdate etc Hide Component Actions in inspector (right click header to get them back), show Actions with other properties
3 Months Ago
Add ISceneEditorSession.AddUndo
3 Months Ago
Component.Serialize ignores ComponentFlags.NotSaved when cloning Undo system serializes game objects with cloning enabled