userMartyn Chapmancancel

620 Commits over 304 Days - 0.08cph!

5 Months Ago
Post merge fixes
5 Months Ago
Merge from naval_update
5 Months Ago
Fix compile error
5 Months Ago
- Add teleport2nearest console command to teleport to nearest target entity. Can pass in optional arg to teleport to nth closest entity - Add optional arg to completeMissionStage to block objective resetting
5 Months Ago
- Move conversation response and can accept mission checks to be run entirely on the server. This fixes issues with players potentially seeing invalid dialogue choices - Fix another instance of the wrong list being reset to the pool in NPCMissionProvider - Fix invalid mission instances potentially not being handled when generating mission protobuf - Fix dialogue options showing the wrong option number - Replace various Lists with BufferLists - Cleanup some english strings for existing NPC dialogue
5 Months Ago
Viewmodel prefab changes for ammo display
5 Months Ago
Code support for burst mode and low ammo indicators
5 Months Ago
Add digital ammo counter
5 Months Ago
Merge from radial_context_fix
5 Months Ago
Cherrypick fix from 137044
5 Months Ago
Can now sleep in beds via the radial context menu Just a mount pose, has no effect other than extreme immersion
5 Months Ago
Fix bug where last segement in radial context menu could devour the entire radius (this can be easily cherrypicked to main)
5 Months Ago
- Can now name horses via the horse details panel - General improvements to how chicken names were being updated too - Small cleanup of bits relating to recent horse medical syringe changes
5 Months Ago
Cherrypick 136678 and 136674 from naval_missions
5 Months Ago
Fix collection modified exception in MissionEnded
5 Months Ago
Fix issue with potential null boomboxes on underwater labs mission start
5 Months Ago
- Setup objective resetting for go to underwater lab objective - Removed serialized mission icon definitions from mission assets, instead paired these with an enum value in new MissionIconsConfig scriptable object. Objectives have a virtual method to define which icon type should be used per objective. SpeakWith type objectives now use the talk with mission provider speech bubble icon, other objective types use the generic mission icon - Setup being able to have multiple active objective markers on the map and compass at once - Fix issue with check for prerequisite objectives
5 Months Ago
Fix client compile error
5 Months Ago
Merge from naval_update
5 Months Ago
- NPC dialogue panel no longer appears clickable when clicking does nothing - Improvements for resetting some objective types, setup for the deep sea islands and floating city missions. Affected objectives will no longer appear as complete if you no longer meet their complete criteria - Add 'blockReset' to objective statuses. Used to block objectives from resetting themselves if they are auto completed by another objective - Moved mission point for floating city to be the a zeroed child transform of Casino Barge - Map markers now get updated immediately upon opening and closing map - Fix SpeakWith objective types showing pings outside of the tutorial - SpeakWithTargetNPC now properly updates the objective location - Objective ShouldShowOnMap now also checks if prerequisite objectives are met - Objectives now check if prerequisite objectives are met before marking themselves as started - Fix missions list in map sometimes not showing active missions - Fix rotation of map mission marker for the deep sea entrance portal - Cache update map markers delegate
5 Months Ago
Merge from horse_medsyringe_healing
5 Months Ago
Fix mission event for healing using wrong prefab ID
5 Months Ago
█ ▌▄▆▍█ ▋▇▋▉ █▊▋▍▄▊▆█▊▌▋▋▆▋▅▉▄▆▍▇▇▅▇▆▉▊▍▆
5 Months Ago
▌ ▄▍▉ ▊▌█▌▇█▆▇▋█▍▌ ▍▉▉▋▇▄▋ ▊▌▊ ▉▇▅▍▆▇▅ ▅█▉█▆▌▅▇█ ▊█▅▅ ▇▆█ ▇▍ ▍▄ ▊▋ ▌▆▇ ▋▍▇▄▋█ ▆▌▅▉▍█▇▋▋▇▇ ▍▇▆▉▋▆▆ ▍▋▍▇▇▉█ ▊▆▅█▌▋▇▋▆▆▆ ▍▌▆▄ ▍▆▆▊▆▌█▄▋ ▍▋ ▄▄▍█▍▉▊▄▇▅▅▆▌▉▄▆▅
5 Months Ago
Merge from naval_update
5 Months Ago
- Fix deep sea map marker jitter - Clicking a mission in map view now centers on the deep sea marker if next objective is in the deep sea
5 Months Ago
Fix compile error
5 Months Ago
Merge from floating_cities
5 Months Ago
Adjust floating city mission provider transform on Casino Barge Run S2P for floating city scenes
5 Months Ago
Merge from naval_update
5 Months Ago
Merge from naval_missions
5 Months Ago
Run S2P on a bunch of scenes due to updated NPC prefabs
5 Months Ago
Merge from naval_missions
5 Months Ago
Deep sea prefab variants missing from manifest entity list
5 Months Ago
Post merge fixes
5 Months Ago
Merge from naval_update
5 Months Ago
- Setup metal detector source spawn points for rest of the deep sea islands - Remove NPC name from ConversationData and added to NPCTalking, prevents some NPC's from having names defined in different places - Made placeholder floating city mission provider look not placeholder - Improved how we retrieve conversation data node names
6 Months Ago
Merge from horse_medsyringe_healing
6 Months Ago
Fix horse buff icons not disappearing on the client when the modifier gets removed Rebalance speed boost following feedback
6 Months Ago
- Fix issue where loaded mission data could retrieve an invalid active mission index - Improvements for how map and compass mission markers handle deep sea locations - Various bits of cleanup to places retrieving the active mission instance from a player
6 Months Ago
Merge from horse_medsyringe_healing
6 Months Ago
- Fix horse health not updating correctly in main vitals HUD - Horse health now gets a special horse icon in the vitals HUD. Cog icon is still used for other vehicles - Fix medical syringe showing horse speed boost as an incorrect percentage, now shows extra km/h
6 Months Ago
Post merge regen things
6 Months Ago
Merge from naval_update
6 Months Ago
Merge from horse_medsyringe_healing
6 Months Ago
Update analytics event
6 Months Ago
Revert transform and collider changes that somehow snuck back in
6 Months Ago
Fix compile errors and reduce speed gained
6 Months Ago
- Horses can now be healed with medical syringes, in the same way we can heal other players - Medical syringes act as performance enhancing drugs for horses, giving a temporary boost to max gallop speed and a small replenishment of stamina (horse drugs are in Rust now) - Bandages do not work on horses - only syringes - All of above subject to change - Modified MedicalTool so that it can work for other entity types other than players. Added IMedicalToolTarget which we can attach to entities which we want to targetable, and handling per entity is now done on the entity rather than on the MedicalTool - Add TryGetOwnerPlayer to HeldEntity and TryGetEntity to BaseNetworkable as slightly neater ways of calling their respective methods
6 Months Ago
Make floating city delivery mission non repeatable