Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-22 | fix merge error for specular rendering on impostors | Oz Linden | |
2016-03-16 | merge changes for DRTVWR-417 | Oz Linden | |
2016-03-07 | merge DRTVWR-398 build cleanup fixes | Oz Linden | |
2016-02-19 | MAINT-5022 [QuickGraphics] Materials should not be applied to simple imposters | ruslantproductengine | |
Fixe based on that texture with assetd id: "3b39cc01-c2d1-e194-1181-e4404978b20c" will exist on data server. | |||
2015-11-20 | WOLF-300: Re-enable llleap_test with the smaller data volume. | Nat Goodspeed | |
2015-11-18 | WOLF-300: Try using a smaller data volume for LLLeap tests on Windows. | Nat Goodspeed | |
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2015-11-02 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-release | Nat Goodspeed | |
2015-10-31 | Re-enable llprocess tests, leaving only llleap tests commented out. | Nat Goodspeed | |
2015-10-31 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-release | Nat Goodspeed | |
2015-10-17 | Suppress specifically the LLProcess and LLLeap integration tests | Nat Goodspeed | |
because of Oz's suspicion that they may, in some mysterious way, contribute to code-signing failures. | |||
2015-10-13 | merge changes for MAINT-4734 | pavelkproductengine | |
2015-10-13 | merge changes for 3.8.5-release | Oz Linden | |
2015-10-09 | Merge Xcode 7 Update | pavelkproductengine | |
2015-09-30 | Merge downstream code, version 3.8.5 | AndreyL ProductEngine | |
2015-09-29 | merge changes for XCODE-7 | Oz Linden | |
2015-09-29 | merge changes for 3.8.4-release | Oz Linden | |
2015-09-18 | comment out LL_DEBUGS that fails because 'expression evalauted desipite ↵ | callum_linden | |
being used as an operand to typeid' | |||
2015-08-20 | MAINT-5533 FIXED The fragment part of an URI is only shown if it contains a ↵ | AndreyL ProductEngine | |
query part as well. fix by Ansariel | |||
2015-08-11 | merge changes for 3.8.2-release | Oz Linden | |
2015-08-04 | Merge downstream code and become version 3.8.3 | andreykproductengine | |
2015-08-04 | Merge downstream code and become version 3.8.3 | andreykproductengine | |
2015-07-30 | merge changes for other open sourc contributions | Oz Linden | |
2015-07-15 | Merge downstream code and become version 3.8.2 | andreykproductengine | |
2015-07-15 | Merge from viewer-relese and become version 3.8.2 | andreykproductengine | |
2015-07-14 | 3.8.1-release | Oz Linden | |
2015-04-29 | Merge from viewer-release | andreykproductengine | |
2015-04-27 | MAINT-5042 FIXED SL Viewer Closes Unexpectedly in specific area with high ↵ | ruslantproductengine | |
RenderVolumeLODFactor - fix for review - fix in buffer overrun detector | |||
2015-04-24 | merge with viewer tools update | Brad Payne (Vir Linden) | |
2015-04-22 | MAINT-4653 WIP, DRTVWR-397 WIP - log output to file now includes tags. ↵ | Brad Payne (Vir Linden) | |
Request max 5 attachments per idle loop to reduce sim-side failures seen when requesting large numbers. | |||
2015-04-15 | MAINT-4744: remove nonstandard #include from llfile.h. | Nat Goodspeed | |
Changeset ffd264ca493c removed the whole llstdio_filebuf construct, which is what depended on the __gnu_cxx::stdio_filebuf<> extension. Now, even on Windows, ll[io]fstream very closely resembles std::[io]fstream. Since we no longer depend on that extension, we can remove its #include. This should (!) remove the last obstacle to building with libc++ on the Mac. | |||
2015-04-15 | Strip down the Windows ll[io]fstream implementations to constructors | Nat Goodspeed | |
and open() methods. The only remaining value added by ll[io]fstream over std::[io]stream is proper handling of non-ASCII pathnames, which can be done by deriving from std::[io]stream, converting pathname strings and passing them to the corresponding base-class methods. This is only necessary on Windows. On Posix, ll[io]fstream are already typedefs for std::[io]fstream. This change removes a significant volume of cruft from llfile.{h,cpp}. | |||
2015-04-14 | Pull merge from lindenlab/viewer-tools-update (includes viewer-release) | Merov Linden | |
2015-04-14 | Merge with viewer-release and become 3.7.28 | andreykproductengine | |
2015-04-14 | merge changes for STORM-2113 | Oz Linden | |
2015-04-14 | minimal changes to compile on Xcode 6.2 | Oz Linden | |
2015-04-13 | merge changes for 3.7.27-release | Oz Linden | |
2015-04-11 | STORM-2113 - uri parsing cleanup and fixes | Cinder | |
2015-04-10 | restore the ll[io]fstream because we need them as wrappers on Windows for ↵ | Oz Linden | |
wide char paths; on other platforms they are now just typedefs to the std classes | |||
2015-04-09 | Merge lindenlab/viewer-tools-update | Merov Linden | |
2015-04-07 | replace llifstream and llofstream with std::ifstream and std::ofstream ↵ | Oz Linden | |
respectively | |||
2015-04-07 | convert llifstream and llofstream to std::ifstream and std::ofstream ↵ | Oz Linden | |
respectively | |||
2015-04-07 | MAINT-5023 FIXED URIparser crash in LLUrlEntryBase::urlToLabelWithGreyQuery | MNikolenko ProductEngine | |
2015-04-02 | clarity and logging cleanup | Oz Linden | |
2015-04-02 | MAINT-5023 URIparser crash in LLUrlEntryBase::urlToLabelWithGreyQuery | Mnikolenko ProductEngine | |
2015-03-27 | MAINT-5019 FIXED Undesired http:// added to domains sent in chat | Mnikolenko ProductEngine | |
2015-03-24 | MAINT-5023 URIparser crash in LLUrlEntryBase::urlToLabelWithGreyQuery | Mnikolenko ProductEngine | |
2015-03-23 | merge changes for 3.7.26-release | Oz Linden | |
2015-03-16 | Merge lindenlab/viewer-tools-update | Merov Linden | |
2015-02-27 | Pull merge from lindenlab/viewer-release | Merov Linden | |