19,298 Commits over 1,614 Days - 0.50cph!
SceneLoader stripped down
Cleaned up camera effects, removed PlayerCameraEffects component
Moved overview map toggle code from Player to the OverviewMapUI class
Ported cycle unit controls to the TribeTracker widget
Ported dynamic shadow distance to a component
Deleting some sound files
Merge
11135 from main/2017b
Fixed Diplomacy.Add duplicate key
TimeScale physics test
Fixed EnemyOverlayWidget assigning multiple icons to the same Unit
Moved post pro into standard assets
Deleted old ExternalAssets in proj root
Items spawned via terrain system extensions are given a vertical offset to avoid falling through the world
AI event logging under seperate flag from decision logging
UIIMaskedImage native shader port
Fixed people dropping items that they need for building
GameManager out of bounds log uses actual world bounds now
Fixing missing positions on seat buildings
- Got rid of a bunch of stupid combat callbacks, now just check state in relevant actions
- Only show enemy icons for humans, reduced range
- Unit info widget can no longer show desire text
- EntityManager OnGameSecond callback gated by game State
warning log for off grid entities
GridManager will now only set a new grid position for an entity if it is valid
QuadTree now throws exceptions rather than logging.
Fixed "Equp Carried Item" showing for items that are not carried
UnitAttachments.CanAttach error handling for invalid entities
DistanceConditionSettings NRE fix
Fixed UnitActionDesire.InternalReset NRE
Catch Zone+Biome.GetCurrentTemperature NRE
Fixed tribe create fucking the camera
Switched ui_mask to native shader, disabled resize hack to test
Added Before/UI Masked Icon (Debug), a barebones version of UI/Default that outputs white, no alpha or clipping
Goal Plans can now inherit Consideration score from Goals
Removed audio mix snapshot transitions stuff, added tribe create, paused and loading and snapshots
Removed AudioStates enum
Added triggers for Jenny's season specific startup music
Added menu music
Updated ASE to 0.7.2.007 cause tabs & shader functions yo
Minor changes to Before/UI Masked Icon (Native); nwo closer to UI/Default
Tribe start comes with some sticks and that
Made a bunch of player command evaluation stuff static
Unit item bar commands work again
Removed island02 from build since it occasionally causes a navmesh related crash
Removed % chances on idle things so people won't fall asleep randomly
Added native UI version of BeforeUIMaskedIcon (needs testing)
Item bar durability only shows on hover or when < 50%
Item bar durability and stacking
Moving a bunch of UI colors to a static class that pulls from game config asset
Removed conversation callback debug log
Default to ultra... again