summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-12-16MAINT-5976: Introduce LLCoros::set_consuming(bool).Nat Goodspeed
set_consuming(true) tells each postAndSuspend() call to consume the event for which it is suspending.
2015-12-15Throttle consecutive connect attempts.rider
2015-12-11Remove some of the dead code. 1:1 chat is working but group chat fails now. ↵Rider Linden
Need to reexamine the entire flow.
2015-12-10Possible fix for private call hangup.Rider Linden
2015-12-09Voice session state now in coro (includes all sub states as part of the coro)Rider Linden
2015-12-08Adjust login to account for required double response.Rider Linden
2015-12-08Convert session joining/adding and creating to coroutineRider Linden
2015-12-04Start work on capture/playback routines.Rider Linden
2015-12-04Initial changes for Vivox/Azumarill merge. Lots of temporary code and ↵Rider Linden
conditional compile switches. Begin switch from statemachine to coroutine.
2015-11-23Merge from Vivox RepoRider Linden
2015-11-20MAINT-5835: Cut down on log spam from coros and voice.Rider Linden
2015-11-20MAINT-5831: If there is a teleport request active and it has failed, ↵Rider Linden
teleport state will always return "None".
2015-11-19MAINT-5804, MAINT-5890: Incorrectly trapping timeout in event poll and ↵Rider Linden
canceling coroutine before it's finished.
2015-11-17MAINT-5804: Additional logging in attempt to trap teleport disconnect.Rider Linden
MAINT-5831: Discard late teleport initiation for teleport sequence that has already failed.
2015-11-05MergeRider Linden
2015-11-03MAINT-5820: Add a success/failure result to HTTP body parse method and react ↵Rider Linden
to that rather than an "undefined" LLSD
2015-11-03stopp SLVoice from logging when the timeout for logouts expires.Bjoseph Wombat
2015-11-02MAINT-5812: cbegin & cend are not available on all platforms.Rider Linden
2015-11-02MAINT-5812: Correctly pull a string from the raw body. Only compare ↵Rider Linden
languages if detected_language is blank.
2015-10-30merge changes for 3.8.6-releaseOz Linden
2015-10-27Merged lindenlab/viewer-release into defaultRider Linden
2015-10-26increment viewer version to 3.8.7Oz Linden
2015-10-26Added tag 3.8.6-release for changeset 5a5bd148943bOz Linden
2015-10-23MAINT-5791: Change the way the TOS dialog is retrieved after the site-alive ↵Rider Linden
test coro. Use handles rather than findTypedInstance.
2015-10-22MAINT-5788: Do not call set active if TOS window closed before site alive ↵Rider Linden
test returns.
2015-10-21MAINT-5780: Be sure that the LLViewerMediaImpl instance does not get deleted ↵Rider Linden
while the MIME discovery coroutine is executing. If the refcount on the instance is 1 perform no processing.
2015-10-19MAINT-5732: Behavior #2. Be sure that the internet stream is stopped before ↵Rider Linden
destroying the streaming audio interface. Otherwise FMODEX blocks on close.
2015-10-16MAINT-5271: Microsoft is just too permissive.rider
2015-10-16MAINT-5271: Converted internal pointers to internal operation to managed ↵Rider Linden
shared pointers. Removed direct cast and dereference of handles.
2015-10-15This file change should not have been checked in.Rider Linden
2015-10-15Another fix for unit tests. Missed on Windows.Rider Linden
2015-10-15MAINT-5732: Update unit testsRider Linden
2015-10-15MAINT-5732: Issue in texture_load example and some comments regarding ↵Rider Linden
NoOpDeletor
2015-10-15MAINT-5732: Fixes for Mac buildrider
2015-10-14MAINT-5732: Change to the way event polling handles error conditions and ↵Rider Linden
cancel calls. Refactor any remaining LLCore::HTTPHandlers to use boost::shared_ptr Started minor refactor in the materials manager into coroutines (unfinished)
2015-10-19Merge from viewer release.Rider Linden
2015-10-13merge changes for MAINT-4734pavelkproductengine
2015-10-13merge changes for 3.8.5-releaseOz Linden
2015-10-13MAINT-5730 FIXED Text overlapping in group invites with non-default group roleMnikolenko ProductEngine
2015-10-12increment viewer version to 3.8.6Oz Linden
2015-10-12Added tag 3.8.5-release for changeset e821ef17c6edOz Linden
2015-10-09SL-230: Azumarill viewer was incorrectly swallowing upload errors returned ↵Rider Linden
from the server. Correctly report errors and use upload cost provided by server.
2015-10-09Mergepavelkproductengine
2015-10-09Merge Xcode 7 Updatepavelkproductengine
2015-10-08Mergerider
2015-10-08MAINT-5708 FIXED Images shouldn't be displayed in notification titlesMnikolenko ProductEngine
2015-10-07MAINT-5691: Browser was using deprecated outbox display type AND not ↵Rider Linden
correctly returning error body to application. LLCore:HTTP now will provide and LLSD translation of the message body when possible in the case of an error HTTP result VMM alert boxes now use type="alertmodal" rather than "outbox"
2015-10-07A small tweak when SLVoice is not runningBjoseph Wombat
2015-10-06Mergerider
2015-10-06MAINT-5693: Corrected error on Linux & Mac, force LLSD to string.Rider Linden