userandrecancel

12,539 Commits over 3,806 Days - 0.14cph!

5 Years Ago
Merge from main
5 Years Ago
SelectedBlueprint / BlueprintCategoryButton optimizations
5 Years Ago
SendNetworkUpdate_Position profiling
5 Years Ago
Fixed performance issues caused by DateTime.Now
5 Years Ago
Stuff spawned with entity.spawn always faces the camera
5 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
5 Years Ago
Fixed IndexOutOfRangeException on reconnect
5 Years Ago
Cherry picking 36759 and 36784
5 Years Ago
Packet handling profiling
5 Years Ago
Another demo fix for cinematic_play and cinematic_stop Added server.cinematic convar to enable the cinematic convars for all players
5 Years Ago
Removed some initial global tree snapshot overhead
5 Years Ago
Fixed initial global tree snapshot not working
5 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
5 Years Ago
Merge from global_trees
5 Years Ago
Network++
5 Years Ago
Merge from main
5 Years Ago
Added eye_blinking and eye_movement convars
5 Years Ago
Merge from playeranimator_swap_test
5 Years Ago
Codegen
5 Years Ago
Added cinematic_play and cinematic_stop
5 Years Ago
Merge from main
5 Years Ago
Merge from main
5 Years Ago
Merge from main
5 Years Ago
Codegen
5 Years Ago
Protobuf
5 Years Ago
Added TreeManager (does what FarAwayTreeManager and FarAwayTreeRenderer do, but uses ImpostorRenderer for rendering)
5 Years Ago
Skin.ReadDefaults NRE fix
5 Years Ago
Merge from main
5 Years Ago
Merge from unloadprefabs_2
5 Years Ago
Scene2Prefab swamps
5 Years Ago
Merge from main
5 Years Ago
Forced world serialization rebuild to refresh world file on clients that joined a new server and servers that wiped today
5 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
5 Years Ago
Disabled GraphicsRaycaster component on ChippyGame (perf)
5 Years Ago
Disabled raycast target on world UI of Chippy arcade and vending machine (performance)
5 Years Ago
▅█▋▉▄ █▉▊▆▋▇ ▅▋▌▋▌█▅▇ / █▌▉▄▌▉▊▌▄▅ █▄ ▉▅▋ ▇▌▉▅▊▉ (▌▇▌ █▄▍▍▌▇▉▋▅▇▋▋▉▇)
5 Years Ago
Restored prefab copy in standalone client (breaks various stuff, should not make a huge difference anyhow with unloading? cc rohan)
5 Years Ago
Reapplying 36501
5 Years Ago
Packet handling profiling
5 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)
5 Years Ago
Switched back to multibox pruning broadphase for better physics performance, particularly on the server
5 Years Ago
Scene2Prefab saves prefabs individually again since nested prefabs had to be disabled
5 Years Ago
Added skin memory usage to print_loaded_skins
5 Years Ago
Updated DebugEx
5 Years Ago
Enabled skin unloading by default for everyone
5 Years Ago
Merge from unloadprefabs
5 Years Ago
Manifest
5 Years Ago
Scene2Prefab on more prefabs that have not been converted to ResourceRef for terrain maps yet
5 Years Ago
Scene2Prefab on some prefabs that have not been converted to ResourceRef for terrain maps yet
5 Years Ago
Code review (cc rohan)