112,557 Commits over 3,928 Days - 1.19cph!
Exhaust prefab.
Added to Motorbike.
Merge from audio_import_june_2024 -> aux2
Update settings of all music clips
Change audio clip updater to handle music clips
- vorbis, 80% quality (like other vorbis clips)
- preload off
Removed debug print in physics.cs
Refactor HLOD system to include MeshLOD components in it's baking process
Fixes several LOD inconsistencies when looking at monuments from a distance, will need a lot of testing and a HLOD generation/S2P of all monuments
Was a surprisingly large refactor
Fixed sidecar impacts not damaging the bike
Add bikes to the All Vehicles group on my test map
Remove sidecar model from playground scene. Looks like added by mistake in
99319
Fixed sidecar physics trouble, but need to re-fix pulling to the right
Fixed unassigned sidecar LODs
Fix compile error from "fix_shipping_container_batching"
Compile fix for TriggeredEvent
merge from fix_shipping_container_batching -> main
Added terrain collision proxy components to all bikes - fixes not falling through terrain holes
Updated DraculaCape with new settings
▆▄▊ ▇▋▇▋▅█▉▋▋ ▉▌▍█▋▄▉█▌▆▌▅▉▌<▄> ▍▅▆▇ ▊▇▅▊█ ▇▅ ▊▅▇▇ █▄▄▋▅▉ ▊▆▆█▇▅▅▄▆▉/▌▌▇▋▄▆▆▄▇▇
Merge from shipping_container_vcol_fix -> fix_shipping_container_batching
merge from main -> fix_shipping_container_batching
merge from native_memory_stream -> aux2
Prewarm 200 codelocks
Go back to defining pool amount via code to prevent misconfigured prefabs
- player deployable doors stay at 100
- monument doors only warm 1
▍▉▆▋ ▆▌▇▅▍▅▌▇▆▉▉▍▊▉<▅> ▋▆▆▋ ▍▇ ▄▋▉▌▉▍█▉▌█ ▌█▍▉▇▅ ▄▊, ▊▋▅▄ ▇▉▊▌▄ ▊▋▋▋▋▇█ ▅▅▌▇█▆█
▌▇▄▊▉▊ ▄▌▊▅▊▅ ▆▅▄█▄▅▋▌▌ ▋▅ ▋▅▅▉▇▆▇▋ ▅█▆▇▊▆▌▅▅▄ ▌▅ ▉▄▊▄▆▅▋▌▅▋▇<▉> ▄▆▇▉▇▅▊ ▊▇ █▉▊▍▌▇▅▅▄▉▌▄▊▉<▋>
Reload road categories when loading cached road.
This should prevent issues where the vendor couldn't be spawned after loading a save.
merge from wire_slacking/optimisations
Minor WireTool optim: don't run all the reconnect logic when clearing the wire
Fixed doors returning wrong total line anchors count
Fixed a pooling issue with destroyed doors not clearing their line anchors
+ minor code cleanup
Setup most of the base to handle indicator blinking
▊██ ▋▍▊▄▅▆▍▉█▊▆<▋> ▆▋▍▌▇▇ ▌█▄▍▄▊▌ ▍▆ ▋▋▍▉ ▉▆▌█
Change default door prewarm count from 100 -> 1
- monument doors were warming up 100 -> 1 now
Added ability to override an individual prefab's warmup count via the Poolable component
- garage door & sheet metal doors = 10
- wood & armored door = 5
Light setup in vendor client
Setup VehicleLight to support setting transmittance
VehicleLight now supports using the brake colour as a seperate off colour rather than just black
Merge conflicts
latest handcuff viewmodel animations
further burstcloth modifications
- collisions resolved with spring forces
- added dirty broadphase to collision resolving
- capsules colliders reinterpreted as sets of spheres, cheaper testing outweighs increased collider count
- added collections packaged for better native containers