userMartyn Chapmancancel
reporust_rebootcancel

389 Commits over 214 Days - 0.08cph!

42 Days Ago
Fix leaky lists on the server relating to missions
42 Days Ago
Merge from naval_update
42 Days Ago
Merge from naval_update
42 Days Ago
Merge from naval_missions
43 Days Ago
Don't error log about out of bounds if mission has no rewards, just return
43 Days Ago
Fix y offset not working
43 Days Ago
Add settings on RadialSpawnPoint for random rotation on all axes and random y position offset
43 Days Ago
▆ ▊▇▉▍▉ ▍▉▋█ ▉█▌▋▌▌▌▋▇▋▍▄▌▅
43 Days Ago
▊ ▋▆▍▉▍▊▄ ▇▇▇▄▋▆▋ ▍▉▌
45 Days Ago
Cherrypick from 138740 (fix player teams error in kill entity mission event)
45 Days Ago
Merge from naval_missions
45 Days Ago
- Don't process 'kill entity' mission events if the kill came from a suicide - When processing kill entity mission events replace the checks for InATeam() (which was checking current team ID value) with a check that the current team is not null - Add a guard and warning log to InATeam() in case current team ID is valid but Team is null. After removing my usages there is nothing else presently using this function
46 Days Ago
Merge from naval_missions
46 Days Ago
- Improve objective resetting for acquire item objectives for scientist safe zone spawn unlock and oil rig raid missions - Also fixed objective map and compass markers for those missions not working as they should - Fix being able to focus on invisible objective map markers
46 Days Ago
Merge from naval_update
46 Days Ago
Merge from naval_missions
46 Days Ago
Tropical1 terrain colliders are now on the terrain layer
46 Days Ago
Objectives that take you into the deep sea are now no longer valid if the deep sea is closed, preventing you from starting these missions until the deep sea opens again. Deep sea islands objective map marker is now invisible, it wasn't meant to be pointing you to a specific island anyway.
46 Days Ago
Allow multiple animation event receivers to receive events on viewmodels
46 Days Ago
Merge from naval_update
46 Days Ago
Cherrypick from 138603 (mission fixes)
46 Days Ago
Merge from naval_missions
46 Days Ago
- Fix tutorial conversations and mission progression - Fix mission discrepancy warning log which would appear during tutorial - Fix potential out of bounds exception when accessing mission rewards
47 Days Ago
Merge from naval_missions
47 Days Ago
Small improvements to air wolf vendor conversation and some more english dialogue string fixes
47 Days Ago
Merge from naval_update
47 Days Ago
NPC's can now have dialogue when you go to talk to them to complete missions. Set this up for all the new naval missions. Conversations now exit upon pressing the button to complete a mission.
48 Days Ago
Merge from naval_missions
48 Days Ago
Remove test script
48 Days Ago
Rename new missions to have helpful prefixes
48 Days Ago
Merge from naval_update
48 Days Ago
Fix some dialogue options going to the wrong resulting node upon being pressed (bug introduced in 137685 with fix for dialogue options showing the wrong response number)
48 Days Ago
- Boat vendor on floating cities no longer sells submarines - Misc improvements to boat vendor dialogue tree - English string localization fixes for various bits of NPC dialogue
48 Days Ago
Hide 'Condition Amount' field in blackboard in conversation editor for some condition types for which this is not relevant
48 Days Ago
Add ammo display deploy fade-in
49 Days Ago
Fix server/none compile error in MeshTerrainRootRuntimeObject
49 Days Ago
Merge from naval_missions
49 Days Ago
Merge from naval_missions
49 Days Ago
Remove accidentally comitted test script
49 Days Ago
Make deepSeaFogImages non serialized in BasePlayer (was only a serialized field on the client)
49 Days Ago
Merge from naval_update
49 Days Ago
Fix boat scientist hunt mission completing if you talked to the mission provider before killing enough scientists
49 Days Ago
Underwater labs mission now checks that there are enough boomboxes in a lab for a lab to be valid. Remove hacky position generators for deep sea, these were not actually generating any positions and just acting as validators that deep sea stuff exists. Better way of checking this now.
49 Days Ago
Fixes and optimisations for can accept mission checks
50 Days Ago
Removed mission position generator validation method, now just uses the position generation method (both methods were doing very similar things) and stores these generated points for if we eventually accept this mission. Check if objectives are valid before proceeding. Objectives can now use those generated points to check if a mission is valid before the mission has started.
50 Days Ago
Merge from naval_missions
50 Days Ago
Remove using from MapMarkerMissionProvider
50 Days Ago
Merge from naval_missions
50 Days Ago
Post merge fixes
50 Days Ago
Merge from naval_update