branchrust_reboot/main/vehiclescancel

1,903 Commits over 2,191 Days - 0.04cph!

6 Years Ago
Get rid of "IsUIInteractable" ItemDefinition property that "dummy item" slots are using. Feels too close to a hack, need to do this a better way.
6 Years Ago
Ignore item interaction if the parent canvas group is set to non-interactable
6 Years Ago
Reword vehicle edit info message
6 Years Ago
Set garage interaction to occupied/available correctly, and kick player out of interaction if it's no longer valid.
6 Years Ago
Edit "Modular Cars" inventory loadout
6 Years Ago
Added a comment to StorageContainer "OccupiedCheck", as its return value confused me a bit
6 Years Ago
Remove overriding of some health methods in the chassis
6 Years Ago
Reinstate vehicle edit UI after merge
6 Years Ago
Merge from Main -> Vehicles
6 Years Ago
Update vehicle edit UI prefab
6 Years Ago
Merge Vehicle UI branch back into Vehicles
6 Years Ago
update WIP engine module
6 Years Ago
Chassis items rename
6 Years Ago
Add interpolation delay to the vehicle lift so it better matches the vehicle's position on the client
6 Years Ago
Defined vehicle chassis build costs
6 Years Ago
Vehicle garage code
6 Years Ago
Fixed module repairs
6 Years Ago
Rebuild manifest
6 Years Ago
More vehicle garage work
6 Years Ago
Vehicle lift and vehicle editing work
6 Years Ago
Subtractive merge on PlayerLoot distance change. I don't need it anymore, so reverting to the previous code.
6 Years Ago
Vehicle lift interaction work
6 Years Ago
Merge from Main -> Vehicles
6 Years Ago
▆▅▍▍▇█▄ ▊▋ ▉▍▄█▆█▅ ▌▊ █▅▇▊█▉▇ █▅▉▍. █▆▊█▆▍ ▌▇▋▋▋▆▋ ▉▄▋▅▄▅▅ ▅▌█▉▍▆▉▋█▊▍ ▆█ ▊▇▆ ▇▉▆▇▊▌, ▅▌▊▌▊▄ ▇▋▅▇ ▄▇▌ ▉▋▅▉▍▇▄. ▌▄▋█ ▌▄▆▌█ ▊▋▋ ▉▆▋▊▌ ▅▊▉ █▋█▉▆▄ ▌▋ █▅▄▇▍▉ ▍ ▄▄▅ ▄▉▌▉▇▉▊ ▇▌▉▌ ▅▇▇▆▌'▊ ▅▊ ▆▆▋▆█▇▇ ▊▇▋▍▆▊▉.
6 Years Ago
Adjust push forces
6 Years Ago
Players can now push vehicles to right them when flipped, or just give a car a shove in neutral
6 Years Ago
Removed superfluous RefreshVisibleModels call
6 Years Ago
Fixed dodgy floating-point precision causing vehicle sockets to not always be found successfully on the client
6 Years Ago
Can now right-click move engine modules to vehicle sockets
6 Years Ago
Don't show damage FX on destroyed modules
6 Years Ago
Add back placeholder destroyed models for the two modules that lost theirs
6 Years Ago
Remove the two temporary test modules
6 Years Ago
Merge from Main -> Vehicles
6 Years Ago
Merge from Main -> Vehicles
6 Years Ago
Can now repair modules directly from the vehicle garage UI. Some RepairBench methods are now static so that the garage UI can use the same methods. Had to remove the module managers from the Rust.Modular namespace because RpcCalls.cs hates namespaces. Split BaseModuleManager into .Client and .Server subs.
6 Years Ago
Improved association between item health and module entity health. Stopped showing entity start health in inspector since it's based on the module. Fixed module damage FX not showing up properly after damaging.
6 Years Ago
WIP module display setup
6 Years Ago
WIP car part blockout
6 Years Ago
-▌▌█▇▅ ▆▋▅▉▋▋▆▆▉▊ ▋█▉▋ ▅▊▍█▆▉▋▄ ▉▉▊█▌ ▆▄ ▋▉▄▅▅█▆ ▌▄▍▄▄▇▊. █▉▌ █▅ ▄█▍█ ▅▌█▆ ▆▊▌ ▇▌ ▄▅▋▅▋▆█, ▆▌▋ ▍█ ▆█▇▇ ▅▍▌▍ ▋▅▊ ▌▄ ▌▇▋▆▄▅▅▉. - ▅▄▆▍▆ ▌▉▄▌▆ ▊▄▍ ▌█▄▍▄▋▄ █▅▌█▌. - ▄▌▍▋▍▌▊ ▋▍▅▇▅█▍▅▆ ▌▌ ▍▄▌ ▅▄▍▊▇▄█ ▅▄▄ ▆▋▄▅▄▉▇. - ▌▇▄▆▄▋▄ ▍█▅▉▌▊ ▆▌█▄▍▌ ▄▄▊▌ ▅▊▌▅▅▇█ ▋▄▊█▍ ▉▄'▉ ▅▆▌ ▊▌▍▌▆█▋ ▇▆▄▆ ▆▉▆ ▆▉▌▊▅.
6 Years Ago
Collision damage now routes to the appropriate module, not just the chassis
6 Years Ago
Fix client compilation
6 Years Ago
Basic working health sync between physical modules and their items
6 Years Ago
Move show model/hide model methods
6 Years Ago
Fixed modules that were missing model settings and rebuilt manifest.
6 Years Ago
Comments, plus test module update
6 Years Ago
Fixed toggle buttons being hard to click
6 Years Ago
Model visibility info edit
6 Years Ago
Test module edits
6 Years Ago
Allow restricting model visuals to e.g. "show only if NOT wheels".
6 Years Ago
Improved visible model refresh methods