Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-07-29 | #2100 BugSplat Crash #1497210: LLVOAvatar::updateImpostors()(10616) | Alexander Gavriliuk | |
2024-07-08 | Re-enable compiler warnings C4244 and C4396 except for lltracerecording.h ↵ | Ansariel | |
and llunittype.h for now | |||
2024-05-23 | Merge remote-tracking branch 'origin/DRTVWR-600-maint-A' into ↵ | Brad Linden | |
brad/merge-maint-a-to-dev | |||
2024-05-02 | #1354 Make coroutines use LLCoros::Mutex instead of LLMutex (#1356) | RunitaiLinden | |
* #1354 Make coroutines use LLCoros::Mutex instead of LLMutex * #1354 Fix some more unsafe coroutine executions. * #1354 Implement changes requested by Nat | |||
2024-04-29 | #824 Process source files in bulk: replace tabs with spaces, convert CRLF to ↵ | Andrey Lihatskiy | |
LF, and trim trailing whitespaces as needed | |||
2024-03-05 | SL-17896 Don't crash silently if files are missing or out of memory | Andrey Kleshchev | |
Under debug LL_ERRS will show a message as well, but release won't show anything and will quit silently so show a notification when applicable. | |||
2023-08-01 | SL-18623 LLAvatarRenderInfoAccountant coroutine crash | Andrey Kleshchev | |
For unknown reason allocations of these coroutines often crash on client machines. 1. Limit quantity of coros running in parallel by reducing retries and wait time 2. Print out more diagnostic info | |||
2022-11-22 | SL-18219 Crash getting and sending render info on exit | Andrey Kleshchev | |
There might be other causes for sendRenderInfoToRegion and getRenderInfoFromRegion, crashing, but in some cases viewer was shutting down | |||
2022-05-31 | Merge branch 'master' into DRTVWR-544-maint | Andrey Lihatskiy | |
# Conflicts: # indra/llprimitive/llmodel.cpp # indra/llprimitive/llmodel.h # indra/newview/llappviewer.cpp # indra/newview/llappviewer.h | |||
2022-04-18 | Merge branch master (D540) into DRTVWR-546 | Andrey Kleshchev | |
# Conflicts: # indra/llcommon/llsdutil.cpp # indra/newview/VIEWER_VERSION.txt # indra/newview/lldrawpoolalpha.cpp # indra/newview/lldrawpoolwater.cpp | |||
2022-04-18 | Merge branch 'master' into DRTVWR-544-maint | Andrey Lihatskiy | |
# Conflicts: # indra/newview/app_settings/settings.xml # indra/newview/llfloatersearch.cpp # indra/newview/llgroupactions.cpp # indra/newview/llvovolume.cpp | |||
2022-03-29 | SL-17059 SEH crash at getRenderInfoFromRegion | Andrey Kleshchev | |
2022-03-21 | SL-17040 Crash when looking for a region by handle or position | Andrey Kleshchev | |
Might be a better idea to turn LLWorld back into an LLSingleton. Too many things to track. | |||
2021-06-09 | SL-15365 LLCoros::launch crash | Andrey Kleshchev | |
Superficially looks like an out of memory crash, redirect allocation failures into LL_ERRS. | |||
2018-06-26 | MAINT-8790 - ignore control avatars when fetching or sending complexity stats. | Brad Payne (Vir Linden) | |
2018-06-07 | MAINT-8689 Potential crash fix | andreykproductengine | |
2016-07-05 | SL-109 - little bit of log spam cleanup | Brad Payne (Vir Linden) | |
2016-04-05 | fix merge error that broke reading avatar complexity reports from simulator | Oz Linden | |
2016-04-04 | merge with 4.0.3-release | Oz Linden | |
2016-02-12 | Suppress some overly verbose logging | Oz Linden | |
2015-09-18 | Set consistent terminology for yield/wait -> suspend for coroutines. | Rider Linden | |
2015-08-26 | refine fix for MAINT-5560 based on review feedback and to fix VS objection | Oz Linden | |
2015-08-25 | MAINT-5560: Correct imposter rendering flaws for avatars that have not had ↵ | Oz Linden | |
any attachments | |||
2015-08-19 | MAINT-5378 Add notices for avatar complexity changes | andreykproductengine | |
2015-07-10 | Backed out changeset bab1000e1b2d: restore 'selfless' changes | Nat Goodspeed | |
2015-07-08 | add markers for where the UI notice hooks go | Oz Linden | |
2015-07-07 | Backout selfles merge 738255dbbfd679d9e615baab3398e5e345bbb3c5 | Rider Linden | |
2015-07-01 | MAINT-5351: Remove 'self' parameter from coroutine functions. | Nat Goodspeed | |
lleventcoro_test.cpp runs clean (as modified for new API), and all the rest builds clean, but the resulting viewer is as yet untested. | |||
2015-06-03 | Remove vestigial httpclient.h include from files that no longer need it. | Rider Linden | |
2015-05-15 | add reception of how many avatars report that you are over their limit | Oz Linden | |
2015-05-11 | Updated feature manager downloader to coroutine. | Rider Linden | |
Added "raw" coroutine handler (returns raw result as LLSD::Binary) and split out the guts of the get, put, etc methods. Moved getStatusFromLLSD from HttpCoroHandler into HttpCorutineAdapter | |||
2015-04-17 | reorganize visual muting, impostors, and complexity criteria [does not ↵ | Oz Linden | |
render correctly yet] | |||
2015-04-16 | Facebook conversion. | Rider Linden | |
2015-04-15 | Avatar rendering accountant upgrade. | Rider Linden | |
2015-03-27 | first set of chnages from code review from Nat | Rider Linden | |
2015-02-22 | add visual mute status to rendering info reported to the simulator | Oz Linden | |
2015-02-21 | merge impostor and visual muting changes | Oz Linden | |
2014-12-15 | MAINT-4716: correct reading of and debug display for avatar render cost info | Oz Linden | |
2014-12-03 | further improvements to avatar render info display and logging of associated ↵ | Oz Linden | |
server messages | |||
2014-12-01 | Improve display of avatar rendering info, remove last use of ↵ | Oz Linden | |
RenderAutoMuteFunctions | |||
2014-03-12 | merge with release | Richard Linden | |
2013-12-10 | Re-fix merge issue that removed "AvatarRenderInfo" cap usage | simon | |
2013-11-11 | Automated merge with http://bitbucket.org/lindenlab/viewer-release | Richard Linden | |
2013-10-08 | merge from viewer-release | Richard Linden | |
2013-09-30 | MAINT-3193 FIXED crash with LLControlCache<bool>::LLControlCache: Control ↵ | MaximB ProductEngine | |
named RenderAutoMuteLoggingnot found. | |||
2013-09-20 | Fix AvatarRenderInfo cap broken in merge, add a new diagnostic log message | simon | |
2013-09-17 | MAINT-3161 : Clean up avatar muting code and prototype feature | simon | |
2013-08-27 | MAINT-3065 : Avatar render info's 'geometry' stat is unpredictable for ↵ | simon | |
linked objects Removed "geometry" and "surface" Reviewed by Kelly | |||
2013-10-04 | MAINT-3270 FIXED crash in LLControlCache<unsigned int>::LLControlCache: ↵ | maksymsproductengine | |
Control named RenderAutoMuteFunctionsnot found | |||
2013-09-30 | MAINT-3193 FIXED crash with LLControlCache<bool>::LLControlCache: Control ↵ | MaximB ProductEngine | |
named RenderAutoMuteLoggingnot found. |