Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-06 | Automated merge with http://hg.secondlife.com/viewer-development | Nat Goodspeed | |
2012-11-05 | STEAM-14: login when user presses Enter at username or password. | Nat Goodspeed | |
The tricky thing about this fix is that the "Log In" button used to be in the same layout_panel as the username and password fields. Now it's not, so the fact that it's the default button for its layout_panel doesn't matter because that layout_panel doesn't have focus. Richard pointed out that we can make the commit action for the username and password fields initiate login -- as long as neither field implicitly runs its commit action when it loses focus! | |||
2012-11-05 | merge changes for DRTVWR-217 | Oz Linden | |
2012-11-02 | merge back fixes from 3.4.1-beta12 | Oz Linden | |
2012-11-01 | Automated merge with http://bitbucket.org/lindenlab/viewer-beta | Dave Parks | |
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-25 | Merge | Kelly Washington | |
2012-10-20 | Adding expanded searching for symbols during google breakpad symbol scan | Don Kjer | |
2012-10-19 | pull back changes from 3.4.1-beta9 | Oz Linden | |
2012-10-17 | MAINT-1527 Fix for crash on exit when VBO disabled | Dave Parks | |
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-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. | |||
2012-10-16 | Reference new "[sourceid]" substitution in "create_account_url". | Nat Goodspeed | |
join.secondlife.com needs to know the sourceid as well as the user's language of choice. Ensure that sourceid gets passed with the URL. | |||
2012-10-16 | Steam skin no longer needed: we can now embed "[sourceid]" in URLs. | Nat Goodspeed | |
The whole point of --skin steam was to override (specifically) "create_account_url" in strings.xml, adding to each URL value a sourceid= URL parameter. Now we can do that more simply with '--set sourceid blah'. Less overhead, less maintenance, scales better to potential future sourceid values. Remove the steam skin. | |||
2012-10-16 | Automated merge with file:///Users/nat/linden/viewer-sourceid | Nat Goodspeed | |
2012-10-16 | Introduce LLAppViewer::initStrings(); reload default_trans_args. | Nat Goodspeed | |
Calling LLTrans::setDefaultArg() after LLTransUtil::parseStrings() is almost good enough -- but it fails to address the case in which one or more of the default_trans_args strings (e.g. "create_account_url") embeds a reference to the new substitution. So after the setDefaultArg() call, go back through default_trans_args, refetching each string to perform the substitution and updating it with a setDefaultArg() call of its own. All this is way too much logic to replicate in both LLAppViewer::initConfiguration() and init(), so break out new LLAppViewer::initStrings() method and call it from both places. | |||
2012-10-16 | pull back changes from 3.4.1-beta8 | Oz Linden | |
2012-10-15 | MAINT-1721 Fix for crash when clicking "back" button after editing appearance. | Dave Parks | |
Reviewed by VoidPointer | |||
2012-10-15 | Add 'sourceid' settings var specifically for skin-files insertion. | Nat Goodspeed | |
Add logic after (both!) LLTransUtil::parseStrings() calls to ensure that "[sourceid]" embedded in (e.g.) strings.xml content will be replaced. | |||
2012-10-11 | MAINT-1709 Factor out realloc | Dave Parks | |
Reviewed by VoidPointer | |||
2012-10-10 | pull back 3.4.1-beta6 fixes | Oz Linden | |
2012-10-10 | DRTVWR-225 Cleanup assertions | Dave Parks | |
2012-10-10 | Pull and merge from ssh://hg@bitbucket.org/oz_linden/viewer-beta-drtvwr-179. | William Todd Stinson | |
2012-10-10 | merge changes for DRTVWR-226 | Oz Linden | |
2012-10-09 | MAINT-1688 Potential fix for crash on exit in LLTextureFetch | Dave Parks | |
2012-10-04 | merge changes for DRTVWR-222 | Oz Linden | |
2012-10-03 | Merge | Chris Baker | |
2012-10-03 | - Fixed an issue where group list wouldn't fall back to UDP if the region ↵ | Chris Baker | |
doesn't support the new GroupMemberData capabaility - Fixed a potential null pointer crash. Thanks to Ansariel from Firestorm for these! Reviewer: Myself | |||
2012-10-03 | Fix for tests | Dave Parks | |
2012-10-03 | Fix non-thread-safe refcounting of LLHTTPClient::Responder and fix ↵ | Dave Parks | |
out-of-order deletion of LLTextureFetch on shutdown | |||
2012-10-02 | Instrument debug builds on windows to help track down source of heap corruption | Dave Parks | |
2012-10-02 | Adding libtcmalloc to the linux installer package. | William Todd Stinson | |
2012-10-02 | Fix up some assertions in lloctree.h | Dave Parks | |
2012-10-01 | Only enable breakpad error handing if crash reporting is enabled | Dave Parks | |
2012-09-27 | Yet another attempt at deleting tcmalloc | Dave Parks | |
2012-09-27 | Another attempt at deleting tcmalloc_minimal.dll | Dave Parks | |
2012-09-27 | Modify installer to remove libtcmalloc_minimal.dll | Dave Parks | |
2012-09-20 | Pull and merge from ↵ | William Todd Stinson | |
ssh://hg@bitbucket.org/stinson_linden/viewer-beta-drtvwr-179. | |||
2012-09-20 | Correcting dynamic allocation issues with classes that have aligned data ↵ | William Todd Stinson | |
members. | |||
2012-09-20 | reapply 04fdf7945708: MAINT-775 Fix for particle index pool corruption on ↵ | Dave Parks | |
teleport. | |||
2012-09-20 | reapply 51dcb8c70f33: MAINT-442: [PUBLIC]Unable to change parcel ↵ | simon@Simon-PC.lindenlab.com | |
restrictions for a scripts-disabled parcel in a damage-enabled region. Reviewed by Kelly | |||
2012-09-20 | reapply 72c9af4eec84: MAINT-840 VWR-28604 DEV-2548: [PUBLIC]Object by ↵ | simon@Simon-PC.lindenlab.com | |
multiple creators shows creator as "(unknown)" in Inventory. Now shows "(unknown / multiple)". Reviewed by Kelly | |||
2012-09-20 | reapply c77cea5c6e41: MAINT-646 Cleanup some warnings from previous changes. | Dave Parks | |
2012-09-20 | reapply 448b02f5b56f: MAINT-1147 Fix for frame stall on region crossing. | Dave Parks | |
2012-09-20 | reapply 8a625610cd5d: MAINT-1161: non standard sea level not correctly ↵ | simon@Simon-PC.lindenlab.com | |
rendered around private islands. Reviewed by Kelly | |||
2012-09-20 | reapply fde2ac0276e2: MAINT-646 Get rid of a hotspot in ↵ | Dave Parks | |
LLViewerObjectList::update, fix for error in llpolymorph | |||
2012-09-20 | reapply b0148737d316: MAINT-646 Optimize LLVolumeImplFlexible::doIdleUpdate() | Dave Parks | |