Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2012-09-20 | reapply 71673401390a: MAINT-646 Knock out some extraneous performance timers | Dave Parks | |
2012-09-20 | reapply 668dcacd6e76: MAINT-646 Vectorize LLPolyMesh | Dave Parks | |
2012-09-20 | reapply b895285ab0de: MAINT-646 Don't spend so much time fetching avatar ↵ | Dave Parks | |
physics params. | |||
2012-09-20 | reapply 0f20bb7cb9ee: MAINT-1147 Don't rebuild volume meshes on region crossing. | Dave Parks | |
2012-09-20 | reapply 52b6c9168974: MAINT-646 Factor std::set out of lloctree | Dave Parks | |
2012-09-20 | reapply 15b05dc53770: MAINT-646 Profile based optimization -- add a lookup ↵ | Dave Parks | |
map for joints to remove hotspot in LLJoint::findJoint | |||
2012-09-20 | reapply 4f8ca653a394: Fix for linux build. | Dave Parks | |
2012-09-20 | reapply 38b7779af5f9: MAINT-646 Faster traversal of render batch lists. | Dave Parks | |
2012-09-18 | SWAT-711: Create Mac app bundle symlinks only for .dylib files that exist. | Nat Goodspeed | |
Previous viewer_manifest.py unconditionally created Mac symlinks for all expected .dylib files. Recent change to revert to statically linking llcommon means we no longer build libllcommon.dylib, therefore we no longer copy it, therefore any symlink to that library will be broken by definition. Change to create symlinks for .dylib files that were successfully copied. | |||
2012-09-17 | pull back fixes from 3.4.0-beta7 | Oz Linden | |
2012-09-13 | MAINT-1561: BUGFIX Another target omega fix for an issue detected with a ↵ | William Todd Stinson | |
clock pendulum. | |||
2012-09-12 | MAINT-1456,MAINT-1519,PATH-879: BUGFIX Correcting behavior for objects moved ↵ | William Todd Stinson | |
by scripts so that the drawable is properly updated with the updated location. | |||
2012-09-12 | Fixing merge conflicts related to restoring DRTVWR-167 changes | Brad Payne (Vir Linden) | |
2012-09-12 | initial attempt to restore changes that make removing tcmalloc possible; not ↵ | Oz Linden | |
tested | |||
2012-09-11 | merge changes for DRTVWR-213 | Oz Linden | |
2012-09-10 | Fixed line endings from DOS to UNIX. | Baker Linden | |
2012-09-10 | FIX INTL-104 Translation of Set34 in 8 languages, including Steam content | eli | |
2012-09-10 | FIX INTL-106 French linguistic fixes | eli | |
2012-09-10 | Backing out the changes contributing to DRTVWR-167 and DRTVWR-179 from the ↵ | William Todd Stinson | |
repository. | |||
2012-09-06 | Do the proper fix this time... | Baker Linden | |
2012-09-06 | Added explicit casting for Linux build, hopefully making it work. | Baker Linden | |
2012-09-06 | another build fix | Richard Linden | |
2012-09-06 | fixed build | Richard Linden | |
2012-09-06 | removed unused file | Richard Linden | |
2012-09-06 | Automated merge with http://bitbucket.org/lindenlab/viewer-development | Richard Linden | |
2012-09-06 | DRTVWR-232: MAINT-1440: FIXED Call Tools.TakeCopy instead of ↵ | maxim_productengine | |
InspectObject.TakeFreeCopy | |||
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 | 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-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-06 | Automated merge with http://hg.secondlife.com/viewer-development | Nat Goodspeed | |
2012-11-06 | Automated merge with http://hg.secondlife.com/viewer-development | Nat Goodspeed | |
2012-11-06 | pull back changes from 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 up to latest viewer-development | Oz Linden | |
2012-10-22 | LLDrawable::destroy: Illegal deletion of LLDrawable! | Nicky | |