200,016 Commits over 4,140 Days - 2.01cph!
Re-enabled shore wetness on terrain shader
▊▍▋▋█▇▅▆ ▊▌▉▉▅▍▆█▍▍▄ █▄▄▅▄ ▌▍▌█-▅▆▌▌
started refactoring BoardView, ripped out anything unused, started splitting functions
Split destroy functions, renamed tilehighlight stuff and prep for moving tile highilighting out of BoardView
Added TileHighlighter class and copied the functions over from BoardView
Moved all tile highlighting stuff out of BoardView and into a new TileHighlighter class, reworked all references
made a TileHighlightTemplate scriptable object that can be used to configure the different tile highlights without doing it in code
added a function to TileHighlighter that takes a tile list and a template
started converting the hardcoded tile settings to the new templates
fixed up wood material, added new lamp post and drainpipes, added railway stairs to scene with collision
made templates for the rest of the tile highlight configs and removed all the hardcoded values
removed the now unused old highlight functions from the new TileHighlighter
Added diplomacy scene to the SceneLoader dropdown
Getting support up and running for arrays.
Added a friendly and hostile introduction conversation topics
Modified Conversations component to evaluate sensed humans not in group
Made some group conditions - IsInSameGroup and HasInteractedWithMyGroup and applied them to the existing conditions
Player Instigated conversations have issues at the moment so most of this isn't functional yet
Don't play NPC "got money" FX when they're not visible.
NPC name labels stop checking for show/hide when character is not visible to player
AI look angle rotation limit
No NPC aim inaccuracy when facing player to buy drugs.
Diplomatic Events now have a max number of recurring events, so each event type can be capped differently (all are set to two except for gift, you can do that 3 times)
Started work on a Diplomacy AIModule with some WIP AI gifting stuff
Blackboard data can now store a group
Board now keeps a list of spawn tiles not indexes
reworked path highlighting in TileHighlighter ready to move to a new class
Moved path highlighting from TileHighlighter to a new PathHighlighter class
PathHighlighter cleaned up
Tile now has a direct reference to it's TileView
Removed list of TileViews from BoardView and all the old references now deal directly with the Tile.TileView
Workshop screen locks camera / controls
Moved board ripple effect out of BoardView and into a BoardRippleEffect component
Fixed TIle not getting a correct ref to it's TileView
Explosion debris is now set as a child of the explosion source tile so it get's destroyed with the tile.
Removed debris clearing function from BoardView now it's not needed
Cleaned up opponent tile hovering in Board/Tile views
Removed a culling debug param
Added sampled coverage queries
Deleted unused CameraManager script, quick GameCam cleanup
Misc formatting
more male hair and beards
moved CmType enum to it's own file
cleaned up CmdAttack
fixed TileHighlighter NRE
Broadcast new def to the server after leaving workshop screen
Fix for server NRE
CmdChat, CmdEmote cleanup
Optimized SkinSet (player gender / race setup)
Fix outlines when swapping defs