Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-19 | Merge with release | Richard Linden | |
2014-02-18 | STORM-1920: Documented the meaning of some of the variables involved, built ↵ | Ricky Curtice | |
simplest change to solve issue. The highlighting code assumed that the axis of the scaling movement was aligned with the scale tick marks - e.g. one of the cardinal directions with respect to the OBB of the selection. This was and is NOT true when dragging from the corner, aka scaling more than one axis at a time. The solution was to calculate the measured distance by projecting the snapped distance along the snap direction onto the axis of the relevant snap guide. This gives the correct values, and is nice and clean - both in the change involved, and in the values returned. However, while the fundamental misunderstanding in the code has been cleaned up by this change, the tick_val variable has so much jitter in the bottom end that the is_approx_equal function doesn’t come true > 98% of the time. This is the next problem to solve. | |||
2014-02-18 | STORM-1920: Math cleanup from Richard Linden. | Ricky Curtice | |
2014-02-14 | Merge. Refresh from viewer-release after 3.7.1 release. | Monty Brandenberg | |
2014-02-14 | increment viewer version to 3.7.2 | Oz Linden | |
2014-02-14 | OPEN-203 dummy commit to satisfy mercurial | Drake Arconis | |
2014-02-12 | add two debug settings: "SceneLoadLowMemoryBound" and "SceneLoadHighMemoryBound" | Xiaohong Bao | |
2014-02-12 | Automated merge with http://bitbucket.org/lindenlab/viewer-interesting | Xiaohong Bao | |
2014-02-12 | reduce peak memory usage to fix SH-4574: Interesting: viewer crash in ↵ | Xiaohong Bao | |
LLJoint::setScale | |||
2014-02-12 | merge with release | Richard Linden | |
2014-02-11 | Merge. Refresh from viewer-release after 3.7.0 release | Monty Brandenberg | |
2014-02-11 | merge up to 3.7.0-release and get unit test fixes | Oz Linden | |
2014-02-10 | STORM-1915 Fix unit tests | Jonathan Yap | |
2014-02-11 | Hack to fix ACME-1317 | Cho | |
2014-02-10 | increment viewer version to 3.7.1 | Oz Linden | |
2014-02-06 | accidentally left _CrtCheckMemory defined in non-Windows builds | Richard Linden | |
2014-02-06 | Merge | Richard Linden | |
2014-02-06 | added LL_TRACE_ENABLED to allow disabling of lltrace | Richard Linden | |
2014-02-06 | more fix for a memory crash caused by accessing deleted pointers. | Xiaohong Bao | |
2014-02-06 | Refactoring to better check state of loading and to allow clearing of ↵ | Ima Mechanique | |
highlighting if we don't have a valid keywords file. | |||
2014-02-06 | Adding clear methods to remove any highlighting. | Ima Mechanique | |
2014-02-06 | Changing how state of loading is reported to better allow other classes to ↵ | Ima Mechanique | |
know what is happening. | |||
2014-02-05 | more fix for a non-finite number assertion in llvolume | Xiaohong Bao | |
2014-02-05 | fix a memory crash caused by accessing deleted pointers. | Xiaohong Bao | |
2014-02-05 | MAINT-3555 crash in LLPanel::~LLPanel() on shutdown: | maksymsproductengine | |
- memory leaks fixing; | |||
2014-02-14 | Merge viewer-release with 3.7.1 | simon | |
2014-02-14 | More memory cleanup of containers after DeletePairedPointer() usage. | simon | |
2014-02-14 | MAINT-3724 : LLWorld::addRegion logging is misleading | simon | |
2014-02-14 | merge | Baker Linden | |
2014-02-14 | [MAINT-3555] Crash in LLPanel::~LLPanel() on shutdown | Baker Linden | |
- Added clear() after DeletePointer() call to hopfully fix this... | |||
2014-02-11 | MAINT-3639 disable ALM for OSX 10.6.8 | Graham Madarasz (Graham Linden) | |
2014-02-10 | Merge viewer-release | simon | |
2014-02-10 | MAINT-3710 FIXED List of members is removed from General tab. Title column ↵ | Mnikolenko ProductEngine | |
is added to the list in Members tab. Roles tab is renamed to Roles & Members and Roles sub-tab is default now. | |||
2014-02-05 | Checking version for cached files so older versions cannot sneak through on ↵ | Ima Mechanique | |
upgrading of format. | |||
2014-02-05 | Cleaning up a little. Using assigned values for simFeature/Capability name ↵ | Ima Mechanique | |
instead of literal values. | |||
2014-02-04 | fix crash at line 2207: llassert(dst->isFinite3()) in llvolume.cpp | Xiaohong Bao | |
2014-02-01 | Merge | Ima Mechanique | |
2014-01-31 | fix some compiling errors | Xiaohong Bao | |
2014-01-31 | Automated merge with http://bitbucket.org/lindenlab/viewer-interesting | Xiaohong Bao | |
2014-01-31 | fix some flaws for memory corruption | Xiaohong Bao | |
2014-01-31 | merge workaround for Mac codesign errors in build farm | Oz Linden | |
2014-01-31 | merge changes for storm-2011 | Oz Linden | |
2014-01-31 | strom-1831 Cleaning up a number of issues raised. | Ima Mechanique | |
Adding some constants and member variables. Moving arguments into constructor signature and adding new signature. Breaking saving of file into its own method to separate it from checking the LLSD. Cleaning up severla of the logging messages. Differentiating between successful and failed loads/fetches using sLoaded/sLoadFail. | |||
2014-01-30 | fix for heap corruption crash on shutdown | Richard Linden | |
don't set stopped flag until recorder object has been deleted | |||
2014-01-30 | fix odd editor artifact | Oz Linden | |
2014-01-30 | Another build trigger | Monty Brandenberg | |
2014-01-30 | minor white-space fixes | Ima Mechanique | |
2014-01-30 | Removing duplication of messages | Ima Mechanique | |
2014-01-30 | Making initialisation of mKeywords conditional on mSyntaxIdLSL having loaded ↵ | Ima Mechanique | |
an XML file. | |||
2014-01-30 | strom-1832 Adding checks for validity and version when downloading XML | Ima Mechanique | |