Commit Graph

1128 Commits (8a13530ce4eeb481ee467fd3ec54f1ed7e9f632a)

Author SHA1 Message Date
AndreyL ProductEngine 64b3473f49 Merged in lindenlab/viewer-release 2018-05-18 03:02:44 +03:00
AndreyL ProductEngine af9069edbf Merged in lindenlab/viewer-release 2018-03-02 00:47:08 +02:00
Ansariel 2269a9f074 MAINT-8085 done right 2018-01-17 13:31:26 +01:00
AndreyL ProductEngine 57a99273ed Merged in lindenlab/viewer-release 2018-01-17 03:20:12 +02:00
Nat Goodspeed e3a2c5e321 DRTVWR-418: Merge from latest viewer-release 2017-11-29 14:47:09 -05:00
Ansariel f1c76a376c STORM-2151: Respect "Hide cursor while typing" user setting on Windows 2017-10-16 10:41:45 +02:00
Kitty Barnett 18fa2e6471 MAINT-7081 [FIXED] Access (write) violation / buffer overrun in LLTextureFetchWorker::doWork()
The trouble lines are:
			U8 * buffer = (U8 *) ALLOCATE_MEM(LLImageBase::getPrivatePool(), total_size);
			if (cur_size > 0)
			{
				memcpy(buffer, mFormattedImage->getData(), cur_size);
			}

If 'cur_size > mHttpReplyOffset + append_size' then 'total_size -= src_offset' will cause
total_size to be smaller than cur_size causing a write access violation on the memcpy.

