Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-18 | MAINT-5506: Fix ugly timing bug in llurlentry static initialization. | Nat Goodspeed | |
The problem was that class-static LLUrlEntryParcel::sRegionHost was being initialized by copying class-static LLHost::invalid. Naturally, these two statics are initialized in different source files. Since C++ makes no promises about the relative order in which objects in different object files are initialized, it seems we hit a case in which we were trying to initialize sRegionHost by copying a completely uninitialized LLHost::invalid. In general we might attempt to address such cross-translation-unit issues by introducing an LLSingleton. But in this particular case, the punch line is that LLHost::invalid is explicitly constructed identically to a default-constructed LLHost! In other words, LLHost::invalid provides nothing we couldn't get from LLHost(). All it gives us is an opportunity for glitches such as the above. Remove LLHost::invalid and all references, replacing with LLHost(). | |||
2015-08-18 | More libraries... | Rider Linden | |
2015-08-18 | Clearing out duplicated strings | andreykproductengine | |
2015-08-18 | See if this helps the linux build. If not change will be needed to ↵ | Rider Linden | |
viewer-update-llapearance-utility repo | |||
2015-08-18 | Merge viewer-release and become version 3.8.4 | andreykproductengine | |
2015-08-18 | merge changes for MAINT-4734 | pavelkproductengine | |
2015-08-17 | Adding llcorehttp to links | Rider Linden | |
2015-08-17 | swap common and core? | Rider Linden | |
2015-08-17 | merge changes for 3.8.3-release | Oz Linden | |
2015-08-17 | Merge | rider | |
2015-08-17 | Boost coroutines conflicting with script compile in message.h. Only include ↵ | rider | |
boost/function | |||
2015-08-17 | merge | Brad Payne (Vir Linden) | |
2015-08-17 | increment viewer version to 3.8.4 | Oz Linden | |
2015-08-17 | Added tag 3.8.3-release for changeset 60572f718879 | Oz Linden | |
2015-08-17 | Adding boost libs to lltest | Rider Linden | |
2015-08-17 | MAINT-5488 FIXED [Experience Tools] Opening an experience compiled script in ↵ | pavelkproductengine | |
an object in an adjacent region fails to show the script is compiled with an experience in the script editor. | |||
2015-08-18 | Merge downstream code and become version 3.8.4 | andreykproductengine | |
2015-08-18 | SL-173 FIXED Allow searching for an experience by SLurl. | Mnikolenko ProductEngine | |
2015-08-17 | Get unit tests (Integration and project) compiling and linking again. | Rider Linden | |
2015-08-14 | These tests are just causing a cascade of errors.. | rider | |
2015-08-14 | MAINT-5506: Forgot to remove LLFnPtrResponder | Rider Linden | |
2015-08-14 | MAINT-5506: Converted llmessage untrusted sim message responder to coroutine. | Rider Linden | |
Removed HTTPSender, HTTPNullSender, HTTPCapSender. Moved UntrustedMessageCap storage into LLHost Added boost libraries to PROJECT_x_TEST linkage. | |||
2015-08-13 | MAINT-5446 FIXED GUI update problem in Edit floater's content tab | andreykproductengine | |
2015-08-17 | MAINT-5484 FIXED Experiences search resets the "Max Content Rating" back to ↵ | Mnikolenko ProductEngine | |
general each time the experiences floater is opened. | |||
2015-08-13 | MAINT-5219 FIXED "Ban Member" from the group chatters list context menu is ↵ | AndreyL ProductEngine | |
greyed out when you have the ability to manage the ban list | |||
2015-08-12 | MAINT-5500: Finish converting the AIS responders to the new coroutine model, ↵ | Rider Linden | |
Cleaned up dead an unused code. MAINT-4952: Added COPY and MOVE methods to Core:Http adapter | |||
2015-08-12 | SL-193 FIXED Show info icons for experiences in Key,Allowed,Blocked lists. | Mnikolenko ProductEngine | |
2015-08-11 | SL-134 WIP - Possible fix for octree corruption/crash when mesh has unknown ↵ | Brad Payne (Vir Linden) | |
joints. | |||
2015-08-11 | A depricated llinos call got into the code. | Rider Linden | |
2015-08-11 | Merge | Rider Linden | |
2015-08-11 | SL-133 WIP - possible fix for unknown joints warping to origin | Brad Payne (Vir Linden) | |
2015-08-10 | MAINT-5463 FIXED Add hovertext to the official link badge in chat/IM, etc. | Mnikolenko ProductEngine | |
2015-08-07 | Merge fix - clearing duplicates | andreykproductengine | |
2015-08-07 | MAINT-5451 FIXED A domain name without a top level domain should not be ↵ | Mnikolenko ProductEngine | |
decorated | |||
2015-08-04 | Merg ewith head | callum_linden | |
2015-08-04 | Merge with viewer release | callum_linden | |
2015-08-04 | merge conflict fix (isDead() check got missed) | andreykproductengine | |
2015-08-04 | merge conflict fix | andreykproductengine | |
2015-08-04 | merge changes for MAINT-4734 | pavelkproductengine | |
2015-08-04 | MAINT-5343 (Viewer sometimes crashes when updating a local tga texture when ↵ | ruslantproductengine | |
RLE or BMP compression is disabled - LLImageTGA::decodeTruecolorNonRle) | |||
2015-08-05 | MAINT-5348 FIXED Use this screenshot option will be checked by default now. | Mnikolenko ProductEngine | |
2015-08-04 | merge conflict fix | andreykproductengine | |
2015-08-04 | MAINT-5427 FIXED Highlight notifications when hovering mouse. | Mnikolenko ProductEngine | |
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-08-04 | Merge viewer-release and become version 3.8.3 | AndreyL ProductEngine | |
2015-08-03 | increment viewer version to 3.8.3 | Oz Linden | |
2015-08-03 | Added tag 3.8.2-release for changeset 3a62616f3dd8 | Oz Linden | |
2015-07-31 | Push out latest versions of LLCEFLib for conference | callum_linden | |
2015-07-31 | replace the const & on the typedef | Rider Linden | |