repobeforecancel

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

7 Years Ago
Lost and Found initial scene fuckery
7 Years Ago
Island01 tweaks Growable controls resource dispensable availability
7 Years Ago
Actually add the scene...
7 Years Ago
Fixed player tribe not spawning in correct place if customization is disabled in the game mode. Added empty scene for Lost And Found
7 Years Ago
game mode scene list should now be validated against the game's scene list
7 Years Ago
Game Modes now define a list of valid scenes
7 Years Ago
Various Growable/Seed fixes
7 Years Ago
null check disabled movement modes in Navigation
7 Years Ago
Disabled breeding collab
7 Years Ago
Seed planting, growing
7 Years Ago
re-enabled setting start time from Session
7 Years Ago
Disable dynamic DOF in tribe create
7 Years Ago
Refactored/cleaned up reproduction persisted / date time usage GameDateTime month support, TimeManager.OnMonth actually invoked now Re-enabled breeding AI module Growable/Seed boilerplate
7 Years Ago
made starting day be determined by a 0-1 float representing time in year
7 Years Ago
some anim polish
7 Years Ago
TimeManager.SetTime cleanup
7 Years Ago
Added asset for Lost And Found
7 Years Ago
Character create DOF mode Removed StartingSeason in GameModeDefinition
7 Years Ago
Slight refactor of existing game modes to put things in the base mode. Added classes for Loast and Found mode
7 Years Ago
Fixed items not being added to the UnitAttachments entities list, causing encumbrance calculation to be wrong Fixed dataBrowser.AssetTypes missing GameModeDefinition
7 Years Ago
Various Player command refactoring, radial menu improvements prep
7 Years Ago
Ponder ability now "Random Idle" for 2-6 real seconds, no longer triggers anims
7 Years Ago
Clamp lerp value distance in dynamicDOF
7 Years Ago
DOF speed, save
7 Years Ago
Dont clear keep item desires when issuing commands
7 Years Ago
Fixed AbilitySettings.AbilityPlan not being properly initialized
7 Years Ago
AbilitySettings cache of all asset instances via .All property AbilitySettings holds an instance of it's own AbilityPlan at runtime Player controller config all now held in PlayerControllerConfig, not the monobehaviour Removed rally tribe button from the menu widget Added cursor drop shadow
7 Years Ago
Post tweaks
7 Years Ago
Added a null check to AudioManager pooling process to prevent the errors when loading a game (this might not fix the root cause of the issue) Fixed UIUtility not correctly using MaxBoundsY on unit (MaxBoundsY is a local offset, it was being used a world space Y coordinate) Above change fixes enemy widgets and conversation widgets Switched PartyOverlayWidget to use UIUtility now that MaxBoundsY calculation is working
7 Years Ago
Fixed a case where conversation widgets would start erroring out if a game was loaded while the current game had a conversation in progress
7 Years Ago
Fixed not being able to see hint widgets in editor (use the editor preference to disable them, they were being disabled regardless) Fixed and adjusted the 3d preview settings for several buildings (particularly small hut)
7 Years Ago
Hair option tooltips are no longer zero-indexed
7 Years Ago
Changing selected tribe member in tribe creation UI now closes the open toggle group Fixed delegates not being cleared on tribe create buttons and causing hover states being processed for multiple units at a time
7 Years Ago
Replaced using EventTrigger for buttons sounds with a new ButtonSound component EventTrigger consumes all ui events, so it blocks scroll views working (explains bad scrolling on craft+build screens)
7 Years Ago
Added a Clear Blackboard Desire ability and hooked it up to the Clear Desire goal plan (should stop empty goal plan messages, pretty sure this is what this goal plan was meant to do)
7 Years Ago
Fixed in-progress building upgrades not loading successfully
7 Years Ago
Fixed hitch when opening radial menu Camera module FOV changes Reduced rock smash time Post tweaks
7 Years Ago
disabling Steam things in editor only
7 Years Ago
interaction desire injection now should be inheriting the score. disabled Steam things to reduce the amount of editor crashing.
7 Years Ago
fixed stupid out of range error
7 Years Ago
merge interaction fixes to main (because I suck at branches)
7 Years Ago
Interaction desires now transfer their blackboard to the new behaviours (should fix interactions from desires just constantly breaking)
7 Years Ago
Craft & building window scrollbar improvements
7 Years Ago
Added a filter to the spawn tab of the debug tool
7 Years Ago
Forgot to save
7 Years Ago
Campfire percentage display should now show correct value based on all inputs in fire, not just the current input
7 Years Ago
Party overlay now shows a different icon based on the units party role
7 Years Ago
Fixed UnitCollections getting visible knowledge overlay widgets
7 Years Ago
First pass on a more springy zoom model for the Follow camera (still has issues)
7 Years Ago
Fixed units not being able to move after wearing a piece of clothing (InStationaryState on Animation component was being left on after an Animator rebind)