Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-03 | MAINT-7684: Update viewer-manager to codeticket version 510474. | Nat Goodspeed | |
2017-11-03 | MAINT-7684: Update viewer-manager to codeticket version 510466. | Nat Goodspeed | |
2017-11-03 | MAINT-7228 Substituted assert with error | andreykproductengine | |
2017-11-01 | MAINT-7228 Vertex buffer allocation failure handling | andreykproductengine | |
2017-11-03 | MAINT-7974 Fixed LLProfile crash(error) caused by thread unsafe variable | andreykproductengine | |
2017-11-06 | MAINT-7978 - Fixed allocation crash in doRead(), workers should never crash | andreykproductengine | |
2017-11-06 | MAINT-7961 Search link in Recent tab of Inventory should open the Search ↵ | Mnikolenko Productengine | |
filters for Inventory | |||
2017-10-31 | DRTVWR-418: Update viewer-manager to codeticket version 510348. | Nat Goodspeed | |
2017-10-31 | DRTVWR-418: Update viewer-manager to codeticket version 510328. | Nat Goodspeed | |
2017-10-31 | MAINT-2161 Fixed dae parsing issue - dae expects escaped names | andreykproductengine | |
2017-10-30 | DRTVWR-418: Update viewer-manager to codeticket version 510301. | Nat Goodspeed | |
2017-10-30 | Automated merge with ssh://bitbucket.org/lindenlab/viewer64 | Nat Goodspeed | |
2017-10-27 | DRTVWR-418: Update viewer-manager to codeticket version 510243. | Nat Goodspeed | |
2017-10-26 | DRTVWR-418, MAINT-7911: Merge to build 510144 of VMP | Nat Goodspeed | |
2017-10-26 | MAINT-7911: Update to viewer-manager build 510144 | Nat Goodspeed | |
2017-10-26 | Automated merge with ssh://bitbucket.org/lindenlab/viewer64 | Nat Goodspeed | |
2017-10-25 | MAINT-7911: Update viewer-manager to codeticket version 510137. | Nat Goodspeed | |
2017-10-25 | MAINT-7911: Set build_data.json's Platform to win for both W32, W64. | Nat Goodspeed | |
2017-10-24 | MAINT-7081: Only request HTTP2 with $VIEWERASSET override (testing) | Nat Goodspeed | |
2017-10-24 | MAINT-7081: Mention libnghttp2*.dylib in yet another place. | Nat Goodspeed | |
2017-10-24 | MAINT-7081: Fix bad merge into autobuild.xml. | Nat Goodspeed | |
Specifically, reinstate the curl, openssl, nghttp2 libraries to the previous tip of this MAINT-7081 fork. | |||
2017-10-24 | MAINT-7081: Merge from lindenlab/viewer64. | Nat Goodspeed | |
2017-10-18 | MAINT-7812: NSIS check for /marker before writing marker file. | Nat Goodspeed | |
The /marker switch is passed by the (new) VMP. If any user wants to explicitly pass the /marker switch to the installer, s/he shouldn't mind ending up with an nsis.winstall file in the download directory. | |||
2017-10-18 | MAINT-7812: Update to viewer-manager build 509841 | Nat Goodspeed | |
2017-10-16 | STORM-2151: Respect "Hide cursor while typing" user setting on Windows | Ansariel | |
2017-11-22 | Merged in lindenlab/viewer-lynx | AndreyL ProductEngine | |
2017-11-21 | MAINT-8016 Crash in LLFloaterAvatarRenderSettings::removePicker() | Mnikolenko Productengine | |
2017-11-21 | MAINT-8007 Music do not start playing after disabling | Mnikolenko Productengine | |
2017-11-20 | MAINT-581 Terrain detail remains on High when Graphics Quality is set to Low | andreykproductengine | |
2017-11-13 | MAINT-7847 Remake of 'white alpfa' fix | andreykproductengine | |
2017-11-17 | MAINT-72 unmapBuffer crash | andreykproductengine | |
2017-11-17 | MAINT-8013 FIXED Unnecessary tab change after using 'Show in Main panel' for ↵ | Mnikolenko Productengine | |
items from 'Received items' panel | |||
2017-11-16 | MAINT-8006 FIXED The items from 'Received items' panel are not displayed in ↵ | Mnikolenko Productengine | |
'Worn' tab | |||
2017-11-16 | MAINT-7988 Received Items should be searchable via inventory | Mnikolenko Productengine | |
2017-11-15 | MAINT-7997 Fixed dialog text failing to get focus when selected | andreykproductengine | |
2017-11-14 | Merged in lindenlab/viewer-lynx | AndreyL ProductEngine | |
2017-11-14 | Merged in lindenlab/viewer-lynx | AndreyL ProductEngine | |
2017-11-10 | Backed out changeset: 544a91982eba | andreykproductengine | |
Originally a fix for MAINT-4773. This was causing a number of issues since changes made in this code were pushing null textures into server and viewer should not modify 'content' at server of own violition. | |||
2017-11-09 | Merged in MAINT-2880 | Andrey Kleshchev | |
Approved-by: Andrey Kleshchev <andreykproductengine@lindenlab.com> Approved-by: Andrey Lihatskiy <andreylproductengine@lindenlab.com> Approved-by: Simon Linden <simon@lindenlab.com> | |||
2017-11-09 | MAINT-2880 Particle generator object doesn't start displaying particles, ↵ | Mnikolenko Productengine | |
when unblocking the owner of this object | |||
2017-11-09 | MAINT-7990 Fixed avatar physics twitching at high fps | andreykproductengine | |
2017-11-08 | MAINT-7940 Don't decrease character limit when sending snapshot to Twitter. ↵ | Mnikolenko Productengine | |
Increase limit to 280 | |||
2017-10-13 | Automated merge with ssh://bitbucket.org/lindenlab/viewer64 | Nat Goodspeed | |
2017-10-12 | MAINT-7081 [FIXED] Access (write) violation / buffer overrun in ↵ | Kitty Barnett | |
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-27 | MAINT-1114 crash at LLVOAvatar updateGeometry() | andreykproductengine | |
2017-10-27 | Merged from viewer-lynx | andreykproductengine | |
2017-10-23 | MAINT-5261 The "Ping Interpolate the object position" seems to no longer work | andreykproductengine | |
2017-10-23 | Backed out changeset: bfa432c3c7d5 (SL-775) | andreykproductengine | |
2017-10-23 | MAINT-7929 Viewer shouldn't attempt to access unreadable cache indefientely | andreykproductengine | |
2017-10-20 | MAINT-7906 Inventory filter fix | Mnikolenko Productengine | |