userGarry Newmancancel
reposboxcancel

5,143 Commits over 1,583 Days - 0.14cph!

2 Years Ago
Fix layout not rebuilding when scroll is being constrained Fix exception when no packages
2 Years Ago
Package sidebar functional Fix hover/active not always refreshing the styles More detail when can't decode image Fixed text styles lagging behind everything else Local packages
2 Years Ago
Faceting in package selector wip
2 Years Ago
Update to deserialize new api Handle trying to load null image Switch everything to the new api
2 Years Ago
Fixed text panels not updating when string changed
2 Years Ago
Clear background image if setting to a missing/invalid image Add Package.FindAsync (new api) replaces Package.Query Only compile runtime local addons if they need compiling Load runtime addon resources on activate (so sounds work etc) Add active property to button
2 Years Ago
We only need to rebuild the panel's box if yoga or our parent position changed Add checker for HasNewLayout Don't try to cache null packages Fix transitions causing recursive selector checks Speed up HasClasses Refactor Panel system so PreLayout only recurses when it really really needs to Only call FinalLayout if we need to https://files.facepunch.com/garry/8df37b66-e43c-4c46-9123-022f6888b7e7.png Fix backwards compatibility
2 Years Ago
Fix Panel.OnParametersSet getting called twice
2 Years Ago
Don't use localhost api - I knew I was gonna do this eventually
2 Years Ago
Switch to new find/get api endpoints
2 Years Ago
Less debug spam
2 Years Ago
Local packages untangled from remote packages Local packages now end in #local and are completely separate from remote packages. This means you don't have to disable your game project to test the published version. It also means your launch configs are now broken. To fix just go in the config for each one and set them back up. I've updated the Game list page to razor so we could have the local game tab.
2 Years Ago
Resolve map propertly
2 Years Ago
Gamelist has a local tab
2 Years Ago
When runtime mounting a runtime addon, wait for it to compile before returning
2 Years Ago
Fix client assemblies not getting swapped before entity deltas
2 Years Ago
Local packages all end in #local, don't stomp remote packages Mount local map, local gamemode when starting
2 Years Ago
Fix compiler not finding runtime game dll when compiling runtime addon Can get TypeDescription by fullname (namespace.typename) Runtime addons can define their primary class
2 Years Ago
Automatically rebuild the project page on hotload Disable debug spam Package.MountAsync can load the addon assembly too
2 Years Ago
Update tooltip text if tooltip text changes while visible
2 Years Ago
Don't let game code use ConsoleSystem.GetValue or SetValue to access engine convars
2 Years Ago
Update zio to latest
2 Years Ago
define _SILENCE_STDEXT_HASH_DEPRECATION_WARNINGS todo: look at whether we should update protobuf
2 Years Ago
Fix crash when shutting down during a level transition
2 Years Ago
Implement PhysicsShape.RemoveTag Only change datatable tags on the server (suspect this will fix https://sentry.io/share/issue/2446b124736f483ea51358d927983db6/
2 Years Ago
Fix crash when changing maps PerformanceTrace Physics World Step Add perf trace for EvaluatePose Add perf trace on trace + prediction
2 Years Ago
Fix crash when compiling material
2 Years Ago
Strip unused WorldGroupWorldInfo Fix worldgroup crash on server shutdown, see comment in CWorldGameSystem::LoadWorldGroupInfo
2 Years Ago
Fatter menu
2 Years Ago
Fix streamdeck popup
2 Years Ago
Just ignore GameCategory
2 Years Ago
Obsoleting GameCategoryTypes
2 Years Ago
Testing more performance metrics
2 Years Ago
Send some performance info
2 Years Ago
Fix razor file extension checks case sensitive Settings page partial cleanup
2 Years Ago
Tooltips
2 Years Ago
Group projects better
2 Years Ago
Remove some unused gameui Don't reset buttons when mouse cursor window
2 Years Ago
Add context menu to entity list, allow deleting Fix entity categories under Map entities Add consistency to explorer widgets
2 Years Ago
Friend.GetAll() returns empty array in outside of menu
2 Years Ago
Catch and report exceptions in OnParametersSetAsync, OnParametersSet When deleting, destroy child blocks first
2 Years Ago
Fix up initializing interopgen from managed
2 Years Ago
Latest yoga (adds gap support) include yoga Yoga interopgen InteropGen fixes for "initfrom Managed" Remove yoga nuget
2 Years Ago
Compile tool base first, so that if a tool addon is broken the UI won't be broken
2 Years Ago
Combine Projects, Entities and UI into one dockpanel
2 Years Ago
Fix lobby addon list not shrinking
2 Years Ago
Fixed line numbers being total bullshit Can drag and drop addons onto the project list
2 Years Ago
Reset the server compilegroup when starting server (to clear previous errors)
2 Years Ago
Fix local addons with packaged gamemode
2 Years Ago
Made project manager less shit