Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-14 | Pull merge with lindenlab/viewer-bear | Merov Linden | |
2013-10-14 | Pull merge from lindenlab/viewer-release | Merov Linden | |
2013-09-09 | Merge viewer-release | 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-08-27 | merge changes for 3.6.4-release | Oz Linden | |
2013-08-26 | Tweak MAINT-3046 fix for faster remove_() performance | simon | |
2013-08-23 | MAINT-3046 fix test regression from debug llassert accidentally checked in ↵ | Graham Linden | |
with crash fix | |||
2013-08-23 | MAINT-3046 make LLNotifications clear out vecs of LLNotificationChannelPtr ↵ | Graham Madarasz (Graham Linden) | |
so singleton cleanup doesn't do things it really ought not do | |||
2013-09-09 | Merge downstream code with viewer-release | simon_linden | |
2013-08-27 | Merge downstream code | simon_linden | |
2013-08-26 | Merge downstream code for CHUIStorm | simon | |
2013-08-22 | MAINT-2850 Fix for linux build | dmitry | |
2013-08-21 | Merge downstream code, including viewer-release | simon | |
2013-08-21 | Fix file EOL format | Simon Linden | |
2013-08-20 | MAINT-2850 FIXED Windows 8.1 detected as running in windows 8 compatibility ↵ | dmitrykproductengine | |
mode always | |||
2013-08-20 | MAINT-3005 FIXED Set max persistent notifications to reduce log-in time | maxim@mnikolenko | |
2013-08-08 | Pull in fix for MAINT-2302 | simon | |
2013-07-02 | MAINT-1260 add missing PRIM_ constants to syntax highlighting. Reviewed by ↵ | Maestro Linden | |
Kelly. | |||
2013-06-29 | MAINT-2302: Make llprocess test<6> output less like a build error. | Nat Goodspeed | |
build.sh LogScan greps for "error:" (among other things) so removing the colon from the test name "syntax_error" should help. | |||
2013-06-29 | MAINT-2302: Re-enable previously-disabled LLProcess tests for diagnosis. | Nat Goodspeed | |
2013-06-27 | Automated merge with ↵ | Dave Parks | |
https://bitbucket.org/lindenlab/viewer-development-materials | |||
2013-06-21 | Automated merge with file:///F:%5Cviewer-bear | Dave Parks | |
2013-06-19 | Merge with viewer-release. | Geenz | |
2013-06-18 | Merge vwr-dev-mat | Graham Linden | |
2013-06-18 | remove files incorrectly brought back from the past by merges | Oz Linden | |
2013-06-17 | Merged with viewer-release | Geenz | |
2013-06-15 | Silence spurious asserts when pool is cleared at exactly it's limit | Graham Linden | |
2013-06-10 | MAINT-2777 work-around for APR assert_always causing random crash in ↵ | Graham Madarasz | |
materials build | |||
2013-06-07 | Merge MAINT-2740 crash fix | Graham Madarasz | |
2013-06-05 | Unwind cruft from hunting for 2707 they won't end up in vwr-dev-mat | Graham Madarasz | |
2013-06-05 | MAINT-2740 more comment grooming and NULL string guard | Graham Madarasz | |
2013-06-05 | BUG-2707 fix comment typos, remove unnecessary winmm_shim changes, and ↵ | Graham Madarasz | |
revert 2672 fix included only for local integ test | |||
2013-06-05 | BOOG2707 uncomment cleared suspects | Graham Madarasz | |
2013-06-04 | MAINT-2740 put debug output back with guard of debugger presence per Nat ↵ | Graham Madarasz | |
review suggestion | |||
2013-06-04 | MAINT-2740 convert to std::string based API for OutputDebug wrapper ↵ | Graham Madarasz | |
cleanliness after sage counsel (slight refrain) | |||
2013-06-04 | MAINT-2740 and MAINT-2672 rework after code review for 2740 fix and include ↵ | Graham Madarasz | |
2672 fix needed for doing local integ tests | |||
2013-06-04 | MAINT-2740 make use of OsOutputDebugString _DEBUG only to avoid interactions ↵ | Graham Madarasz | |
between Win 32-bit SEH and boost coroutine fiber stack handling | |||
2013-06-04 | BUG-2707 make use of OsOutputDebugString _DEBUG only on Windows to avoid ↵ | Graham Madarasz | |
throwing unhandlable exceptions in coroutines in RelWithDebInfo builds | |||
2013-06-03 | BUG-2707 disable sites calling OsOutputDebugString directly to identify ↵ | Graham Madarasz | |
which is tossing our errant exception | |||
2013-06-02 | BUG-2707 fix unref'd var | Graham Madarasz | |
2013-06-02 | BUG-2707 eliminate debug message and memory dump from FrameWatcher, which ↵ | Graham Madarasz | |
appears to be going off on login for some | |||
2013-06-01 | BUG-2707 turn off more LL_DEBUGS to narrow down Kat's crashing cuplrit | Graham Madarasz | |
2013-06-01 | BUG-2707 hunt for infos call crashing Kat | Graham Madarasz | |
2013-05-30 | BUG-2707 add some logging to help narrow down what part of login instance ↵ | Graham Madarasz | |
handling is going awry | |||
2013-05-29 | Merge downstream code | simon | |
2013-05-24 | merge changes for maint-2724 | Oz Linden | |
2013-05-23 | MAINT-2724: Make viewer explicitly set coroutine stack size. | Nat Goodspeed | |
Introduce LLCoros::setStackSize(), with a compile-time default value we hope we never have to use. Make LLAppViewer call it with the value of the new settings variable CoroutineStackSize as soon as we've read settings files. (While we're at it, notify interested parties that we've read settings files.) Give CoroutineStackSize a default value four times the previous default stack size. Make LLCoros::launch() pass the saved stack size to each new coroutine instance. Re-enable lleventcoro integration test. Use LLSDMap() construct rather than LLSD::insert(), which used to return the modified object but is now void. | |||
2013-05-22 | merge changes for 3.5.3-release | Oz Linden | |
2013-05-22 | CHUI-967: fix display of % escapes in chat | Gilbert Gonzales | |
2013-05-21 | MAINT-2711 : Add missing LSL constants for llGetObjectDetails() to the viewer. | simon | |
Reviewed by Kelly |