Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-10 | On lluuidhashmap_tut<1> failure, save/reload data in temp file. | Nat Goodspeed | |
Generating new random data on every test run makes it impossible to debug a test failure. While in general we do want to generate random data to thoroughly exercise the generator logic, if every new run generates new data, the only thing we can do about an observed failure is shrug and ignore it. Add logic to save data on failure, with corresponding logic to notice and reload from a previously-generated save file. In case of a merge collision, this version SUPERCEDES my previous efforts with this file. (My other changes may still be in a backed-up merge request.) It is okay to resolve collisions in favor of this version. | |||
2012-10-10 | merge changes for DRTVWR-226 | Oz Linden | |
2012-10-10 | tag merge of DRTVWR-226 | Oz Linden | |
2012-10-10 | #include <string.h> in v3color.h: recent Linux compilers care. | Nat Goodspeed | |
Linux dev builds have started breaking because v3color.h uses strlen() and strncpy() without declaring them. Add relevant #include, which fixes. | |||
2012-10-09 | CHUI-375 : Fixed default parameters changed in methods profile but not in ↵ | Merov Linden | |
binding calls. | |||
2012-10-09 | MAINT-1138 Fix for crash when picking rigged attachments. | Dave Parks | |
2012-12-05 | MAINT-1760 Fix for opaque water glowing when wearing certain rigged attachments. | Dave Parks | |
2012-12-12 | MAINT-2090 Bump featuretable version to reset mac graphics to default | Dave Parks | |
2012-12-12 | MAINT-2086 Separate GPU class from settings more completely to avoid GPU ↵ | Dave Parks | |
dependent behavior when manually adjusting detail slider. | |||
2012-12-12 | MAINT-2090 Make gcc happy | Dave Parks | |
2012-12-12 | MAINT-2090 Never enable lighting and shadows by default on OS X | Dave Parks | |
2012-10-09 | CHUI-393 : Suppress the sort participants by distance from you menu item. ↵ | Merov Linden | |
Kept the code around. | |||
2012-10-09 | MAINT-1688 Potential fix for crash on exit in LLTextureFetch | Dave Parks | |
2012-10-08 | Pull merge from richard/viewer-chui | Merov Linden | |
2012-10-08 | CHUI-147 : Sort the residents names when getting a resident string list | Merov Linden | |
2012-10-08 | CHUI-331 (Resizing conversation list when message panel is collapsed does ↵ | MaximB ProductEngine | |
not resize list) fixed | |||
2012-10-08 | CHUI-390 FIXED Selecting Chat History option from right click menu on a ↵ | maksymsproductengine | |
conversation name does not open chat history viewer | |||
2012-10-06 | Added tag 3.4.1-beta5 for changeset 0bd3744ff060 | Oz Linden | |
2012-10-06 | tag merge of DRTVWR-224 | Oz Linden | |
2012-10-05 | CHUI-194 : WIP : Update the ad-hoc conversation line item title, add a new ↵ | Merov Linden | |
update_session event. Still some clean up to do. | |||
2012-10-05 | MAINT-1636: Turning off tcmalloc for the build now that davep's changes are ↵ | William Todd Stinson | |
in to fix our major crasher. | |||
2012-10-05 | CHUI-364 : Fixed. Do not render participants widgets when closing a ↵ | Merov Linden | |
conversation handle. | |||
2012-10-04 | Pull merge from richard/viewer-chui | Merov Linden | |
2012-10-04 | CHUI-381 : Implement add_participant and update_participant events handling. | Merov Linden | |
2012-10-04 | Added tag 3.4.1-beta4 for changeset 305950187c62 | Oz Linden | |
2012-10-04 | merge changes for DRTVWR-222 | Oz Linden | |
2012-10-04 | tag merge of DRTVWR-222 | Oz Linden | |
2012-10-04 | Merge from Nat's repo - SWAT-711: Create Mac app bundle symlinks only for ↵ | Jeff (Gioffredo Linden) | |
.dylib files that exist. 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-10-04 | CHUI-331 FIXED (Resizing conversation list when message panel is collapsed ↵ | MaximB ProductEngine | |
does not resize list) *fixed missing parentheses from last push | |||
2012-10-04 | CHUI-327 FIXED Set "left" property for chat_history element | maxim_productengine | |
2012-10-04 | CHUI-313 FIXED "Conversations", "Conversations Log" menu items are added | maxim_productengine | |
2012-10-03 | CHUI-341 : Fixed. Took Nat's review comments into account. | Merov Linden | |
2012-10-03 | Backed out changeset: eb957fafe167 | William Todd Stinson | |
2012-10-03 | Pull and merge from ssh://stinson@hg.lindenlab.com/richard/viewer-chui/. | William Todd Stinson | |
2012-10-03 | Pull merge from richard/viewer-chui | Merov Linden | |
2012-10-03 | Pull merge from richard/viewer-chui | Merov Linden | |
2012-10-03 | merging in latest changes | Gilbert Gonzales | |
2012-10-03 | CHUI-358 : Fixed the removal of participants as they leave conversations. ↵ | Merov Linden | |
Used the event mechanism for this. | |||
2012-10-03 | merging in latest changes | Gilbert Gonzales | |
2012-10-04 | CHUI-165 FIXED Add access to Conversation Log and Chat History from the ↵ | maksymsproductengine | |
People floater: the 'View Chat History' action was updated; | |||
2012-10-04 | merge changes | maksymsproductengine | |
2012-10-04 | CHUI-331 FIXED (Resizing conversation list when message panel is collapsed ↵ | MaximB ProductEngine | |
does not resize list) | |||
2012-10-03 | Fix for linux build | Dave Parks | |
2012-10-03 | CHUI-102: Now the options enabled in the one-on-one conversation menu are ↵ | Gilbert Gonzales | |
the same as the participants menu. In prior commits the one-on-one conversations menu was not enabling/disabling the proper menu options. | |||
2012-10-03 | Merge | Chris Baker | |
2012-10-03 | - Fixed an issue where group list wouldn't fall back to UDP if the region ↵ | Chris Baker | |
doesn't support the new GroupMemberData capabaility - Fixed a potential null pointer crash. Thanks to Ansariel from Firestorm for these! Reviewer: Myself | |||
2012-10-03 | Fix for mac/linux build | Dave Parks | |
2012-10-03 | Fix for tests | Dave Parks | |
2012-10-03 | Fix non-thread-safe refcounting of LLHTTPClient::Responder and fix ↵ | Dave Parks | |
out-of-order deletion of LLTextureFetch on shutdown | |||
2012-10-03 | CHUI-378 FIXED (Conversation floater is not opened if call initiated and ↵ | AlexanderP ProductEngine | |
accepted with conversation floater closed - goes to voice settings floater): added open conversation floater on the voice channel's changing |