Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | MAINT-1175: Ditch LLTypeInfoLookup, make map<const type_info*> work. | Nat Goodspeed | |
Instead of forbidding std::map<const std::type_info*, ...> outright (which includes LLRegistry<const std::type_info*, ...> and LLRegistrySingleton<const std::type_info*, ...>), try to make it work by specializing std::less<const std::type_info*> to use std::type_info::before(). Make LLRegistryDefaultComparator<T> use std::less<T> so it can capitalize on that specialization. | |||
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 | MAINT-1175: merge backout LLRegistrySingleton<std::type_info::name()> | Nat Goodspeed | |
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-18 | Added tag 3.3.4-beta5 for changeset ab2ffc547c8a | Oz Linden | |
2012-07-18 | merge changes for DRTVWR-184 | Oz Linden | |
2012-07-18 | tag merge of DRTVWR-184 | Oz Linden | |
2012-07-17 | Updating to the latest llphysicsextension source package. | Todd Stinson | |
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 | Added tag 3.3.4-beta4 for changeset 6c75f220b103 | Oz Linden | |
2012-07-17 | merge changes for DRTVWR-183 | Oz Linden | |
2012-07-17 | tag merge of DRTVWR-183 | Oz Linden | |
2012-07-17 | Fixed positioning of conversations into container | AlexanderP ProductEngine | |
2012-07-16 | MAINT-1175: Pass boost::unordered_map hash/equals functors for char*. | Nat Goodspeed | |
boost::unordered_map<const char*, ...> does NOT, by default, "do the right thing." Give it hash and equality functors that do. | |||
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-14 | tag merge of 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 | tag merge of 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 | MAINT-1175: Linux viewer built on TC is broken, built on dev box works. | Nat Goodspeed | |
Try to diagnose the cause of the misbehavior with a BOOST_STATIC_ASSERT. | |||
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 | update the llphysicsextensions stub package to match the source package | Oz Linden | |
2012-07-12 | merge MAINT-1253 fix | Oz Linden | |
2012-07-12 | Apparently the hack to get release and debug viewer builds into separate ↵ | Matthew Breindel (Falcon) | |
build configs means checking in build.sh is useless. Fixed the conditional around uploading the symbolfile to check instead, which seems to be the correct pattern. | |||
2012-07-11 | Fix merge issues - duplicate insertions of code | simon@Simon-PC.lindenlab.com | |
2012-07-11 | Only uploading the map file for Release builds. | Todd Stinson | |
2012-07-11 | Pull in viewer-development because it's painful. Merge with runitai's help. | simon@Simon-PC.lindenlab.com | |