Oz Linden
55ff21f58e
VOICE-47: Disconnect from voice during teleport to prevent audio artifacts
2017-05-02 14:32:34 -04:00
Ansariel
2fff7fe963
Merge viewer-vivox
2017-04-20 00:33:01 +02:00
Ansariel
69c8b02944
Merge Firestorm LGPL
2017-04-19 23:20:38 +02:00
Oz Linden
1b032c3783
merge changes for 5.0.4-release
2017-04-19 16:27:38 -04:00
Ansariel
8411280058
Merge LL viewer release 5.0.4
2017-04-19 22:03:32 +02:00
Oz Linden
f62b550328
increment viewer version to 5.0.5
2017-04-19 15:11:10 -04:00
Oz Linden
37c5150a3c
Added tag 5.0.4-release for changeset 022709ef76a3
2017-04-19 15:11:10 -04:00
Ansariel
d87c0bda46
Merge viewer-lynx
2017-04-19 20:37:04 +02:00
eli
d7bc803af8
FIX INTL-247 translations for 9 languages for viewer-lynx (DRTVWR-432)
2017-04-18 13:11:55 -07:00
Oz Linden
e07a60f6cc
remove obsolete type cast that upsets VS sensibilities
2017-04-14 17:27:03 -04:00
Oz Linden
fd3628ef45
Change certificate store infrastructure to key off of the Subject Key
...
Id rather than sha1 hash, since that is rarely used in modern
certs. The previous form was storing trusted certs using an empty sha1
hash value as the key, which meant most certificates matched... not good.
Modify the LLCertException to pass certificate information back as
LLSD rather than an LLPointer<LLCertificate>, because when the
exception is being thown from the certificate constructor that results
in one of a couple of other exceptions (even refcounting won't save
you when the problem is that the thing you're pointing to never
finished coming into being properly).
Update the certificates in the llsechandler_basic_test to modern
conventions, and extend the classes to allow for an optional
validation date so that the test can use a fixed date. Also make all
the certificates include the plain text form for ease of reference.
2017-04-14 16:05:59 -04:00
Ansariel
ca23cc3cf9
Merge Firestorm LGPL
2017-04-14 12:46:44 +02:00
Ansariel
a13a75340b
Update German translation
2017-04-14 12:46:07 +02:00
Ansariel
7c41871639
Merge viewer-lynx
2017-04-14 12:42:28 +02:00
Mnikolenko Productengine
8858af468f
MAINT-3221 "Repeats per meter" didn't allow direct input of negative values
2017-04-07 13:22:39 +03:00
andreykproductengine
b4c6510d05
MAINT-7162 Forced sit on a physical object triggers a bogus "Cancelled Sit" message
2017-04-03 20:25:51 +03:00
AndreyL ProductEngine
d5200f0578
Merged in lindenlab/viewer-lynx
2017-03-31 00:17:45 +03:00
Ansariel
78409751f7
Transplant multiline support for MAINT-6959
2017-03-30 21:34:21 +02:00
andreykproductengine
7e13f981d2
Add multiline support for MAINT-6959
2017-03-30 21:35:01 +03:00
Mnikolenko Productengine
5e926ece20
MAINT-7245 Use Experience Box in LSL Editor will not show as checked if containing object is in another region
2017-03-30 16:30:01 +03:00
AndreyL ProductEngine
f53e142e7d
MAINT-7128 Crash in LLDrawable::cleanupReferences - more informative logging
2017-03-30 00:22:36 +03:00
AndreyL ProductEngine
d9effe167d
Merged in lindenlab/viewer-lynx
2017-03-29 03:15:21 +03:00
andreykproductengine
084f7cf44a
MAINT-7257 Added null check for volume manager
2017-03-28 16:24:50 +03:00
andreykproductengine
45dd355d46
MAINT-1858 Fixed camera not looking at avatar if "Editing Appearance" while moving
2017-03-28 13:56:01 +03:00
andreykproductengine
7603eb51c5
Backed out changeset: 50e72280019f
2017-03-28 12:30:20 +03:00
Mnikolenko Productengine
f1e00870df
MAINT-6980 FIXED Ctrl + Alt + Shift + B does not force a crash on mac
2017-03-28 11:42:17 +03:00
Ansariel
dc79fa3d40
FIRE-21031: Crash when refreshing group profile
2017-03-27 22:32:45 +02:00
Mnikolenko Productengine
5a73e8fc10
MAINT-7238 Change InventoryMarketplaceError text
2017-03-27 15:20:24 +03:00
Ansariel
40f8fa3637
With all the meshes with high res textures flying around nowadays this seems to be a good idea...
2017-03-25 14:31:49 +01:00
Ansariel
ed9b36e2b4
Update German translation
2017-03-25 13:29:12 +01:00
andreykproductengine
f5819240fa
MAINT-380 Add "Duplicate" feature into Build-Object sunbmenu
2017-03-24 19:09:54 +02:00
Mnikolenko Productengine
83694e1404
MAINT-7237 Change Flickr upload button label & window title name
2017-03-23 12:08:31 +02:00
andreykproductengine
3e6aafb489
MAINT-6789 MAC build fix
2017-03-22 18:41:51 +02:00
Ansariel
51e0e87268
Update German translation
2017-03-22 16:45:15 +01:00
Ansariel
f44edb205d
Merge viewer-lynx
2017-03-22 16:40:54 +01:00
Ansariel
a4783c5e21
Merge Firestorm LGPL
2017-03-22 16:36:45 +01:00
andreykproductengine
ae59476522
MAINT-7225 Blocks list wasn't updating corretly for name based muting.
2017-03-22 15:53:17 +02:00
AndreyL ProductEngine
16bf361151
Merged in lindenlab/viewer-lynx
2017-03-22 15:52:32 +02:00
Nicky
b64d68b10f
Make sure glow works when using VAOs.
...
- Use emissive shader in LLDrawPoolAlpha::renderAlpha (like LL does)
- Make sure LLVertexBuffer::setBuffer calls setupClientArrays with the new attrib mask, otherwise dissabled attrib arrays will stay disabled and never get enabled.
2017-03-22 00:02:25 +01:00
Ansariel
915496bbea
Merge viewer-vivox
2017-03-21 22:14:02 +01:00
Mnikolenko Productengine
bf850c110b
MAINT-7224 Chat logs move down, leaving huge empty space
2017-03-21 16:18:23 +02:00
Mnikolenko Productengine
eddcb43851
MAINT-7224 Chat logs move down, leaving huge empty space
2017-03-21 16:18:23 +02:00
andreykproductengine
11e499f44b
MAINT-6789 Add More now won't affect Edit Appearance perfomance during fetch unless visible
2017-03-21 02:22:29 +02:00
andreykproductengine
66a9db4b06
MAINT-7225 MAC build fix
2017-03-22 18:41:51 +02:00
Mnikolenko Productengine
4261f6ee11
MAINT-6404 FIXED When pasting from Mac Word into a notecard, line break is replaced by ?
2017-03-22 17:50:04 +02:00
Mnikolenko Productengine
10a3eb049c
MAINT-7223 Odd placement on box in chat preferences
2017-03-20 16:58:25 +02:00
Mnikolenko Productengine
459d5c6c32
MAINT-7117 Don't Show "Unknown error" in warning dialog
2017-03-20 11:09:11 +02:00
Nicky
f18abd046f
KDU 7.9.1
2017-03-19 11:07:14 +01:00
Ansariel
fa8c420112
Partially undo d536fd19aa9d as it causes OpenGL error: glDeleteObjectARB - GL_INVALID_VALUE
2017-03-18 22:22:54 +01:00
Ansariel
824857c46e
Vertex Array Objects are required in OpenGL core profile
2017-03-18 21:49:55 +01:00