Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-04-12 | increment version to 3.5.2 | Oz Linden | |
2013-04-11 | Merge in downstream code (chui fixes, materials) | simon | |
2013-04-09 | fix? race condition that occasionally fails in unit test | Oz Linden | |
2013-04-04 | merge with latest viewer-development | Nyx Linden | |
2013-04-02 | merge changes for 3.5.0-beta7 | Oz Linden | |
2013-04-01 | merge changes for 3.5.0-beta7 | Oz Linden | |
2013-03-30 | Fix for linux build? | Dave Parks | |
2013-03-29 | Google Breakpad Fix. Code reviewed by DaveP | Graham Madarasz (Graham Linden) | |
2013-03-29 | Viewer breakpad linux fixes | Graham Madarasz | |
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2013-03-28 | Google Breakpad Fix | Graham Madarasz (Graham Linden) | |
2013-03-27 | Fix breakpad breakage from linux API diffs | Graham Madarasz | |
2013-03-27 | Revert previous change because breakpad's ExceptionHandler class has ↵ | Graham Madarasz (Graham Linden) | |
different API on diff platforms |