repobeforecancel

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

6 Years Ago
Skill gain every minute when dispensing
6 Years Ago
LCtrl + RMB to attack
6 Years Ago
Less banding on ghosts. Inactive ghosts use pfx silhouette, but not an outline. Middle ghost is first pick and you work outwards.
6 Years Ago
Trait data.
6 Years Ago
added comment
6 Years Ago
Attempted to copy matrix editor from Unity source but commented out for now because it's no better than our current one
6 Years Ago
Entity view prefab processing updated to use new API, fixed Unit views not getting all their APs generated Compatibility matrix tooltips (still cant work out the weird label cutoff tho) Fixed update ragdoll button Units handle their own prefabs instead of using the base def list, no longer enforce view per gender/age combo Reimported unit views (should fix BEF-521) UnitAges now UnitAgeGroups, various age related refactoring in preparation for supporting an age slider in char create
6 Years Ago
Updated ASE to v1.5.6r4; adds fixes to 2018.3b event & shortcut handling
6 Years Ago
Updated Amplify Impostors to 0.9.2 (includes fixes to ASE node) Added foliage animation/sway to impostors and shadows
6 Years Ago
Excluded some variations from decal standard shader; renamed to Before/Decal/Standard
6 Years Ago
Fixed terrain decals not showing up due to bad pooling
6 Years Ago
Fixed randomised traits not respecting existing or compatability in tribe create
6 Years Ago
Fixed unit view foliage displacement being turned off and not coming back on when culling group vis changed
6 Years Ago
Container registration tidy up. Container now listens to desired target change and clears registrations if appropriate.
6 Years Ago
Decal & foliage displacement cleanup
6 Years Ago
Editor pref for disabling auto save
6 Years Ago
Fixed char create humans spewing errors on awake
6 Years Ago
Fixed ObjectPool NRE when quitting
6 Years Ago
Added terrain decal pooling Added unit view foliage displacement object Re-enabled context menu on selected/self for manging attached entities (e..g carrying units) Tweaks to building placement invalid message UI
6 Years Ago
ItemView sets rigidbody collision detection mode in Awake
6 Years Ago
Fixed UnitNeedsDisplay.Clear NRE
6 Years Ago
BEF-513: Double RMB to jog does not work, issues duplicate move cmd
6 Years Ago
Fixed missing tooltip assignments in the Game UI
6 Years Ago
Resource.Tree ignores on OnInteractHit events after being felled
6 Years Ago
Settlement creation no longer requires leader selection
6 Years Ago
Cleaning up various bits of code that assume a settlement always has a leader
6 Years Ago
Conditions.WantsToJoinASettlement now writes closest inhabitant if there is no leader
6 Years Ago
Fixed Combat.OnAttackHit event returning early when it shouldnt (UnitAnimation now avoids event callbacks when not in proper game state)
6 Years Ago
remove items in campfire if time has completed instead of just clearing the queue (stops the fire getting stuck if you debug add hours)
6 Years Ago
Safety check to not enable corpse dispenser interactions if they have 0 quantity
6 Years Ago
More
6 Years Ago
More
6 Years Ago
Inspection window fixes
6 Years Ago
BEF-513 Double RMB to jog does not work, issues duplicate move cmd (removed for now) BEF-516: The UI should display why a building cannot be placed BEF-515: Switching selected unit with the inspector open should not change the active tab
6 Years Ago
All menu items now live under Before/, with the exception of the Scenes menu Removed asset save hook, detect id clashes in Validate All instead
6 Years Ago
Moved foliage animation code to a shader function Updated before foliage shader
6 Years Ago
Dispensable validation to avoid dispenables with 0 quantity.
6 Years Ago
Fix for last thrown weapon not being correctly removed from possessions when unset.
6 Years Ago
Settlement leadership bonuses now live on Skill defs
6 Years Ago
item collision detection to continuous speculative. Fixed strangers destroying themselves when joining from a long distance.
6 Years Ago
Hack to fix tree/impostor shadows (2018.3 bug report pending)
6 Years Ago
use continuous collision mode for items
6 Years Ago
Fixed portrait clones not being destroyed
6 Years Ago
Stat pool slider crap
6 Years Ago
Fixed tribe create slot states not updating correctly when deleting a character Trait selection in tribe create no longer applies the trait stat manipulations Improved char create re-roll functionality
6 Years Ago
Fixed re-roll not randomising unit appearance in tribe create
6 Years Ago
Use StringBuffer again now it's fixed.
6 Years Ago
Fixed StringBuffer.Shift not increasing the array size by the right amount
6 Years Ago
Replaced TextUtility.StringBuffer with StringBuilder because errors
6 Years Ago
Fixed BEF-485 When restrating a game the loading screen starts on incorrect value from last state Fixed BEF-477: Panel on left doesn't update when building construction is complete Menu scene cleanup, fixed potential for TOD cycles to get saved to config when they should just be copied