userJarryd Campicancel

13,033 Commits over 2,831 Days - 0.19cph!

8 Years Ago
Rebake island_01 navmesh again
8 Years Ago
Enabled NavMeshModifiers on cliff rocks to fix units walking on cliffs
8 Years Ago
Fixed checkedBlockBy flag not being used on UnitSpawners Enabled the flag on a couple of unit spawners in Island_01 to fix animals being spawned inside cliffs
8 Years Ago
Fixed a party invite ability not being marked as ai only
8 Years Ago
Knowledge overlay now updates every 0.25 realtime seconds so that new labels appear as the player moves around the world
8 Years Ago
Corpses should now drop embedded projectiles when they are skinned
8 Years Ago
More debugger stuff
8 Years Ago
Added a go to previous module change button in the ai debugger
8 Years Ago
Better automatic nav mesh obstacle sizing for resource views
8 Years Ago
Fixed Island_01 and NoSpawns having out of date/missing navmeshes Deleted an orphaned(?) navmesh on island_01 Fixed an NRE in GroupPersonalities when a non-human in a group dies Fixed TakeAllItems mode in TakeFromDispenser actions breaking after dispensing the first item
8 Years Ago
Blocked steam initialisation in editor Fixed some issues stopping views from being updated Fixed some cases where navigation obstacles were being placed on views at incorrect angles and blocking interaction points
8 Years Ago
Locked progression elements will in most cases now show what is required to unlock them instead of a description (not all unlock modes support it yet) Tweaked progression depth calculation system to return more understandable values Changed rules for masking unlock elements in progression tab
8 Years Ago
Can now light torches with other lit torches
8 Years Ago
TribeConfig in GameConfig now has a list of TribeNamePair that is used for generating tribe names - each pair is a name (eg. Sun, Spear) and an appropriate icon Can still override either name or icon from the TribeSpawners by specifying a name or icon (if unset the tribe will be spawned with random) TribeCreate now picks a random name /icon on start (not hardcoded to tribe of the beard anymore)
8 Years Ago
Fixed pause menu options menu prefab being out of sync with the main menu options (had old layout settings, audio settings widgets were appearing incorrectly)
8 Years Ago
Ignitable items can now be lit via specified machine processes as well as other items Exposed Ignite Blackboard Item With Target to the player (This means the torch can now be lit on a lit campfire by the player) Added Ignitable check functionality to ItemFilterSet
8 Years Ago
Fixed a couple of stone piles that were spawning inside cliffs
8 Years Ago
FaceTarget action now ends instead of breaking if IsFacingTarget gets set to false by something else New Go To Unit (distance 6) action Diplomacy-Introduction abilities now use the new Go To Unit action, looks more natural and works a lot better when used on a moving unit
8 Years Ago
Fixed building widget not showing material requirements Diplomacy widget now shows a different display if the other tribe has not been met
8 Years Ago
Fixed some clothing items missing the standard clothing icon (helps consistency in radial menu)
8 Years Ago
Progression tab now shows more unlocks Fixed a bunch of unlocks not having explicit prerequisites for better UI display
8 Years Ago
Added some collated descriptions to deposit interactions
8 Years Ago
Hacky fix for first building option in Build tab starting clipped (I just jiggled the scrollbar a bit)
8 Years Ago
Fixed equipment widget showing duplicate items
8 Years Ago
Fixed IsCarried animator bool not being set when an item is placed
8 Years Ago
Increased width of some label fields in the Player Progression Widget to reduce text overlapping
8 Years Ago
Better labels on new unlock definitions
8 Years Ago
Fixed another incorrect UI material
8 Years Ago
Skill gain and item degradation is now applied when removing an item from the dispenser even if the item could not be carried (Fixes fishing skill not increasing if hands are full even though the fish is dispensed/caught)
8 Years Ago
Fixed fishing spots missing a collider (manually added to view, this might break if it's updated) New Unlock: Advanced Fishing Unlocks when a unit reaches Novice in Fishing Unlocks the advanced spear
8 Years Ago
EntitySpawners can now specify a blocked by mask - if set this will do a short cast above the spawn position on the given mask and make sure that nothing is blocking the resource Only changed in TestBox, this fixes fishing spots spawning underneath the ground
8 Years Ago
New Unlock: Storage Requires Advanced Crafting unlock and the player to craft a Stone Axe or Rabbit Trap Unlocks Backpack, Basket and Pot Back Pack now requires 2 sticks and 1 grass and the crafting table to craft Basket and Pot now require the Crafting Table to craft
8 Years Ago
Unsaved changes
8 Years Ago
New unlock: Advanced Tools Unlocks after building a Basic/Small/Medium/Large shelter Unlocks Torch and Hammer
8 Years Ago
Updating a building view will now prompt you if there are no nav mesh obstacles on the mesh with an option to add an automatically sized box or capsule nav mesh obstacle Added missing nav mesh obstacles to the tanning rack and crafting table
8 Years Ago
Fixed tree cutting test scene missing a navmesh? Added a Carpentry unlock definition Requires Woodcutting - Adept and Standard Buildings Unlocks Log Seat (Large+Small), Palisade and Fence
8 Years Ago
Fixed item placement command generation doubling up commands for placeable items
8 Years Ago
New Unlock Definition - Advanced Crafting Requires Whittling-Apprentice Unlocks crafting table, rabbit trap and stone axe Rabbit Trap and Stone Axe now require the crafting table to be crafted
8 Years Ago
Fixed build error in SetDestination
8 Years Ago
New Unlock Definition - Advanced Leatherworking Requires player to craft Hat or Animal Hide Bed Unlocks Tanning Rack, Chest, Legs, Feet and Hand Wraps (not variants like Chest_01) Tanning Rack now requires 4 wood, 4 stone and 1 animal hide Chest, Legs, Feet and Hand Wraps now requires 1 animal hide to craft and must be crafted at the Tanning Rack Fixed Tanning Rack not having collisions or an interaction position
8 Years Ago
Can now trigger unlock definition unlocks from the Debug Tool->World tab
8 Years Ago
Fixed not being able change unlock mode if unlock mode is on default value Added a stockpiles unlock definition to unlock the stockpile buildings Fixed a bold tag typo in the the crafting widget
8 Years Ago
Blackboard can store quaternions Reenabled rotation support for item placement
8 Years Ago
All Set Destination modes can now specify a desired distance to stop at (previously only some modes exposed this option) All preexisting actions that didn't previously have access to the distance field have had their distance set to 0 to ensure identical behaviour (newly created actions will default to 1 unit) Added a new GoToBlackboardPosition(Distance1) so that units placing items don't stand directly on top of the location they are placing their item
8 Years Ago
Can now specify whether buildings should be constructed or not when spawning them via the debug menu
8 Years Ago
Item placement skips rotation placement (rotation is driven by placement parameters) Item preview is now instantiated from the current item view (fixes torch placement preview having a light enabled when held torch isn't lit)
8 Years Ago
Disabled transform renaming on contextual hint - should fix the hint prefab always being marked as changed
8 Years Ago
unsaved changes
8 Years Ago
More item placement stuff, reverted to command generation method that I accidentally broke earlier Some more trap logic Added an IsPlaced field to Item so we can tell if an item is placed (not carried, but also not dropped)
8 Years Ago
More item placement stuff (chalk material, colour changes, better cancel placement)