userBill Bcancel

13,234 Commits over 2,830 Days - 0.19cph!

4 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.
4 Years Ago
Seat collider fixes
4 Years Ago
Merge TaxiModule -> Main. Removes the gap between modules when connecting a taxi module behind an armoured one.
4 Years Ago
Created a boot icon. Now using it for the taxi module passenger button. Also fixed incongruous settings on joystick icon
4 Years Ago
Update taxi module inventory icon
4 Years Ago
Roadsign pole colliders now match the actual thickness of the pole
4 Years Ago
Manifest file rebuild
4 Years Ago
Merge from TaxiModule -> Main
4 Years Ago
Hack for kick button until interaction is fixed. Cast our own ray in the ShowIf, plus check angle and distance in CanKickPassengers
4 Years Ago
Taxi kick button code
4 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.
4 Years Ago
Slightly decrease engine power in all modular cars
4 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).
4 Years Ago
Cherry pick 2-module passenger fix
4 Years Ago
Increase taxi module glass strength
4 Years Ago
Added taxi window glass gibs. Reassigned a couple of other glass gibs that had lost their assignment in a merge somewhere
4 Years Ago
Fix minor glass conditional bug
4 Years Ago
Another fix on TakeCollisionDamage
4 Years Ago
Simplify TakeCollisionDamage script
4 Years Ago
Roadsigns now take collision damage from vehicles
4 Years Ago
Fix glass renderer health conditional values not matching the collider conditionals
4 Years Ago
Adjust roadsign entity bounds. Fixes missed hits
4 Years Ago
Merge TaxiModule -> Main
4 Years Ago
Merge modular car taxi module branch to Main
4 Years Ago
Prevent swapseats from a taxi module to a module with locked doors
4 Years Ago
Taxi module doors are now always unlocked, even on cars with a lock
4 Years Ago
New ModularCarSeat vehicle seat subclass. Working on making the taxi doors always unlocked.
4 Years Ago
Edit trade box drop velocity
4 Years Ago
Taxi module trade dropbox now fully functional
4 Years Ago
Merge Main -> TaxiModule
4 Years Ago
Having the trade box as part of the car, as we do with the fuel/engines/other storage, is a problem as only the base car entity is passed to the server and the server doesn't know exactly which storage compartment the client is interacting with. Therefore it's not possible to have e.g. the engine and storage locked but the trade box open. Trying it with the interaction on the trade box itself instead.
4 Years Ago
Change taxi module script to storage type. Add trade sub-entity prefab
4 Years Ago
Assign the correct prefab to the taxi item
4 Years Ago
Add new presets to the chassis entities
4 Years Ago
Added two taxi module vehicle presets
4 Years Ago
Remove random modular spawner since it's broken and unused by anyone except me
4 Years Ago
Added missing module types to the randommodular prefab
4 Years Ago
Add missing asset file
4 Years Ago
Added taxi module item and icon. Set module parameters. Manifest update. Test map edit just to include a taxi module.
4 Years Ago
Initial create branch for taxi module
4 Years Ago
More movement work
4 Years Ago
Workcart movement progress
4 Years Ago
Fixing train movement bugs
4 Years Ago
Fixed workcart glitching out when moving in reverse onto a previous track section
4 Years Ago
Work cart now has basic driving movement, follows along the train track spline
4 Years Ago
Fixed world space calculation of spline points and tangents. All track sections now find their next/prev sections correctly
4 Years Ago
Refactoring, more track work
4 Years Ago
Assign train to tracks separate for front vs. rear wheels
4 Years Ago
Have the train detect the track section it's on
4 Years Ago
Train track collator now working correctly with any track orientation