userandrecancel

12,537 Commits over 4,079 Days - 0.13cph!

6 Years Ago
SendNetworkUpdate_Position profiling
6 Years Ago
Fixed performance issues caused by DateTime.Now
6 Years Ago
Stuff spawned with entity.spawn always faces the camera
6 Years Ago
Trees are pooled Trees no longer spawn their skin as separate object (now a nested prefab instance on the entity) Added tree.global_broadcast server startup parameter
6 Years Ago
Fixed IndexOutOfRangeException on reconnect
6 Years Ago
Cherry picking 36759 and 36784
6 Years Ago
Packet handling profiling
6 Years Ago
Another demo fix for cinematic_play and cinematic_stop Added server.cinematic convar to enable the cinematic convars for all players
6 Years Ago
Removed some initial global tree snapshot overhead
6 Years Ago
Fixed initial global tree snapshot not working
6 Years Ago
Added cinematic_play and cinematic_stop to demos Added target player as optional second argument to cinematic_play and cinematic_stop Added cinematic_list to print list of available cinematic animations
6 Years Ago
Merge from global_trees
6 Years Ago
Network++
6 Years Ago
Merge from main
6 Years Ago
Added eye_blinking and eye_movement convars
6 Years Ago
Merge from playeranimator_swap_test
6 Years Ago
Codegen
6 Years Ago
Added cinematic_play and cinematic_stop
6 Years Ago
Merge from main
6 Years Ago
Merge from main
6 Years Ago
Merge from main
6 Years Ago
Codegen
6 Years Ago
Protobuf
6 Years Ago
Added TreeManager (does what FarAwayTreeManager and FarAwayTreeRenderer do, but uses ImpostorRenderer for rendering)
6 Years Ago
Skin.ReadDefaults NRE fix
6 Years Ago
Merge from main
6 Years Ago
Merge from unloadprefabs_2
6 Years Ago
Scene2Prefab swamps
6 Years Ago
Merge from main
6 Years Ago
Forced world serialization rebuild to refresh world file on clients that joined a new server and servers that wiped today
6 Years Ago
Scene2Prefab on swamps to fix checksum mismatch (Plastic subtract fuckup?) Forced world serialization rebuild to refresh world file on clients that joined a new server and servers that wiped today
6 Years Ago
Disabled GraphicsRaycaster component on ChippyGame (perf)
6 Years Ago
Disabled raycast target on world UI of Chippy arcade and vending machine (performance)
6 Years Ago
▅█▋▉▄ █▉▊▆▋▇ ▅▋▌▋▌█▅▇ / █▌▉▄▌▉▊▌▄▅ █▄ ▉▅▋ ▇▌▉▅▊▉ (▌▇▌ █▄▍▍▌▇▉▋▅▇▋▋▉▇)
6 Years Ago
Restored prefab copy in standalone client (breaks various stuff, should not make a huge difference anyhow with unloading? cc rohan)
6 Years Ago
Reapplying 36501
6 Years Ago
Packet handling profiling
6 Years Ago
AI sense performance improvements at the cost of animals no longer sensing NPCs (but NPCs also no longer doing expensive visibility checks on other NPCs)
6 Years Ago
Switched back to multibox pruning broadphase for better physics performance, particularly on the server
6 Years Ago
Scene2Prefab saves prefabs individually again since nested prefabs had to be disabled
6 Years Ago
Added skin memory usage to print_loaded_skins
6 Years Ago
Updated DebugEx
6 Years Ago
Enabled skin unloading by default for everyone
6 Years Ago
Merge from unloadprefabs
6 Years Ago
Manifest
6 Years Ago
Scene2Prefab on more prefabs that have not been converted to ResourceRef for terrain maps yet
6 Years Ago
Scene2Prefab on some prefabs that have not been converted to ResourceRef for terrain maps yet
6 Years Ago
Code review (cc rohan)
6 Years Ago
Merge from main
6 Years Ago
Merge from position_lerp_3