userMartyn Chapmancancel

384 Commits over 183 Days - 0.09cph!

53 Days Ago
Codegen, rebuild phrases, update manifest Run FishingVillageB S2P
53 Days Ago
Merge from naval_update
53 Days Ago
- Add support for incremental bonus rewards, to dispense a reward depending on how close we got to the objective target. Setup for underwater labs bonus objective - Add option for distance threshold for kills from team members on KillEntity objective types. Enabled this and set to 50m for the scientist boat hunt mission objective - Decreased scientist boat hunt target amount to 8 and updated mission phrases to be specific to RHIB - Increased wood item amount for floating city wood delivery mission
54 Days Ago
- Add ability to hide mission markers on map and compass per objective. Set this up for underwater labs mission, so compass marker disappears whilst within the vicinity of the lab. Marker stays visible on map to indicate the general mission area - Modify mission location to belong to each objective rather than a single mission location belonging to the mission instance to enable having more than one marker for a mission active at once (not fully setup yet) - Add some client equivalent methods on missions for Think and OnObjectiveStart. Did not end up using these but leaving them as could be useful - Separate out the methods for flagging missions protobuf data as dirty and saving that data. Saved a few instances where we were uneccessarily generating and sending data more than once in a server update cycle - Made ObjectiveStatus poolable and removed associated allocations - Fix kill entity mission objectives being incremented twice if kills from team members are enabled - Fix mission fail timer not using Unix time - Bump network protocol due to updated protobuf
58 Days Ago
Chainsword engine now always starts, matches base chainsaw
58 Days Ago
Commit progress - Setup bonus objective for underwater labs mission - Add persistent mission entities to MissionInstance, for tracking entities which exist outside of the mission and are not spawned as part of the mission. Entity info added alongside spawned mission entities in mission protobuf data - Small improvements for Divemaster and Hunter conversation dialogue - Fix NRE when opening dialogue graphs which contain speech nodes with several fail conditions - Small improvement for displaying mission list node - Add attribute and property drawer for ConversationData to display button to open graph view where a ConversationData asset is displayed in the inspector - Improved BaseMission editor inspector for objectives - String optimisation for MissionsHUDToDo - Conversation panel size no longer appears to quickly change after pressing a response and then waiting for server response
2 Months Ago
Codegen
2 Months Ago
Merge from naval_update
2 Months Ago
Fishing villages S2P
2 Months Ago
- Changes to how conversation data is saved from the dialogue editor graph - Fix oil rig mission item shortname - Dialogue options populated through a mission list node now display a mission icon next to the dialogue choice, indicating the option is a mission name. Added flex elements to dialogue option UI to support this - Fixed issue where displayed dialogue option number could be wrong when displaying a mission list node - Can now talk to NPC's whilst using noclip
2 Months Ago
Post merge fixes: - Fix phrase conflict - Rebuild manifest
2 Months Ago
Fixes for Lumberjack and Outpost scientist NPC's
2 Months Ago
- Add mission relating to underwater labs, given by fishing village Divemaster - Some small improvements to existing Divemaster dialogue - Fix dialogue graph node connections not being deleted with the node - Add string identifier field to mission event payload - Dialogue graph now saves before closing due to an assembly reload - Fix NPCMissionProvider releasing the wrong list to pool Some fixes for the boombox as it relates to the new mission: - Boombox play phrase no longer refers to a cassette tape if there is no valid tape inserted - Microoptimizations to boombox distance checks
2 Months Ago
Set boat scientist mission hunt objective to only progress if the objective has started
2 Months Ago
Fix potential index out of range exception when displaying mission rewards during conversation
2 Months Ago
Fix mission item pickup being setup wrong on small oil rig
2 Months Ago
Merge from naval_missions
2 Months Ago
Better patch solution that should prevent potential "Attempted to read past the end of the BufferStream" exceptions
2 Months Ago
Add ServerVar 'global.legacymonumentnotifications' for forcing old monument notification behaviour (UI message, no sounds)
2 Months Ago
Reapply oilrig monument changes for mission
2 Months Ago
Merge from naval_update
2 Months Ago
Post merge compile fix
2 Months Ago
Merge from main
2 Months Ago
Fix new notification sounds not responding to volume controls Remove command for debugging oil rig server reset, no longer needed
2 Months Ago
Improvements to dialogue graph speech nodes, they now look nicer FIx for recent change to LocalizationTokenDrawer, label text should now being displayed correctly
2 Months Ago
Merge from naval_update
2 Months Ago
Merge from naval_update/floating_cities
2 Months Ago
Reapply placeholder mission things to floating city, applied to Casino Barge prefab Run S2P
2 Months Ago
Merge from monument_notification_sounds
2 Months Ago
2 Months Ago
Merge from monument_notification_sounds
2 Months Ago
Fix for oil rig notification not working on server restart 🤞
2 Months Ago
Merge from monument_notification_sounds
2 Months Ago
Potential fix for sounds not responding to volume controls in build
2 Months Ago
Merge from monument_notification_sounds
2 Months Ago
- Fix for cargo ship notification, now plays only on a triggered event spawn rather than any spawn - Add convar for reenabling monument toast notifications - Add debug convar to figure out what's going wrong with oil rig notifications - Protocol increment for modified RPC's
3 Months Ago
Merge from monument_notification_sounds
3 Months Ago
Merge from main
3 Months Ago
Fix issues with oil rig sound notification prefab
3 Months Ago
Merge from naval_missions
3 Months Ago
Reapply monument changes
3 Months Ago
Merge from /main/vm chainsaw update
3 Months Ago
Merge from naval_update
3 Months Ago
Merge from monument_notification_sounds
3 Months Ago
Increment network protocol for new RPC's
3 Months Ago
Restore changes
3 Months Ago
Merge from main
3 Months Ago
3 Months Ago
Apply oil rig changes via S2P Add support for different sounds for large/small oil rig
3 Months Ago
Merge cleanup