199,967 Commits over 4,140 Days - 2.01cph!
inputsystem uses SDL2 framework
Prebuilt native dlls for ps4, these are built from the respective directories in Plugins folder at the top of the tree, using premake to generate the solutions and then build them and copy them here.
Switch to IL2CPP by default for PS4 until we can address the .NET 4 requirements which prevent a console mono build.
Pickups are shown on the game map
Notifications and events when doll is picked up
Various UI style editor stuff, TMPro style color syncing
TooltipElement NRE handling
AI designer comment nodes
Fixed crash issues with CNewParticleEffect.AddControlPoint and CNewParticleEffect.StopEmissionAndDestroyImmediately functions when they were used with NULL owners
Consoles load bundles from Application.streamingAssetsPath.
Tweaked some target filtering on eating on stick AI.
Cleaned up and hopefully fixed AI on people who left the tribe.
Subtle TreeSway for gm_construct skybox trees
Joining Settlements AI now only installed when we're trying to join a settlement.
Rest of UI is now consistent.
Dredge and bandit town scene update
Boilerplate for detecting which gang is holding which items.
Fixed settlement creation not showing leader bonuses until you switch the leader.
Put basic tools with the craftsman unlock.
WIP content to progress to level 3
rhib uses updated passenger animation not holding invisible bench
Item drop detecting relevant buildings
Cash gets added to safe every 5 seconds
Added a ceiling light prop (based on an old unused model we had) and added a couple lights to each gang building so they're not pitch black at night anymore.
Working on making the GangHQ script a NetworkEntityBehaviour that can sync some data to the client, which will let us load gang signs correctly, show nav arrows to gang headquarters and so on.
Gang HQ info now syncing to clients. Arrow works in HH mode.
Gang building signs now work on clients (not just listen server)
Added some really basic lighting to external gang signs
Target/Contextual role assignment UI boilerplate
Building ownership assignment UI improvements
Gang map icons always show on map, even when there are no gang members
rebuild ps4 native DLLs with __declspec (dllexport)
Working on sending the gang safe across to the client. Still got an entity init order issue at the moment
Parenting the safe to the gang HQ lets things come through in the correct order
Modified the old static gang list to work on listen servers with the new networking system. Fixes nav arrows not working in listen mode
Got score working again. Moving the angHQ script earlier broke it
Doll should be associated with the gang house it's dropped in, not the player's gang who dropped it!
Units no longer clear combat target when target is outside of aggro range, only when they can't be perceived (fixes BEF-282).
Added option to skip a behaviour chain element if it fails (needs a bit more testing).
Target filtering data for cooking on spit.
Doll destroy NRE, clearing safes after every round