Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-23 | MAINT-5791: Change the way the TOS dialog is retrieved after the site-alive ↵ | Rider Linden | |
test coro. Use handles rather than findTypedInstance. | |||
2015-10-22 | MAINT-5788: Do not call set active if TOS window closed before site alive ↵ | Rider Linden | |
test returns. | |||
2015-10-21 | MAINT-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-19 | MAINT-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-16 | MAINT-5271: Microsoft is just too permissive. | rider | |
2015-10-16 | MAINT-5271: Converted internal pointers to internal operation to managed ↵ | Rider Linden | |
shared pointers. Removed direct cast and dereference of handles. | |||
2015-10-15 | This file change should not have been checked in. | Rider Linden | |
2015-10-15 | Another fix for unit tests. Missed on Windows. | Rider Linden | |
2015-10-15 | MAINT-5732: Update unit tests | Rider Linden | |
2015-10-15 | MAINT-5732: Issue in texture_load example and some comments regarding ↵ | Rider Linden | |
NoOpDeletor | |||
2015-10-15 | MAINT-5732: Fixes for Mac build | rider | |
2015-10-14 | MAINT-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-19 | Merge from viewer release. | Rider Linden | |
2015-10-12 | increment viewer version to 3.8.6 | Oz Linden | |
2015-10-12 | Added tag 3.8.5-release for changeset e821ef17c6ed | Oz Linden | |
2015-10-09 | SL-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-08 | Merge | rider | |
2015-10-07 | MAINT-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-06 | Merge | rider | |
2015-10-06 | MAINT-5693: Corrected error on Linux & Mac, force LLSD to string. | Rider Linden | |
2015-10-06 | MAINT-5693: Consolidated the avatar appearance request into a coroutine. If ↵ | Rider Linden | |
the request fails because of a stale COF, then rerequest with the corrected one. | |||
2015-10-01 | Merge for Xcode 7 | rider | |
2015-09-29 | Just remove the display_startup() calls. | Rider Linden | |
2015-09-29 | MAINT-5614: Cancel the fade timer for the progress screen when hidding progress. | Rider Linden | |
2015-09-30 | Merge downstream code, version 3.8.5 | AndreyL ProductEngine | |
2015-09-29 | DRTVWR-409: merge DRTVWR-368 | Rider Linden | |
2015-09-29 | increment viewer version to 3.8.5 | Oz Linden | |
2015-09-29 | Added tag 3.8.4-release for changeset 27e3cf444c4c | Oz Linden | |
2015-09-29 | Mark MaxFPS as an unused setting | Oz Linden | |
2015-09-28 | MAINT-5676: Cleaned up the way we were keeping track of outstanding object ↵ | Rider Linden | |
cost requests. MAINT-5626: Fixed a typo/transcription error/fat finger mistake where I was missing the report of the land impact of selected objects. | |||
2015-09-25 | There seemed to be an excess call to setInitialPerms, also cleaned up a ↵ | Rider Linden | |
ignored call to the environtment settings on login. | |||
2015-09-24 | MAINT-5282: I've removed most of the depricated Merchant Outbox code and the ↵ | Rider Linden | |
links to it in the menus. Also removed the Outbox Floater and made the folder always hidden if empty in inventory. (There may still be some outstanding Outbox code that was not obvious that I have missed.) | |||
2015-09-24 | MAINT-5614: Put the sInstance back the way it was for llpanellogin | Rider Linden | |
2015-09-24 | MAINT-5614: There are an obscene number of calls to "display_startup()" in ↵ | Rider Linden | |
the show login state. Try removing some of them. | |||
2015-09-23 | Remove ares dependency from build. | Rider Linden | |
2015-09-22 | Reuse old login panel... | Rider Linden | |
2015-09-22 | replace the display_startup() removal that didn't work. Try backing up a ↵ | Rider Linden | |
step in the signon processing. | |||
2015-09-22 | Test disabling a couple of the display_startup() calls as an experiment. | Rider Linden | |
2015-09-21 | Add cleanup to LLCore prevent occasional crash on exit. | Rider Linden | |
2015-09-21 | MAINT-5629: Remove llares and llareslistener. Login now does not attempt to ↵ | Rider Linden | |
do a lookup on the server names and rewrite the URL. MAINT-5614: Bad password status correctly detected. | |||
2015-09-18 | Pref instance() over getInstance() | Rider Linden | |
2015-09-18 | Supress error after Xcode 7 update: error: null passed to a callee that ↵ | callum_linden | |
requires a non-null argument | |||
2015-09-18 | comment out LL_DEBUGS that fails because 'expression evalauted desipite ↵ | callum_linden | |
being used as an operand to typeid' | |||
2015-09-18 | Turn off (for now) the warnings/errors that result from Boost.Units usage | callum_linden | |
2015-09-18 | Update version of Xcode (7.0) and SDKs (10.11) | callum_linden | |
2015-09-18 | Shouldn't have renamed this include. | Rider Linden | |
2015-09-18 | Tweek to naming postEventAndSuspend -> postAndSuspend | Rider Linden | |
2015-09-18 | Set consistent terminology for yield/wait -> suspend for coroutines. | Rider Linden | |
2015-09-18 | MAINT-5351: Zap one more vestigial reference to coroutine 'self' param. | Nat Goodspeed | |
2015-09-16 | MAINT-5628: Set flicr state to "Posting" on all paths before image upload ↵ | Rider Linden | |
starts. Causes "Upload" button to be disabled and activity indicator to appear. Also made sure that setConnectionState is called correctly for Facebook and Twitter. |