Since the response is invalid it seemed best to make it follow the other failed partial condition.
(transplanted from 737e28ec6b4d74f3ff915a4effc13d7b615a6a9b)
2017-10-12 22:55:15 +02:00
Mnikolenko Productengine 788d745071 MAINT-7899 FIXED Apparent broken material texture selection 2017-10-13 12:23:08 +03:00
Nat Goodspeed 0c7bc67814 Automated merge with ssh://bitbucket.org/lindenlab/viewer-release 2017-10-11 14:35:49 -04:00
Oz Linden 01e0b78c59 merge changes for DRTVWR-439 2017-08-16 15:43:58 -04:00
Mnikolenko Productengine 5d812b95e8 MAINT-7581 [contribution] Closing the 'Replace links' floater crashes the viewer if a replace is in progress 2017-07-11 14:54:29 +03:00
Oz Linden b0d8f3a1ab MAINT-4532: properly detect Windows 10 in the 64bit build (only - 32bit runs in Windows 8 compatibility mode) 2017-07-10 16:30:28 -04:00
AndreyL ProductEngine 270cd8ff15 Merged in lindenlab/viewer-release 2017-06-20 23:16:03 +03:00
AndreyL ProductEngine f7186ac260 Contributors list fix: NickyD and Nicky Dasmijn are the same person 2017-07-11 20:46:53 +03:00
pavelkproductengine 530f69ff33 MAINT-7541 Not able to save login credentials on clean install 2017-07-10 17:22:12 +03:00
Mnikolenko Productengine 5478f2a223 MAINT-7581 [contribution] Closing the 'Replace links' floater crashes the viewer if a replace is in progress 2017-07-11 14:54:29 +03:00
pavelkproductengine 5205be0c65 STORM-2148 Crash on trying to save texture file(s) to computer from inventory 2017-05-31 19:28:46 +03:00
Kitty Barnett d7edeb2df8 STORM-2149: Add a warning notification when deleting a folder of filtered content 2017-06-02 16:44:00 +02:00
Brad Payne (Vir Linden) 806fd24704 merge 2017-05-22 21:09:07 +01:00
Brad Payne (Vir Linden) ed9653f711 MAINT-7343 - contributions.txt update 2017-05-01 15:17:28 -04:00
AndreyL ProductEngine d4d56f004a MAINT-7074 Fixed ability to escape from skin directory with <icon> 2017-04-19 21:19:04 +03:00
Ansariel b59ac959fc MAINT-6519 Contribution, adds feature to replace inventory links 2017-04-27 19:19:11 +02:00
Mnikolenko Productengine 5d7c5ea4d2 MAINT-7059 [contribution] Import of custom spellcheck dictionary fails silently 2017-01-18 12:20:55 +02:00
andreykproductengine 6b59d55230 MAINT-7028 Fixes scrambling of Outfit Order in Appearance Panel 2017-01-06 01:25:15 +02:00
AndreyL ProductEngine 946b28ad76 Merged STORM-2142 2016-12-19 19:18:53 +02:00
Cinder a6cda1ee06 STORM-2144 - Guard against null pointers when LLPanelOutfitEdit gets called before postBuild() on login. 2016-12-15 09:34:04 -06:00
AndreyL ProductEngine 7dcea20c4d Backed out changeset: b1a30962dd54 2016-12-15 02:41:39 +02:00
AndreyL ProductEngine 2abd0eef41 Merged in lindenlab/viewer-release
DRTVWR-412 Bento (avatar skeleton extensions)
2016-12-05 21:51:29 +02:00
Drake Arconis fb9cb88272 STORM-2143 Correct vertex winding of stars 2016-11-19 22:25:39 -05:00
Ansariel Hiller 76b3efe01c MAINT-6953 [Contribution] Error in DPI scaling calculation 2016-11-19 11:19:01 +00:00
AndreyL ProductEngine fb0355fdba Merged in Ansariel/storm-2141 2016-11-21 21:18:13 +02:00
Jonathan Yap ec5051699a STORM-2142 Tweaks to some of the 4 combined issues 2016-11-16 11:21:54 -05:00
AndreyL ProductEngine 84222286cc MAINT-6917 Setting one avatar to "Do not render" causes all avatars to become imposters 2017-11-09 23:05:35 +02:00
Brad Payne (Vir Linden) d31596db6a merge 2016-11-16 08:39:41 -05:00
Ansariel 420b1c9429 STORM-2141: Fix various inventory floater related issues:
* Opening new inventory via Control-Shift-I shortcut uses legacy and potentinally dangerous code path
* Closing new inventory windows don't release memory
* During shutdown legacy and inoperable code for inventory window cleanup is called
* Remove old and unused inventory legacy code
2016-11-14 14:45:53 +01:00
Brad Payne (Vir Linden) 5fb30e5ad3 MAINT-6913 - (Via Sovereign Engineer and Shyotl Kuhr) Pack the skinned matrix and translation into a single mat3x4 for optimal data transfer to reduce uniform slot usage. 2016-11-11 09:37:45 -05:00
AndreyL ProductEngine 3b1e19d23e Backed out changeset: 5816c800a9c1
Prervious MAINT-2141 fix causes MAINT-6791 so reverted it
2016-10-26 02:31:16 +03:00
Mnikolenko Productengine 3b328a3880 MAINT-6929 [Contribution] E-mail links are not parsed correctly when top level domain is over 6 characters. 2016-11-15 13:00:47 +02:00
andreykproductengine b6e7708d60 MAINT-6912 Specifying physics mesh was resetting previous model name 2016-11-10 12:51:06 +02:00
Mnikolenko Productengine 5921cc9d8a MAINT-6917 Setting one avatar to "Do not render" causes all avatars to become imposters 2016-11-09 14:20:46 +02:00
andreykproductengine a433c05bb0 MAINT-6911 Fixes viewer crash after using "Clear settings & reset form" 2016-11-07 21:03:05 +02:00
Mnikolenko Productengine 6083fd1cbe STORM-2140 LLLineEditor enabled-state cannot properly set via XUI 2016-11-07 12:33:14 +02:00
andreykproductengine 28c9002e98 MAINT-6906 Editing landmark name removes the land mark coordinates 2016-11-04 15:20:01 +02:00
AndreyL ProductEngine 97c372047c Merged in lindenlab/viewer-bear 2016-10-27 21:10:46 +03:00
AndreyL ProductEngine f5f4b771f1 Merged in lindenlab/viewer-bear 2016-09-30 17:44:38 +03:00
Mnikolenko Productengine 70a82ac3df MAINT-6773 Add payment message 2016-09-28 12:35:34 +03:00
AndreyL ProductEngine 7a7dc795f6 MAINT-6744 'System UI size factor has changed... ' shouldn't appear after installation 2016-09-26 00:58:25 +03:00
AndreyL ProductEngine 741194085a MAINT-6752 Updated contributions.txt 2016-09-23 00:50:16 +03:00
Mnikolenko Productengine d6b0db5118 MAINT-6665 [Contribution] Viewer crashes when setting a local texture from a path containing non-standard characters 2016-08-26 17:02:32 +03:00
andreykproductengine c4e9fe9fe5 MAINT-6636 Mesh upload was failing from a folder with a diacritic character in the name 2016-08-25 15:40:33 +03:00