branchrust_reboot/main/Workcartcancel

674 Commits over 273 Days - 0.10cph!

5 Years Ago
Work cart driver takes 50% reduced damage of all types
5 Years Ago
Don't resize player collider when in the work cart seat, it doesn't need it. Remove a couple of no-longer-used glass window vars.
5 Years Ago
Remove work cart window glass entirely (Helk request)
5 Years Ago
Door collider adjustment
5 Years Ago
Show work cart mount option only when looking at the door. A temp box now also "boards up" the window in the door, making the interaction less confusing.
5 Years Ago
Increase hazard warning min dist so it doesn't trigger when shunting in reverse
5 Years Ago
Proximity alert improvements and fixes
5 Years Ago
Shared spline data update
5 Years Ago
Reduce the amount of collision damage from train collisions, and increase the force required to derail
5 Years Ago
Add train_tunnel_double_switch_a_36m back in so I can use it for testing switched on the train tunnels map. Plus data index edit on 108m track
5 Years Ago
Backlit signs progress
5 Years Ago
merge from main
5 Years Ago
more NPC fixes in tunnels dungeon navmesh generation
5 Years Ago
Added TerrainPath.DungeonRoot and TerrainPath.DungeonCells Renamed TerrainPath.Dungeons to TerrainPath.DungeonEntrances Tunnel entrances are now also under "Dungeon" hierarchy
5 Years Ago
Moved the door manipulator on one of the stairwells
5 Years Ago
Increased elevator speed per metre (1.5 -> 2.5)
5 Years Ago
In-train proximity warning system WIP.
5 Years Ago
Revert unintended craggy change
5 Years Ago
Added an electrical output to the static elevator that outputs power for 10 seconds when the lift arrives at that floor Hooked up hidden door manipulators to each of the elevator doors that are triggered by the above
5 Years Ago
Fix collision track assignment
5 Years Ago
Replaced all of the elevator buttons
5 Years Ago
Merge from workcart/button (stomped button placement, will need to reapply)
5 Years Ago
Proximity warning work, move some code to SERVER only, TrainTrackSplines now keep track of trains on them so that upcoming hazards can be detected for the proximity warning.
5 Years Ago
modular grid review before LODs
5 Years Ago
fix for NPCs not roaming underground
5 Years Ago
Tunnel entrance now has DungeonInfo component
5 Years Ago
TerrainPath now keeps a list of DungeonInfo, which keeps a list of DungeonLink
5 Years Ago
Made the wip corridors and stairwells cull at 100 as a temporary measure until LODs are in
5 Years Ago
more art work - some polish
5 Years Ago
prepare prefab on elevator door scene to prefab entrance
5 Years Ago
manifest
5 Years Ago
Entrance mesh sign Adding elevator animated door Nesting the new hinged door into stairwell prefabs Changed a few doors and light prefab types for Damian
5 Years Ago
Setting up for proximity alerts. Also have the main train script call the update on the audio script, to reduce Unity method calls.
5 Years Ago
Remove older (hopefully) unnecessary calls to Ignore Collision on parts of other compound colliders as well
5 Years Ago
Don't ignore collision on what's already going to be a compound collider
5 Years Ago
Material edit. Made work cart glass more transparent
5 Years Ago
Updted how work cart damage effects trigger
5 Years Ago
Test map edit
5 Years Ago
Adjust low and medium engine speed settings
5 Years Ago
Fixed train wheel rotation visuals
5 Years Ago
Activate headlights by default when work cart engine startup completes
5 Years Ago
merge from main
5 Years Ago
Fixed edge case that could lead to train tunnel network just ending and spilling out into darkness at the end of a station
5 Years Ago
5 Years Ago
Damage train when hitting barricade
5 Years Ago
Reduce train speed a bit more when a barricade is hit
5 Years Ago
Remove debug prints
5 Years Ago
Train barricades working
5 Years Ago
LODComponent compile fix for SERVER
5 Years Ago
Train barrier collision handling