193,913 Commits over 4,079 Days - 1.98cph!
Fixed heli collider layers, which fixes heli character vis issues.
Flickering, generally buggy character vis was caused by CullVisibleCharacters also checking triggers - for instance the interaction trigger capsule on characters. Unfortunately there is no QueryTriggerInteraction parameter for RaycastCommand, which we use for character vis checks. Instead, I've changed the global default to not query triggers, which disables trigger queries in RaycastCommand, and then combed through all existing physics commands to make sure they've got the right tigger setting (since many were using QueryTriggerInteraction.UseGlobal).
Diffusion profile for leafy greens.
Coconut/corn/pumpkin conversions & file cleanup/naming/folder consistency.
Scene backup.
Some minor general cleanup
Enable both landscape rotations
Added a "tiles moved" sponsorship objective.
Added a unit moved event.
Added a unit moved objective trigger.
Added MPTilesMoved processor.
Tree SSS diffusion profile & pine mat conversion test.
More daylight fuckery.
Assetgallery backup.
more turn limit sponsorship objective stuff
Updated to 2019.1.7f1
Removed depth offset from terrain (at least for now)
Added ConVar.Options
Started render option convars
Fixed atmosphere volume gradient issues causing overbrightness at night + tweaked swamp values
sidewalk lod0 and lod1 and edges rework
[D11][OFFSCREENPARTICLES] Downsampling/upsampling depth buffer not using the crappy float<->rgba conversion. Think it was just legacy.
CombatTracker now tracks elapsed turns.
Added TurnLimit mission processor.
WIP "win within X turns" career mode sponsorships
[D11] [Audio] Checking in WIP ... loopback test is playing corrupted data but it is at least sampling and playing... Just need to track down the cause of the corruption.
[D11] [UI] Added translation entry for reason for being kicked when spamming.
[D11][OFFSCREENPARTICLES] Compiler fix
[D11] [UI] Fixed anchoring issue in frontend main menu causing graphics to display incorrectly.
Enabled skin unloading by default for everyone
[D11][#1653] fixed thrown weapons not sending translation key
[D11] [UI] Fixed water drink tooltips not showing.
[D11]OFFSCREENPARTICLES] Iteration
Scene2Prefab on more prefabs that have not been converted to ResourceRef for terrain maps yet
Scene2Prefab on some prefabs that have not been converted to ResourceRef for terrain maps yet
[D11] [UI] tooltip override and fallback no longer updates every frame even if it hasn't changed.
Merge from position_lerp_3
[D11] [Audio] Checking in WIP
Added lerp.timeoffsetinterval
[D11] [UI] Look at tooltip Cleanup
Merge my interaction refactor + deposit limit increase
[D11] Slow down quick turn speed
CAInitNextPlayerFixture now verifies the match squads, if it fails, generates a new one.
Refactored interactions. Should fix the null CurrentInteractor bug, and simplifies things overall.
disabled unused RendererGrid batching stuff and made some memory savings on the foliage and lod grids
[D11] Jenkins build fix for PC client.
Use mobile options for webgl cause its slow too
Fix unit dragging working with all mouse buttons (which made it leave ghost holograms)
Fix both UI and unit drag event handlers firing at the same time (left a ghost hologram as well)