Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-14 | Add --leap command-line switch to launch one or more LEAP plugins. | Nat Goodspeed | |
You can specify one or more instances of --leap 'command line'. Each such command line is parsed using bash-like conventions, notably honoring double quotes, e.g. --leap '"c:/Program Files/Something/something.exe" arg1 arg2'. (Specifying such an argument in a Windows Command Prompt may be tricky.) Such a program should read its stdin and write to its stdout using LLSD Event API Plugin protocol: length:serialized_LLSD where 'length' is the decimal integer count of bytes in serialized_LLSD, ':' is a literal colon character, and 'serialized_LLSD' is notation-format LLSD. A typical LLSD object is a map containing 'pump' and 'data' keys, where 'pump' is the name of the LLEventPump on which to send 'data' (or on which 'data' was received). In particular, the initial LLSD object on stdin mentions the name of this plugin's reply LLEventPump: the LLEventPump that will send every subsequent received event to the plugin's stdin. Anything written to the plugin's stderr will be logged in the viewer log. In addition to being generally useful, this helps debug problems with particular plugins. | |||
2012-03-05 | Alphabetize cmd_line.xml. | Nat Goodspeed | |
This separate commit is just to order the keys. Data are unchanged, as established by: $ hg cat -rtip cmd_line.xml >cmd_line.xml.tip $ python Python 2.7.1 (r271:86832, Jul 31 2011, 19:30:53) [GCC 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> from llbase import llsd >>> tipdata = llsd.parse(open("cmd_line.xml.tip").read()) >>> newdata = llsd.parse(open("cmd_line.xml").read()) >>> tipdata == newdata True | |||
2012-02-01 | merge | Brad Payne (Vir Linden) | |
2012-01-30 | merge changes for vmrg-219 | Oz Linden | |
2012-01-25 | Introduce two new parameters "CurlUseMultipleThreads" and ↵ | Xiaohong Bao | |
"CurlRequestTimeOut" for QA to test Curl. | |||
2012-01-30 | merge | Brad Payne (Vir Linden) | |
2012-01-24 | SH-1427 Fix for spot lights not working properly on alpha objects, and fix ↵ | Dave Parks | |
for alpha lighting of point lights not matching deferred lights. | |||
2012-01-20 | SH-2889 Add visual auto-muting controls | Dave Parks | |
2012-01-18 | EXP-1812 FIX Cannot resize location bar / favorites in top navigation bar in ↵ | Richard Linden | |
viewer | |||
2012-01-17 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience/ | Richard Linden | |
2012-01-13 | merge changes for vmrg-215 | Oz Linden | |
2012-01-09 | merge | Brad Payne (Vir Linden) | |
2012-01-06 | Updated InventoryOutboxMaxFolderCount to 21 to allow top level folder and 20 ↵ | Leslie Linden | |
subfolders in outbox items | |||
2011-12-20 | * Added "InventoryOutboxLogging" debug setting to log merchant outbox ↵ | Leslie Linden | |
related web API calls. Each message begins with the tag "SLM". | |||
2011-12-19 | EXP-1745 FIX -- removed the merchant outbox from the toolbox | Leslie Linden | |
2011-12-16 | Merge from viewer-experience | Leslie Linden | |
2011-12-15 | EXP-1730 FIX | Leslie Linden | |
EXP-1731 FIX EXP-1735 FIX EXP-1736 FIX EXP-1737 FIX EXP-1738 FIX EXP-1739 FIX * Users can no longer drag and drop items to the outbox from in world, notecards or the library. * Drag and drop now blocks the creation of hierarchies that are too deep, too many folders or contain too many items. * Settings now exist to specify drag and drop limitations to the outbox, named: InventoryOutboxMaxFolderDepth (4) InventoryOutboxMaxFolderCount (20) InventoryOutboxMaxItemCount (200) | |||
2011-12-14 | SH-2743 Fix for shader compiler error on some GL 3.x implementations. | Dave Parks | |
2011-12-13 | EXP-1551 FIX Ability to toggle button flashing | Richard Linden | |
added "EnableButtonFlashing" setting | |||
2011-12-12 | Merge with latest from viewer-experience | Leslie Linden | |
2011-12-12 | merge | Brad Payne (Vir Linden) | |
2011-12-12 | merge changes for vmrg-202 | Oz Linden | |
2011-12-12 | merge changes for vmrg-204 | Oz Linden | |
2011-12-08 | SH-2680 Bring back blurred edges on objects closer than the near focal plane. | Dave Parks | |
2011-12-08 | Merge with latest viewer-experience | Leslie Linden | |
2011-12-08 | EXP-1674 FIXED Disabled chrome for profile windows; adjusted floater height ↵ | Vadim ProductEngine | |
accordingly. | |||
2011-12-07 | Merge with latest viewer-experience | Leslie Linden | |
2011-12-07 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience | Richard Linden | |
2011-12-07 | EXP-1673 FIX "Remove minimum window size constraint in the Viewer" | Richard Linden | |
2011-12-07 | EXP-1639 WIP Cleaning up to improve readability; added more debugging messages. | Vadim ProductEngine | |
2011-12-06 | EXP-1577 FOLLOWUP Implemented new requirements on size of profile floaters. | Vadim ProductEngine | |
Implemented new requirements from XD: "Profile window should keep last size, regardless of whether it was own profile or another users'. If multiple windows open, last one touched is the size we store." | |||
2011-12-05 | Merge with viewer-experience | Leslie Linden | |
2011-12-02 | EXP-1451 FIX -- I want to put my NEARBY CHAT window at the bottom left, but ↵ | Leslie Linden | |
then it obscures chatted text. I repositioned the chat, move and camera floaters. Chat toasts now start 80 up from the bottom left rather than 10. | |||
2011-12-02 | SH-1912 Tweak based on QA/resident feedback | Dave Parks | |
2011-11-30 | Automated merge with http://hg.secondlife.com/viewer-development | Richard Linden | |
2011-11-29 | Initial merchant outbox button | Leslie Linden | |
2011-11-29 | SH-1912 Add environment map back into shiny when lighting and shadows enabled. | Dave Parks | |
2011-11-29 | merge | Dave Parks | |
2011-11-28 | merge | Brad Payne (Vir Linden) | |
2011-11-24 | merge changes for vmrg-193 | Oz Linden | |
2011-11-23 | SH-2711 FIX -- Removed the "RenderAnimateTrees" setting and associated code. | Leslie Linden | |
2011-11-21 | merge | Dave Parks | |
2011-11-21 | SH-2708 Fix for broken shadows on alpha objects | Dave Parks | |
2011-11-21 | Moved snapshot to the bottom of the left toolbar per wolf | Leslie Linden | |
2011-11-18 | Pull from viewer-experience | Merov Linden | |
2011-11-18 | EXP-1498, EXP-1595, EXP-1596 : Hide empty system folders in a dynamic way, ↵ | Merov Linden | |
turn the setting ON by default | |||
2011-11-18 | EXP-1485 FIX -- Viewer should have a minimum size 1024x768 | Leslie Linden | |
Per conversation with Product and Leonidas, the minimum size is now set to 960x600. | |||
2011-11-18 | Removed unused code from alpha fragment shaders to fix some mac rendering ↵ | Leslie Linden | |
glitches with non-fullbright alpha objects. | |||
2011-11-18 | EXP-1582 FIXED (Add "Snapshots" button to 2nd tier default toolbar) | Paul ProductEngine | |
- Added "Snapshots" button to 2nd tier default toolbar | |||
2011-11-16 | EXP-1498 : Add a debug setting DebugHideEmptySystemFolders which is OFF by ↵ | Merov Linden | |
default so that we can control showing or hidding of system folders (this is temporary so we unblock testers). |