Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-24 | CHUI-211: Problem was due to a non-heap variable being deleted and then ↵ | Gilbert Gonzales | |
referenced later (which was found by ProductEngine). Also the crash occurred at a specifc location llpangelobjectinventory::reset() during a static_cast, so now using a dynamic_cast as a safeguard. | |||
2012-07-24 | CHUI-209 FIX for properly updating folder names in folder view after they ↵ | Seth ProductEngine | |
have been renamed. The old display name should be cleared before refreshing the views for both items and folders in folder view, otherwise the old name will be used upon renaming. | |||
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 | Fix for path-826. Safeguarding against a mull weight being used | prep | |
2012-07-20 | CHUI-207 FIXED Emptying Lost and Found and Trash in inventory crashes viewer | AlexanderP ProductEngine | |
2012-07-19 | CHUI-229 [FIXED] Nearby chat conversation does not appear initially in ↵ | AlexanderP ProductEngine | |
conversation list if no other conversations are present | |||
2012-07-19 | CHUI-231, CHUI-233 [FIXED] - Modified and simplified algorithm of reshaping ↵ | AlexanderP ProductEngine | |
floater's body (content) and showing/hiding of the title for prevent of present and future issues with floater's repositioning | |||
2012-07-19 | CHUI-236 : WIP : Places panel works for My Inventory but still empty lists ↵ | Merov Linden | |
for Favorites Bar, My Landmarks and Library. | |||
2012-07-19 | CHUI-236 : WIP : Modify the handling of FT_ROOT_INVENTORY which was creating ↵ | merov_linden | |
havoc in LLInventoryModel instantiation. Still, some of those hack will have to come back on. | |||
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 | Backed out changeset a25bfa87418d (using std::type_info::name()) | Nat Goodspeed | |
The changeset above touched every consumer of the two LLRegistrySingletons originally defined with std::type_info* as keys. Those two LLRegistrySingletons were changed to use const char* as keys, then all consumers were changed to pass std::type_info::name() instead of the plain std::type_info* pointer -- to deal with the observed fact that on Linux, a given type might produce different std::type_info* pointers in different load modules. Since then, Richard turned up the fascinating fact that at least some implementations of gcc's std::type_info::before() method already accommodate this peculiarity. It seems worth backing out the (dismayingly pervasive) change to see if properly using std::type_info::before() as the map comparator will work just as well, with conceptually simpler source code. This backout is transitional: we don't expect things to build/run properly until we've cherry-picked certain other pertinent changes. | |||
2012-07-18 | merge back fixes from 3.3.4-beta5 | Oz Linden | |
2012-07-17 | Merge pull from richard/viewer-chui | Merov Linden | |
2012-07-17 | CHUI-234 : Fix crashers in landmarks panel | Merov Linden | |
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-17 | Fixed positioning of conversations into container | AlexanderP ProductEngine | |
2012-07-16 | MAINT-1270 Fix for some flexi prims becoming flat at some LoDs | Dave Parks | |
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 | Disabling the phantom toggle when the object is volume-detect. | Todd Stinson | |
2012-07-13 | Merge from lindenlab/viewmaster so we can get rid of it | simon@Simon-PC.lindenlab.com | |
2012-07-13 | merge changes for DRTVWR-179 | Oz Linden | |
2012-07-13 | CHUI-207 FIXED cancellation of removal of the object that has already been ↵ | AlexanderP ProductEngine | |
removed | |||
2012-07-13 | CHUI-206 FIXED Viewer crash when selecting to cut inventory item, then ↵ | AlexanderP ProductEngine | |
selecting to cut another inventory item | |||
2012-07-13 | CHUI-205 FIXED conversations selection in the conversations list. | Seth ProductEngine | |
Each conversation item is added to the folder view which lists all conversations. | |||
2012-07-12 | Cleaning up some runtime output warning messages about invalid XUI syntax. | Todd Stinson | |
2012-07-12 | Better optimization for loading avatar names that are already cached. | Todd Stinson | |
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 | CHUI-170 Workaround for the permanently showing of the nearbychat's name in ↵ | AlexanderP ProductEngine | |
a conversations list when that floater is torn-off | |||
2012-07-12 | CHUI-199 FIXED Save positioning of conversations between sessions | AlexanderP ProductEngine | |
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 | MAINT-794 Fix for assert on loading some types of objects before their parents. | Dave Parks | |
2012-07-11 | MAINT-794 Fix for assert on loading some types of objects before their parents. | Dave Parks | |
2012-07-11 | MAINT-794 Fix for assert on loading some types of objects before their parents. | Dave Parks | |
2012-07-11 | MAINT-1253 Rigged meshes in the upload model window now have a material ↵ | prep | |
applied instead of white. | |||
2012-07-11 | CHUI-203 FIXED Conversations floater resizing when it is opened with FUI ↵ | Seth ProductEngine | |
Chat button. | |||
2012-07-11 | MAINT-1175: Forbid LLRegistry[Singleton]<std::type_info*, ...>. | Nat Goodspeed | |
Back out code that selects LLTypeInfoLookup for the underlying map implementation when KEY = [const] std::type_info*, because LLTypeInfoLookup's API is changing to become incompatible with std::map. Instead, fail with STATIC_ASSERT when LLRegistry's KEY is [const] std::type_info*. Fix all existing uses to use std::type_info::name() string instead. | |||
2012-07-11 | Merging main havok-development-hkai and oz's havok-development-hkai | Matthew Breindel (Falcon) | |
2012-07-10 | PATH-807: BUGFIX Filtering which objects will contain the right-click ↵ | Todd Stinson | |
context-sensitive menu option of "Show in linksets...". | |||
2012-07-10 | Adding the example use type labels to the pathfinding linksets floater. | Todd Stinson | |