Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-28 | MAINT-5574: Added default parameter for callbalk on AISAPI interface. | Rider Linden | |
Better check on callback exsit in coroutine Don't create AISAPI::completion_t if there is no call back passed. | |||
2015-08-27 | Convert LSL script preview compilation exp request | Rider Linden | |
2015-08-26 | Convert exp floater to use coroutines | Rider Linden | |
Convert script queue compilation exp request | |||
2015-08-26 | MAINT-5532 related crash fix and some log improvements | andreykproductengine | |
2015-08-25 | Reenable and correct link issue on linux llappearanceutility. | Rider Linden | |
2015-08-25 | Merge | Rider Linden | |
2015-08-24 | MAINT-4952: Removed a bit of debug code that got included accidentally and ↵ | Rider Linden | |
change host == LLHost() to host.isInvalid() | |||
2015-08-21 | MAINT-5536 FIXED Mac viewer crash when started from a web browser handler | andreykproductengine | |
2015-08-20 | MAINT-5532 FIXED upload of duck.dae from MAINT-4483 crashes mac viewer | andreykproductengine | |
2015-08-20 | Remove forgotten paren | Rider Linden | |
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-19 | Found another ref that had escaped me! | Rider Linden | |
2015-08-19 | I must be losing my mind... | Rider Linden | |
2015-08-19 | Try commenting out the entire darn file. | Rider Linden | |
2015-08-19 | Try disabling LLAppearanceUtility.cmake just for the moment. | Rider Linden | |
2015-08-19 | Previous try didn't work. What about this? | Rider Linden | |
2015-08-19 | Shot in the dark | Rider Linden | |
2015-08-19 | Be sure the correct include is included. | Rider Linden | |
2015-08-19 | Try attaching the bost libraries directly to CoreHttp | Rider Linden | |
2015-08-19 | Keep hunting these down. | Rider Linden | |
2015-08-19 | Swap BOOST_COROUTINE and BOOST_CONTEXT | Rider Linden | |
2015-08-19 | Break circular dep. Things get cranky. | Rider Linden | |
2015-08-19 | merge | Brad Payne (Vir Linden) | |
2015-08-18 | MAINT-5506: Establish circular dependency between LLMessage & LLCoreHttp | Rider Linden | |
2015-08-18 | Merge | Rider Linden | |
2015-08-18 | Move the CoreHTTP libraries down | Rider Linden | |
2015-08-18 | MAINT-5506: Fix library delimiters for LL_TEST_ADDITIONAL_LIBRARIES. | Nat Goodspeed | |
Recent cmake versions are unhappy with embedding spaces in the LL_TEST_ADDITIONAL_LIBRARIES property. Using semicolons to delimit libraries seems to make it better. | |||
2015-08-18 | Automated merge with ssh://bitbucket.org/rider_linden/maint-4952-v-t-u | Nat Goodspeed | |
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 | 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 | 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. |