Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-13 | MAINT-5015 (Nearby objects often load at wrong LOD at login or after ↵ | ruslantproductengine | |
intra-region teleports) The idea and reason in this fix is same as for a MAINT-4297, MAINT-4449, BUG-7239 i.e. it's a just a little another case. | |||
2015-07-13 | MAINT-5369 FIXED Unable to accept group invite using Notification floater | Mnikolenko ProductEngine | |
2015-07-13 | MAINT-5347 FIXED Set Landmark title field as the name of the region with ↵ | Mnikolenko ProductEngine | |
coordinates, if the name of parcel is blank. | |||
2015-07-13 | build fix for linux | Mnikolenko ProductEngine | |
2015-07-12 | MAINT-5351: glh-linear 'equivalent' macro has been destroyed. | Nat Goodspeed | |
Hopefully we no longer need to brute-force remove any more macros with the same name. | |||
2015-07-12 | MAINT-5351: Use new glh-linear package without 'equivalent' macro. | Nat Goodspeed | |
The presence of a macro named 'equivalent' was breaking the compilation of any source file that #included both glh_linear.h and Boost System. | |||
2015-07-12 | MAINT-5351: llupdaterservice_test now needs Boost System library. | Nat Goodspeed | |
2015-07-11 | MAINT-5351: Finish messy merge restoring 'selfless' changes. | Nat Goodspeed | |
2015-07-10 | Automated merge with ssh://bitbucket.org/rider_linden/maint-4952-v-t-u | Nat Goodspeed | |
2015-07-10 | MAINT-5356: Conversion of Notecards and Gesture to use new coroutine uploading. | Rider Linden | |
Minor reorganization of Upload Info classes. | |||
2015-07-10 | MAINT-5351: Finish cleaning up messy merge from backing out backout | Nat Goodspeed | |
2015-07-10 | Automated merge with file:///Users/nat/linden/maint-4952-v-t-u | Nat Goodspeed | |
2015-07-10 | Merge restore of more selfless changes | Nat Goodspeed | |
2015-07-10 | Backed out changeset bab1000e1b2d: restore 'selfless' changes | Nat Goodspeed | |
2015-07-10 | Merge restore of selfless changes | Nat Goodspeed | |
2015-07-10 | Backed out changeset 6e1fa9518747: reapply 'selfless' changes | Nat Goodspeed | |
2015-07-10 | MAINT-5351: Improve management of "current" coroutine information. | Nat Goodspeed | |
Our first cut at tracking the "current" coroutine simply reset the pointer to NULL every time we context-switched away. But that strategy doesn't handle the case of coroutine A launching coroutine B. Introduce LLCoros::CoroData to track, among other things, the previous value of the current-coroutine pointer each time we switch into a coroutine. Restore THAT value when we switch back out. | |||
2015-07-10 | MAINT-4952: correct name of LLViewerRegionImpl::requestBaseCapabilitiesCoro. | Nat Goodspeed | |
The string name being passed to LLCoros didn't match. | |||
2015-07-10 | MAINT-5363 FIXED Selecting an inventory item plus an inventory link displays ↵ | andreykproductengine | |
delete menu twice but both delete options are greyed out. | |||
2015-07-09 | Merge suppress http_proxy in INTEGRATION_TEST_llcorehttp | Nat Goodspeed | |
2015-07-09 | Suppress http_proxy env var for llcorehttp integration test. | Nat Goodspeed | |
Sometimes it can be useful to have http_proxy set in the environment, but if we leave it set while INTEGRATION_TEST_llcorehttp is running, the test hangs. Suppress that variable for that integration test. | |||
2015-07-10 | Initial support for keyboard (in progress) but includes many viewer changes ↵ | callum_linden | |
to plumb in Key Up events | |||
2015-07-08 | Fix the sample. | Rider Linden | |
2015-07-08 | Enforcing constness of refs | Rider Linden | |
2015-07-08 | This should be semantically the same thing that was there. | Rider Linden | |
2015-07-08 | Replace ref parameter with value | Rider Linden | |
2015-07-08 | Update the unit tests to use the new pointer type. | Rider Linden | |
2015-07-08 | Change HttpOptions::ptr_t to be shared_ptr<> rather than intrusive. | Rider Linden | |
2015-07-08 | Convert LLCore::HttpHeaders to use shared_ptr<> rather than an ↵ | Rider Linden | |
intrusive_ptr<> for refrence counting. | |||
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. |