Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-02 | Added tag 3.4.1-beta12 for changeset b6b68f3c2c6d | Oz Linden | |
2012-11-01 | Added tag 3.4.1-beta12 for changeset 853a20242639 | Oz Linden | |
2012-11-01 | tag merge of DRTVWR-237 | 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 | Added tag 3.4.1-beta11 for changeset 18498afcdb83 | Oz Linden | |
2012-10-30 | merge changes for DRTVWR-236 | Oz Linden | |
2012-10-30 | tag merge of DRTVWR-236 | Oz Linden | |
2012-10-30 | merge changes for DRTVWR-235 | Oz Linden | |
2012-10-30 | tag merge of DRTVWR-235 | Oz Linden | |
2012-10-26 | MAINT-1709 Fix for >> that should have been > > | Dave Parks | |
2012-10-25 | Merge | Kelly Washington | |
2012-10-24 | pull back changes (enable tcmalloc) from 3.4.1-beta10 | Oz Linden | |
2012-10-24 | Added tag 3.4.1-beta10 for changeset 4e0d84e92132 | Oz Linden | |
2012-10-24 | disable tcmalloc again | Oz Linden | |
2012-10-22 | whitespace change to force new build in TC | callum_linden | |
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-22 | Trying original version of GBP with new scripts/code | callum_linden | |
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 | Trying explicitly turning on debug symbols for all mac configurations | Don Kjer | |
2012-10-19 | Turn off configs and tests for testingg | callum_linden | |
2012-10-19 | Update to BuildParams var | callum_linden | |
2012-10-19 | Turn off cleaning up post build for testing | callum_linden | |
2012-10-19 | merge back late fix for MAINT-1753 | Oz Linden | |
2012-10-19 | Added tag 3.4.1-beta9 for changeset 637fe8bbee5e | Oz Linden | |
2012-10-19 | merge changes for DRTVWR-233 | Oz Linden | |
2012-10-19 | tag merge of DRTVWR-233 | Oz Linden | |
2012-10-19 | pull back changes from 3.4.1-beta9 | Oz Linden | |
2012-10-19 | Added tag 3.4.1-beta9 for changeset 9c4519aa5c70 | Oz Linden | |
2012-10-19 | tag merge of DRTVWR-231 | 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 GCC_GENERATE_DEBUGGING_SYMBOLS=NO from xcode project | Don Kjer | |
2012-10-18 | Removing -g flag from mac builds | Don Kjer | |
2012-10-17 | Adding '-g' to mac builds | Don Kjer | |
2012-10-17 | MAINT-1527 Fix for crash on exit when VBO disabled | Dave Parks | |
2012-10-17 | Pull and merge from https://bitbucket.org/lindenlab/viewer-development. | William Todd Stinson | |
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 | Pull and merge from https://bitbucket.org/lindenlab/viewer-development. | William Todd Stinson | |
2012-10-16 | change to force new build number | Oz Linden | |
2012-10-16 | sync with viewer-development | eli | |
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. |