userlamalovecancel
branchSandboxGame/mastercancel

562 Commits over 730 Days - 0.03cph!

6 Years Ago
Error handling for workspace switching, add generic modal component
6 Years Ago
Workspace switching improvements
6 Years Ago
Fix vue instance lifecycle hooks not being called
6 Years Ago
Fix vue namespaces not working for some nested components
6 Years Ago
Implementing workspaces
6 Years Ago
wip axis tool
6 Years Ago
Add Quat.FindBetweenNormals and Quat.FindBetweenVectors
6 Years Ago
Mocking up a new tab
6 Years Ago
Fixed some css issues
6 Years Ago
Flexboxed the ingame console
6 Years Ago
endgame console command takes you back to menu
6 Years Ago
Add BaseEntity.Transform, remove internal virtual funcs for position/rotation/scale
6 Years Ago
Project generator tweaks
6 Years Ago
Check for git build in project generator
6 Years Ago
Add a flag to prevent subassets from reloading because their parent will handle it
6 Years Ago
Use gamemode name instead
6 Years Ago
Generte launchSettings.json too
6 Years Ago
Overwrite nuget config if it exists
6 Years Ago
Remove out vars
6 Years Ago
Add console command to refresh addon list, add button on menu to use it
6 Years Ago
Fix newline
6 Years Ago
Generate nuget config too, do cleaning in project generator
6 Years Ago
Clean up generted projects so it only shows relevant addons
6 Years Ago
Fix in root project generation
6 Years Ago
Can generate projects for addons outside of game root now
6 Years Ago
Making local addon sources merge together so you can use multiple Fix enumerate performance Allow writing again (files still need to exist though) Enable asset server by default Merge branch 'merge-localfs'
6 Years Ago
Update Facepunch.Steamworks
6 Years Ago
Fix end game taking you through multiple (fast) load screens
6 Years Ago
Temporary fix for error spam on dedi
6 Years Ago
Addons load from the server properly now maybe
6 Years Ago
Strip names from Addon.json
6 Years Ago
Bunch of fixes for loding addons from server * server now sends clients a list of all addons with versions * removed name from addon.json, use folder name instead * use correct path on disk for C# debug info (also applies to localfs)
6 Years Ago
Spectator UI
6 Years Ago
Fixed a few errors from resolving addon versions
6 Years Ago
Include SemVer.dll
6 Years Ago
Make crosshair punch work again
6 Years Ago
Shift the tool menu to the left
6 Years Ago
Add version field to addons, load addons from the server if they are missing or incompatible
6 Years Ago
Fixed requestAnimationFrame not getting timestamps
6 Years Ago
Resist file open exceptions because it might work, don't send file size/mtime over watch server
6 Years Ago
Fix exception when retrying http request
6 Years Ago
Basic team selection hud
6 Years Ago
Fixed some cache issues preventing hotload from working over webfs
6 Years Ago
Show threads better in asset profiler
6 Years Ago
More reliable webfs watch server, batch changes so clients don't try to load partially written files
6 Years Ago
Don't clear the asset server index when regaining connection
6 Years Ago
Get the asset server filesystem from Sandbox.Filesystem
6 Years Ago
Reduce webfs span in webcon
6 Years Ago
Restore webfs stream position if an exception is thrown while reading
6 Years Ago
Add some retry logic to webfs network requests