userBill Bcancel

13,068 Commits over 2,769 Days - 0.20cph!

3 Years Ago
Tuned PID values, removed wheel friction
3 Years Ago
Initial work on allowing real physics on the train while also keeping it on the track in normal conditions. Apply PID controller-style corrective forces
3 Years Ago
Correctly calculate the end of the rail line
3 Years Ago
Test map edit only
3 Years Ago
Instead of updating the move distance for the front and rear train wheels independently, calculate just the front wheels and calculate the rear wheel position based on the distance between front and rear. Makes sure the front and rear wheel distance stays correct
3 Years Ago
Fix next/prev track distance calculations
3 Years Ago
Call track position finder recursively, letting trains handle any case where they're looking more than one track piece ahead. Save relative track orientation for next/prev track sections.
3 Years Ago
Manifest
3 Years Ago
Protobuf rebuild
3 Years Ago
Increase trade use distance from 1.25m to 1.5m
3 Years Ago
Better check for the taxi trade box that allows for use of the front-mounted option when not mounted
3 Years Ago
Merge Main -> Workcart
3 Years Ago
Have the storage entity drop any contents as loot if it's destroyed by a conditional
3 Years Ago
New system for handling sub-entities on modules as conditionals. Destroy the sub-entity entirely when the condition is not met, and re-create it if conditions are met again.
3 Years Ago
Allow reassigning the gameobject in the modular car conditional
3 Years Ago
Change front sliding windows on armoured passenger module to Generic physic (sic) material
3 Years Ago
Move the HasMenuOptions check in UpdateLookingAt so that ShowIf menu checks that reference the lookingAt values get the correct data. Removed the workaround in VehicleModuleTaxi
3 Years Ago
[Editor only] Set "drawinteraction" to true in the console or toggle "Draw Interaction" in the Rust Editor window to get a visual text display of exactly what the player is currently looking at and where it is
3 Years Ago
Merge Main -> Vehicles
3 Years Ago
Merge Main -> Media_Projects
3 Years Ago
Fix player ref in CanBeLooted in ModularVehicleShopFront
3 Years Ago
Set sliding windows on armoured modules to Generic material so they don't get decals. Decals didn't move when the sliders moved.
3 Years Ago
Line endings only
3 Years Ago
Prevent taxi trade box being usable at all when dismounted
3 Years Ago
Made the velocity restore when taking out a road sign in a modular car one frame faster
3 Years Ago
Fix kick button interaction showing up even when the button itself was unavailable
3 Years Ago
Fix taxi mount position
3 Years Ago
Added additional null check in CheckLookingAtVisible
3 Years Ago
Glass and decals didn't play nicely on taxi module (spaced out from the renderer, sometimes wrong angle, all decals were cleared together even on the stronger glass front that hadn't broken yet). Changed glass physic material (sic) to Generic to remove decals.
3 Years Ago
Merge TaxiModule -> Main
3 Years Ago
Allow cars hitting road signs to keep most of their velocity if the sign is destroyed on the next tick
3 Years Ago
Fix kick button not working from rear seats module
3 Years Ago
Move client method
3 Years Ago
- Added support for conditionals based on module exact match, rather than just module type. - Added support for storage module sub-entities to be conditional themselves. - Used the above new features to no longer show the dropbox or kick button if one taxi module is behind another.
3 Years Ago
Fixed taxi module kick button not working when looked directly at from the seat of an armoured module. This required a refactor of CheckLookingAtVisible to find a shared vehicle base parent.
3 Years Ago
Seat collider fixes
3 Years Ago
Merge TaxiModule -> Main. Removes the gap between modules when connecting a taxi module behind an armoured one.
3 Years Ago
Created a boot icon. Now using it for the taxi module passenger button. Also fixed incongruous settings on joystick icon
3 Years Ago
Update taxi module inventory icon
3 Years Ago
Roadsign pole colliders now match the actual thickness of the pole
3 Years Ago
Manifest file rebuild
3 Years Ago
Merge from TaxiModule -> Main
3 Years Ago
Hack for kick button until interaction is fixed. Cast our own ray in the ShowIf, plus check angle and distance in CanKickPassengers
3 Years Ago
Taxi kick button code
3 Years Ago
Setting up taxi module kick button. Seating prefab update. Currently kick interaction is non-functional due to an existing player interaction bug. Manifest rebuild and code gen.
3 Years Ago
Slightly decrease engine power in all modular cars
3 Years Ago
Thickened side colliders on taxi module and both armoured modules, to reduce client-side gunshot hits through the walls (server-side was already OK).
3 Years Ago
Cherry pick 2-module passenger fix
3 Years Ago
Increase taxi module glass strength
3 Years Ago
Added taxi window glass gibs. Reassigned a couple of other glass gibs that had lost their assignment in a merge somewhere