summaryrefslogtreecommitdiff
path: root/indra/newview/llworldmapview.cpp
AgeCommit message (Collapse)Author
2024-01-17SL-20795 Part of previously typed emojis disappear in the 'Save settings as ↵Alexander Gavriliuk
a preset...' option of the 'Preferences' floater
2023-12-05Merge branch 'main' into DRTVWR-489Alexander Gavriliuk
2023-08-24Merge remote-tracking branch 'origin/main' into DRTVWR-489Andrey Kleshchev
# Conflicts: # indra/llcommon/llsdserialize.cpp # indra/llcommon/llsdserialize.h # indra/llmath/llvolume.cpp # indra/llrender/llgl.cpp # indra/llxml/llcontrol.cpp # indra/newview/llpanelnearbymedia.cpp # indra/newview/llsceneview.cpp # indra/newview/llselectmgr.cpp # indra/newview/llstartup.cpp # indra/newview/lltextureview.cpp # indra/newview/llvovolume.cpp # indra/newview/skins/default/xui/en/menu_viewer.xml
2023-08-23Merge remote-tracking branch 'origin/main' into DRTVWR-559Brad Linden
2023-05-17Some small tweaks after merge with Viewer releaseCallum Prentice
2023-05-17Merge remote-tracking branch 'origin/main' into DRTVWR-559Brad Linden
2023-05-17Merge branch 'main' into DRTVWR-582-maint-UAndrey Lihatskiy
# Conflicts: # indra/newview/llagentlistener.cpp # indra/newview/llcommanddispatcherlistener.cpp # indra/newview/llfilepicker_mac.mm # indra/newview/llworldmapview.cpp
2023-04-19SL-19609 Urls aren't dispatched according to the indicated gridAndrey Kleshchev
2023-03-31SL-19432 External group links dont load in SLAndrey Kleshchev
2023-02-10SL-19195 Fix for world map tiles not rendering if empty.Dave Parks
2022-11-09Merge branch contribution/emoji into DRTVWR-489-emojiKitty Barnett
2022-08-28Merge branch 'contribution/emoji'Kitty Barnett
2022-07-18SL-17785 FIXED World Map scrolls too slowly when searching for a region.Mnikolenko Productengine
2022-05-26Merge 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: Test to scroll mouse wheel to map position on main map/minimapCosmic Linden
2021-11-30SL-16386 replace gutted LLRender::setAlphaRejectSettings() with explicit flush()Dave Houlton
2019-11-12Downstream merge from lindenlab/viewer-servalAndreyL ProductEngine
2019-11-06Characters can have more than one representation in LLFontFreetypeKitty Barnett
* By default all viewer text will use B/W glyphs * Added temporary use_color attribute to LLTextBase for testing
2019-09-26SL-12016 Mini-map avatar icon (Z-position) fixAndreyL ProductEngine
2019-08-14Merged in lindenlab/viewer-releaseandreykproductengine
2019-08-10DRTVWR-493 LLUI to LLParamSingletonandreykproductengine
2019-05-23Merged in default (pull request #56)Andrey Lihatskiy
SL-10898[Mac] Camera spins and pulls back when using alt+zoom with mouse Approved-by: Maxim Nikolenko Approved-by: Andrey Lihatskiy
2019-05-21SL-10898[Mac] Camera spins and pulls back when using alt+zoom with mouseruslantproductengine
2019-04-02Merged in lindenlab/viewer-releaseAndreyL ProductEngine
2019-03-13Fixed (#3)ruslantproductengine
2019-01-03SL-8963 Fixed Long name of region overlaps with next one on the World mapandreykproductengine
2018-11-26SL-9766 [Render] [Mac] Alt + left mouse click has severely impaired functionsruslantproductengine
SL-10019 - [Mac] [Render] Right-click context menu immediately disappears when clicking any place in the ‘Inventory’ floater SL-9984 - [Retina] Camera frustum, do not display correctly on "WORLD MAP" window. SL-10027 - [Mac] [Render] Add toggle for Retina support to mitigate FPS loss Re-FIX for Retina support.
2018-10-31SL-9984 - [Retina] Camera frustum, do not display correctly on "WORLD MAP" ↵ruslantproductengine
window.
2018-08-29SL-967 simplify viewer log file field syntaxOz Linden
MAINT-8991: only escape log message characters once, add unit test remove extra log line created by LL_ERRS document that tags may not contain spaces
2018-11-12SL-10043 FIXED Viewer crashes when double-clicking 'For sale' parcel icon on ↵maxim_productengine
World map in some cases
2017-12-20MAINT-1251 Fixed Search Error when Double Clicking on Sales Tags in WorldMapandreykproductengine
2015-11-10remove execute permission from many files that should not have itOz Linden
2014-12-10Rename llround(..) to ll_round(..) because of a collision with MS llround ↵callum_linden
(long long round) in VS2013
2014-10-20Update to build on Xcode 6.0: Large (and final) collection of fixes for ↵callum_linden
unused variables, unused const-variables, unused member variables & functions etc. Also removed flags from CMake
2014-05-07Merge downstream version 3.7.8 codesimon
2014-03-28MAINT-3871 FIXED Recent issues with dragging the World Map.maksymsproductengine
2014-03-12merge with releaseRichard Linden
2013-10-23MAINT-3250 FIXED [TUI] Dragging on the Map does not working correctlymaksymsproductengine
2013-10-08merge from viewer-releaseRichard Linden
2013-08-09second phase summer cleaningRichard Linden
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc.
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
2013-06-05merge with viewer-releaseRichard Linden
2013-05-09Merge downstream code and viewer-betasimon
2013-04-19merge changes for DRTVWR-294Oz Linden
2013-04-11Merge in downstream code (chui fixes, materials)simon
2013-03-29Update Mac and Windows breakpad builds to latestGraham Madarasz
2013-03-22Pull and merge latest viewer-betasimon
2013-03-20Merge with viewer-chuiprep@lindenlab.com