branchwiseguys/main/Working/PointsOfInterestcancel

40 Commits over 0 Days - ∞cph!

5 Years Ago
Pedestrian AI edit
5 Years Ago
NPCs wanted about a bit while loitering, staying within their current location.
5 Years Ago
Updated Apex Utility AI to the latest version
5 Years Ago
Replace my loiter time hack with a proper implementation, and fix LocationSphere `GetClosestPointTo`
5 Years Ago
Unity 2019 bug was preventing reticle colour tint being set correctly. Reported the bug and made a workaround for now. https://fogbugz.unity3d.com/default.asp?1148253_i4151c4g574i5e2a
5 Years Ago
Drug buy POI don't spam so much now
5 Years Ago
Game mode + belt edit
5 Years Ago
Merge from Working to POI branch
5 Years Ago
Sorting out client/server issues
5 Years Ago
Basic new feature, NPCs return to where they previously bought drugs if they have a desire for more drugs
5 Years Ago
Modified stuck detector, fixes loitering getting cancelled. + other loitering edits
5 Years Ago
Remove unused Multiplayer HLAPI package
5 Years Ago
Fix excessive loitering
5 Years Ago
Remove Item Sell Zones so they don't end up confusing things with Points Of Interest. They're an old concept that's not currently used, where items (specifically drugs) can only be sold in certain areas.
5 Years Ago
New option to loiter after arriving at a path destination. Might improve this next week to have them wander around a bit rather than just stand totally still.
5 Years Ago
Landmarks edit on maps + default size edit
5 Years Ago
Hide pathing nav lines
5 Years Ago
Landmarks map edit
5 Years Ago
Points Of Interest can now be down-ranked if they've already been visited recently
5 Years Ago
Landmarks
5 Years Ago
Landmark stuff
5 Years Ago
Modifying landmarks
5 Years Ago
Add landmarks to shared POI. Slightly tricky since the level loads first in editor, but the SharedKnowledge loads first in a build.
5 Years Ago
Working on POI use AI
5 Years Ago
Remove unused AI component
5 Years Ago
Merge the latest from Working
5 Years Ago
Main three maps now have NPC landmarks
5 Years Ago
All landmarks added to testmap_small
5 Years Ago
Landmarks system for maps
5 Years Ago
Change "Wiseguys.UI" namespace to "WiseGuys.UI" to match case with all the others (WiseGuys.AI, WiseGuys.Defines, WiseGuys.Vehicles etc)
5 Years Ago
Points of interest expire when their lifetime is up, plus other work
5 Years Ago
Refactoring point of interest types to be subclasses instead of composition-based, it works better for their use cases.
5 Years Ago
Update ScaryPlaces to use PointOfInterest
5 Years Ago
Merge in the latest to my branch
5 Years Ago
Various POI work
5 Years Ago
More advanced bounds options
5 Years Ago
Rename ScenePointsOfInterest to SceneLocations to avoid confusion with the new POI system for AI
5 Years Ago
Being more complete with #if SERVER flagging out on AI
5 Years Ago
Merge to my branch
5 Years Ago
Factoring in distance to POI