branchsbox/mastercancel

13,183 Commits over 1,522 Days - 0.36cph!

4 Months Ago
Make sure the first time a sound is played, random is actually random, not starting at zero, only forward and backward start at zero
4 Months Ago
Support SoundEvent selection modes (forward, backward, random, random exclusive)
4 Months Ago
Bone null checks in TryGetBoneTransform
4 Months Ago
SkinnedModelRenderer - add string based bone getters Fix GetPlayerStats caching wrong LocalFileSystem cleanup
4 Months Ago
Update Zio to 0.18.1 Fixes Facepunch/sbox-issues#5683
4 Months Ago
Fix load/delete window layout menus being swapped around (lol)
4 Months Ago
Scene view: whack up 2d view zoom speed, properly clamp zoom to sane limits
4 Months Ago
Support tga and psd image loading Bring back image asset preview with fixed tga and psd support https://files.facepunch.com/layla/1b2111b1/sbox-dev_t0gYLg8tdd.mp4
4 Months Ago
Add angle/grid snap increment spinboxes for custom values, Facepunch/sbox-issues#5691
4 Months Ago
FPArms: move_groundspeed to move_bob (0,1)
4 Months Ago
Update fpxr.lib
4 Months Ago
Fix NRE when removing a element from a collection, resolves Facepunch/sbox-issues#5621 DictionaryControlWidget: fix not being able to create new dictionary element if the key hasn't been initialized
4 Months Ago
Add "Clear Console on Play" preference, resolves Facepunch/sbox-issues#5615
4 Months Ago
Fix shift click multi-select no longer working in viewport, resolves Facepunch/sbox-issues#5698
4 Months Ago
Fix NRE
4 Months Ago
Scale lod switch distances by scene object largest component scale so that lods work properly when things are scaled
4 Months Ago
ModelDoc: Report errors for missing prefab target files
4 Months Ago
Remove remains of CSoundEvent
4 Months Ago
Don't transform rigidbody physics on interp transform change (why are we calling this?) we only want to directly set physics body transform if someone directly changed the game object transform !! Move collider keyframe body move to fixed update
4 Months Ago
EditorPreferences.CameraZNear minimum range 1 please stop Resolves Facepunch/sbox-issues#5696 Box select works in ToolVis modes (ui_cssbox shader) Resolves Facepunch/sbox-issues#5699
4 Months Ago
FPArms: improved shared jump/airborne/land animations
4 Months Ago
Add Application.HoveredWidget Hide EngineOverlay if the game isn't visible Fix SceneViewport hasmouseinput logic
4 Months Ago
Add Transform.ForwardRay Fix editor not finding resources in libraries Add GameObject.Clone( prefabPath ) Add copy/paste by right clicking property labels Can set animgraph bool params using numbers GameEditorSession stores the session that spawned it Add SceneEditorSession.Resolve, GetParentSession Can right click properties in game session and apply their tweaked values to editor session
4 Months Ago
Scene view: proper icons for layout buttons Facepunch/sbox-issues#5676
4 Months Ago
OpenXR backend for VR (#1600)
4 Months Ago
Restore object de-select by clicking empty space, and not dragging, resolves Facepunch/sbox-issues#5680
4 Months Ago
Use camera frustum depth for dragdrop trace, fixes Facepunch/sbox-issues#5678
4 Months Ago
Warn when a FileSystemWatcher emits an error This can happen when the internal buffer is exceeded, causing changes to be dropped.
4 Months Ago
Increase/Decrease grid size shortcuts were the wrong way around Add grid axis selection in perspective viewport Shutdown Tools properly on launcher exit Add Close On Launch option to launcher fix debug compile Simplify how RecentScenes works Load editor MRU and tags after all assets have been imported Move Scene.Save to EditorSession.Save, update scene name/path on saveas, record asset as opened Loading a prefab in editor loads the cloud assets
4 Months Ago
Call TransformChanged() once again in InterpolateFixedUpdate Clear pending updates in SceneNetworkUpdate too Make sure we use TargetLocal in any transform changed callbacks called from within interpolation phase to fix physics bodies using wrong values. Add internal InterpolationWorld getter in GameTransform and use that in ModelRenderer OnTransformChanged for updating scene object position (fixes broken interp.)
5 Months Ago
PhysicsWorld.CollisionRules Refactor - Project Settings Small Network Files Support (#1604) * Add PhysicsWorld.CollisionRules getter. Delete ServerConfig. Update collision rules json on world if hash changes before physics step. Project Settings (.config) are networked via Small Network Files - can react to changes * Do GetHashCode this way * Initialize CollisionRules * Handle small network files from different file systems this way? * Fix * Fix documentation * Reset config files * Kind of genericize SmallNetworkFiles - push / add / remove files from it externally - mount its MemoryFileSystem externally as well to desired file system * Fix - but obviously it can't be done this way it's absolutely awful * Add all files from network when mounting on client side * Method name update * Remove some duplication * Cleanup * Fix inverted condition * Unnecessary arg * ToHashCode * ReadWithFallback will return new T() if package is null too * Store CollisionRules from Project Settings in ProjectSettings static class - update it when project settings change. Physics worlds using this reference should update automatically * Call ProjectSettings.Reset in ResetEnvironment * Clean up * Swap these
5 Months Ago
Animgraph: Log anim error when single frame node doesn't have a valid sequence
5 Months Ago
Scene view: Fix splitter state not restoring correctly, Add top/bottom layouts Facepunch/sbox-issues#5676
5 Months Ago
Fix NRE when setting border size to a %
5 Months Ago
Compiler.Watch: ignore /obj/
5 Months Ago
Trace changes to watched source locations Facepunch/sbox-issues#262 Facepunch/sbox-issues#5683
5 Months Ago
whoops a log
5 Months Ago
Set grid axis to XY plane when going into a 3d scene view
5 Months Ago
Add scene camera FOV to editor prefs window
5 Months Ago
Fix CSceneSystem::DownsampleTexture trying to make a 0 width/height mip
5 Months Ago
Add SceneCamera.ToWorld Do GizmoInstance ortho zoom around cursor, resolves Facepunch/sbox-issues#5674
5 Months Ago
Fixed ALT glyph having the wrong path, fixes Facepunch/sbox-issues#5622
5 Months Ago
Restore Show Gizmos (Shift+G), Toggle Grid (Ctrl+G) shortcuts
5 Months Ago
Yoga3 * Latest version (fixes, additions) * No longer relies on thirdparty facebook.yoga.dll * Uses our interop system (faster) * Much cleaner implementation
5 Months Ago
Recreate joint on body object change
5 Months Ago
Use a mass weighted global anchor for fixed joints, fixes welded ragdolls exploding. Add frequency and damping properties to fixed joint, set to sensible defaults so welded objects can't be pushed through collision as easily https://files.facepunch.com/layla/1b1911b1/sbox-dev_5YLdMnHrJJ.mp4
5 Months Ago
Add ModelPhysics.MotionEnabled - Enable to drive renderer from physics, disable to drive physics from renderer https://files.facepunch.com/layla/1b1911b1/sbox-dev_nyGhlgasUl.mp4
5 Months Ago
Skinned renderer builds bone hierarchy before scene model is created
5 Months Ago
Joint goes up the bone hierarchy to find a physics bone (ex: leg_glute_helper_L will use physics bone leg_lower_L) this should simplify when we have a better relationship between bones and physics
5 Months Ago
Add scene viewport view mode option