userlamalovecancel
repoSandboxGamecancel

611 Commits over 730 Days - 0.03cph!

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
6 Years Ago
Switch to loopback address when connecting to your own public IP
6 Years Ago
Fix enumerate not including the fallback filesystem, make sure duplicate entries are removed
6 Years Ago
Make enumerating the filesystem fast again
6 Years Ago
Fix cross-browser CSS, skip hotload on webfs stuff
6 Years Ago
Some webcon fixes
6 Years Ago
Reduce the amount of webfs checks that hit the network
6 Years Ago
Make scrolling in webcon fast again (no more downscroll stuff)
6 Years Ago
Catch exceptions in file change event
6 Years Ago
Handle exceptions that are thrown when logging an exception
6 Years Ago
Remove test code from webcon
6 Years Ago
Maybe improve webcon performance a bit
6 Years Ago
Fix deadlock probably
6 Years Ago
Asset server index file so clients don't need to make a million requests to find things
6 Years Ago
Don't throw away addons that still exist when refreshing, fixes the map disappearing on subsequent loads
6 Years Ago
Progress on loading things from the asset server
6 Years Ago
This line is not only for asset servers
6 Years Ago
Add a flag to turn asset server feature on, default off for now
6 Years Ago
Properly cleanup old addons
6 Years Ago
Allow disabiling authentication for remote requests, refresh addon list after setting fallback FS
6 Years Ago
Automatically start asset server, make clients automatically connect and register the FS
6 Years Ago
Fixed some web server issues, also fixed webcon not sending history when connecting
6 Years Ago
Fix dispose exception when closing the game
6 Years Ago
Don't throw if webcon fails to start
6 Years Ago
Switch HttpListener to Kestrel
6 Years Ago
Add the shortcut properties back cause its annoying without them
6 Years Ago
Fixed VoiceEntity exceptions when losing and regaining net relevancy Fixed some asset server issues Remove shortcut properties into playerstate because it can be null for clients before they replicate
6 Years Ago
Asset server
6 Years Ago
Move project to the right place
6 Years Ago
Split the HTTP and websocket server from WebCon into its own library Also got rid of the double JSON serialization
6 Years Ago
Fix string serializer not actually length prefixing
6 Years Ago
Fix NRE when replicating null string, add a way to set a fallback filesystem for when files don't exist