userBill Bcancel
reporust_rebootcancel

8,815 Commits over 1,735 Days - 0.21cph!

3 Years Ago
Update mount point
3 Years Ago
Update glass and glass FX to new rotation
3 Years Ago
Merge CarLockTooltipEdit -> Main. Don't show the car lock tooltip so often.
3 Years Ago
▆▉█▇█ ▆▆▄▆▍▆▆▆▄▄▉█▇▇▍▄▄▄▊▄█▇ -> ▋▆▉▉. ▆▆▌▆█▍▆▆ ▍█▋▇▍ █▉▍▌▄▉▆ ▇▆▊▌▅█▌ ▇▄ ▍▉▌▋█▄▍█ ▌▊▉▅▄▇▉ ▆▋▅▆ ███▊▊▆▅ ▍▉ ▍▅▍ ▄▍▆▄▌▍▉ █▇▊ ▉▄▇ ▍ ▄▆▌▅ ▉▇▇ ▊▌▊ ▉▌▅█▇▄ ▇█▊▋ █▅▌ ▇▋▇▆ ▊ ▌▌▌. ▇▇▋▅▌ ▅██▋ ▊█▅▊▉▍▌▄▅▇ ▆▅█▊█ ▍█▉▇ ▆▅ ▋▌▄▋▆ ▉▇▇█ ▌▌▍ ▍▅▄▄▆▋▋ ▉▅ █ █▉▊▍▋▇ ▆█▉▄▆▉▍▊ ▅▌▆▇█▋▋ █▇▅██▇ ▌▆▋▊▊▄▆▇ █▅ ▇▌▄▄▄ ▇▌ ▋▇▆ ▇▍██ █▄▇▊▍▅.
3 Years Ago
Improved data index system for the world splines. Fixes new data getting generated sometimes by re-scanning for existing data. Also allows different prefabs with the exact same spline data to share the same data.
3 Years Ago
Merge Workcart -> WorkcartRotation
3 Years Ago
3 Years Ago
Allow player to see the tooltip for as long as they're looking at the lock. Only start the timer until it shows again when they look away.
3 Years Ago
Only show the info on how to break a car's lock at most once every five minutes, instead of every time the player looks at the lock (fixes it showing up too much if e.g. a player who doesn't have access is riding on the back in a flatbed)
3 Years Ago
Added profiling for train code.
3 Years Ago
Merge Main -> Workcart
3 Years Ago
Merge /Workcart/SharedSplineData -> /Workcart
3 Years Ago
Another major refactor to the spline data. Use one single central SerializableObject to store data on all splines. And instead of calculating all the lookup tables at runtime, precalculate everything and store it in the SerializableObject itself, so at runtime the whole thing is a simple lookup. Delete the PathInterpolatorLUT class and handle it all in WorldSplineData.
3 Years Ago
Workcart merge ⛙
3 Years Ago
Fixed 72m trail tunnel stop spline not going all the way
3 Years Ago
All shared track section data now stored in automatically-generated separate ScriptableObjects
3 Years Ago
Update track collation description
3 Years Ago
Attempting to break out the shared components of the world splines, so that shared spline data can be saved per prefab instead of per spline instance. Not using true shared data yet, but shared vs. not shared and local vs. world are now split out
3 Years Ago
Merge Main -> Workcart
3 Years Ago
▊▊▇▉▊▄▇ ▊▄▄▉█ ▄▍▊▅▉▅▉ █▉▆▉▊▇▇ ▊▉ ▉▉█▌▍▉▆█ ▆▉▅▍▍▋▅ █▉▊▆ ▍█▆▍▋▄▇ ▇▇ ▅▋▆ ▇▇▌▄▉▉▋ ▉▉▊ ▆▍▍ ▍ ▊█▌▅ ▄▄▊ ▄▋▅ ▇▉▋▋▉▅ ▍▇█▇ ▋▉▅ ▋▊▌▌ ▅ ▋▆▆. ▆▄▋█▌ ▉▆▄▊ ▉▆▊▊▊▍▌▍▍▇ ▋▌█▊▆ ▅▇▄▉ ▅▆ ▉▇█▍▅ ▉▍▇▊ ▉▋▇ ▋▌█▌▉▅▊ ▍▌ ▅ ▇▉▇▋▇▉ ▇▉▉▊▌█▍▍ ▆▊█▇▍▊▆ ▌▍▉▋▌▋ ▆▌▍▌▅█▇▍ ▍▉ ▇▆▇▍▄ ▄▄ █▇▌ ▉▉▌▊ ▇▄▅▍▉▉.
3 Years Ago
Fix colliding train not moving after side collision train moves away
3 Years Ago
WorkCart now handles side-on collisions with other trains at crossings
3 Years Ago
Minor edits to collision handling
3 Years Ago
Increase collision damage, remove unused var
3 Years Ago
Set up a perpendicular rail crossing on my test map
3 Years Ago
Fixed snow machine not adapting its collision mesh on the server if in listen-server mode
3 Years Ago
Have the snow machine create a collision mesh on the server as well as the existing collision and visual meshes it generates on the client. Allows sled to work on snow machine snow (previously only worked on listen server)
3 Years Ago
Fix socket check against snow machine terrain still not working sometimes (let it cast 0.1m further)
3 Years Ago
Fixed sled not being placeable on snow machine snow - TerrainCheck sock now checks "Terrain" layer as well as "World"
3 Years Ago
Apply the effect of gravity on sloped track
3 Years Ago
-Only allow mounting WorkCart when already standing on its platform (prevent drive-by mounting by jumping at the right moment) -Fix bounds.Contains use, since it's AABB only, not rotated (Unity pls)
3 Years Ago
Add mount passthrough on WorkCart glass entity, so the player can still mount when looking at the windows.
3 Years Ago
Manifest
3 Years Ago
Merge Main -> WorkCart
3 Years Ago
Adjust train engine speeds
3 Years Ago
Another go at accounting for secondary forces on kinematic trains - e.g. a train hitting a car that's up against a wall. Better result this time, so putting this one in officially.
3 Years Ago
Tweaking static obstacle handling
3 Years Ago
▊▄▆▍▌ ▇▉▄█
3 Years Ago
WorkCart audio, don't play oneshot sounds if far away
3 Years Ago
WorkCart audio, use blended loop for the engine loop
3 Years Ago
- Removed no-longer-used WorkCart destroyed damage FX - Updated damage effects for light/medium/severe damage
3 Years Ago
Merge Main -> Workcart
3 Years Ago
Replace workcart placeholder gibs model with the real one
3 Years Ago
Trains tunnels test scene extra workcarts
3 Years Ago
Added basic tooltip for sled placement on improper ground
3 Years Ago
Revert sled health UI change, already covered
3 Years Ago
Don't show sled health UI
3 Years Ago
Set a low centre of mass for the sled
3 Years Ago
Move sled from Items to Fun category
3 Years Ago
▅▊▅▌▄▋ ▄▍▇ ▊▄▇▅▇▅ ▄▊▋▆▄. ▇▉▊▉▇ ▆▊▇▅ ▅▍▆▍▄▇▄▄ ▍█▆▋▋▌▊ ▆▋▊▄█ ▆▄█ ▇▇▋▉▄ ▉▉ ▌▄▊▋▅▋ ▌█▅▄ ▄▄▊▇▄ ▆▊ ▊▍▆▉ ▉▊▌▍ ▄▉▍▉ ▇▋▄ ▉▇▉▆▅▍-▊▍█▇ ▉▄█▆▇▄ ▇▄▅▍▅▆▄▆ █▋▌ ▅▆▍▌▋▇-▍█▇▋ ▋▅▊▍▄ ▌▅▄▊▇▋▊█, ▉▉▆▋▌'▆ ▇▇▌ ▇▅▉▋ ▉▉▋▊▉▋▄▆▉▌█▍▅█