Nicky
1d94fc7ce6
Change function signature of getAnonym to return std::string rather than reference and do not return "nobody" in case RLVa is disabled.
2019-10-09 22:32:19 +02:00
Ansariel
c182741596
Merge viewer-lynx
2016-11-16 09:55:54 +01:00
Nat Goodspeed
c92eb7e591
Automated merge with ssh://bitbucket.org/lindenlab/viewer-release
2016-08-30 11:36:06 -04:00
Ansariel
2797c5938a
Merge Firestorm LGPL
2016-04-05 10:47:23 +02:00
Oz Linden
9be58e915a
merge with 4.0.3-release
2016-04-04 15:53:09 -04:00
Ansariel
3192fe832f
Merge viewer-quickgraphics
2016-03-08 01:41:31 +01:00
Oz Linden
c8726aba30
remove execute permission from many files that should not have it
2015-11-10 09:48:56 -05:00
Nicky
c218e524b2
Merge - Step 1; Still enough to do.
2015-10-26 20:20:13 +01: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
Nat Goodspeed
4302637464
MAINT-5232: Make gMessageSystem an LLPounceable<LLMessageSystem*>.
...
This will permit other subsystems to use gMessageSystem.callWhenReady() to (e.g.)
register callbacks as soon as gMessageSystem is fully initialized.
2015-05-23 12:41:47 -04:00
Graham Madarasz
bf6182daa8
Update Mac and Windows breakpad builds to latest
2013-03-29 07:50:08 -07:00
Tank_Master
d4640277d0
Merge LL 3.5.3 release.
2013-07-09 16:24:58 -07:00
Kitty Barnett
a9ffc0120a
Merged with default tip (Revision 13149a524874)
...
--HG--
branch : RLVa
2013-05-06 23:54:58 +02:00
Merov Linden
bb322a1ccc
CHUI-580 : Fixed : Clean up the use of display name. Allow the use of the legacy protocol in settings.xml
2012-12-07 00:10:50 -08:00
Kitty Barnett
5b7edaec37
Merged with .RLVa tip
...
--HG--
branch : RLVa
2012-09-20 16:37:37 +02:00
Todd Stinson
6d84272d38
Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-beta.
2012-08-23 15:11:10 -07:00
Todd Stinson
7cbbdbd896
PATH-849: CRASHFIX This should fix the crash caused by LLPathfindingObject::handleAvatarNameFetch being called after the corresponding LLPathfindingObject has been deleted.
2012-08-13 16:55:51 -07:00
Todd Stinson
3e038cd71b
Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-release.
2012-07-27 12:53:54 -07:00
Kitty Barnett
9c395aa0c6
Merged with default tip (Revision f958326781de)
...
--HG--
branch : RLVa
2012-07-16 01:01:09 +02:00
Richard Linden
f89d94434c
made param blocks smaller by making param overhead 3 bytes instead of 4
...
Optional<bool> should now be 4 bytes smaller.
2012-05-21 18:26:18 -07:00
Richard Linden
82c9b0fbbc
fixed build
...
all param values now support named values uniformly
2012-04-13 23:07:48 -07:00
Richard Linden
a3d08c2355
fixed broken unit tests
2012-04-12 11:26:38 -07:00
Richard Linden
057da807ac
removed LLXUIXML library
...
moved LLInitParam, and LLRegistry to llcommon
moved LLUIColor, LLTrans, and LLXUIParser to llui
reviewed by Nat
2012-01-20 13:51:46 -08:00
Kitty Barnett
415aadc959
Merged with default tip (Revision 3a521e980fbf)
...
--HG--
branch : RLVa
2012-01-09 13:22:40 +01:00
Richard Linden
700277e00a
removed unneeded changeversion tracking in param blocks in favor of a simpler dirty bit
2011-11-28 22:30:12 -08:00
Kitty Barnett
866eeb7897
Merged with default tip (Revision 913d90c3225b)
...
--HG--
branch : RLVa
2011-11-04 17:40:17 +01:00
Leslie Linden
1e0a81ad68
Build fixes because damn standard doesn't allow binding rvalues to non-const refs.
2011-10-13 14:50:37 -07:00
Richard Nelson
e61569d714
added compound LLSD parsing to param blocks
...
reviewed by Leslie
2011-10-10 14:08:14 -07:00
Kitty Barnett
74aff082df
Merged with .RLVa tip
...
--HG--
branch : RLVa
2011-08-06 20:06:42 +02:00
Richard Linden
7dd8dc8be6
EXP-880 FIX Enable navigation chrome in search floater
...
fixed regression where profile window wasn't using requested size
2011-07-14 20:57:32 -07:00
Kitty Barnett
a713ffa247
Merged with default tip (Revision ddfc2ed6aee1)
...
--HG--
branch : RLVa
2011-05-25 13:37:12 +02:00
Richard Linden
31a2923b3d
EXP-749 FIX [REGRESSION] Voice status indicator shown in IM session instead of profile pic in Basic and Advanced modes
...
reviewed by Leyla
2011-04-28 14:56:46 -07:00
Richard Linden
6b47a5ec78
fixed build
2011-04-19 20:14:34 -07:00
Richard Linden
1dedd3de05
EXP-648 FIX As a developer, I want to be able to specify param blocks that use Multiple<LLUIImage> for a sequence of images
...
Factored out param block data classes so that specialized param block types, such as LLUIImage, LLFontGL, LLRect, etc. can be stored in a Multiple<T> context
Converted loading_indicator to take image sequence from XUI
deprecated name-value pairs for LLUIColor values, and put them in colors.xml
2011-04-19 16:16:54 -07:00
Oz Linden
8ceff5afd6
correct merge error in prehash change
2011-04-01 13:31:08 -04:00
Kitty Barnett
7b0455ba0f
Merged with default tip (Revision 78d1d228709c)
...
--HG--
branch : RLVa
2011-03-19 16:14:42 +01:00
Andrew A. de Laix
93138ec2cb
hack to work around gcc 4.2 compiler warning; really we should not store static strings in char * pointers (they should all be changed to const char *).
2011-01-24 16:00:52 -08:00
Seth ProductEngine
376ee7a3f9
STORM-797 FIXED Added parcel SLURL rendering with human readable parcel names.
...
- Added parcel info observer to LLUrlEntryParcel.
- Added notifying LLUrlEntryParcel by LLRemoteParcelInfoProcessor when parcel data arrives.
- Added notifying LLUrlEntryParcel about user login, changing host and viewer connection state to use this data in remote parcel requests.
2010-12-30 18:18:33 +02:00
Kitty Barnett
fe4fb1f4f2
- fixed : PROJECT_llui_TEST_llurlentry and llui_libtest tests fail to compile
...
--HG--
branch : RLVa
2010-11-12 16:32:42 +01:00
Leyla Farazha
a4b223248e
Merge
2010-09-27 17:54:52 -07:00
Aimee Linden
ffae589843
Post-convert merge by convert_monolith.py from /Users/Aimee/Documents/Work/Linden-Lab/Development/viewer/convert/viewer-identity-evolution
2010-09-03 17:41:39 +01:00
Oz Linden
06b0d72efa
Change license from GPL to LGPL (version 2.1)
2010-08-13 07:24:57 -04:00
James Cook
a91d10dc18
Merge
2010-05-25 11:41:33 -07:00
James Cook
77e6fcd423
DEV-50013 WIP gCacheName->getGroup() to distinguish from av lookups
...
Helps with global finds looking for remaining calls to patch.
Reviewed with Leyla.
2010-05-25 11:39:06 -07:00
Richard Nelson
4ea7d2de9f
DEV-50271 FIX SLURL support for non-clickable display names
...
reviewed by James
2010-05-24 17:25:35 -07:00
James Cook
75cc897c06
Underlined display names now update reliably.
2010-03-03 10:10:55 -08:00
James Cook
ee81adb01b
Preference to set what fields name tags display, and
...
first attempt at "use display names" menu item which
doesn't work yet
2010-02-18 18:46:41 -08:00
James Cook
3581d0001e
Fixed test build problem
2010-02-11 16:46:07 -08:00
James Cook
c2373fb5a6
Created stub LLAvatarNameCache for display name lookup, as
...
well as LLAvatarName base data object.
Reviewed with Kelly.
2010-02-11 16:39:15 -08:00
James Cook
42176145c9
Converted names build from avatar object LLNameValue pairs to SLID
...
Added temporary getDisplayName() to LLCacheName
Moved temporary placeholder display names into LLCacheName
Eliminated rarely used LLAgentUI::buildName in favor of buildFullName
Standardized buildFullName capitalization
2010-02-08 14:55:30 -08:00