Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-19 | Merge with tip of Master after a Viewer release | Callum Prentice | |
2021-06-30 | SL-15434 The 'Add to my Landmarks' star icon is not marked in the Top menu bar | Andrey Kleshchev | |
2021-04-29 | Clean up a merge conflict | Callum Prentice | |
2021-04-29 | Merge master (DRTVWR-515) into DRTVWR-516-maint | Andrey Kleshchev | |
# Conflicts: # autobuild.xml # doc/contributions.txt # indra/llcommon/llcoros.cpp # indra/llmessage/llcoproceduremanager.cpp # indra/newview/llfloaterfixedenvironment.cpp # indra/newview/llfloaterimsessiontab.cpp | |||
2021-04-23 | SL-14956 Fix landmarks sometimes staying in mLoadedCallbackMap #2 | Andrey Kleshchev | |
Improved fix | |||
2021-04-21 | SL-14956 Fix landmarks sometimes staying in mLoadedCallbackMap | Andrey Kleshchev | |
2021-03-09 | This set of changes reverts the merge with master (git revert c83e740) and ↵ | Callum Prentice | |
results in a version of the DRTVWR-519 that matches what was presemt before it was deployed as a release viewer *plus* 3 small fixes from Maxim (See commits). This branch can now be used for additional fixes before eventually being used to release D-519 as normal | |||
2021-03-09 | Merge branch 'master' into DRTVWR-516-maint | Andrey Lihatskiy | |
2021-03-09 | Merge branch 'master' into DRTVWR-515-maint | Andrey Lihatskiy | |
2021-03-08 | Revert "Merge branch 'master' of https://bitbucket.org/lindenlab/viewer into ↵ | Brad Payne (Vir Linden) | |
DRTVWR-519" This reverts commit e61f485a04dc8c8ac6bcf6a24848359092884d14, reversing changes made to 00c47d079f7e958e473ed4083a7f7691fa02dcd5. | |||
2021-03-02 | Merge branch 'master' into DRTVWR-516-maint | Andrey Lihatskiy | |
2021-03-02 | Merge branch 'master' into DRTVWR-515-maint | Andrey Lihatskiy | |
2021-01-30 | SL-14793 Landmark fetching not cleaning request list on completion | Andrey Kleshchev | |
2020-11-13 | Merge branch 'master' into DRTVWR-516-maint | Andrey Lihatskiy | |
# Conflicts: # indra/llui/llfolderview.cpp # indra/llui/llfolderviewmodel.cpp # indra/newview/llenvironment.cpp | |||
2020-11-11 | Merge branch 'master' into DRTVWR-519 | Callum Prentice | |
2020-10-01 | SL-14037 BugSplat Crash #646590: Enqueue failed in AIS | Andrey Kleshchev | |
2020-09-28 | Merge branch 'master' into DRTVWR-516-maint | Andrey Lihatskiy | |
# Conflicts: # indra/newview/llvocache.cpp | |||
2020-09-24 | Complete the change from lldiskcache -> llfilesystem and then addition of ↵ | Callum Prentice | |
new lldiskcache implementation | |||
2020-09-23 | SL-13986 Validate buffer size to avoid SIGBUS crash on sscanf | Andrey Kleshchev | |
2020-09-22 | Merge branch 'master' into DRTVWR-519 | Callum Prentice | |
2020-09-16 | Renamed the references to LLVFile and llvfile.* source code plus cmake ↵ | Callum Prentice | |
scripts to use a different name - lldiskcache - since that more closely resembles what it is (or will be) now that the VFA is no more | |||
2020-09-16 | First part of change to remove LLVFS from the Viewer. Consists of code ↵ | Callum Prentice | |
changes to remove LLVFS and LLVFSThread classes along with the associated source files. The existing llvfs folder is renamed to llcache. Also includes changes to CMake script in many places to reflect changes. Eventually, llvfile source file and class will be renamed but that is not in this change. | |||
2020-08-17 | SL-13789 Crash 'Enqueue failed' due to viewer requesting over 4K landmarks | Andrey Kleshchev | |
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2014-03-12 | merge with release | Richard Linden | |
2014-02-14 | More memory cleanup of containers after DeletePairedPointer() usage. | simon | |
2013-08-09 | second phase summer cleaning | Richard Linden | |
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc. | |||
2013-06-05 | merge with viewer-release | Richard Linden | |
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2012-10-17 | SH-3405 WIP convert existing stats to lltrace system | Richard Linden | |
started conversion of llviewerassetstats removed old, dead LLViewerStats code made units tracing require units declaration clean up of units handling | |||
2012-10-15 | SH-3405 WIP convert existing stats to lltrace system | Richard Linden | |
converted all remaining LLViewerStats to lltrace | |||
2010-08-18 | EXT-7325 FIXED Disabled "Show on Map" context menu item in My Landmarks ↵ | Sergei Litovchuk | |
while landmark coordinates are being downloaded from landmarks list. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/866/. --HG-- branch : product-engine | |||
2010-08-13 | Change license from GPL to LGPL (version 2.1) | Oz Linden | |
2010-01-20 | fix build error from PE tree. | Tofu Linden | |
2010-01-19 | Fix for normal bug EXT-3749 - Clicking landmark attachment on Group notices ↵ | Dmitry Zaporozhan | |
doesn't open side panel. --HG-- branch : product-engine | |||
2009-12-11 | implemented EXT-2323 “Get rid from obsolete notification widgets”; | Alexei Arabadji | |
--HG-- branch : product-engine | |||
2009-11-25 | Created lightweight LLNotificationsUtil::add(), switched most alerts to use it | James Cook | |
Cuts number of includes of llnotifications.h from 300+ to 40. | |||
2009-10-26 | EXT-1402 - Thousands of "WARNING: LLAssetStorage::getAssetData: Discarding ↵ | Steve Bennetts | |
duplicate request for asset" lines Added a list of requested landmark assets and limited the frequency of multiple requests for the same asset | |||
2009-09-23 | Decided that the lldebugs should really be llwarns. | Steven Bennetts | |
2009-09-23 | Partial fix for EXT-1123 (this shouldn't merit a notification), but we ↵ | Steven Bennetts | |
should investigate why these requests are failing in the first place. | |||
2009-06-21 | merge -r 122421-124917 viewer-2.0.0-2 -> viewer-2.0.0-3 | Steven Bennetts | |
ignore-dead-branch | |||
2009-04-16 | svn merge -r117314:117337 | Adam Moss | |
svn+ssh://svn.lindenlab.com/svn/linden/branches/moss/mv13a-merge-1 QAR-1343 maint-viewer-13a+libcurlexploitfix-3-3 combo merge | |||
2009-01-08 | Result of svn merge -r107256:107258 ↵ | Aaron Brashears | |
svn+ssh://svn/svn/user/phoenix/license_2009_merge into trunk. QAR-1165 | |||
2009-01-05 | svn merge -r106715:HEAD ↵ | Kent Quirk | |
svn+ssh://svn.lindenlab.com/svn/linden/branches/q/notifications-merge-r106715 . QAR-1149 -- Final merge of notifications to trunk. | |||
2008-04-01 | merge release@83343 skinning-1-merge@83714 -> release | Steven Bennetts | |
QAR-424 | |||
2007-10-04 | Result of svn merge -r71162:71205 ↵ | Aaron Brashears | |
svn+ssh://svn/svn/linden/branches/new-license into release. only changes files which are not deployed or the comments section of code. | |||
2007-08-21 | EFFECTIVE MERGE: svn merge -r 66133:68118 ↵ | Christian Goetze | |
svn+ssh://svn/svn/linden/branches/maintenance into release Actual action: branched maintenance-r68118, merged in release, then copied result into release | |||
2007-02-02 | Result of svn merge -r57264:57370 ↵ | Aaron Brashears | |
svn+ssh://svn/svn/linden/branches/adroit.r40-68 into release. | |||
2007-01-02 | Print done when done. | James Cook | |