201,998 Commits over 4,171 Days - 2.02cph!
Added ability to set mission tasks as vital or not (set in mission def, not in task def). Non-vital tasks can be skipped if the next vital task is completed. e.g. A gang can complete a package buy mission without picking up the initial cash if they deposit the package.
Added a bool to control whether you spawn in gang buildings or not
Disabled force density on oak spawner, was spawning so many trees it was crashing the editor
tweaked smokepuff for nailgun
TakeFromDispenser will now break if the dispenser is being held by another unit
Fixed spit missing building requirements (now requires 3x sticks)
New dispensable wrapper spawn mode: OnNavmesh - spawns the dispensable on the navmesh with some random fuzzyness
Fixes meat spawning on top of the campfire collider and being really hard to click
added 'basic' wood loot boxes to supermarket/gas station/warehouse
military tunnel spawns 2 elite crates in the center
supply drop always drops atleast 2 weapons, 2 armor pieces, and ammo
shotgun trap added to trap loot table
crate logic always spawns 1 component with 40% chance of wb item instead of either or
disabled halloween content
nailgun cost/craft time balance
nailgun workshop icon
minor balance
Fixed startup NRE from disabling halloween content (subfolder issue)
Lighthouses are actually set to tier 0
Harbors are actually set to tier 0 / 1
Reduced supermarket + gas station count
Reduced minimum distance between large monuments
Updated bounds on most monuments
MonumentInfo.CheckPlacement fix when multiple tiers are selected
Fixed collider issue on ice_sheet_b
Fixed SmartObject.CanSubscribe not checking if there are existing subscriptions when the plan we want to subscribe to is exclusive
Updated skinning on tshirt
Fixed snow mound_d lacking a collider
Increased precentage of the map that belongs to tier 2 slightly
hide pants, shorts & gloves skinning updates
Removed deprecated lso component from camera
moved selection handling and events out of MouseInput into new UnitSelection.
more input refactor.
added BaseInput, moved triggers and events from MouseInput to there