Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-05 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
DRTVWR-412 Bento (avatar skeleton extensions) | |||
2016-12-05 | Backed out changeset: ffffbe002ff2 | AndreyL ProductEngine | |
Finally reverting the MAINT-4488 (see BUG-37693 for details) | |||
2016-11-16 | merge | Brad Payne (Vir Linden) | |
2016-10-18 | Restored MAINT-4488 (perviosly reverted in MAINT-6242) | andreykproductengine | |
2016-08-22 | Backed out changeset: 6d631b9d02a0 for maint-6242 | andreykproductengine | |
2016-06-22 | MAINT-6385: Ensure that VMM initialization only happens once after login and ↵ | Rider Linden | |
that it will only happen after the region caps have been received. | |||
2016-05-21 | merged jelly-doll viewer-release into bento | Brad Payne (Vir Linden) | |
2016-04-04 | merge with 4.0.3-release | Oz Linden | |
2016-04-01 | merge | Brad Payne (Vir Linden) | |
2016-03-21 | merge | Brad Payne (Vir Linden) | |
2016-03-17 | Merge | Rider Linden | |
2016-03-16 | merge changes for DRTVWR-417 | Oz Linden | |
2016-03-09 | More elegant solution to keep fix for MAINT-2879 | Ansariel | |
2016-03-07 | SL-315 WIP - more call stack tracing, initial hooks for avatar reset ↵ | Brad Payne (Vir Linden) | |
skeleton option. | |||
2016-02-07 | move script permission bits to keep fix for MAINT-2879 | Oz Linden | |
2016-02-07 | merge changes for OPEN-292 | Oz Linden | |
2016-01-15 | merge changes for 4.0.1-release | Oz Linden | |
2016-01-15 | Merge VR | Rider Linden | |
2016-01-06 | MAINT-4488 [PUBLIC] llTakeControls(*,FALSE,TRUE) prevents left clicks from ↵ | andreykproductengine | |
mouselook. | |||
2015-12-21 | MAINT-335 FIXED Avatar hangs in space after cancelling teleport | andreykproductengine | |
2015-11-29 | Merged lindenlab/viewer-tools-update into default | Cinder Biscuits | |
2015-11-20 | MAINT-5831: If there is a teleport request active and it has failed, ↵ | Rider Linden | |
teleport state will always return "None". | |||
2015-11-17 | MAINT-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-10 | remove execute permission from many files that should not have it | Oz Linden | |
2015-10-19 | Merge from viewer release. | Rider Linden | |
2015-09-10 | MAINT-5584 FIXED On voice disabled parcel or region, speak button remains ↵ | andreykproductengine | |
disabled in ad-hoc and group voice calls - you can hear but not speak. | |||
2015-09-01 | MAINT-5575: Convert the Experience cache into a coro based singleton. | Rider Linden | |
--HG-- branch : MAINT-5575 | |||
2015-08-18 | MAINT-5506: Fix ugly timing bug in llurlentry static initialization. | Nat Goodspeed | |
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-11 | Merge | Rider Linden | |
2015-08-04 | Merge downstream code and become version 3.8.3 | andreykproductengine | |
2015-06-12 | MAINT-4900 FIXED Don't show group info for non-admins. | Mnikolenko ProductEngine | |
2015-06-09 | Removed dead code, llsdmessage, llcapabilitylistener and the associated tests. | Rider Linden | |
2015-06-09 | Removed homelocation responder (rolled into llagent) | Rider Linden | |
Removed sdhandler from llagent. Removed unused values from llacountingccostmgr Fixed smart pontier creation in llfacebook | |||
2015-06-08 | Added a way to pass a policy Id to the coroadapter. | Rider Linden | |
Changed language, appearance, and maturity to conform to use the adapter rather than the SDHandler | |||
2015-04-15 | Merge | Rider Linden | |
2015-04-15 | Region caps and sim features converted to coroutine. | Rider Linden | |
2015-04-14 | Pull merge from lindenlab/viewer-tools-update (includes viewer-release) | Merov Linden | |
2015-04-14 | Merged lindenlab/viewer-tools-update into default | Rider Linden | |
2015-04-13 | merge changes for 3.7.27-release | Oz Linden | |
2015-04-01 | Added AvatarNameCache as coroutine, with LLCore::HttpHandler to respond ↵ | Rider Linden | |
correctly to Event Pumps. Added get/setRequestURL() to LLCore::HttpResponse Removed URI from the HttpSDHandler. | |||
2015-03-27 | first set of chnages from code review from Nat | Rider Linden | |
2015-03-26 | Create trivial handler for SD Messages, method in LLAgent for posting HTTP ↵ | Rider Linden | |
requests. | |||
2015-03-26 | Fix line endings on appearancemgr and added LLCore::Http to llAgent. | Rider Linden | |
2015-03-16 | Merge lindenlab/viewer-tools-update | Merov Linden | |
2015-02-08 | OPEN-292 - Remove lscript from project, | Cinder | |
Remove legacy udp script upload methods, Refactor script runtime perms from three arrays to one struct array so we don't have to juggle array order anymore. | |||
2015-01-13 | merge changes for 3.7.24-release | Oz Linden | |
2014-12-19 | Pull merge from lindenlab/viewer-release | Merov Linden | |
2014-12-14 | DD-299 : Suppress cap hardcoded fallback. Recheck cap after each teleport. | Merov Linden | |
2014-12-03 | MAINT-1871 FIXED Don't allow moving avatar while changing camera position. | Mnikolenko ProductEngine | |
2014-10-18 | Update to build on Xcode 6.0: fix member initializer 'mAppearanceSerialNum' ↵ | callum_linden | |
does not name a non-static data member or base class - already initialized in parent class llCharacter |