Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-01 | Automated merge with http://bitbucket.org/lindenlab/viewer-beta | Dave Parks | |
2012-10-31 | MAINT-1560 : Make Slow Motion Animations affect all avatars. Added new menu. | simon@Simon-PC.lindenlab.com | |
Reviewed by Kelly | |||
2012-10-31 | MAINT-646 Fix for leak introduced by optimizations. | Dave Parks | |
2012-10-30 | pull back changes from 3.4.1-beta11 | Oz Linden | |
2012-10-30 | merge changes for DRTVWR-236 | Oz Linden | |
2012-10-30 | merge changes for DRTVWR-235 | Oz Linden | |
2012-10-29 | MAINT-1791 : Parcel media clear list crash. Reviewed by Kelly | simon@Simon-PC.lindenlab.com | |
2012-10-26 | MAINT-1709 Fix for >> that should have been > > | Dave Parks | |
2012-10-26 | Automated merge with https://bitbucket.org/lindenlab/viewer-cat | Dave Parks | |
2012-10-26 | MAINT-1311 Add some logging and assertions to help track down mesh loading ↵ | Dave Parks | |
errors. | |||
2012-10-25 | Merge | Kelly Washington | |
2012-10-25 | MAINT-1275 [SECURITY] Web session tokens saved in SecondLife.log | Kelly Washington | |
reviewed with Simon | |||
2012-10-25 | MAINT-1743 "Use Selection for Grid" does not change the grid ruler to ↵ | Kelly Washington | |
"Reference" in the tools floater Reviewed with Simon. | |||
2012-10-24 | pull back changes (enable tcmalloc) from 3.4.1-beta10 | Oz Linden | |
2012-10-24 | disable tcmalloc again | Oz Linden | |
2012-10-23 | MAINT-1579 Fix for diffuse color being ignored in mesh import preview render. | Dave Parks | |
2012-10-23 | Allow user to override either English, or localized, skinned file. | Nat Goodspeed | |
Original LLDir::findSkinnedFilenames() implementation used a tricky rule: a given skin directory was only considered if it provided a default-language override for the sought filename, regardless of whether it also provided localizations for that filename. Discussion with Richard clarifies that we want to allow the user to override neither, either or both. Change findSkinnedFilenames() accordingly; update unit tests to verify new semantics. | |||
2012-10-23 | MAINT-1567 cleanup some gcc warnings | Dave Parks | |
2012-10-23 | Automated merge with https://bitbucket.org/lindenlab/viewer-cat | Dave Parks | |
2012-10-23 | MAINT-1567 Fix for incorrect triangle and hull counts in mesh importer. | Dave Parks | |
Reviewed by VoidPointer | |||
2012-10-22 | LLDrawable::destroy: Illegal deletion of LLDrawable! | Nicky | |
2012-10-23 | correct faulty merge | Oz Linden | |
2012-10-22 | Enable tcmalloc | Dave Parks | |
2012-10-22 | Trying original version of GBP with new scripts/code- revert corresponding ↵ | callum_linden | |
cpp code | |||
2012-10-20 | Removing build.sh darwin symbols hack. Adding '-g' to both CFLAGS and ↵ | Don Kjer | |
CXXFLAG to have cmake generation debug symbols in xcode. | |||
2012-10-20 | Adding expanded searching for symbols during google breakpad symbol scan | Don Kjer | |
2012-10-19 | merge back late fix for MAINT-1753 | Oz Linden | |
2012-10-19 | merge changes for DRTVWR-233 | Oz Linden | |
2012-10-19 | pull back changes from 3.4.1-beta9 | Oz Linden | |
2012-10-18 | MAINT-1753: Correcting behavior of ll_aligned_realloc_16() on Linux to avoid ↵ | William Todd Stinson | |
memory corruption in the case that the new memory size requested is smaller than the old memory size. Also, adding check to ensure that the aligned malloc returns a non-null value before memcopying. | |||
2012-10-18 | Removing -g flag from mac builds | Don Kjer | |
2012-10-18 | merge | voidpointer | |
2012-10-18 | MAINT-1615 - Something invisible pushes avatars around on Dore | voidpointer | |
2012-10-18 | MAINT-1303 FIXED Hide menus and buttons after exiting mouselook if 'Hide all ↵ | maxim_productengine | |
controls' is switched on. | |||
2012-10-17 | Adding '-g' to mac builds | Don Kjer | |
2012-10-17 | merge | simon@Simon-PC.lindenlab.com | |
2012-10-17 | MAINT-1724 : Viewer crashes while attempt to open '+ inventory' floater | simon@Simon-PC.lindenlab.com | |
that already opened in separated floater. Changed to non-tearable menu. Reviewed by Kelly | |||
2012-10-17 | MAINT-1527 Fix for crash on exit when VBO disabled | Dave Parks | |
2012-10-17 | MAINT-1742 Child object does not update position while selected. | Kelly Washington | |
reviewed with Davep | |||
2012-10-17 | Update script that generates Google Breakpad symbols to look in tghe right ↵ | callum_linden | |
place first and default to the original location if not found. | |||
2012-10-17 | Automated merge with https://bitbucket.org/lindenlab/viewer-cat | Dave Parks | |
2012-10-17 | MAINT-873 Fix for inability to upload meshes on some systems. | Dave Parks | |
2012-10-17 | Merge in upstream fixes | simon@Simon-PC.lindenlab.com | |
2012-10-17 | MAINT-643 Cleanup some shader compilation errors when atmospheric shaders ↵ | Dave Parks | |
are enabled. | |||
2012-10-17 | Fix angry Linux and Mac builds | simon@Simon-PC.lindenlab.com | |
2012-10-16 | Pull and merge from ssh://hg@bitbucket.org/stinson_linden/viewer-development. | William Todd Stinson | |
2012-10-16 | Correcting an error that was being reported during shutdown. | William Todd Stinson | |
2012-10-16 | MAINT-1737: Removing the visibility check from the rebake navmesh menu ↵ | William Todd Stinson | |
option because it is does work well in the case of the torn-off menu mode. | |||
2012-10-16 | MAINT-1737: Adding a menu option to the Pathfinding menu to allow rebuilding ↵ | William Todd Stinson | |
of the region's navmesh. | |||
2012-10-16 | LLPanelLogin::loadLoginPage() can now use "sourceid" settings var. | Nat Goodspeed | |
Previously we borrowed the sourceid= param value from create_account_url, which we "happened to know" was overridden with the sourceid of interest. Now that we have a settings variable that directly captures sourceid, though, much more straightforward to use that. |