Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-07 | merge latest fix from Vivox | Oz Linden | |
2015-07-07 | merge changes for 3.8.0-release | Oz Linden | |
2015-07-07 | Automated merge with bundle:C:\Users\admin\AppData\Local\Temp\0d1ig3y4.ke0 | Rider Linden | |
2015-07-07 | Merge | Rider Linden | |
2015-07-07 | Backout selfles merge 738255dbbfd679d9e615baab3398e5e345bbb3c5 | Rider Linden | |
2015-07-07 | Apply reverse patch | Rider Linden | |
2015-07-07 | Backed out selfless merge | Rider Linden | |
2015-07-07 | Clean up viewrmenufile into viewrassetuplod | Rider Linden | |
2015-07-07 | MAINT-5174 Add Check for Updates feature to Help menu | andreykproductengine | |
2015-07-08 | MAINT-5371 FIXED Undesired space added to SL and LL domains sent in chat | AndreyL ProductEngine | |
2015-07-08 | MAINT-1412 FIXED Don't update creator/owner name if it stays the same. | Mnikolenko ProductEngine | |
2015-07-07 | Automated merge with ssh://bitbucket.org/nat_linden/viewer-selfless | Nat Goodspeed | |
2015-07-07 | MAINT-4763 FIXED Remove NoValidTimestamp from viewer | Mnikolenko ProductEngine | |
2015-07-07 | MAINT-4763 FIXED Remove NoValidTimestamp from viewer | Mnikolenko ProductEngine | |
2015-07-06 | Force Boost use of TR1 for result_of in tests | Rider Linden | |
2015-07-06 | Force Boost result_of to use TR1 for tests. | Rider Linden | |
2015-07-06 | MAINT-1968 FIXED Reset camera when toggling flying same as all other methods. | Mnikolenko ProductEngine | |
2015-07-04 | Automated merge with ssh://bitbucket.org/rider_linden/maint-4952-v-t-u | Nat Goodspeed | |
2015-07-04 | MAINT-5357: Add llcoro::yield() function to yield for one frame. | Nat Goodspeed | |
2015-07-03 | Remove ambiguous assignment. | rider | |
2015-07-03 | MAINT-5357: Extract LLErrorEvent to global namespace. | Nat Goodspeed | |
This exception class got inadvertently swept up into the llcoro namespace. Its LLClassConvention name is intended for use in the global namespace. As there are no current references, this is a trivial change. | |||
2015-07-03 | Merge from viewer-relese and become version 3.8.1 | andreykproductengine | |
2015-07-02 | Temp disable llavatarnamecache integration test for linux | Rider Linden | |
2015-07-02 | plugin and llceflib code for improved mouse support | callum_linden | |
2015-07-02 | Forgot to set a Transaction ID | Rider Linden | |
2015-07-02 | Crash on second add to coproc queue. | Rider Linden | |
2015-07-02 | MAINT-5357: Introduce and populate llcoro:: namespace. | Nat Goodspeed | |
To date, the coroutine helper functions in lleventcoro.h have been in the global namespace. Migrate them into llcoro namespace, and fix references. Specifically, LLVoidListener => llcoro::VoidListener, and voidlistener(), postAndWait(), both waitForEventOn(), postAndWait2(), errorException() and errorLog() have been moved into llcoro. Also migrate new LLCoros::get_self() and Suspending to llcoro:: namespace. While at it, I realized that -- having converted several lleventcoro.h functions from templates (for arbitrary 'self' parameter type) to ordinary functions, having moved them from lleventcoro.h to lleventcoro.cpp, we can now migrate their helpers from lleventcoro.h to lleventcoro.cpp as well. This eliminates the need for the LLEventDetail namespace; the relevant helpers are now in an anonymous namespace in the .cpp file: listenerNameForCoro(), storeToLLSDPath(), WaitForEventOnHelper and wfeoh(). | |||
2015-07-02 | Removed EDU builds for this project via BuildParams change until we can fix ↵ | callum_linden | |
TC packaging | |||
2015-07-02 | test fix for a race condition in the state machine when switching between region | Bjoseph Wombat | |
voice and P2P calls. | |||
2015-07-02 | Merge with head | callum_linden | |
2015-07-02 | 2015 and we still care about line endings.. sigh | callum_linden | |
2015-07-02 | Merge | Rider Linden | |
2015-07-02 | Adjusting uploadinfo object for expansion. | Rider Linden | |
Commit is prelim to allow merge from selfless. | |||
2015-07-02 | Merge downstream code and become version 3.8.1 | andreykproductengine | |
2015-07-02 | MAINT-23 reverted | Mnikolenko ProductEngine | |
2015-07-01 | MAINT-5351: Reorder llmessage test libraries to make Linux happy. | Nat Goodspeed | |
Both BOOST_CONTEXT_LIBRARY and BOOST_COROUTINE_LIBRARY were mentioned. But as BOOST_COROUTINE_LIBRARY depends on BOOST_CONTEXT_LIBRARY, they must be mentioned in that order for Linux to successfully link the test programs. | |||
2015-07-01 | MAINT-5351: Reorganize lleventcoro_test.cpp to be more readable. | Nat Goodspeed | |
Each test<n>() method invokes a function from earlier in the source. It's much better if each of those functions immediately precedes the test that invokes it. | |||
2015-07-01 | MAINT-5351: Remove 'self' parameter from coroutine functions. | Nat Goodspeed | |
lleventcoro_test.cpp runs clean (as modified for new API), and all the rest builds clean, but the resulting viewer is as yet untested. | |||
2015-07-01 | MAINT-5351: Remove Boost Preprocessor headers from llcoros.h. | Nat Goodspeed | |
These were used in a former iteration (when we explicitly forwarded parameters), but are no longer needed. | |||
2015-07-01 | MAINT-2864 FIXED Viewer crashes when clicking "Ok" on "Delete Selected Item" ↵ | andreykproductengine | |
modal from a non existant object. | |||
2015-07-02 | MAINT-5345 FIXED Unable to end IM voice call using context menu. | Mnikolenko ProductEngine | |
2015-07-02 | MAINT-302 FIXED Login screen menus flicker when mouse hovers over them | Mnikolenko ProductEngine | |
2015-07-01 | Automated merge with ssh://bitbucket.org/rider_linden/maint-4952-v-t-u | Nat Goodspeed | |
2015-07-01 | MAINT-4952: Need #include "llhttpclient.h" in llpanelexperiencepicker.cpp. | Nat Goodspeed | |
2015-07-01 | Added header for httpclient to llpanelexperiencepicker. | Rider Linden | |
(Will be removed when converted to coroutines) | |||
2015-07-01 | Merge | Rider Linden | |
2015-07-01 | MAINT-4952: fix NewResourceUploadInfo member initialization list. | Nat Goodspeed | |
2015-07-01 | Merge from viewer-relese and become version 3.8.1 | andreykproductengine | |
2015-06-30 | Merge | Rider Linden | |
2015-06-30 | Initial checkin for uploading via coroutine. | Rider Linden | |