branchbefore/maincancel

17,530 Commits over 1,614 Days - 0.45cph!

10 Years Ago
Biome ColorGroup must be a class, not a struct, to play ball with this editor button thing (fixed).
10 Years Ago
Renamed Season files because OCD and removed redundant foliage settings folder
10 Years Ago
Added Biome ScriptableObject, moved SeasonManager over to Biome specific asset tinting. SHIT BE BROKE.
10 Years Ago
Fixed so that multiple sleep slots work with the campfire (or any other SO with slots).
10 Years Ago
Fixed bug where agents never would smoothly snap into place when approaching a bench to sit on, or a campfire to sleep by.
10 Years Ago
Buncha nature stuff.
10 Years Ago
Human Prefab fix and an extra check in NavAgentMoveRandom
10 Years Ago
- Added Agent and Unit components to all Unit prefabs - Added Timeout to LOI SO prefab - Added weather switch (prev, next, reset on numpad keys 7,8,9 respectively) to WeatherController - Tweaked mats after b13 made shit all shiny. - Added "SetFinishedOnAwake" bool to Building class - Fixed PlayerController debug cam toggle not working properly (player would remain disabled) - Fixed MouseLook toggle on debug cam not working (space toggles) - Added useSmartObjects toggle to NavAgentMoveRandom
10 Years Ago
- SleepHere, SitOnMe, GroupController fixes. - New HumanFemaleController and anims for working actions. - Fixed Sabertooth assets
10 Years Ago
Updated StandardWorld lighting code to match unity standard in b13 (specular workflow); same except using world-space normal Updated all Before/Standard (weathered) shaders to b13 Updated terrain blend extension to match b13 changes
10 Years Ago
Missed a template
10 Years Ago
Cleaned up Quickbrush templates, added mesh clouds, tweaked ocean shader
10 Years Ago
Ocean shader tests
10 Years Ago
Fixed interpolation for Force to Position/Rotation, so that the snap is much smoother.
10 Years Ago
- Fixed issue where a Location of Interest never would be properly removed from an Agent's behavior stack. A little hacky fix, so will get back to finding the root of the problem.
10 Years Ago
- Fixed SleepHere SO overriding parent class' sky field. - Added Debug DrawLine to the active behavior of agents, to better visualize agent and so relationships at runtime.
10 Years Ago
Moved timeout of SO subscription to TOD scaled time.
10 Years Ago
Now that the NavAgentMoveRandom is using Location Of Interest, it adds the requirement of setting the priority category of the SO in code.
10 Years Ago
Prefab update with LOI Prefab set
10 Years Ago
Fixed SitOnMe awkward seating bug.
10 Years Ago
Quick dirty fix for NavAgentMoveRandom to place an LOI SO instead of pure nav agent crap. Fixed the "entry" bug on the anim controller
10 Years Ago
Controller update
10 Years Ago
10 Years Ago
Tree files.
10 Years Ago
- More animation controller tweaks - Improved BuildingController and Building for cleaner init process for buildings, their states and child SmartObjects
10 Years Ago
Sleep now a trigger
10 Years Ago
- Yet more controller fixes. SitOnObject, SitOnGround now triggers, updated Behave tree for SitOnMe SO.
10 Years Ago
More controller and anim fixes
10 Years Ago
Fixed HumanMale idle anim lengths, renamed various Sitting anims and animator params
10 Years Ago
Cleaned up HumanMaleController transitions, fixed HumanRandomiser
10 Years Ago
So this has the change for the speed Greater than 0 rule for transitioning out of sleep state.
10 Years Ago
- Fixed some minor bugs related to Smart Objects and lists that were changed while under iteration. - Added a Grater than 0 speed requirement for transitioning out of isSleeping.
10 Years Ago
Changed SO Play Animation nodes to call into SetTrigger instead of SetBool.
10 Years Ago
Fixed HumanMale@Walk
10 Years Ago
Stray character
10 Years Ago
Fixing issues with FilmingControl and HumanRandomiser
10 Years Ago
Raycasts should hit triggers.
10 Years Ago
- Updated TOD - Workaround for WeatherController init process bugging out. (controller now finds WeatherManager on awake if not already initialised) - Cleaned up the debug camera/player disable toggle - Removed UnityEngine.UI.dll from plugins
10 Years Ago
Fixed spawn raycasts hitting SmartObjects when they really, truly shouldn't.
10 Years Ago
- SmartObject's SphereCollider is now a Trigger. - Fixed Physics Collision Matrix to ignore SmartObject's Sphere Collider.
10 Years Ago
Added a first iteration of Sleep Here, but it has some minor bugs still.
10 Years Ago
- Copied DebugCamera out to a standalone prefab. - Made a copy of island_arid_1 in the concept scenes folder, cleaned up so that it functions properly outside of the game - Renamed the cliff rock prefabs to cliff1, cliff2 and so on - Started some prep for biome specific Season settings support
10 Years Ago
Files.
10 Years Ago
Stuff.
10 Years Ago
Removed mesh manipulation from terrainBlendObject; not necessary anymore because of raytraced terrain normal map Mopped up a little
10 Years Ago
Properly added refresh menu to grass
10 Years Ago
- Added tooltips and headers to the Smart Object component for better clarity of parameters. - Added timeout with base and range to Smart Object subscriptions.
10 Years Ago
Fixed terrain blend transitions Fixed snow overlay normals
10 Years Ago
Some dirty properties in PlayerController and CameraController to help when swtiching to non-player cameras.
10 Years Ago
Fixed BlendLUT disabling itself.