branchrust_reboot/main/more_map_markerscancel
100 Commits over 61 Days - 0.07cph!
Remove background blur from interest point background, causes lingering halo after closing map
Fixed delete button appearing on team leader markers
Visual tweaks to map UI marker list:
Padding/spacing adjustments to headers and list items.
Simplifed delete button to be visible within marker container.
Applied BG blur to marker container for better separation.
Tweaked local map marker rendering process on map list so that background refreshes don't disable the delete button while the marker is being hovered over
Fixed toggling team leader markers via eye icon not immediately hiding/showing team leader map markers
Fixed delete button appearing when hovering over team leader markers
Fixed being able to add markers too close to other markers, specifically when the cursor was hovering over another marker
Fixed exception when deleting a marker from the top left list
Fix map view snapping to a point of interest when pressing the delete button
Don't show the marker header if the player has no personal markers
New map markers will now use an unused colour
Potential fix for marker edit display briefly appearing somewhere else on the screen for a frame after deleting a marker
Fixed points of interest from an old server appearing briefly on the map when connecting to a different server in the same session
Added 5 pixels of padding around map markers, prevents multiple map markers being placed right on top of each other
Increased length of text on map markers on the compass to 4 characters
Decrease opacity of background behind map marker text, should improve visibility on text markers on top of snow
Fixed delete button not appearing on list widgets
Added a toggle to the team markers list on the map to hide them, disables team leader markers appearing in the compass or on the map
Added delete buttons to the marker list
Show team leader markers, better text sizing
Layout fixes, clicking on an entry now moves the map to that marker
First pass on showing a list of current map markers on the left of the map screen
Clear team pings on the client when leaving a team
Add ping to keybinds options menu
Simplify logic to keep the map open - stay open after clicking on a marker, and close the map when the edit dialog closes (unless map key is still held)
Do not auto select all on the marker label textbox so players don't accidentally erase the label if they still have the map key pressed
Add a background to the map marker's label to improve readability
Disable tooltip for team leader's map markers because they can only be removed by the team leader
Truncate map marker lables on the server so the client doesn't need to every time they update
Apply profanity filter on map marker labels from the team leader (not your own)
Change GameTip sorting order so it can show on top of the map now
Show a toast message when trying to place more markers than allowed
Fix new markers having the edit panel open if you add a new marker while one is being edited
Don't allow NeedsKeyboard to block mouse buttons - that's what NeedsMouseButton is for
Fixes the ping menu not being usable from the computer station UI
Fix some cases where the map marker list wouldn't expand to accomodate additional markers/pings on the map and compass
Fix radial menu not working when pinging with binoculars
Move phrases into their own fields so they don't get missed when generating phrases
Fix team leader's pings being duplicated in team update
Pings now appear on map (local + team)
Refactored some ping/map marker handling on map view to reduce duplication
Show pings on the compass
Can only ping while using binoculars, drones or cameras
Reduce default ping duration to 10s (was 30s)
thumb_up
21
thumb_down
19
Fixed incorrect makrer labels appearing on compass
Code review:
Fixed pings not working for teams with > 2 people
Removed an unused file
Decreased the minimum time between adding pings