Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-05-10 | ER-480 Viewer work for abandoned land. | Kelly Washington | |
* Support group members with the right powers buying land set for sale to a group * Add dialogs for abandoned land related notifications. | |||
2011-05-10 | CHOP-661: add and use code to listen on next available server port. | Nat Goodspeed | |
In indra/llmessage/tests/testrunner.py, introduce new freeport() function to try a caller-specified expression (such as instantiating an object that will listen on a server port) with a range of candidate port numbers until the expression produces a value instead of EADDRINUSE exception. Change test_llsdmessage_peer.py and test_llxmlrpc_peer.py to use freeport() to construct their server class inline BEFORE launching the thread that will run it, then pass that server's serve_forever method to daemon thread. Also set os.environ["PORT"] to selected environment variable before running subject test program. In indra/llmessage/tests/commtest.h, introduce commtest_data::getport() to read port number from specified environment variable, throwing exception if variable not set or non-numeric. Construct default LLHost from getport("PORT") instead of hardcoded constant. Change indra/newview/tests/llxmlrpclistener_test.cpp to use commtest_data:: getport("PORT") instead of hardcoded constant. Also use LLSD::with() rather than older LLSD::insert() syntax. HOWEVER -- I am irritated to discover that llxmlrpclistener_test IS NOT RUN or even built by newview/CMakeLists.txt! It's not even commented out -- it's entirely deleted! I am determined to restore this test. However, as it will take some fiddling with new link-time dependencies, that will be a separate commit. | |||
2011-05-09 | EXP-776 WIP [crashhunters] crash in LLCloudLayer::decompress | Richard Linden | |
EXP-777 WIP [crashhunters] crash in LLWind::decompress added NULL check | |||
2011-05-09 | EXP-801 FIX Linden Research Inc text is clipped on login page in Basic mode | callum | |
(Reverted change back to original behavior - needs attention later) | |||
2011-05-09 | Automated merge with http://hg.secondlife.com/mesh-development | Xiaohong Bao | |
2011-05-09 | fix for SH-Render Metadata Physics Shapes on Development Client Gives Black ↵ | Xiaohong Bao | |
Screen | |||
2011-05-09 | merge | Leyla Farazha | |
2011-05-09 | EXP-802 Add a check box to enable/disable voice chat. | Leyla Farazha | |
2011-05-09 | SH-1491 WIP - whole model upload for fee request | Brad Payne (Vir Linden) | |
2011-05-09 | SH-1491 WIP - whole model upload for fee request | Brad Payne (Vir Linden) | |
2011-05-09 | Automated merge with ↵ | Richard Linden | |
bundle:F:\code\viewer-experience+c:\users\richard\appdata\local\temp\thg.4vsiw5\ssh__richard@hg.lindenlab.com_richard_viewer-experience-merge_qwnptv.hg | |||
2011-05-09 | Merge. | brad kittenbrink | |
2011-05-09 | fix for SH-1530: Viewer crash in LLSurface::getWaterHeight | Xiaohong Bao | |
2011-05-09 | SH-1517 Always build bounding hull from highest LoD. | Dave Parks | |
2011-05-09 | SH-1491 WIP - whole model upload for fee request | Brad Payne (Vir Linden) | |
2011-05-07 | Merge with viewer-experience | Merov Linden | |
2011-05-07 | Pull from viewer-experience-merge | Merov Linden | |
2011-05-07 | storm-1237: merge experience team issues | Oz Linden | |
2011-05-07 | merge changes for storm-1231 | Oz Linden | |
2011-05-07 | merge changes for i18n | Oz Linden | |
2011-05-07 | merge changes for storm-1093 | Oz Linden | |
2011-05-06 | STORM-1236 snapshot: Please resize the text box or modify the text so that ↵ | Jonathan Yap | |
it fits. | |||
2011-05-06 | WIP VWR-24160 en_xui_change accommodate longest string | Eli Linden | |
2011-05-06 | FIX VWR-23696 remove old parameter overrides | Eli Linden | |
2011-05-06 | WIP VWR-23688 | Eli Linden | |
2011-05-06 | merge | Dave Parks | |
2011-05-06 | FIX VWR-23615 en_xui_change es it resizing | Eli Linden | |
2011-05-06 | Automated merge with https://bitbucket.org/davep/mesh-candidate-storm-1210 | Dave Parks | |
2011-05-06 | SH-1521 Potential fix for shadows not working on mac. | Dave Parks | |
2011-05-06 | merge | Leyla Farazha | |
2011-05-06 | Merge with head | callum | |
2011-05-06 | EXP-623 (SUPPLEMENTAL FIX) Selecting fly option while on click to walk path | callum | |
flys avatar to end point but avatar spins and shakes when arriving at click point. | |||
2011-05-06 | EXP-769: "Group call requests received in Basic mode" | Leyla Farazha | |
fixing merge error | |||
2011-05-06 | Automated merge with https://bitbucket.org/davep/mesh-candidate-storm-1210 | Dave Parks | |
2011-05-06 | STORM-1210 Disable memory debugging to preserve alignment on debug builds. | Dave Parks | |
2011-05-06 | fixing flyoutbtn name | Leyla Farazha | |
2011-05-06 | EXP-789 Reducing size of sound device panel in Basic Mode does not resize ↵ | Leyla Farazha | |
elements in the panel and allows panel to be smaller than elements it contains | |||
2011-05-06 | EXP-782 Toggling speak button while in call minimizes IM window | Leyla Farazha | |
2011-05-05 | EXP-501 FIX View button on bottom bar is hidden when launching Basic Viewer... | Richard Linden | |
ignore button reordering in basic mode use preferred button collapse order | |||
2011-05-05 | FIX VWR-22356 ES layout | Eli Linden | |
2011-05-05 | Work in progress on CHOP-609 / CHOP-624 build time improvements. Eliminated ↵ | brad kittenbrink | |
a bunch of unnecesary header dependencies. | |||
2011-05-05 | Automated merge with http://hg.secondlife.com/viewer-development | Nat Goodspeed | |
2011-05-05 | Remove Pth library from viewer build. | Nat Goodspeed | |
This library was only needed on the Mac, and only with the OS X 10.4 SDK. As of October 2010, we no longer build the viewer with that SDK. The 10.5 SDK we're currently using directly supports the functionality for which we originally brought in Pth. | |||
2011-05-05 | Featuretable tweaks to enable deferred rendering on apple. | Dave Parks | |
2011-05-05 | started new code path for whole model fee request/upload | Brad Payne (Vir Linden) | |
2011-05-05 | EXP-754 [PUBLIC] Remember last email address for snapshots | Leyla Farazha | |
2011-05-05 | Build fix. Added missing cases to a switch statement for bottom tray buttons. | Leslie Linden | |
Reviewed by Richard. | |||
2011-05-05 | pull back changesets for avatar physics beta fixes | Oz Linden | |
2011-05-05 | merge | prep | |
2011-05-05 | Automated merge with http://hg.secondlife.com/mesh-development | Xiaohong Bao | |