243,505 Commits over 3,898 Days - 2.60cph!
vm blunderbus
- now loads correct coloured shells
- turning off casting shadows on slug shell
- viewmodel renderer scripts set up
Also created icon & setup
New Crowdin translations by GitHub Action
Possible fix for the "workshop bug"
Prefer OrdinalIgnoreCase over InvariantCultureIgnoreCase
HUD style adjustments, fixed inconsistent scoring title size
Sneaking in a minor pedal trike steer angle edit
Fixed cyclist hands disconnecting from handlebars at full turn
Moved muzzle attachment back for USP-S
Weapon adjustments, dropped M4 has proper collider size
Don't allow dry fire while reloading
adjusted roadside electrical prefab lodding distance - resolves late poping during driving fast
converting rotation constraints to radians when processed
Fire nodes... kind of better placeholder node effect
Some temp sounds - make not buyable again
drop tickrate on some cloth assets
contacts are found once at the beginning of the tick and solved alongside distance constraints
environment volumes pass #1
Handcuffed players can now be force mounted to code locked cars
polished set dressing in the shed area
fixed some incorrect vertex normals on rubble props
fixed some intersecting polys on storage building large roof
Only allow bike driver to access fuel when someone is mounted
Initial work on supporting burnouts and fast turns with Ctrl. No releasable yet
Add search index fields for package types
Update package index after successful video process
Fix remaining incorrect barrel colours on small oil and S2P
S2P stables_b, fixes search light facing the wrong way
Increased visual threshold for bike wheelspin FX
Grey out the set speed option if only non-compatible clips are selected
Created Rust.TimelineTools plugin
Added Set Duration and Set Speed right click options, opens up a window to batch set the speed or duration of clips
Compatible with domain reloads and Undo
Added wheel slip skid sounds for bikes. Reusing modular car content - some of this code could be de-duplicated in the future, with more time available.
Rotorwash FX play fixes.
Fixed Minicopter not using the nested small wash prefab.
Slight optimizations.
Fixed sidecar wheel visuals properly
▌▉▊'█ ▅▉▇ █▅▉ ▊▊▍▌█▆▆ ▅▄▋▄▆▌▆▅▉ ▍▅█▇█▄▄▉ ▇▋ ▉▆█▆▌▌▋▊▍▆.▌▋▉▊▉▌▊▇ ▇▊▋▇▆ ▊▊▆▄ ▋▅ ▉▉ ▇█▋ ▊▍▋▋▍▅▉ ▅▇ ▍ ▊▅▉▌▌▉ ▇▊▆▋▍▆▍▋▊ ▉▌▍█▇▊
▉▆▋▍▊ ▄▍▇▅▅▉ ▄▆▍█▊▆▍▉ ▆▍▅▋▋█▍▍▄ ▇▇▉▋ ▍▇▅▍▋▌▅█ █▆ ▄▊█ ▅▋▌▆▌▉▍▍ ▅▊█▉▍▉▊▄▌ ▄▋▉▌▅▍▌▉ ▍▇▋▄▋ ▊▄▄▇▇
- Pedal bikes now use the horse stamina bar to visually show sprint remaining
- Send sprint info over the network again
- Rearranged the Rust HUD to be able to show vehicle health and stamina bar at the same time
- Horses now show their health in the HUD, mainly just so there isn't a hap in the stamina bars
Changed how the force on self from hurt triggers is calculated + code formatting
Add "HotReload" editor class that allows you to define temporary runtime fields without recompiling
- Backed by a Dictionary<string,object>, only intended for use inside editor so it's ok if it's slow