Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-19 | Merge with tip of Master after a Viewer release | Callum Prentice | |
2021-06-03 | SL-15272 Bugsplat crashes at condition wait() | Andrey Kleshchev | |
Made sure all waits will be triggered, won't loop back and that in case of http queue it had some time to trigger | |||
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-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. | |||
2020-09-24 | Complete the change from lldiskcache -> llfilesystem and then addition of ↵ | Callum Prentice | |
new lldiskcache implementation | |||
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-09-02 | SL-13891 Coroutine creation was requested on exit | Andrey Kleshchev | |
2016-09-16 | MAINT-6570: Fix bad merge. | Rider Linden | |
2016-07-11 | MAINT-6534 Resetting scripts via the build menu no longer works on many ↵ | andreykproductengine | |
scripted objects | |||
2016-06-30 | MAINT-6534 Resetting scripts fails due to small timeout | andreykproductengine | |
2016-06-15 | MAINT-6486: Use literal string. Don't try and look it up. | Rider Linden | |
2016-06-10 | Make string ref in HandleScriptUserData const | Rider Linden | |
2016-06-10 | MAINT-6486: Be sure that all the script queue functions hit all objects and ↵ | Rider Linden | |
scripts in those objects. Convert from responders and callbacks to coroutines. | |||
2016-04-04 | merge with 4.0.3-release | Oz Linden | |
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2015-09-03 | Changes from code review with Nat | Rider Linden | |
2015-09-03 | Moved group experiences into experience cache. Use coros and new HTTP libs. | Rider Linden | |
2015-09-02 | Move associated experience fetching into the ExperienceCache as a coro ↵ | Rider Linden | |
remove the responder. | |||
2015-08-26 | Convert exp floater to use coroutines | Rider Linden | |
Convert script queue compilation exp request | |||
2015-07-23 | Remove unused code and llassetuploadresponders files. | Rider Linden | |
2015-07-20 | Remove old "compile queue" and replace with the coroutine based upload queue. | Rider Linden | |
2014-06-24 | Updated all experience responders for LLCurl::Responder interface changes ↵ | Cho | |
for ACME-1535 and ACME-1536 | |||
2014-05-07 | Build>Scripts>Recompile Scripts now will skip Experience scripts that the agent | dolphin | |
can not contribute to and will keep Experience association otherwise. | |||
2013-08-09 | second phase summer cleaning | Richard Linden | |
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc. | |||
2013-07-30 | Summer cleaning - removed a lot of llcommon dependencies to speed up build times | Richard 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-05 | merge with viewer-release | Richard Linden | |
2013-04-19 | merge changes for DRTVWR-294 | Oz 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 | |||
2012-10-11 | Updating linux build to gcc4.6 | Don Kjer | |
2012-04-06 | STORM-1833 Square char is presented in list of recompilation for script with ↵ | Jonathan Yap | |
error Subtask of STORM-637 | |||
2012-01-30 | STORM-637 Scripts Progress windows Missing | Jonathan Yap | |
2010-08-27 | Post-convert merge by convert_monolith.py from ./viewer-experience | Monroe Linden | |
2010-08-16 | moved buildFloater out of lluictrlfactory to llfloater.cpp | Richard Nelson | |
2010-08-24 | Backed out changeset c3d41f18ce2b | Tofu Linden | |
back-out the back-out for this branch. yay. | |||
2010-08-24 | Backed out changeset a62bf7c0af21 | Tofu Linden | |
Backing out this merge that I pushed (prematurely) to the wrong place. | |||
2010-08-24 | merge heads. whew. | Tofu Linden | |
2010-08-13 | Change license from GPL to LGPL (version 2.1) | Oz Linden | |
2010-07-30 | deprecated LLPanel::child*() methods | Richard Nelson | |
2010-04-05 | EXT-6703 : LLInventory.h cleanup and create new LLInventoryDefines | Loren Shih | |
Took out enums and flags from LLInventory into LLInventoryDefines Did a bunch of header file reformatting for LLInventory.h Change made to simulator files as well. | |||
2010-01-28 | CID-379 | Tofu Linden | |
Checker: UNINIT_CTOR Function: LLFloaterScriptQueue::LLFloaterScriptQueue(const LLSD &) File: /indra/newview/llcompilequeue.cpp | |||
2010-01-26 | implemented EXT-4588 “Redirect messages that went to the Communicate ↵ | Alexei Arabadji | |
floater”; --HG-- branch : product-engine | |||
2010-01-20 | more on removing LLFloaterChat | Ychebotarev ProductEngine | |
there was some places with messages that (as I think) should not go to nearby chat. but still probably should go somewhere... code is commented and messages are marked with: //TODO* CHAT: how to show this? --HG-- branch : product-engine | |||
2010-01-18 | work on EXT-4322 Remove the Communicate floater | Ychebotarev ProductEngine | |
leave some LLFloaterChat usages commented for later review... --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-11-24 | Removed include llnotifications.h from llfloater.h trying to speed builds | James Cook | |
Fixed many other includes related to this file. Cleaned out llfloatertestlistview to be an empty test floater. | |||
2009-06-23 | Fixed a bunch of missing includes and forward declares. I was trying to ↵ | James Cook | |
benchmark with precompiled headers off, but we'll have to do a bunch more cleanup before it's possible to disable that feature cleanly. Not reviewed. |