Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-02 | Added AppearanceData block to AvatarAppearance message | Don Kjer | |
2012-07-30 | merge | Brad Payne (Vir Linden) | |
2012-07-30 | merge | Brad Payne (Vir Linden) | |
2012-07-30 | merge | Brad Payne (Vir Linden) | |
2012-07-30 | line munging for merge warn-on-failure:unix-eol | Brad Payne (Vir Linden) | |
2012-07-27 | increment version to 3.4.1 | Oz Linden | |
2012-07-25 | increment version to 3.4.0 | Oz Linden | |
2012-07-25 | SH-3258 WIP Adding new switching of new vs old appearance based on ↵ | Nyx (Neal Orman) | |
appearance message Not all appearance messages on a region will be new or old style at all times. Thus we're using a specific flag to mark the new appearance messages. | |||
2012-07-25 | pull latest pathfinding changes from integration branch | Oz Linden | |
2012-07-24 | Adding a group identifier to the group objects in the pathfinding linksets ↵ | Todd Stinson | |
and characters floaters. | |||
2012-07-24 | merge up to latest viewer-pathfinding (including 3.3.4) | Oz Linden | |
2012-07-24 | merge to viewer-developmento | Oz Linden | |
2012-07-23 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-release. | Todd Stinson | |
2012-07-23 | PATH-781: Pulling in the new 'owner_is_group' field into the pathfinding object. | Todd Stinson | |
2012-07-23 | a trivial code change for SH-3073. The change makes sure to clear the ↵ | Xiaohong Bao | |
texture fetching queue ONLY once during a teleporting. | |||
2012-07-23 | Fix for path-826. Safeguarding against a mull weight being used | prep | |
2012-07-21 | fix finding havok libs in relwithdebinfo mode (uses release unless ↵ | Oz Linden | |
LL_DEBUG_HAVOK is used | |||
2012-07-20 | refactor to build llphysicsextensions_tpv package for sublicensees | Oz Linden | |
2012-07-19 | fix for SH-3238: Textures are loaded at lower detail on subsequent log-ins | Xiaohong Bao | |
2012-07-18 | Setting the description column of the linkset floater to be a fixed width. ↵ | Todd Stinson | |
Having multiple dynamic width columns apparently prevents other columns from being manually resized by the user. | |||
2012-07-18 | Updating the build tools floater to better handle multi-line creator and ↵ | Todd Stinson | |
owner names. | |||
2012-07-18 | merge back fixes from 3.3.4-beta5 | Oz Linden | |
2012-07-17 | SH-3258 WIP revert to server-generated textures | Nyx (Neal Orman) | |
After exiting appearance mode, next server-generated appearance message should over-ride the locally-generated textures. | |||
2012-07-17 | MAINT-1223 More aggressive rebuilding of render batches when alpha color ↵ | Dave Parks | |
values change. | |||
2012-07-17 | pull back fixes for 3.3.4-beta4 | Oz Linden | |
2012-07-16 | Automated merge with https://bitbucket.org/VirLinden/sunshine | Nyx (Neal Orman) | |
2012-07-16 | SH-3261 WIP Updated texture switching code | Nyx (Neal Orman) | |
Updated texture switching code to use the proper request URL, even if reverting to a "last known good" baked texture UUID. Viewer should now switch to a locally-generated composite on entering appearance mode, and should remain using such until a new appearance message is received. Still to do: handling adjacent regions with varying support for the new system, fixing switch back to server-generated bakes. | |||
2012-07-16 | MAINT-1223 Fix for alpha updates not triggering LoD updates. | Dave Parks | |
2012-07-16 | Path-814: Corrected shader fragment compilation error. | prep | |
2012-07-14 | merge back beta fixes for DRTVWR-180 | Oz Linden | |
2012-07-13 | fix for SH-3235: Bump maps are not loaded until objects change LOD | Xiaohong Bao | |
2012-07-13 | Disabling the phantom toggle when the object is volume-detect. | Todd Stinson | |
2012-07-13 | SH-3267 WIP - extract cof version from avatar appearance message, use to ↵ | Brad Payne (Vir Linden) | |
reject stale updates | |||
2012-07-13 | merge changes for DRTVWR-179 | Oz Linden | |
2012-07-12 | Cleaning up some runtime output warning messages about invalid XUI syntax. | Todd Stinson | |
2012-07-12 | fix for SH-3237: cached sculpties do not load at the correct LOD. | Xiaohong Bao | |
2012-07-12 | Better optimization for loading avatar names that are already cached. | Todd Stinson | |
2012-07-12 | SH-3267 WIP | Brad Payne (Vir Linden) | |
2012-07-12 | MAINT-1262 Fix for crash when setting graphics to Low | Dave Parks | |
2012-07-12 | PATH-807: Ensuring that the "Show in linksets..." and "Show in ↵ | Todd Stinson | |
characters..." right-click menu option does not show for objects outside the current region. | |||
2012-07-12 | Removing debug settings that were in place for pathfinding simulator testing. | Todd Stinson | |
2012-07-12 | PATH-807: Adding an additional check for if the object is marked as ↵ | Todd Stinson | |
volume-detect. Note that this will require Andrew's corresponding server-side change to take effect. However, the viewer change alone should have no neative effect prior to the server being updated. | |||
2012-07-12 | merge | Brad Payne (Vir Linden) | |
2012-07-12 | SH-3267 WIP | Brad Payne (Vir Linden) | |
2012-07-12 | merge MAINT-1253 fix | Oz Linden | |
2012-07-11 | Fix merge issues - duplicate insertions of code | simon@Simon-PC.lindenlab.com | |
2012-07-11 | Pull in viewer-development because it's painful. Merge with runitai's help. | simon@Simon-PC.lindenlab.com | |
2012-07-11 | SH-3258 WIP initial work: refactoring appearance editing mode | Nyx (Neal Orman) | |
Added flags for appearance editing status as well as which textures we should be using at a time. Also refactored so we are not using camera state to track appearance editing mode. Need to add more handling for which textures we actually use. | |||
2012-07-11 | fix for SH-3137: delay to issue new http fetching requests if http ↵ | Xiaohong Bao | |
connection failure happens | |||
2012-07-11 | Changed windows to always use havok Hybrid in RelWithDebInfo. Windows no ↵ | Matthew Breindel (Falcon) | |
longer uses Havok Debug. On other platforms, use of Debug vs Fulldebug in RelWithDebInfo is still governed by LL_DEBUG_HAVOK |