Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-08-18 | merge | Brad Payne (Vir Linden) | |
2011-08-17 | SH-2217 Fix for large models not getting properly clampled by importer (odd ↵ | Dave Parks | |
that server seems to need 240m limit instead of 256m limit) | |||
2011-08-17 | merge | Dave Parks | |
2011-08-17 | SH-2188 Fix for generally bad vertex buffer updates for rigged attachments ↵ | Dave Parks | |
and fix for viewer always thinking meshes initially have 8 texture entries. | |||
2011-08-17 | merge changes for storm-1546 | Oz Linden | |
2011-08-17 | merge changes for storm-1560 | Oz Linden | |
2011-08-16 | FIX INTL-66 translation for set26 and basic set5, for 6 languages | eli | |
2011-08-16 | merge back late beta fixes | Oz Linden | |
2011-08-16 | sync with viewer-development | eli | |
2011-08-16 | merge missing changesets for storm-1557 | Oz Linden | |
2011-08-15 | SH-2029 FIX - fix for mac build error, hopefully | Brad Payne (Vir Linden) | |
2011-08-15 | SH-2029 FIX - persist the model name in SLM | Brad Payne (Vir Linden) | |
2011-08-15 | merge late 3.0.1 beta candidate fixes | Oz Linden | |
2011-08-15 | correct tabs for coding policy conformance | Oz Linden | |
2011-08-15 | merge changes for storm-1557 | Oz Linden | |
2011-08-15 | merge | Brad Payne (Vir Linden) | |
2011-08-15 | EXP-1081 FIX add search auth token as cookie instead of query param | Richard Nelson | |
fixed search url | |||
2011-08-15 | EXP-1081 FIX add search auth token as cookie instead of query param | Richard Nelson | |
moved all parameters other than search query to base64 encoded llsd | |||
2011-08-11 | EXP-1080 FIX Console gets spammed with VertexShaderEnable messages making ↵ | Richard Linden | |
the viewer unusable converted LL_WARNS to LL_WARNS_ONCE | |||
2011-08-11 | EXP-1079 FIX User is not logged out immediately inworld when selecting to ↵ | Richard Linden | |
change modes and restart while logged in used requestQuit instead of forceQuit | |||
2011-08-11 | merge back late beta fix for storm-1060 | Oz Linden | |
2011-08-11 | merge changes for storm-1427 | Oz Linden | |
2011-08-11 | merge changes for storm-632 | Oz Linden | |
2011-08-11 | merge changes for STORM-1534 | Oz Linden | |
2011-08-11 | Added support for parsing of collada 1.4.1 location sids | prep linden | |
2011-08-11 | Automated merge with http://hg.secondlife.com/viewer-development | Richard Linden | |
2011-08-11 | Automated merge with file:///e:\code\viewer-experience | Richard Linden | |
2011-08-11 | update default value for Lindens list | Oz Linden | |
2011-08-10 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience | Richard Nelson | |
2011-08-10 | EXP-1028 FIX Move mode switching to logged in UI | Richard Nelson | |
forgot a file | |||
2011-08-10 | EXP-1078 FIX Mode selector position does not move with other UI elements and ↵ | Richard Linden | |
can overlap UI or not be shown on screen when resizing window | |||
2011-08-10 | Fix for merge breakages | Brad Payne (Vir Linden) | |
2011-08-10 | merge | Richard Nelson | |
2011-08-10 | merge viewer-development to mesh-development | Brad Payne (Vir Linden) | |
2011-08-10 | EXP-1028 FIX Move mode switching to logged in UI | Richard Nelson | |
changed down arrows to up arrows for mode changers on login screen | |||
2011-08-10 | EXP-1028 FIX Move mode switching to logged in UI | Richard Nelson | |
added mode switching button to status bars for advanced and basic mode, changed login combo box to use menu instead | |||
2011-08-10 | convert linden names list to string | Oz Linden | |
2011-08-10 | CHOP-757 Ask for the inventory-basic login option and dump its return id to ↵ | Aaron Stone | |
llinfo. | |||
2011-08-10 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience | Richard Nelson | |
2011-08-10 | added fast timers to profile inventory LLSD deserialization | Richard Nelson | |
2011-08-10 | Submitted correction for logic error: if decomp fails for single hull only ↵ | prep linden | |
execute fallback code | |||
2011-08-10 | Joint resolver now constructed from key name (cts-660) | prep linden | |
2011-08-10 | storm-1060: yet another attempt to fix windows icons | Oz Linden | |
2011-08-09 | storm-1549 | Oz Linden | |
2011-08-09 | sync with viewer-development | eli | |
2011-08-09 | Reports error of a non compatible dae to the log if not 1.4 | prep linden | |
2011-08-09 | EXP-880 FIX Disable address bar copy menu and open in external browser button | Richard Linden | |
when using trusted browser or explicitly disabling address bar | |||
2011-08-09 | Temporarily disallow the upload of non 1.4 dae files | prep linden | |
2011-08-09 | STORM-1546 FIXED Fixed a crash caused by a race condition in LLRefCount. | Vadim ProductEngine | |
Reason: secapiSSLCertVerifyCallback() seems to be called simultaneously by multiple threads, which causes a race condition in LLRefCount::ref/unref() methods. The reference counter in LLSecAPIBasicHandler::mStore goes to zero, and the object gets destroyed. Fix: Derive LLCertificateStore from LLThreadSafeRefCount instead of LLRefCount, which should fix the race condition. Note: The LLThreadSafeRefCount constructor is private, so we have to wrap instances of the class with LLPointer. | |||
2011-08-09 | merge late beta fixes for storm-1060 | Oz Linden | |