248,804 Commits over 3,959 Days - 2.62cph!

3 Months Ago
▇▊▆▍▋ ▌▉▌▅ ▉▌_▉▇▊▍_▄▌▅▋▋█▉▄▍ (▊▅█ ▉▆▋█▌▌▍ ▋▇▍▊▇▇▋█ ▅█▉▌▉ ▆▊▅▄ █▌ █▍▌▉ ▆▆▉█▄▉ █▄▍▋ █▍▉▅ ▆▋▇▍▍▇▊ █▌▊▆)
3 Months Ago
Fix wolf looking behind them too much when fleeing Smooth out wolf neck movement
3 Months Ago
Auto dismount player at the end of sampling (just use distance for now)
3 Months Ago
Brix
3 Months Ago
4 shot mini crossbow folder setup & basic blockout / grey box
3 Months Ago
- Player rotation follows orientation of parabola flow. - More code structure cleanup. - Inject use level in vine utils
3 Months Ago
Code cleanup, all siege weapons now inherit from BaseSiegeWeapon
3 Months Ago
Merge: from main Tests: none
3 Months Ago
▆▆▊▅▅ ▌▍▋▅ ▊▍_▇▌▉▇_▄█▅▉▊▇▊▊▅ (▍▄▉▉▄▇ ▉▋▊ ▋▍▄ ▇▅▄▋ ▉▆.▉▉▆▋▌▄▌▄▄)
3 Months Ago
▊▍▍ ▍▋▍ █▆▄▆ ▅▉▆▍ ▊█▄▉█▆ ▆▇▉▌▌ █▊▍▌▉▅█▆ ▋▉▍▉█▌▆
3 Months Ago
Refactor parabolic sampling into its own class. Remove cardinal spline code. Integrate porabola visualisation into the vine launch points. Remove old visualisation code,
3 Months Ago
Sync viewmodel deploy skip: Play anim on unholstering, not when swapping between pawns etc If we attempt to possess a pawn without a PlayerState, fallback to using local Fix suicide not working with bots Reverse layout of chatbox so input hints stay at the bottom
3 Months Ago
▅▄▌ ▇▇▇ ▅▋ ▊▅▍▅▅█▉▊_▋▊▇▄▌▊_▄▋▉█▅ ▄▍▄ ▄▊▄
3 Months Ago
And the managed side Serialize/deserialize CMapGameObject
3 Months Ago
- ▄██▍█ ▊▆▋█▇█▊▋▇▅ ▇▍ █▇▆▉▅▊▄▇▅ ▇▌█-█▆▅▆▊▌▋▇▄▍ ▇▍▉▅▌▅ █▌ ▍▆▆▇▄▊▉▅▍▌▇▉▆▆█▇▍▄ - ▇█▅▉█▍▌ █▍▆▄▍ ▌▍▌▇█▉▅ ▅▆█▊█▌ ▍▍ █▋▅▉▅ ▆▋▋▄▊█_▌▆█▊▋▇▅▍ ▍█▋▌▌▌ ▆▌ ▌▌▋▊▊█ (▄█▋▌▋ ▌▋▅▅▋▊▍▊▌▊▉▋▇ ▆▍▍▉▋▌▇▊▍▇ ▌▍▆▍ ▋█▆▄▍▌ ▉▇▆▌▆▍▅ ▌▆▇▆▇▄ ██▋-▉█▊▍█▄▌▇▆▆) - █▋▆ ▆▉▉▊▌▋▍▊_▄▇▋▊▉█_▉▅▉▌▋ ▉▍▌▌█▄█▉█ ▌▊▄██▉ ▍▌ ▋▋▅▋█▅█▄▍▆ ▍▉▇▆▋▇▋ ▅▇▇▋▄▊█ ▅▉▌█▇▆▅▍▉▋▇▋ ▊▄▅▌█▋ (█▋█▄▅▉ ▌▊▋▇▆▉▅▊ ▄▋▉▍▆▄▋ ▊▅▄▍▉▌▍▊▊ ▍▉ ▍▍▊▌▍▅)
3 Months Ago
Battering ram prefab and code baseline Added BaseSiegeWeapon class, started to clean up prototype code
3 Months Ago
Updated Wooden Shield Textures Updated Wooden Shield World Model and View Model to have better strap positions
3 Months Ago
Iterate GTAO, use built in uint encoding for passes, all 3 passes work, workaround for dxc compiler bug with dot product with half floats
3 Months Ago
Merge: from requesttrees_spike Removes the "server_requesttrees" lag spike on player connect by spreading out the processing over the next frames. Server owners can disable this via `TreeManager.EnableTreeStreaming 0` and adjust it's performance via `PlayerBudgetMS`, `UpdateBudgetMS` and `CellSize` admin servervars. Tests: Booted Procgen 6k world - took ~3.5min to stream entire world to a player at 10 server fps, with no visual deterioration.
3 Months Ago
Rig V3 setup
3 Months Ago
more tweaks
3 Months Ago
Cardinal Splines offering little improvement with increased complication. Lets fake a porabola instead
3 Months Ago
hero styles
3 Months Ago
Correctly hide some gizmos planks material changes
3 Months Ago
Hero, sidebar, styles
3 Months Ago
Restrcting player seeds to single model for now
3 Months Ago
Update: Log TreeManager's treaming grid dimension on init - Available as part of Network level 1 logging Tests: booted in editor with server-only mode
3 Months Ago
Cells get unloaded gracefully when world is cleared / destroyed
3 Months Ago
Fix warnings Use every ICellLoader in the scene, not just the first Document ICellLoader Document CellIndex, change property order
3 Months Ago
Merge: from main Tests: editor boot
3 Months Ago
Initial work to try out Cardinal Splines: - Setup minimal tension values (basically Catmull-Rom) - Movement adjustments
3 Months Ago
Update: Use RustLog instead of debug log in TreeManager - Also fixed a minor bug that would not display full timing accuracy for old method - Moved logs to level 1 of Network (was 2) Tests: enabled network logs and tried with tree streaming enabled/disabled
3 Months Ago
Update: adding doc string to Pool.FreeUnmanaged(ref Stopwatch) Tests: none, trivial change
3 Months Ago
Optim: avoid StopWatch allocations via Pooling Tests: on Craggy flew out until only impostors visible
3 Months Ago
▊▊█▊█ ▅▆▋▍ ▄▋_▄▄▍▅_▌▉▄▌▉▍▆▆▅ (▇▇▅ █▌▇▍▌_▅▅▌▍▋█▉ ▄▊▍▋▉▉▌▄ ▊▇▊▄▄▅ ▉▅▇ ▇▇▆▅▍▌)
3 Months Ago
exported wolf swim animation
3 Months Ago
▉▄▄▆▉ ▇▇▋▋ ▆▆█▊
3 Months Ago
▄▋▇ ▄▄▉▍▆▉ ▍▉▊▍█▄▍▆▅▋ ▇▉█▋▄_▄▇▊▉▄▍ ▌▄▍▄▋▋▇▇ ▄▇▇▅▄▆▄ ▆▍▊▄ ▆▋▋▍'▍ ▉▉▍▇▍▊ ▌ ▇▅▊ ▅█▋▍▊▆▊▌
3 Months Ago
Make it easy to drag onto input plugs again Nicer behaviour dragging to / from reroute nodes
3 Months Ago
Clean: updated a comment implying a potential bug - it was wrong Tests: none, trivial change
3 Months Ago
Initial Assets have colors - these all suck right now, will go back through and pick some less sucky colours later Preview tweaks Search widget Asset popup, will turn this into something more tooltip-oriented later Split left / split right Chips from tags Tweak styling, move current project to top of asset locations list Implement chip tag filtering Initial cloud browser, separate from asset browser Initial tabbed asset picker w/ both local and cloud assets Rebase fixes Use ContextMenu Asset type picker entries are now handled by AssetBrowser/CloudBrowser Open up asset locations https://files.facepunch.com/alexguthrie/1b0211b1/sbox-dev_mXx146R80H.png Add all types to cloud browser Can only select one cloud asset type at once (or it'll mess with facets etc.) https://files.facepunch.com/alexguthrie/1b0211b1/sbox-dev_1BIcVF3lFI.mp4 Order modes Add cloud browser to hammer Asset browser defaults to project assets path Update view mode icon when scrolling Disable Parent Directory button if we're in project assets root PathWidget fixes, separate segment update Remove AssetBrowserLocation.FromPath, unused Run OnPathEdited at the end of AssetBrowser ctor so we can disable Parent Directory button if needed Remove AssetPopup, we're just overcomplicating things for no reason there Directory context menu Clean up asset list entries Remove unused, hook up AssetLocations.OnFolderSelected Invoke events Clean up Implement asset picker If a picked asset is a cloud package then stick the ident in the search bar in the asset picker Rather than going to .sbox/blablabla Renames, deletes, duplicates handled by IAssetListEntry CloudBrowser cleanup Ended up not using any of this, get rid PackagePopup: show tags, word wrap NRE fix Fix warnings Drag-drop Open folder context menu in blank space Show asset type color in tag picker Don't wipe facets if there aren't any to replace them with, or if we don't find any packages at all Smaller add button, rename to new Delete flat view, doesn't make sense - I think most people were just using it for searching Fix double-clicking on assets & packages Fix history menu Show cloud browser in default layout Fix searching by type Tidy up Re-add super basic version of `t:vmdl`, `t:vmat`, etc. https://files.facepunch.com/alexguthrie/1b0811b1/sbox-dev_yUjxPKGytb.mp4 Cloud browser sidebar Clean up cloud browser nodes Installed filter Implement Everything & Recents
3 Months Ago
Polish on catapult. Fixed missing material slot on catapult entity
3 Months Ago
Update: TreeManager's grid is defined by cell size - Exposed via TreeManager.CellSize convar (takes effect at boot only) - Reorganized code a smidge to reduce how scattered a bunch of info was Tests: On craggy connected with 2nd player and flew out until only impostors were visible.
3 Months Ago
Implement Everything & Recents
3 Months Ago
Add EditorUtility.RestartEditor, RestartEditorPrompt
3 Months Ago
Add editor prompt which restarts the editor when changing parent game / target game
3 Months Ago
Add optional arguments onto `ddraw.text` command to modify distanceFade & zTest
3 Months Ago
More explicit HammerEvents Managed map node callback interface, a little convoluted because of mapdoclib <-> hammer <-> managed. But this is easier to do callbacks and can return values
3 Months Ago
JsonIgnore Resource.IsValid
3 Months Ago
Menu camera animation Mask on wobble flag material