Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-08-05 | add reading Linden names at build time from enviroment-specified file | Oz Linden | |
2011-08-05 | fix for SH-2215: [crashhunters] crash at LLPluginClassMedia | Xiaohong Bao | |
2011-08-05 | STORM-1427 FIXED Fixed a debug assertion triggered in the world map floater. | Vadim ProductEngine | |
Apparently, passing empty region name to the MapNameRequest makes server return empty name in MapBlockReply, which triggered the assertion. | |||
2011-08-05 | SH-2218 FIX -- v2.8.x Viewers crash consistently when I actively use other ↵ | Leslie Linden | |
applications * Mac memory stats now extracted from proper system calls. Reviewed by Nat Linden. | |||
2011-08-05 | sync with viewer-development | eli | |
2011-08-05 | undo Mac app name change (again) | Oz Linden | |
2011-08-05 | Merging STORM-565 | Vadim ProductEngine | |
2011-08-05 | STORM-1540 FIXED Fixed missing and duplicated names in ↵ | Vadim ProductEngine | |
floater_build_options.xml and floater_model_wizard.xml. | |||
2011-08-05 | undo Mac app name change | Oz Linden | |
2011-08-05 | STORM-1309 WIP Fixed maturity rating icon overlapping the floater right border. | Vadim ProductEngine | |
The code that places it now takes into account possible text truncation. | |||
2011-08-05 | STORM-1309 WIP Proper truncation of region type, estate name and estate ↵ | Vadim ProductEngine | |
owner text. * Use ellipses for truncation. * Where applicable, set tooltip to contain the uncut text. * Leave a few pixels of padding between the text and the floater right border. LLView::getChild<T>() never returns NULL, so no need to check its return value. | |||
2011-08-05 | STORM-1309 WIP Fixed timestamp (last modified date) value truncation. | Vadim ProductEngine | |
2011-08-05 | STORM-1309 WIP Appended a space after the colon in "Last modified:". | Vadim ProductEngine | |
It seems to have been mistakenly omitted by translators. | |||
2011-08-04 | merge changes for SH-2218 | Oz Linden | |
2011-08-04 | merge changes for SH-2218 | Oz Linden | |
2011-08-04 | Sync with viewer-development | Merov Linden | |
2011-08-04 | sync with viewer-development | eli | |
2011-08-04 | storm-1060 : add windows (thanks Kadah and Michelle), remove some files I ↵ | Oz Linden | |
think are no longer used | |||
2011-08-04 | merge changes for storm-1538 | Oz Linden | |
2011-08-04 | merge changes for storm-1355 | Oz Linden | |
2011-08-04 | merge changes for storm-1458 | Oz Linden | |
2011-08-04 | merge changes for storm-1291 | Oz Linden | |
2011-08-04 | fix path choice for project branches, attempt to fix linux icon | Oz Linden | |
2011-08-04 | LLProxy: Added another attempt to download gpu and feature tables after ↵ | Logan Dethrow | |
successfully setting up a proxy. Other minor changes: Clarified why we are using SOCKS5 as the "grid" argument to store proxy credentials. Added class wide logging to the LLProxy class. | |||
2011-08-04 | correct default channel | Oz Linden | |
2011-08-04 | merge back disabling of watchdog | Oz Linden | |
2011-08-04 | fix license headers | Oz Linden | |
2011-08-04 | fix DOS line endings | Oz Linden | |
2011-08-04 | storm-1060 (partial) : update icon selection for Mac and Linux builds | Oz Linden | |
2011-08-03 | SH-2218 WORK AROUND -- v2.8.x Viewers crash consistently when I actively use ↵ | Leslie Linden | |
other applications * Just removed mac memory stats to make a low-risk work-around. | |||
2011-08-03 | fix for SH-2177: Second Life Crashes On Startup in Advanced Mode -- I have ↵ | Xiaohong Bao | |
reinstalled SL, Clear Caches -- Nothing Works | |||
2011-08-03 | storm-1534: code to allow external source of current Linden names | Oz Linden | |
2011-08-03 | Automated merge with file:///Users/oz/Work/V-PR | Oz Linden | |
2011-08-03 | Put back the Linden names | Oz Linden | |
2011-08-02 | merge changes for storm-1535 | Oz Linden | |
2011-08-02 | disable watchdog | Oz Linden | |
2011-08-02 | Pull from richard/viewer-experience | Merov Linden | |
2011-08-02 | SH-2202 FIX physics costs have increased | Nyx (Neal Orman) | |
Changed the default to use low LOD for single hull generation, will fall back to medium or high if not present. | |||
2011-08-02 | Sync with lindenlab/viewer-development | Merov Linden | |
2011-08-02 | pulling latest viewer-development into mesh merge branch. | Nyx (Neal Orman) | |
2011-08-02 | LLProxy cleanup. | Logan Dethrow | |
* Removed early returns in LLStartup::handleSocksProxy * Corrected some cases that would result in handleSocksProxy not being called again during login if settings changed * Allowed for short replies in tcp_handshake in LLProxy.cpp * Renamed LLProxy::isEnabled() to LLProxy::isSocksProxyEnabled() to clarify its use. | |||
2011-08-02 | Attempt to fix Linux build failure | Merov Linden | |
2011-08-02 | merged .hgtags | Debi King (Dessie) | |
2011-08-02 | Fix build of llimage_libtest | Merov Linden | |
2011-08-02 | SH-2183 Thread local storage initialization is unreliable. | Dave Parks | |
2011-08-02 | STORM-1534: Derive Credits in About Second Life from doc/ sources | Oz Linden | |
2011-08-02 | SH-2183 Only apply multi-threaded curl on the main thread. | Dave Parks | |
2011-08-02 | STORM-1291 FOLLOWUP Localized common (unisex) gestures. | Vadim ProductEngine | |
2011-08-02 | Proxy: Improved mutex usage in LLProxy. Introduced an LLAtomic member to ↵ | Logan Dethrow | |
track the status of the http proxy that can be checked without locking a mutex. | |||
2011-08-01 | SH-2183 Add a debug setting to control whether or not to use multiple ↵ | Dave Parks | |
threads in LLCurl |