userIan Hendersoncancel
reporust_rebootcancel

3,688 Commits over 639 Days - 0.24cph!

1 Year Ago
Travelling Vendor Revisions -> Main
1 Year Ago
Phrases rebuild Adjusted default steering smoothing
1 Year Ago
Increased max speed of vendor Added convar to increase max speed - if you go crazy and the vendor can't stay on the road then its your fault
1 Year Ago
Fixed compile errors
1 Year Ago
Moved vending machine back to shared
1 Year Ago
Travelling Vendor Revisions -> Main
1 Year Ago
Cleanup comments
1 Year Ago
Faster night check
1 Year Ago
Fixed broken night check
1 Year Ago
Remove infinite stock. Stock will refill every 33% of the vendors total lifetime
1 Year Ago
Rewrote spawn event to use thresholds instead
1 Year Ago
Reduced agro radius
1 Year Ago
Added angry horn
1 Year Ago
Backfires now happen at a random point in the future
1 Year Ago
Vendor ~ Rewrote ignore system to utilise a single struct Improved ignore systems reliability Reduced network load for steering angle - only need a single float Vending Orders ~ Frees to FreeLists Resize vending order to largest order entries count Check before freeing attachment list
1 Year Ago
NPC Vending order and vending machine cleanup Refuse used list when grabbing random entries
1 Year Ago
Cleanup visuals class Reformat targetting class
1 Year Ago
Road categories now available on networked worlds
1 Year Ago
Better placed server/client variable locations
1 Year Ago
Adjusted name text of travelling vendor icon
1 Year Ago
█▄▍▄▆▅▍ ▋▆▆ ▍▄▆▅▌█ ▇▊█▉ ▉▍▅▌ ▄▋▆ █▆▌▆▋▅ ▊▍▋▋ ▊▅▆▅ ▌█ ▍
1 Year Ago
Code gen Vending machine cleanup Attachment list free'd before being overwritten
1 Year Ago
Code cleanup 1 ~ Remove unused RPC method in vending machine map marker Remove unused boolean local update experiment in vending machine map marker Free current path list used in vendor path install
1 Year Ago
Increase frequency of building check
1 Year Ago
Merge Travelling Vendor -> Main
1 Year Ago
Fixed layering issue stopping vendor from detecting trains
1 Year Ago
Swapped crappy taped together vendor front menu system with something more reliable
1 Year Ago
Merge main
1 Year Ago
Travelling Vendor -> Main
1 Year Ago
Vendor will destroy train cars in its path
1 Year Ago
Reduce pull over check time
1 Year Ago
Removed unneeded art
1 Year Ago
Fixed failing visual check, which was preventing buying stuff from the vendor whilst stationary. Reverted some code that removed Shop Icon
1 Year Ago
Turn off Rigidbody interpolation for Bradley. Should prevent stuttering over network.
1 Year Ago
Regen
1 Year Ago
Added upper bound to obstacle blocking Code cleanup Better error messages
1 Year Ago
Missed codegen!
1 Year Ago
Codegen woops!
1 Year Ago
Travelling Vendor -> Main
1 Year Ago
Greatly reduced target detection range Minor code cleanup Added convar to have the vendor destroy buildings. Disabled by default. Increased push box size
1 Year Ago
Merge Travelling Vendor -> Main
1 Year Ago
Changed icon to green one Increased icon size
1 Year Ago
Merge Travelling Vendor -> Main
1 Year Ago
Moved turrets closer to the vendor centre
1 Year Ago
Added random engine backfires
1 Year Ago
Added side turrets to the vendor
1 Year Ago
Vendor attacker is not marked as hostile
1 Year Ago
Wired headlights and spotlights to TOD
1 Year Ago
Fixed out of stock being displayed briefly inside vendor. Also fixes being unable to buy from the machine whilst someone else is buying at the same time
1 Year Ago
Merge main -> travelling_vendor