Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2013-05-14 | Fix EOL characters | simon | |
2013-05-13 | Merged with https://bitbucket.org/lindenlab/viewer-beta | Geenz | |
2013-05-11 | Merge viewer-dev-materials and bugfix in LLPanelFace::getState using ↵ | Graham Madarasz | |
material instead of mMaterial | |||
2013-05-10 | Merge with vwr-dev-mat | Graham Madarasz | |
2013-05-10 | merge changes for 3.5.2-beta4 | Oz Linden | |
2013-05-09 | Merge downstream code and viewer-beta | simon | |
2013-05-09 | MAINT-2665 FIX Crashes not being reported in some cases | Richard Linden | |
made marker file lock use append, not truncate | |||
2013-05-09 | remove duplications and other errors introduced during the merge | Oz Linden | |
2013-05-08 | merge changes for 3.5.1-release | Oz Linden | |
2013-05-07 | merge changes for DRTVWR-299 | Oz Linden | |
2013-05-01 | Manually pull in Richard's fixes for llcommon/llsingleton.h | simon | |
2013-05-01 | Merge vwr-dev-mat | Graham Madarasz | |
2013-04-30 | Merge 3.5.1 into Materials | Graham Madarasz | |
2013-04-30 | Merge downstream code from viewer-bear | simon | |
2013-04-29 | Merge in downstream viewer-beta | simon | |
2013-04-26 | Convert LLThreadSafeRefCount back to atomic ref counting. Reviewed by Kelly | simon | |
2013-04-25 | Merge 3.5.1 into Materials | Graham Madarasz | |
2013-04-25 | Clean up LLSingleton work - special case to re-create instance if it's been ↵ | simon | |
deleted. | |||
2013-04-24 | Trivial change to note that earlier changeset 27742 (1c3262183eb5) is a | simon | |
re-work of the LLInstanceTracker code done by Richard. The commit comment is cryptic | |||
2013-04-24 | diff -r 59c7bed66dfd indra/llcommon/lleventapi.h | simon | |
2013-04-23 | Revert LLThreadSafeRefCount optimization; caps fetching was failing. ↵ | simon | |
Reviewed by Kelly | |||
2013-04-23 | merge changes for latest viewer-development | Oz Linden | |
2013-04-23 | merge changes for 3.5.1-beta3 | Oz Linden | |
2013-04-22 | SUN-72 SH-4132 FIX viewer builds cannot write to paths containing special ↵ | Nyx Linden | |
characters. Integrated Nicky Dasmijn's patch to handle the unicode file paths properly. Code reviewed, patch was clean. Tested locally, correctly allows wearables to load where they would fail before. Should be ready for automated build & QA. | |||
2013-04-19 | merge up to latest viewer-development for merge to 3.5.2 | Oz Linden | |
2013-04-19 | merge changes for DRTVWR-294 | Oz Linden | |
2013-04-17 | Some minor cleanups while hunting crashes. Reviewed by Kelly | simon | |
2013-04-16 | merge up to 3.5.2 development | Oz Linden | |
2013-04-15 | Merge | simon | |
2013-04-15 | Fix crash introduced by LLInstanceTrackerBase optimization. Reviewed by Kelly | simon | |
2013-06-03 | Merge. Refresh from viewer-release merged with in-progress work. | Monty Brandenberg | |
2013-05-30 | Merge. Pull viewer-release to get the new version scheme changes. | Monty Brandenberg | |
2013-05-02 | SH-4161 Integrate cpu metrics into LLDeadmanTimer and then metrics viewer | Monty Brandenberg | |
Normalize deadman timer's args on U64/F64. Internals remain the same. Modify mesh to collect and output enhanced CPU metrics. | |||
2013-05-02 | SH-4161 Integrate cpu metrics into LLDeadmanTimer and then metrics viewer | Monty Brandenberg | |
Integrated as a ctor-time option to LLDeadmanTimer and have mesh use this mode for the stats I'm gathering. |