249,019 Commits over 3,959 Days - 2.62cph!

3 Months Ago
Support drags from resource control into scene viewport https://files.facepunch.com/layla/1b1711b1/sbox-dev_A0eI3zWHiZ.mp4
3 Months Ago
Create and cache line shader outside of SceneLineObject constructor, these scene objects are created on a thread and material load has to be on main thread
3 Months Ago
Add a small delay before showing QTE ui.
3 Months Ago
Tweak sequence length ranges. Negative modifier tweaks.
3 Months Ago
Fail state can now apply player modifiers. Pressing a wrong key will now fail the QTE. Add some placeholder modifier effects for fail state.
3 Months Ago
Merge from main -> copypaste
3 Months Ago
QTE entity start/stop/complete triggering. UI interacts with the entity. Completing the QTE now triggers the entity completion methods, ending the gesture, hiding the UI and clearing any associated player for SingularInteraction qte entities.
3 Months Ago
Basic initial QTE sequence generation, just string based for now. Trigger QTE event properly and with generated sequence.
3 Months Ago
TTT: fix ragdoll not being created if ttt_dyingshot is on Community contribution
3 Months Ago
Adjust how we disable self-unblocking for Lua-blocked navmeshes Adds NAV_MESH_BLOCKED_LUA Navmesh auto-blocking checks now run on map start/cleanup Makes certain code that was meant to run on map cleanup to actually run now. Also updates blocked status of nav areas on map load
3 Months Ago
3p anims + updated worldmodel anims
3 Months Ago
EnableTouchPersists default to true on Rigidbody
3 Months Ago
merge from Halloween24
3 Months Ago
More sensible defaults for 360 controller bindings $eyeposition and $illumposition are now affected by $scale Block gui/input.SetCursorPos while main menu is open Fixed regression with nav_update_blocked concommand Make gui.HideGameUI work more like the hook Instead of disabling the function entirely, holding shift would disable its functionality, and it displays a message on how to bypass it, if it blocks the main menu one too many times. Temporarily disable 24BPP optimization for .png/.jpeg loader
3 Months Ago
wip qte
3 Months Ago
Merged menu character animgraph into normal character animgraph. Character now looks at cursor on main menu Added Head and Body LookAts to character animgraph Merge branch 'main' of sbox-piecrumb
3 Months Ago
water shader updates
3 Months Ago
removed WaterVisibilityTrigger from xmas dungeon cell prefabs
3 Months Ago
merge from Halloween24
3 Months Ago
removing WaterVisibilityTrigger from all halloween procedural dungeon cell prefabs and set it to not spawn a christmas dungeon
3 Months Ago
sawed off shotgun
3 Months Ago
merge from main
3 Months Ago
Fixed regression with nav_update_blocked concommand Make gui.HideGameUI work more like the hook Instead of disabling the function entirely, holding shift would disable its functionality, and it displays a message on how to bypass it, if it blocks the main menu one too many times.
3 Months Ago
water shader
3 Months Ago
Fix: FreeUnmanaged the DebrisEntity list after we're done with it
3 Months Ago
Citizen/animgraph: make scale_height not bouncy anymore
3 Months Ago
sniper rifle zombie skin ragdoll force freeze ragdoll ragdoll sinking ragdoll skeletons
3 Months Ago
Updated english engine.json file
3 Months Ago
Merge from gesturepack
3 Months Ago
Cherrypicked 106168
3 Months Ago
Protocol++
3 Months Ago
Removed a log
3 Months Ago
Catching garbage whilefishing now shows the garbage you caught in the Modal popup Pressing ENTER when typing a Character Name will submit properly Fix default fish item being fishable Added Cooking Pot Item and Tile Added Cooking Skill Can no longer go into a negative coin count when dying Fix InventoryPanel child panel not sizing properly Chests now drop their contents when destroyed Updated SpriteTools
3 Months Ago
Fixed halloween hunt score announcement typo
3 Months Ago
Reset CurrentAnimation when changing the Sprite of a SpriteComponent
3 Months Ago
Merge: from requesttrees_spike - Fixes NRE when players disconnect during tree streaming (fixed by discarding those players early) Tests: in Editor CLIENT+SERVER mode disconnected before 4k proc-map streamed in - server was gud
3 Months Ago
Clean: removing leftover log Tests: none, trivial change
3 Months Ago
Second pass at grid-aligned connection style https://files.facepunch.com/ziks/2024-10-15/sbox-dev_635BI3Qt2h.png Simple solver for default connection offsets https://files.facepunch.com/ziks/2024-10-15/sbox-dev_x2R1XluVOZ.mp4 Tweak ZIndex of connections when hovering / selecting https://files.facepunch.com/ziks/2024-10-16/sbox-dev_kaYI58Tlex.mp4 Some final tweaking of default offsets for connections
3 Months Ago
Merge: from main Tests: none (no conflicts)
3 Months Ago
Bugfix: Don't try to send tree batches to disconnected players - Also replace a broken link in a comment Tests: In Server+Client mode disconnected the client - no NRE
3 Months Ago
Fixed join gesture getting left on the screen when cancelling rps
3 Months Ago
Merge from main
3 Months Ago
Stage and scene progress Menu style tweak
3 Months Ago
Update services
3 Months Ago
Fix command line args preference not being set - line edit is auto focused so bind system needs to be flushed to set it before focus
3 Months Ago
Leaderboard backup, run #14693
3 Months Ago
Api section Fixed news front page Contests own section Style fixes News api Rethrow KustoClientRequestCanceledByUserException as TaskCanceledException Fix ratingservice not disposing kusto query Fix NREs
3 Months Ago
Revert edit button on resource control
3 Months Ago
Only show resource control buttons on control hover so they're less in your face
3 Months Ago
Set tooltip for component control picker button