134,291 Commits over 4,444 Days - 1.26cph!
military tents progress backup
Fix main camera exception when opening workshop scene
Target hit point calculation using chunky raycasts
MLRS basic range calculation. Assumes a flat world though
Coding standards, add private keywords
Client-side smoothing for the rotator position and other tweaks
Removed a method from BaseMagnet that wasn't really doing anything
MLRS driver can now rotate and raise/lower the weapons platform, and the movements sync to the client efficiently (needs smoothing though). Protocol++
Integrate the isSpawned check into the base VehicleFixedUpdate call. Remove it everywhere else.
bugfixes, longer time limits on missions
apply mission conversation to MissionProviderOutpost A/B
Hunter conversation
NREs and bugfixes
new missions
save/load bugfixes
move mission saving into playerstate
Fixed dances not properly cancelling when mounting seats that don't allow gestures
Generic fabric texture sets for military tents
Military tent macro textures, mask and tent materials
Add additional early-exit checks to SubmarineOverlay, including one for when in debugcamera mode
Revert the revert of
64459. Doesn't seem like the Screenshot Camera changes were the real issue
Don't accept change tab input (tab) on developer tools if the developer tools aren't open
Added font auto sizing to item description in crafting menu
optional autocomplete objective
optional progression of objective if inactive
double vision is now double vision
More work on water clipping plane.
Terrain work around new western twin lakes
Precalculate map for WorldPositionGenerators listed in the MissionManifest
Auto calculate map for WorldPositionGenerators that haven't been calculated yet
Allow using WorldPositionGenerators as a position type in missions
update ddraw for worldpositiongenerator
checks for mission repeatable on fail/success
show mission time remaining on HUD
always fail mission upon death
Fixed bottom underwater lab end caps facing the wrong way
mission accept, succeed, fail & objective complete sounds
Fixed a couple of issues with the underwater effect convar
Camper gibs setup
Overhauled how we gib conditional objects inside of prefabs:
Instead of manually adding unique id's I've added a new IsConditional bool to the Gibbable component that adds a new stub component that isn't a PrefabAttribute. This component stores the new automatically generated id of the gib (based on a name hash) and we use it's active state to determine which gibs to spawn when an object is destroyed.
Updated conditional refresh editor button to turn on this new bool for vehicle modules.
Added new SpawnConditionalGibs helper extension to easily use this behaviour when required.
Updated both Ice walls, easter egg projectile and candy projectile with new system
Added a null check to FilterItems for itemButton
Fixed the vignette effect jumping in instead of smoothly coming in from 0, when using the post-process weight slider.
The Blur is trickier, and isn't fully fixed at this stage, so I'm still not starting the low oxygen effect until oxygen reaches the hurt point, but oxygen effect is back.
merge from save216 (wipe)
killObjective bugfixes
createdEntity cleanup fixes