userlamalovecancel
branchSandboxGame/mastercancel

562 Commits over 730 Days - 0.03cph!

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
6 Years Ago
Fix roslyn exception when processing networking attributes with nested class
6 Years Ago
Fix some webfs issues, add command line switch to mount entire addons folder over http
6 Years Ago
Make CharacterControllable not use its own position and velocity variables
6 Years Ago
Fix mounted controllable position in vehicle, disable vehicle collision with pawns because of a replication race
6 Years Ago
Make velocity getter never return NaNs Fix net relevancy for the vehicle test map
6 Years Ago
Properly disable interpolation on things that are attached, getters for relative position and rotation
6 Years Ago
Add Detach that isn't an RPC, make transform setters not check collisions
6 Years Ago
Getting car to network, still have some bugs Also fixed the tilt direction from braking
6 Years Ago
Some more car stuff (braking, leaning, other fixes)
6 Years Ago
Update some js libraries, cleaner map list, center the item pickups in deathmatch
6 Years Ago
Some car improvements Share WebFS block stores so files can be opened multiple times Fix some addons missing dependencies
6 Years Ago
Bindings changed
6 Years Ago
Update Zio and the other nuget libraries
6 Years Ago
Prevent the car from slamming into the ground when landing on wheels
6 Years Ago
Car tweaks
6 Years Ago
Adjusting some car math
6 Years Ago
Use substepping for car physics
6 Years Ago
Update bindinggen
6 Years Ago
Update bindinggen, disable C++ exceptions