branchsbox/mastercancel

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

5 Months Ago
Add global:: to generated code for attributes with CodeGenerator ( Fixes Facepunch/sbox-issues#6055 )
5 Months Ago
Reliable heartbeat
5 Months Ago
Add Sphere.RandomPointInside Add Capsule.RandomPointInside Add HitboxSet.Hitbox.RandomPointInside Http Post retry on connection error Add Sphere/Capsule/BBox/Hitbox.RandomPointOnEdge
5 Months Ago
Can use [Range] on fields When converting a Color to a Color32 if it's HDR then normalize instead of clamping Expose ParticleEffect.ParticleBounds and MaxParticleSize We don't use nethost anymore TextManager becomes TextRendering, exposed function to get cached texture
5 Months Ago
Destroy wrapper objects when deleting physics world
5 Months Ago
New physics worlds add a world reference body, this is for things like fixed joints
5 Months Ago
Better document lightbinner and add a few asserts Version tiled rendering if we ever make breaking changes to it's structure, makes sure that rendering doesn't break if we upgrade it in the future
5 Months Ago
Remove old Application.AllowShortcuts Don't wrap cursor when holding middle/right mouse button in 2D editor view
5 Months Ago
Don't show editor keybind warning when empty. Resolves Facepunch/sbox-issues#6074
5 Months Ago
Make AE_CL_BODYGROUP_SET_VALUE work
5 Months Ago
Citizen: re-enabled upper body component of the lean layer
5 Months Ago
Fix mistake in quaternion exp, causing Rotation.SmoothDamp to return incorrect rotation
5 Months Ago
Gitignore exports
5 Months Ago
Game Exporting (#1641)
5 Months Ago
Fix 2D Skybox "Tint" lighting keeps resetting
5 Months Ago
FPArms: added "Only_Weapon_no_IK" weightlist
5 Months Ago
Branch for experimenting and fucking around with networking w/ diagnostics Test trying to reduce packet sizes a lot Only do parent rpc if we're network root Change order here Go back to reliable test Test Reduce initial size Test unreliable again Unreliable transform updates test Prevent calling Msg_ClearInterpolation for ourselves Fix drop older updates Fix Remove this log When flushing pending updates before RPC calls - send reliable transform update Move net stats drawing out into system Only flush pending updates on reliable RPCs Some docs Don't call set parent if we called the rpc Call these flags Transmission maybe Some refactor, try to branch out with convar where possible Make internal for now Remove net_experiment convar Network protocol++ Send if unreliable anyway - should be acceptable it'll either drop or not
5 Months Ago
Removed some empty functions now that they have been moved to Keybinds
5 Months Ago
Added Position slider to Gradient Editor widget. Also added Delete shortcut. https://files.facepunch.com/CarsonKompon/2024/August/01_14-22-HalfMoth.mp4
5 Months Ago
Added warning icon to Editor Keybind widget with tooltip telling you if two binds share the same key(s). https://files.facepunch.com/CarsonKompon/2024/August/01_13-28-InfiniteHarvestmouse.png Make Asset Browser use Editor binds since they have no reason to be separate.
5 Months Ago
Make CTRL+A in Asset List a Shortcut Add CTRL+A shortcut to Select All in scene
5 Months Ago
Determine major Key Names from NativeKeyCode before anything else. Fixes non-english keyboard layouts (Facepunch/sbox-issues#6044)
5 Months Ago
Unset light index mapping uses blank light constants to kill off the light
5 Months Ago
Added shortcut for pause (CTRL+F5)
5 Months Ago
Don't use Shortcut as type "Window" when forcing Shortcut . Fixes F5 not being called when game view is in focus.
5 Months Ago
Be a bit more explicit with CTRL+C/V/X so other shortcuts work.
5 Months Ago
Don't send Ctrl+C/V/X shortcuts when in a text field (since you probably only wanna do that in the text field). Resolves Facepunch/sbox-issues#6057
5 Months Ago
Make frame selection behaviour more consistent
5 Months Ago
Pretty up shortcut hints a bit Add more context menu shortcut hints
5 Months Ago
Make TreeView item renaming more explicit, share same rebindable shortcut
5 Months Ago
Fix shortcuts like Ctrl+Z in ActionGraph @CarsonKompon let me know if this isn't the right solution here
5 Months Ago
Set light index mapping if we have a bake light index
5 Months Ago
Don't cull baked lights Remove these sdl headers from vpc
5 Months Ago
Updating SDL2
5 Months Ago
Include revision with error report
5 Months Ago
Prevent merging folders into current directory when dragging
5 Months Ago
Prevent dragging into same folder
5 Months Ago
Can now move multiple files from File Explorer into Asset Browser in one drag
5 Months Ago
Can now resize Editor Keybinds window to see the full list
5 Months Ago
Added support for renaming folders via the Asset Browser. Clicking and Dragging Folders in the Asset Browser now updates the asset so it is reflecting the new path.
5 Months Ago
Added "Current Project" to Special group in Asset Browser https://files.facepunch.com/CarsonKompon/2024/July/31_19-14-MindlessEnglishpointer.png Added Drag-and-Drop support to Folders in the Asset Browser https://files.facepunch.com/CarsonKompon/2024/July/31_19-25-SmoggyIndianrockpython.mp4
5 Months Ago
Add EditorShortcuts.BlockInputs. Block Shortcuts while right/middle clicking on Scene Viewport.
5 Months Ago
Invoke shortcuts when focused on a line edit if the shortcut has a CTRL or ALT modifier (Fixes CTRL+S in a textedit)
5 Months Ago
Fix `video` getting called twice from F6 bind
5 Months Ago
Added Clear button to Editor Keybinds (allowing you to remove binds) https://files.facepunch.com/CarsonKompon/2024/July/31_18-00-EmbarrassedHoki.png
5 Months Ago
Draw Camera Speed Overlay in Scene Viewport when changing the speed with mouse wheel https://files.facepunch.com/CarsonKompon/2024/July/31_16-58-MonstrousIrishredandwhitesetter.mp4
5 Months Ago
Show how many assets/icons would be rebuilt when right clicking a folder. Don't show option at all if there are no assets in the folder. https://files.facepunch.com/CarsonKompon/2024/July/31_16-20-StaidMonkfish.png Do the same thing with right clicking anywhere in the asset browser (for the current folder)
5 Months Ago
Update PackagePopup to show the information in a much cleaner way https://files.facepunch.com/CarsonKompon/2024/July/31_13-50-DeliciousSora.png
5 Months Ago
Don't swallow shortcuts on same widget. Make all tool shortcuts target the SceneViewportWidget
5 Months Ago
Fix black cubemap fog on hammer