Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-26 | Added code for simulator integration. | dolphin@dolphin-THINK.lindenlab.com | |
Added signals for cache update callbacks. Added expiration timers for cached experiences. | |||
2012-11-19 | Merge | dolphin@dolphin-THINK.lindenlab.com | |
2012-11-19 | Test populating the experience keys UI with avatar name data. | dolphin@dolphin-THINK.lindenlab.com | |
2012-11-14 | Merge | dolphin@dolphin-THINK.lindenlab.com | |
2012-11-14 | DRTVWR-241: resolve merge conflict with viewer-development. | Nat Goodspeed | |
LLUI::setupPaths() went away with DRTVWR-210. | |||
2012-11-14 | Automated merge with http://hg.secondlife.com/viewer-development | Nat Goodspeed | |
2012-11-14 | merge changes for 3.4.2-beta4 | Oz Linden | |
2012-11-13 | DRTVWR-210: sanitize ampersand embedded in strings.xml messages | Nat Goodspeed | |
2012-11-13 | Automated merge with http://hg.secondlife.com/viewer-development | Nat Goodspeed | |
2012-11-13 | MAINT-1890: Adding a more descriptive comment to this hack fix for future ↵ | William Todd Stinson | |
reference. | |||
2012-11-13 | MAINT-1891: FIX Updating the LLPipeline::clearRebuildGroups() to preserve ↵ | William Todd Stinson | |
HUD groups. clearRebuildGroups() is called during the teleport process. In the previous state, HUD objects were being incorrectly removed from the rebuild groups during the teleport process. This change will preserve HUD groups and should resolve this issue. | |||
2012-11-13 | merge changes for DRTVWR-238 | Oz Linden | |
2012-11-13 | Added a simple ui for displaying experiences keys with hardcoded contents. | dolphin@dolphin-THINK.home | |
2012-11-13 | merge changes for DRTVWR-209 | Oz Linden | |
2012-11-12 | MAINT-1890: A hacky fix for flexi-prim updates after teleport by ignoring ↵ | William Todd Stinson | |
the sUpdateDelay value and simply updating all flexi-prims. This change most likely reduces frame rate. | |||
2012-11-12 | MAINT-1894: FIX This *should* fix a crash in the LLVolume::resizePath() ↵ | William Todd Stinson | |
method. The callstacks indicated that the std library was throwing a length exception on the std::vector::resize() call. Most likely cause was that the recent changes for flexi-prims were causing the mRenderRes to become negative. And thus, the 1<<mRenderRes calculation was generating a really large value for num_render_sections. | |||
2012-11-09 | pull back 3.4.2-beta3 fixes | Oz Linden | |
2012-11-08 | MAINT-1228, MAINT-1668: Deleting code that had been originally deleted to ↵ | William Todd Stinson | |
fix these issues, but then was accidentally re-introduced during a bad merge. | |||
2012-11-08 | merge changes for DRTVWR-240 | Oz Linden | |
2012-11-08 | merge up to viewer-development | Oz Linden | |
2012-11-08 | Trivial commit to force TeamCity to generate a new codeticket number | Nat Goodspeed | |
2012-11-08 | Trivial commit to force TeamCity to generate a new codeticket number | Nat Goodspeed | |
2012-11-07 | INTL-46 massive Chinese translation update for set28--set34, including new files | eli | |
2012-11-07 | sync with viewer-development (for 1 DE file) | eli | |
2012-11-07 | Merge. Refresh DRTVWR-209 with 3.4.2-beta1 code. | Monty Brandenberg | |
Two fairly simple conflicts: dead stats sending code in the texture fetch code (new llcorehttp library) and the cleanup code in llappviewer was moved around in 3.4.x. | |||
2012-11-07 | merge changes for 3.4.2-beta2 | Oz Linden | |
2012-11-06 | Automated merge with http://hg.secondlife.com/viewer-development | Nat Goodspeed | |
2012-11-06 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-beta. | William Todd Stinson | |
2012-11-06 | Automated merge with http://hg.secondlife.com/viewer-development | Nat Goodspeed | |
2012-11-06 | merge changes for DRTVWR-223 | Oz Linden | |
2012-11-06 | merge changes for DRTVWR-208 | Oz Linden | |
2012-11-06 | pull back changes from 3.4.2-beta1 | Oz Linden | |
2012-11-05 | pull back DRTVWR-217 and tag for 3.4.2-beta1 | Oz Linden | |
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-05 | increment version to 3.4.3 | Oz Linden | |
2012-11-05 | merge up to latest viewer-development | 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-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 | disable tcmalloc again | Oz Linden | |
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-22 | LLDrawable::destroy: Illegal deletion of LLDrawable! | Nicky | |
2012-10-23 | correct faulty merge | Oz Linden | |