repobeforecancel

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

9 Years Ago
Tweaks
9 Years Ago
-saved Bill's console!
9 Years Ago
WIP sleeping stuff, bugged and hacky but amusing Added ExitActionChain to EffectSettings, an optional chain that gets created and fired when RemoveEffect is called on the Agent Refactored SetAnimatorTrigger to SetAnimatorParamater Editor improvements to better display action chains and paramater based modifiers together
9 Years Ago
-threat and safety map currently created and updated in their thread
9 Years Ago
Missed things
9 Years Ago
island 002 tinkering species spawn numbers tweaks added rocks spawn
9 Years Ago
-brought humans back to old values (also incidentally testing political propaganda on cavemen)
9 Years Ago
-new influence maps and InfiniteInfluenceMap.Query object
9 Years Ago
Effeeeeeeeeeeeeeeeeeeeeeeeects
9 Years Ago
-should have fixed double tribe spawning (SpawnHandler wasn't checking for 'IsRepeating')
9 Years Ago
Bit more cleanup
9 Years Ago
Cleanup/class splitup of ConsumableEffect
9 Years Ago
9 Years Ago
Some editor tweaks
9 Years Ago
Refactoring Entity/EntityComponent handling a bit. Building and Machine now automatically create add a Container EC if one is not present Remove IEntityContainer Building and Machine both subscibe to a single Container EC for their own entity/item handling logic (depositing, adding machine input etc) Added ModifyAttributeParameters to "inline" creation of ModifyAttribute Actions in the editor Added MachineCanProcessItem consideration NeedManager and EffectManager instantiate assets on awake Editor things
9 Years Ago
Removing old step modifer code from Attribute
9 Years Ago
Missed a bit
9 Years Ago
Added Toggle UI button (F10) Added Toggle Free Camera button and hacky free camera implementation (F11) Some workarounds with IEntityContainer to get deposits working for Machine again... Tweaking MachineProcessEffect AttributeModifier tinkering
9 Years Ago
Missed adds Also in last commit : added AttributeModifier and calculation using them to Attribute
9 Years Ago
Lots of tweaks around effects mostly
9 Years Ago
Added MeasurementType to MeasurementParamters Lots of editor cleanup, tweaks and improvements
9 Years Ago
Deleting conditions Fixing resharper
9 Years Ago
Resharper class template
9 Years Ago
Editor tweaks
9 Years Ago
DepositItem action will now use the DepositItemIntention data when running, if it's available. Otherwise it falls back to old ways...
9 Years Ago
Updated all Action constructors to accept Interaction.
9 Years Ago
Renamed IIntention interface to Intention. Added DepositItemIntention.
9 Years Ago
Set up so that PlayerController can inject specific Intentions for SO subscriptions.
9 Years Ago
First step towards the introduction of Intention.
9 Years Ago
Ripping out "Controller Interactions" related code, and all interactions generated at runtime by containers Added AddInputToMachine Interaciton and DSE
9 Years Ago
Fixed a bug with calculating the percentage of how completed a building is (with respect to requirements). Related to issue #99681576
9 Years Ago
9 Years Ago
Triggers created at runtime add themselves to TriggerManager for evaluation. Tweaks
9 Years Ago
WIP Trigger/Condition refactor, effects not working currently but game still functions
9 Years Ago
Overriding the type passed to CreateAsset in in tabs that work with abstract data types (condition, trigger, consideration etc) Added HasAttribute Condition Added EnvironmentalModifier Effect
9 Years Ago
Big chunk of editor cleanup and refactoring mostly around asset list generaton, tab refresh and creation Material organisation in Resources
9 Years Ago
Fix compile error because UnityEditor directive in GameManager (ty resharper) Removed some kinda pointless special handling for quitting the game in the editor.
9 Years Ago
9 Years Ago
Better handling of entity destruction (GameManager does it) Fixed effects not applying "bug" (Action.Start() was returning if SmartObject property was null, falsly assuming that all Actions required an SO.. my fault!)
9 Years Ago
Some itemview attachment tweaks
9 Years Ago
Stop certain materials being tinted in the biome library (name filter)
9 Years Ago
Added BeforeAnimal shader with RGBA vertex color tinting MeshColliders on source assets used in view creation are automatically set to convex Imported 10 new/updated music files from Jenny Music is now arranged and played together regardless of Season (for now) Updated wolf, deer, bear and mammoth to use vertex colors for tinting as per new shader Fixed issue with view creation not adding the correct view component type Updated resharper settings to ignore some things Hunger step value is -1 for testing, but the Starving Effect isn't triggering/being applied (bug cc ptrefall if you have time to look at it tonight :3)
9 Years Ago
Remade item views
9 Years Ago
UpdateViewFromSourcePrefab fixes
9 Years Ago
Special handling for Unit and Building view updating in Before Editor
9 Years Ago
Views can be updated automagically from their source assets in BoforeEditor
9 Years Ago
9 Years Ago
Basic prefab caching for DecorSpawn FoliageTools cleanup and fixes for duplicat material creation
9 Years Ago
Temperate biome tweaks and some manual (ew) foliage material fixes.
9 Years Ago
GrassSpawn/DecorSpawn Biome integration