summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterworldmap.cpp
AgeCommit message (Collapse)Author
2022-10-20Merge branch 'master' into DRTVWR-570-maint-QAndrey Lihatskiy
# Conflicts: # indra/newview/llnetmap.cpp # indra/newview/llnetmap.h
2022-10-11SL-18165 Tighten up some command permissionsAndrey Kleshchev
2022-09-15Merge branch 'master' into DRTVWR-548-maint-NAndrey Lihatskiy
# Conflicts: # indra/newview/llmodelpreview.h
2022-08-04SL-17785 FIXED World Map scrolls too slowly after pressing "Me" buttonMnikolenko Productengine
2022-08-04Merge branch 'master' into DRTVWR-544-maintAndrey Lihatskiy
# Conflicts: # indra/newview/llpanelface.cpp # indra/newview/llpanelface.h # indra/newview/llpanelobject.cpp
2022-08-04Merge branch 'master' into DRTVWR-548-maint-NAndrey Lihatskiy
# Conflicts: # indra/newview/llfloaterworldmap.cpp # indra/newview/llvovolume.cpp
2022-07-18SL-17785 FIXED World Map scrolls too slowly when searching for a region.Mnikolenko Productengine
2022-07-07SL-17666 Allow Map sidebar UI to be hiddenMnikolenko Productengine
2022-04-19DRTVWR-548 post-merge build fixAndrey Lihatskiy
2022-04-18Merge branch 'master' into DRTVWR-544-maintAndrey Lihatskiy
# Conflicts: # indra/newview/app_settings/settings.xml # indra/newview/llfloatersearch.cpp # indra/newview/llgroupactions.cpp # indra/newview/llvovolume.cpp
2022-04-18Merge branch 'master' into DRTVWR-548-maint-NAndrey Lihatskiy
2022-04-05SL-15232: Clang formatCosmic Linden
2022-04-05SL-15232: Clean up LLWorldMapView a bit.Cosmic Linden
Avoid a static variable hack and convert a few related variables/methods to non-static as well
2022-04-05SL-15232: Fix top/right edges of main map not being scrollableCosmic Linden
2022-04-05SL-15232: Test to scroll mouse wheel to map position on main map/minimapCosmic Linden
2022-03-29SL-17091 FIXED Walk/Run/Fly buttons are not clickableMnikolenko Productengine
2022-03-23SL-17037 Center map on current location after teleportingMnikolenko Productengine
2022-02-02SL-11011 Multiselect, scroll to selection and search fix for estate's ban listAndrey Kleshchev
2021-07-09SL-14799 add "Hide beacon" buttonMnikolenko Productengine
2019-08-10DRTVWR-493 LLUI to LLParamSingletonandreykproductengine
2018-11-05SL-9991 FIXED Crash in LLViewerLODTexture::processTextureStats()maxim_productengine
2018-01-25MAINT-2375 FIXED World Map always shows first friend location after search ↵maxim_productengine
for some users
2017-03-06Automated merge with ssh://bitbucket.org/lindenlab/viewer-releaseNat Goodspeed
2016-12-26MAINT-965 FIXED Teleport to friend location in world map omits Z valueandreykproductengine
2016-12-20DRTVWR-418: Fix API for LLTracker::stopTracking().Nat Goodspeed
The signature for LLTracker::stopTracking() was silly: it accepted a void* for the sole purpose of testing whether it was NULL. In other words, the parameter was really a bool in void* clothing. Most callers passed NULL. What got ugly was when you wanted to pass 'true', or a variable bool value. Such values had to be cast to void*. In 64-bit land, the compiler correctly flags that as extremely dubious practice. But it's entirely unnecessary. Since stopTracking() wants a bool, change its parameter to bool. Everybody wins. (While at it, change a few related method params from BOOL to builtin bool.)
2016-05-19Merged in lindenlab/viewer-releaseAndreyL ProductEngine
2016-04-28MAINT-1639 FIXED map seach clears itself when you are at the first place in ↵Mnikolenko Productengine
map search
2015-11-10remove execute permission from many files that should not have itOz Linden
2015-04-28Merge viewer-release, become version 3.7.29Mnikolenko ProductEngine
2015-04-17MAINT-4784 FIXED Don't clear destination beacon, when text is unchanged in ↵Mnikolenko ProductEngine
input boxes.
2015-04-13merge changes for 3.7.27-releaseOz Linden
2015-01-12MAINT-2742 FIXED Duplicate Display Names appear once in share pickerMnikolenko ProductEngine
2014-12-12MAINT-4739 FIXED Restore cursor when WorldMap floater loses focus.Mnikolenko ProductEngine
2014-12-10Rename llround(..) to ll_round(..) because of a collision with MS llround ↵callum_linden
(long long round) in VS2013
2014-02-12merge with releaseRichard Linden
2013-11-26STORM-1986 Added right click Show on Map context menu for Inventory floater ↵Jonathan Yap
landmarks Possible fix for BUG-4593
2013-07-30Summer cleaning - removed a lot of llcommon dependencies to speed up build timesRichard Linden
consolidated most indra-specific constants in llcommon under indra_constants.h fixed issues with operations on mixed unit types (implicit and explicit) made LL_INFOS() style macros variadic in order to subsume other logging methods such as ll_infos added optional tag output to error recorders
2011-08-15merge changes for storm-1557Oz Linden
2011-08-08EXP-1065 FIX -- Inventory has slowed to a crawl. Clicking between items has ↵Leslie Linden
an average one second delay. Same with switching between tabs. * Removed numerous places in the code that called findChild across the inventory panel unnecessarily. * Conglomerated uses of inbox and outbox inventory panels to the sidepanel class so the pointers can be cached and functionality like selection handling can be done more efficiently. * Optimized LLView::childHasKeyboardFocus() to work backwards up from the focus object rather than searching for children that may or may not turn out to have focus. Reviewed by Richard.
2011-08-05STORM-1427 FIXED Fixed a debug assertion triggered in the world map floater.Vadim ProductEngine
Apparently, passing empty region name to the MapNameRequest makes server return empty name in MapBlockReply, which triggered the assertion.
2011-07-19merge changes for vwr-26066Oz Linden
2011-07-01VWR-25753 Searching in the world map clears the destination arrow but not ↵Kadah_Coba
the destination beacon
2011-06-20merged VWR-26066: request LLFloaterWorldMap child "zoom slider" with correct ↵Boroondas Gupte
type LLSliderCtrl instead of LLSlider to get rid of warning when opening map flaoter
2011-06-20VWR-26066: FIXED request LLFloaterWorldMap child "zoom slider" with correct typeBoroondas Gupte
LLSliderCtrl instead of LLSlider to get rid of warning when opening map flaoter
2011-06-11VWR-25480 Worldmap: Partial region name search UI bugAnsariel Hiller
Patch converted and tested by Jonathan Yap
2011-05-17Merge with viewer-developmentDon Kjer
2011-05-02merge changes for storm-1128bOz Linden
2011-04-19STORM-1128 Add space after a commaJonathan Yap
2011-04-16STORM-1128 Made a few code changes suggested in code review comments.Jonathan Yap
2011-04-16STORM-1128 GCC fixes: formatting changes, moved compare routine back to topJonathan Yap