130,968 Commits over 4,232 Days - 1.29cph!
▅█▌▊▋▊▄▄▅ █▉▇▌▉▌▍█ ▄▄ ▉▉▉▊▍▉▋▌▉▄▄▋▆.▅▊ ▉▉▍▆
▊▅▅█▇▋▊ ▉▄▅▋▉▅▍▅▇ ▄█▄▅ ▇▆█▊ █▄▄ ▍▋▆▇
▅▌█▆▌▌▆▄ ▍▋▄▋███ ▊▊▌▄▋ ▆▄▆ ▆▇█▅▆██ ▍▋▇ ▊▌▉▆▍
Fix for texture issue on 3p m15
Add Invoke<T>, Invoke<T1,T2>, InvokeRepeatingWithHandle to use InvokeHandler without allocating garbage
WIP code, parameters, setup
handle client physics tick and interpolation in custom PlayerLoopSubsystems inserted to run after their respective default scene's ticks
merge from automatedtesting
merge from SeparatePhysicsScenes
▉▆▆▊▅▅▉▍ ▋▅▌█▉▍▆ █▊▋▆▊▌▊▌▅ ▋▋ ▌▅▆█▇ ▌▌ ▍▌▇ ▋▆▅▊ ▊▆█▇▉▄▌ ▋▄▄▌▊▋ ▅▌▌▇ ▄▌█▇▇ ▊▆▌▄▊▉▅ ▌▋█▉▊▄ ▊▅█
merge from directional_foliage_displacement
merge from puzzle_reset_hotfix
merge from fix_terrain_nametags
▍▋▋▊▌▋▇ █▅▇▅ ▉▅▇▋ ▇▉▊▅/▋▅█▄█▇▉_▉▄▌█▉▉▌
Fix displacement clamping
matrix optimized texture rez pass
Uploading in multiple parts because plastic can't handle... multiple files
Mark an additional 180 fbx's as non r/w - mostly viewmodel anims, some clothing and body parts
Move non r/w meshes into the private content bundle for server builds, removing them from the build
Saves 360mb of memory on a freshly booted server
Merge from main_merge_10_nov
Protobuf, code gen, phrases
Merge from main
Fallback text merge on BaseEntity.Server and BasePlayer-Occlusion
Stomp changes in generated files
Compute heightmap into small height max map texture
Separate terrain compute bounds into render bounds and camera bounds for shadow cull testing
Consider shadow casting in terrain culling step using a raycast with max region height
First draft of a network profiler. Featuring:
- Simple packet stats
- Advanced stats (entity name, packet size, timestamp etc)
- Filtering via timestamp, name, type, direction, realms
- Per entity bandwidth usage, showing how much % of the bandwidth is taken up by what packets
Fixed storage adaptors losing half of their passthrough power when using the industrial output slot
█▆▇ ▍▍▉██▇▆ ▍▇▄▍▇ ▉▇▍▉▆▆▄ ▇▋▅▇▊ █ ▌▋▇▋▍▇▇ ▆▇▌▉▇▌▋ ▄▇▇▇▊ ▇██▋▉
Store:
- RPC inbound/outbound
- SyncVar inbound/outbound
- PackedSyncVar inbound/outbound
- Effect inbound/outbound
Missed some metrics here and there, but critically I've managed to grab the id its going to for each one
Fix drawpuzzleresets not working with AIZ monuments (thanks Aron)
Fallback to using the radiation reset zone as the bounds check for AIZ monuments if it's a rad monument
Fixes arctic not resetting as it's reset bounds is way bigger than the monument and the resulting rad volume
Setup data structures to store more detailed packet information, this will be stored and handled locally rather than being sent off for analytics.
Data will be stored in a big ass circular buffer that we can then sort through to do the analytics.
These include:
- Basic data we stored before (byte size, type, etc)
- Associated entity with the packet
- Optional full packet data
- Timestamp