Rider Linden
40b085dfec
MAINT-5831: If there is a teleport request active and it has failed, teleport state will always return "None".
2015-11-20 10:24:16 -08:00
Rider Linden
4676db63b2
MAINT-5804: Additional logging in attempt to trap teleport disconnect.
...
MAINT-5831: Discard late teleport initiation for teleport sequence that has already failed.
2015-11-17 15:35:49 -08:00
Rider Linden
53b947e039
Merge from viewer release.
2015-10-19 12:03:08 -07:00
Rider Linden
96e343b49b
MAINT-5575: Convert the Experience cache into a coro based singleton.
...
--HG--
branch : MAINT-5575
2015-09-01 16:13:52 -07:00
Nat Goodspeed
62527e6f18
MAINT-5506: Fix ugly timing bug in llurlentry static initialization.
...
The problem was that class-static LLUrlEntryParcel::sRegionHost was being
initialized by copying class-static LLHost::invalid. Naturally, these two
statics are initialized in different source files. Since C++ makes no promises
about the relative order in which objects in different object files are
initialized, it seems we hit a case in which we were trying to initialize
sRegionHost by copying a completely uninitialized LLHost::invalid.
In general we might attempt to address such cross-translation-unit issues by
introducing an LLSingleton. But in this particular case, the punch line is
that LLHost::invalid is explicitly constructed identically to a
default-constructed LLHost! In other words, LLHost::invalid provides nothing
we couldn't get from LLHost(). All it gives us is an opportunity for glitches
such as the above.
Remove LLHost::invalid and all references, replacing with LLHost().
2015-08-18 17:05:29 -04:00
Rider Linden
9df2e7e4cb
Merge
2015-08-11 12:18:47 -07:00
andreykproductengine
f94a19e09e
Merge downstream code and become version 3.8.3
2015-08-04 16:45:49 +03:00
Mnikolenko ProductEngine
ad635e9f0e
MAINT-4900 FIXED Don't show group info for non-admins.
2015-06-12 12:02:28 +03:00
Rider Linden
be1fa962df
Removed dead code, llsdmessage, llcapabilitylistener and the associated tests.
2015-06-09 15:36:10 -07:00
Rider Linden
aba8d5e488
Removed homelocation responder (rolled into llagent)
...
Removed sdhandler from llagent.
Removed unused values from llacountingccostmgr
Fixed smart pontier creation in llfacebook
2015-06-09 13:06:09 -07:00
Rider Linden
cf4fec954c
Added a way to pass a policy Id to the coroadapter.
...
Changed language, appearance, and maturity to conform to use the adapter rather than the SDHandler
2015-06-08 17:29:01 -07:00
Rider Linden
109e2db131
Merge
2015-04-15 11:54:18 -07:00
Rider Linden
176d8cd268
Region caps and sim features converted to coroutine.
2015-04-15 11:51:48 -07:00
Merov Linden
d631f2fd4d
Pull merge from lindenlab/viewer-tools-update (includes viewer-release)
2015-04-14 13:46:01 -07:00
Rider Linden
82ae214f6a
Merged lindenlab/viewer-tools-update into default
2015-04-14 09:34:49 -07:00
Oz Linden
a8ef252571
merge changes for 3.7.27-release
2015-04-13 16:23:36 -04:00
Rider Linden
edc1439bd6
Added AvatarNameCache as coroutine, with LLCore::HttpHandler to respond correctly to Event Pumps.
...
Added get/setRequestURL() to LLCore::HttpResponse
Removed URI from the HttpSDHandler.
2015-04-01 16:37:00 -07:00
Rider Linden
7353640387
first set of chnages from code review from Nat
2015-03-27 17:00:02 -07:00
Rider Linden
97b9317969
Create trivial handler for SD Messages, method in LLAgent for posting HTTP requests.
2015-03-26 13:32:09 -07:00
Rider Linden
f6ba7514d2
Fix line endings on appearancemgr and added LLCore::Http to llAgent.
2015-03-26 10:34:19 -07:00
Merov Linden
9ba10bf1f2
Merge lindenlab/viewer-tools-update
2015-03-16 09:49:57 -07:00
Oz Linden
6f3cf79a3a
merge changes for 3.7.24-release
2015-01-13 13:46:45 -05:00
Merov Linden
b0f590f6ab
Pull merge from lindenlab/viewer-release
2014-12-19 06:00:48 -08:00
Merov Linden
00f3850fe2
DD-299 : Suppress cap hardcoded fallback. Recheck cap after each teleport.
2014-12-14 15:48:46 -08:00
Mnikolenko ProductEngine
0a32de770d
MAINT-1871 FIXED Don't allow moving avatar while changing camera position.
2014-12-03 11:58:41 +02:00
callum_linden
91eab4a9ea
Update to build on Xcode 6.0: fix member initializer 'mAppearanceSerialNum' does not name a non-static data member or base class - already initialized in parent class llCharacter
2014-10-18 11:34:53 -07:00
callum_linden
327a99a8a8
Update to build on Xcode 6.0: more removal of unused variables and functions
2014-10-18 11:25:07 -07:00
Aura Linden
c25a786640
Pulled merge from viewer-tiger
2014-09-19 10:54:55 -07:00
Aura Linden
e44dfc0a4e
Fix position hiding on failed teleports on mac.
2014-09-08 13:55:23 -07:00
Mnikolenko ProductEngine
e8adc1d008
MAINT-4322 FIXED Re-assert DND tag animation if it was cancelled by script, when DND mode is still active
2014-08-26 11:53:57 +03:00
Aura Linden
370aa671c6
Allegedly hides voice position on teleport. Needs testing.
2014-08-15 18:49:54 -07:00
simon
3e6698073c
Merge viewer-release and become version 3.7.12
2014-07-07 14:49:45 -07:00
simon
bfa42c9e28
Merge downstream code and become 3.7.12
2014-07-07 16:17:53 -07:00
Mnikolenko ProductEngine
7932a77319
MAINT-3885 FIXED Don't set focus on avatar after double-click-teleport if camera was locked.
2014-07-01 11:01:43 +03:00
simon
d760a6889d
Merge downstream code
2014-06-18 19:02:25 -07:00
simon
592024b580
Merge viewer-release and become version 3.7.9
2014-06-17 10:40:42 -07:00
Oz Linden
e15002a11c
merge changes for 3.7.9-release
2014-06-16 11:42:37 -04:00
andreykproductengine
984cc0788d
MAINT-3504 FIXED Avatar cannot move after TPing into region he nearly crossed into
2014-05-29 19:19:41 +03:00
Brad Payne (Vir Linden)
7b9708a2e3
sunshine-external merge WIP
2014-05-13 10:02:26 -04:00
simon
dc4c184696
Merge downstream version 3.7.8 code
2014-05-07 13:19:05 -07:00
simon
a5568f942b
Merge downstream version 3.7.8 code
2014-05-07 15:28:13 -07:00
Oz Linden
a98b4b6bee
merge changes for 3.7.7-release
2014-05-07 11:09:04 -04:00
andreylproductengine
c283a94c0a
MAINT-3969 FIXED Animation problems when teleporting while sitting on some objects
2014-04-29 06:36:23 +03:00
simon
00a325ccb9
Pull in viewer-lion to lock down next release
2014-03-19 11:41:42 -07:00
maxim@mnikolenko
09d1c27d4f
MAINT-3822 FIXED Show busy mode message only once for each im session.
2014-03-14 12:21:25 +02:00
Oz Linden
a5e56067c2
merge changes for 3.7.2-release
2014-03-03 15:36:34 -05:00
Mnikolenko ProductEngine
c23aebf89d
MAINT-3746 FIXED After replacing LLEnvManagerNew::setRegionChangeCallback with LLAgent::addRegionChangedCallback we should call RegionChanged callbacks to update NavMesh status.
2014-02-26 12:50:43 +02:00
Richard Linden
5866bb7ef0
merge with release
2014-02-12 10:32:02 -08:00
Brad Payne (Vir Linden)
969cb45920
merge
2014-02-11 16:04:31 -05:00
Oz Linden
197db4976a
merge changes for 3.6.13-release
2014-01-23 11:07:32 -05:00