repobeforecancel

19,298 Commits over 1,614 Days - 0.50cph!

8 Years Ago
Save
8 Years Ago
Game starts at 7am
8 Years Ago
TimeManager exposes ranges for start datetime, as well as the days per year used to calculate our TOD scaler Clean up pause/resume behaviour, MotionBlur is correctly toggled
8 Years Ago
DebugTools shows full dateTime
8 Years Ago
Whoops
8 Years Ago
TimeManager.DateTime is constructed on demand, using second/minute/hour from TOD and scaled values from the internal dateTime field
8 Years Ago
Improved GridManager / WorldManager init order
8 Years Ago
More descriptive "already destroyed" error msgs
8 Years Ago
TOD prefab tweaks to match the default temperate TOD xml that is no longer being loaded from the BiomeSettings
8 Years Ago
Cleaning up the TimeManager event listeners in EntityComponents
8 Years Ago
Forgot to reset timeScale lerp value
8 Years Ago
Moved all game speed management to TimeManager, including timeScale lerp which now works properly
8 Years Ago
Moved all time related stuff to TimeManager Added errors when we're trying to destroy entities that already destroyed
8 Years Ago
Changing Game Speed should now Lerp toward the new target value.
8 Years Ago
TimeMananger boilerplate
8 Years Ago
EvaluationTargetType should probably switch on the Mode of the condition/consideration?
8 Years Ago
Item Value for Building now support two modes (TargetItemBlackboardBuilding and TargetBuildingBlackboardItem).
8 Years Ago
When tribe wakes up, set gamespeed back to Normal, not Previous.
8 Years Ago
Made GameManager return early if incoming value is same as current value for GameSpeed.
8 Years Ago
On change speed to Super if it's not already set to Super, for the case of entire tribe being asleep, since internally GameManager doesn't handle any early returns when the incoming value is the same.
8 Years Ago
Made Tribe's sleep flag changed handler call directly to GameManager's SetGameSpeed.
8 Years Ago
Cleaned up OnMemberFlagChange that it supports more than just "in combat", that we just check flag and forward into "handlers". Added events for when entire tribe is asleep and when the tribe awakes again (when at least one is awake). Added Sleeping flag handler for OnMemeberFlagChange, that bookkeeps how many tribesmembers are asleep.
8 Years Ago
Aging now uses DateTime to calculate Age, to more robustly support shifts in time.
8 Years Ago
Reproduction was removing it's OnMinute from OnDay. Fixed.
8 Years Ago
ItemValueForBuilding now compares the item to the requirements of the building, and values item requirements differently than material requirements.
8 Years Ago
No shadows on dirtclick. Added sounds to dirtclick.
8 Years Ago
Alert sounds 2.
8 Years Ago
Alert sound.
8 Years Ago
Rearranged some files.
8 Years Ago
Lots of cursors.
8 Years Ago
Stealth cursor
8 Years Ago
Sleep FX scale mod + offset save
8 Years Ago
Effect : Sleep VisualFX is limited to Humans, fixed particle rotation + offset
8 Years Ago
Territories should now be less massive
8 Years Ago
Fixed cases where the radial menu would not show after a long RMB press on an interactable entity
8 Years Ago
VisualFX can specify the AudioSourceType for any sounds they want to play EffectVisualFX can specify a UnitSoundType AudioManager pools for all AudioSourceTypes, improved API and added convenience TryPlayOneShot
8 Years Ago
EffectSettings stores derived EffectVisualFXParameters, with option to limit application by UnitClass, when applicable
8 Years Ago
Soundtest
8 Years Ago
Removed redundant sound emitter. Sleeping tired conflict.
8 Years Ago
Merged from branch (Building Construction Requirements can now be specified by generic material types AND specific types of items, eg wooden logs).
8 Years Ago
Merged from main.
8 Years Ago
Construction requirements can now be specified by both generic material types and specific items. Small Animal Skin Tent now require wooden logs.
8 Years Ago
SceneSaveHook isnt stupid. Build settings no longer contains 57 copies of island4.
8 Years Ago
Alert FX doesn't lag or behave weirdly anymore. Didn't add a sound to the alert FX, I don't know what you are talking about.
8 Years Ago
Removed dummies spawner from testbox
8 Years Ago
Dummies are now herbivore Fires have a smaller heat range
8 Years Ago
Fixed NRE when trying to open the radial over the campfire and potentially other entities
8 Years Ago
People can no longer talk to random objects
8 Years Ago
AssetMenu and AssetListDrawer only show groups of asset types when the group contains more than one asset, otherwise it just that asset
8 Years Ago
More work on building construction and it's requirements.