Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-24 | Backed out changeset 9bcc2b717663 (restore version number to 3.2.1) | Oz Linden | |
2011-10-22 | correct version number for 3.2.0 beta 2 | Oz Linden | |
2011-10-21 | merge with viewer-dev | Richard@Callum-HP-PC.lindenlab.com | |
2011-10-18 | increment viewer version to 3.2.1 | Oz Linden | |
2011-10-18 | increment viewer version to 3.2.0 | Oz Linden | |
2011-10-18 | merge changes for STORM-1654 | Oz Linden | |
2011-10-17 | fixed one crash on exit | Richard Nelson | |
2011-10-17 | merge changes for storm-1651 | Oz Linden | |
2011-10-17 | merge back late changes and tags from release branch | Oz Linden | |
2011-10-15 | Automated merge with http://hg.secondlife.com/viewer-development | Richard Linden | |
2011-10-14 | b782a75c99e6 backout cleanup | Dave Parks | |
2011-10-14 | Merge backout of b782a75c99e6 | Dave Parks | |
2011-10-14 | Backed out changeset b782a75c99e6 | Dave Parks | |
2011-10-13 | SH-2559 Remove fast timer (could be responsible for some crashes). | Dave Parks | |
2011-10-11 | pull back beta fix for sh-2434 | Oz Linden | |
2011-10-11 | merge changes for vwr-26864 | Oz Linden | |
2011-10-11 | merge changes for STORM-1641 | Oz Linden | |
2011-10-10 | fix for SH-2464: Crash on exit in LLPrivateMemoryPoolManager::freeMem | Xiaohong Bao | |
2011-10-05 | merge changes for storm-1637 | Oz Linden | |
2011-10-05 | fix for SH-2434: Mac viewer sometimes freezes at start up and must be force ↵ | Xiaohong Bao | |
quit. | |||
2011-10-05 | merge with viewer-development | Richard Nelson | |
2011-10-05 | Automated merge with http://hg.secondlife.com/viewer-development | Nat Goodspeed | |
2011-10-05 | merge changes for vwr-26864 | Oz Linden | |
2011-10-04 | increment viewer version to 3.1.1 | Oz Linden | |
2011-10-04 | increment viewer version to 3.1.0 | Oz Linden | |
2011-10-03 | EXP-1286 : First pass at Drag and Drop of tools. Not functional. Most hooks ↵ | Merov Linden | |
into the LLToolDragAndDrop system in to support the new AT_WIDGET and SOURCE_VIEWER | |||
2011-09-26 | Automated merge with http://hg.secondlife.com/viewer-development | Nat Goodspeed | |
2011-09-22 | merge changes for storm-1607 | Oz Linden | |
2011-09-21 | increment viewer version to 3.0.6 | Oz Linden | |
2011-09-19 | storm-1610 | Oz Linden | |
2011-09-16 | merge | Brad Payne (Vir Linden) | |
2011-09-15 | merge | Brad Payne (Vir Linden) | |
2011-09-14 | Automated merge with http://hg.secondlife.com/viewer-development | Richard Nelson | |
2011-09-14 | merge | Brad Payne (Vir Linden) | |
2011-09-14 | improved fast timers display | Richard Nelson | |
can move and resize better visualization of timer history can click drag to browse history increased frame history to 300 | |||
2011-09-13 | STORM-1562 Potential fix for crash in LLCurl::run -- don't run ↵ | Dave Parks | |
curl_multi_perform from multiple threads simultaneously. | |||
2011-09-13 | merge | Brad Payne (Vir Linden) | |
2011-09-12 | merge changes for storm-1593 (marketplace inbox) | Oz Linden | |
2011-09-09 | merge changes for storm-1590 | Oz Linden | |
2011-09-08 | Merge from viewer-experience | Leslie Linden | |
2011-09-08 | Corrected license information in llsingleton_test.cpp. | Logan Dethrow | |
2011-09-08 | add getInfo to LLView to get state information about ui elements. | Andrew A. de Laix | |
2011-09-07 | fix for VWR-26864: Recent commit to Snowstorm project introduces frequent ↵ | Xiaohong Bao | |
errors and crashes associated with private memory pool. | |||
2011-09-07 | Automated merge with http://hg.secondlife.com/viewer-development | Nat Goodspeed | |
2011-09-07 | STORM-1541: Change llassert() to llassert_always(): unit tests expect. | Nat Goodspeed | |
Now that we have unit tests that require assertion failure if you try to delete an LLInstanceTracker subclass instance with an iterator loose, having llassert() "sometimes" compile away (whimsically, depending on platform as well as build type!) makes those tests fail. Use llassert_always() instead. | |||
2011-09-07 | STORM-1541: Add LLInstanceTracker tests for active-iterator asserts. | Nat Goodspeed | |
The recent class-static LLInstanceTracker::instance_iter and key_iter reference count is intended to guard against deleting an instance of an LLInstanceTracker subclass during iteration. Add tests for that functionality. | |||
2011-09-07 | Merge from viewer-experience | Leslie Linden | |
2011-09-07 | Merge. Fixed issue with LLProxy code related to changes to the LLSocket ↵ | Logan Dethrow | |
interface. | |||
2011-09-07 | Automated merge with ssh://hg.lindenlab.com/nat/viewer-storm-1541 | Nat Goodspeed | |
2011-09-06 | STORM-1541: Hoist LLInstanceTracker::getMap_() to base getStatic(). | Nat Goodspeed | |
Generalize the notion of getting some chunk of "static" storage: introduce LLInstanceTrackerBase::getStatic() template method. Define StaticData struct containing the InstanceMap (or InstanceSet, for that specialization) along with the S32 that caused the VS2010 linker so much grief. Completely eliminate that S32 as an actual class-static member, qualifying all references with the struct returned by getStatic(). In LLInstanceTrackerBase::getInstances(), use one std::map lookup instead of three. |