userlamalovecancel
repoSandboxGamecancel

611 Commits over 730 Days - 0.03cph!

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
6 Years Ago
Split up the main bindings def file
6 Years Ago
Cache web filesystem data to harddrive
6 Years Ago
Bring back substep function, need to fix a few issues though
6 Years Ago
Reconnection logic for web filesystem watch server
6 Years Ago
Move the shaders back
6 Years Ago
Change the other shader path too
6 Years Ago
Move coherent shaders
6 Years Ago
Change coherent shader directory
6 Years Ago
Cache the directory structure for web filesystems
6 Years Ago
Fix some more issues with voice chat
6 Years Ago
Fix voice errors after engine update
6 Years Ago
Unignore some other files that were just ignored
6 Years Ago
Fix gitignore to not ignore coherent ui
6 Years Ago
Bind some mass stuff, add back workaround that makes SourceUtils hotload faster
6 Years Ago
HUD synced with game, sandbox gamemode fixes
6 Years Ago
Fix hang that also ate all memory
6 Years Ago
DrawHud -> UpdateHud, make sure it's called right before drawing the hud
6 Years Ago
Better hud sync?
6 Years Ago
Tick coherent after other hud things
6 Years Ago
TransformDirection, some other stuff to try and fix a few issues
6 Years Ago
Namespace vue components by addon name to fix conflicts
6 Years Ago
UI to show when game is connecting to server, and a button to cancel
6 Years Ago
Automatically resolve domain names when connecting to a server
6 Years Ago
Remove duplicate HUD reload logic to try and fix possible race condiiton
6 Years Ago
PhysicaMaterial should be using double
6 Years Ago
Working on making the car not behave weird
6 Years Ago
Work in progress car
6 Years Ago
Use diffuse color from models
6 Years Ago
Some UI fixes
6 Years Ago
Fix dicegame dedicated server issues
6 Years Ago
Console command to directly switch to a gamemode+map