summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-09-30Merge downstream code, version 3.8.5AndreyL ProductEngine
2015-09-29DRTVWR-409: merge DRTVWR-368Rider Linden
2015-09-29increment viewer version to 3.8.5Oz Linden
2015-09-29Added tag 3.8.4-release for changeset 27e3cf444c4cOz Linden
2015-09-29Mark MaxFPS as an unused settingOz Linden
2015-09-28MAINT-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-25There seemed to be an excess call to setInitialPerms, also cleaned up a ↵Rider Linden
ignored call to the environtment settings on login.
2015-09-24MAINT-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-24MAINT-5614: Put the sInstance back the way it was for llpanelloginRider Linden
2015-09-24MAINT-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-23Remove ares dependency from build.Rider Linden
2015-09-22Reuse old login panel...Rider Linden
2015-09-22replace the display_startup() removal that didn't work. Try backing up a ↵Rider Linden
step in the signon processing.
2015-09-22Test disabling a couple of the display_startup() calls as an experiment.Rider Linden
2015-09-21Add cleanup to LLCore prevent occasional crash on exit.Rider Linden
2015-09-21MAINT-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-21MAINT-5425 FIXED No icon is shown for certain transaction notifications.Mnikolenko ProductEngine
2015-09-18Pref instance() over getInstance()Rider Linden
2015-09-18Supress error after Xcode 7 update: error: null passed to a callee that ↵callum_linden
requires a non-null argument
2015-09-18comment out LL_DEBUGS that fails because 'expression evalauted desipite ↵callum_linden
being used as an operand to typeid'
2015-09-18Turn off (for now) the warnings/errors that result from Boost.Units usagecallum_linden
2015-09-18Update version of Xcode (7.0) and SDKs (10.11)callum_linden
2015-09-18Shouldn't have renamed this include.Rider Linden
2015-09-18Tweek to naming postEventAndSuspend -> postAndSuspendRider Linden
2015-09-18Set consistent terminology for yield/wait -> suspend for coroutines.Rider Linden
2015-09-18MAINT-5351: Zap one more vestigial reference to coroutine 'self' param.Nat Goodspeed
2015-09-18MAINT-5427 Min width changedMnikolenko ProductEngine
2015-09-18MAINT-5427 Expand notifications according to message lengthMnikolenko ProductEngine
2015-09-16MAINT-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.
2015-09-16MAINT-5507: Include httpconstants in file picker for linux.Rider Linden
2015-09-15MAINT-5507: Remove llcurl, move constant values and untilities to llcorehttp libRider Linden
2015-09-15MAINT-5601 Physics model not previewed, physics model not applied to mesh on ↵AndreyL ProductEngine
upload Some improvements: renaming to act like "legacy matching" would apply only to the models simple enough for this
2015-09-15MAINT-5427 Group notices and invitation will expand on left-clickingMnikolenko ProductEngine
2015-09-14MAINT-5507: Removed some no longer used static variables fro llcurl.cppRider Linden
2015-09-14MAINT-5507: Removal of sdrpc client/serverRider Linden
MAINT-5507: removal of LLCurl::Easy, LLCurl::Multi LLCurl::Responder
2015-09-14mergeBrad Payne (Vir Linden)
2015-09-14MAINT-5507: Test checkin with RPC code and URL request disabled. Make sure ↵Rider Linden
it does not break non windows builds.
2015-09-14MAINT-5507: Remove HTTPClient and related cruft.Rider Linden
2015-09-14SL-133 WIP, SL-134 WIP - more extra joint handlingBrad Payne (Vir Linden)
2015-09-14MAINT-5627 FIXED "Copy to merchant outbox" menu item is removedMnikolenko ProductEngine
2015-09-11Bit of cleanup around Translation and remove httpassetstorageRider Linden
2015-09-11MAINT-4952: Slight change to marketplace logging allow direct logging of ↵Rider Linden
LLSD and remove unused logging function.
2015-09-10MAINT-5575: Finished converting experience cache to singletonRider Linden
MAINT-4952: Coverted VMM to coroutines
2015-09-11MAINT-5601 FIXED Physics model not previewed, physics model not applied to ↵AndreyL ProductEngine
mesh on upload
2015-09-08Merged in develop (pull request #1)Andrey Lihatskiy
MAINT-5602 FIXED Viewer crashes when loading physics from file
2015-09-08Close branch developAndrey Lihatskiy
--HG-- branch : develop
2015-09-07MAINT-839 added double click 'support'andreykproductengine
2015-09-07MAINT-5602 FIXED Viewer crashes when loading physics from fileAndreyL ProductEngine
--HG-- branch : develop
2015-09-04Experience Profile to coroutines and Experience cache.Rider Linden
2015-09-03LL_ERRS_IF only seems to work on Microsoft...Rider Linden