Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-10 | MAINT-4617 FIXED Viewer chews on "Inventory->Open and Select" until ↵ | andreykproductengine | |
inventory received or recent items selected | |||
2014-11-08 | DD-274 : Do not display super long error description (there are in the log ↵ | Merov Linden | |
though) | |||
2014-11-08 | DD-259 : Show only one error when failing on listing, user can see all ↵ | Merov Linden | |
errors in Check for Errors | |||
2014-11-08 | DD-265, DD-266 : Validate the listing id when associating, show alert if ↵ | Merov Linden | |
value out of positive integer limit | |||
2014-11-08 | DD-258 : Disable the Check for Errors buttons (aka Audit) while the ↵ | Merov Linden | |
inventory is still fetching | |||
2014-11-08 | DD-260 : Silence the SLM delete message so to prevent server notification to ↵ | Merov Linden | |
show up when deleting or unassociating things from the viewer | |||
2014-11-07 | DD-272 : Be more consistent when updating the count on hand in SLM, also ↵ | Merov Linden | |
prevent multiple folder update when receiving data from SLM | |||
2014-11-07 | MAINT-1333 FIXED Disable "for sale" controls for attached prim | Mnikolenko ProductEngine | |
2014-11-06 | BUG-7698, BUG-7688, BUG-7694 (others) CDN connection issues. | Monty Brandenberg | |
Under pipelining, requests were given a 5x timeout factor due to the way that the timeout clock works in libcurl. Under CDN load, connections were not being torn down quickly and it was only this timer that led to disconnect and retry. So, we want to break a connection that isn't making progress but that isn't immediately possible. We'll compromise with a 60S timeout that (we hope) will be neither too long for stalled connections nor too short for large asset transfer requests. | |||
2014-11-05 | merge | Brad Payne (Vir Linden) | |
2014-11-05 | MAINT-202 FIXED Can't open scripts in copied objects individually on the viewer2 | andreykproductengine | |
2014-11-06 | MAINT-3067 FIXED Show context menu when right clicking avatar name in the ↵ | Mnikolenko ProductEngine | |
list. Bumps, Pushes and Hits moved to Help from Develop menu | |||
2014-11-05 | MAINT-4621 FIXED start new session with the caller (if it doesn't exist) and ↵ | Mnikolenko ProductEngine | |
only then show autoreject message | |||
2014-11-03 | Merge downstream code and become 3.7.20 | simon | |
2014-11-03 | DD-235 : Use newly built jsoncpp libraries that do include the security fix | Merov Linden | |
2014-11-03 | merge | Brad Payne (Vir Linden) | |
2014-11-03 | DD-263 : Update the count on hand on SLM in various situation where stock ↵ | Merov Linden | |
count changes (activate, drag/drop, associate, etc...) | |||
2014-11-03 | Pull in viewer-release and become version 3.7.20 | simon | |
2014-11-03 | MAINT-3585 FIXED Viewer Crashes when attempting to upload image. | ruslantproductengine | |
The bug was fixed, the reasone of crash is following. The Core Flow view contain another GL context and will not care about restoring a previous. I restore context manually. This path also contain a minor changes in another files. All changes described here. Сhange's for fix current bug. indra/llwindow/llwindow.h indra/llwindow/llwindowheadless.h indra/llwindow/llwindowmacosx.h indra/llwindow/llwindowsdl.h indra/llwindow/llwindowwin32.h indra/newview/lllocalbitmaps.cpp indra/newview/llviewerdisplay.cpp indra/newview/llviewerdisplay.h Twice mUsage initialization (replace to forward initialization). indra/llcharacter/lljointstate.h Looks like condition should be befor memcopy call, otherwise - possible CRASH. indra/llcommon/llmd5.cpp Unused condition and variables. indra/llmath/llsphere.cpp Looks like should be under if otherwise - possible CRASH indra\llprimitive\llmodel.cpp Useless assert's. indra/llrender/llrender.cpp indra/newview/lldaycyclemanager.cpp | |||
2014-11-04 | MAINT-4499 FIXED Forgotten password button is not aligned with Password ↵ | Mnikolenko ProductEngine | |
input field | |||
2014-11-04 | MAINT-4581 FIXED Flickr slurl links break on some regions with spaces in the ↵ | Mnikolenko ProductEngine | |
region name | |||
2014-11-04 | MAINT-4619 FIXED Using Align Planar Faces on flexible prims causes viewer to ↵ | Mnikolenko ProductEngine | |
crash | |||
2014-11-03 | Merge downstream code and become 3.7.20 | simon | |
2014-11-03 | MAINT-1884 FIXED "Shortcut Key" text label is overlapped by drop-down lists ↵ | andreykproductengine | |
in Preview floater when user opened more then one gesture | |||
2014-11-03 | SL-93 WIP - pelvis fixup offsets | Brad Payne (Vir Linden) | |
2014-10-31 | settings.xml update | Brad Payne (Vir Linden) | |
2014-10-30 | SL-93 WIP - missing include | Brad Payne (Vir Linden) | |
2014-10-30 | MAINT-4617 FIXED Viewer chews on "Inventory->Open and Select" until ↵ | andreykproductengine | |
inventory received or recent items selected | |||
2014-10-31 | MAINT-3560 FIXED Unused setting MaxFPS was deleted | Mnikolenko ProductEngine | |
2014-10-30 | SL-93 - WIP on managing pelvis fixups using new joint offset framework | Brad Payne (Vir Linden) | |
2014-10-29 | merge changes for MAINT-4560 | Oz Linden | |
2014-10-28 | MAINT-4435 FIXED build fix patchset2 | ruslantproductengine | |
2014-10-28 | merge changes for 3.7.19-release | Oz Linden | |
2014-10-28 | merge changes for 3.7.19-release | Oz Linden | |
2014-10-28 | increment viewer version to 3.7.20 | Oz Linden | |
2014-10-27 | MAINT-2759 FIXED Touch is greyed out when right clicking on child prims in a ↵ | andreykproductengine | |
touchable linkset if the script uses a reset on rez | |||
2014-10-27 | MAINT-4435 FIXED fix in llvolume.cpp Perform full build if number of vertices | ruslantproductengine | |
less than allowed. Changes in all other files relate auxiliary methods for catching similar bugs in future. | |||
2014-10-27 | MAINT-4597 FIXED Show emoted name according to name settings in preferences. | Mnikolenko ProductEngine | |
2014-10-24 | DD-243 : Set up callbacks for merchant outbox importer in the postBuild | Merov Linden | |
2014-10-24 | DD-242 : Added beta invitation message to merchants in the marketplace ↵ | Merov Linden | |
listings floater | |||
2014-10-24 | MAINT-4614 - fix viewer warning about bad membership list update | simon | |
2014-10-24 | MAINT-3208 FIXED Confusing button state when working with multiple textures ↵ | andreykproductengine | |
and the default texture is the last selected. | |||
2014-10-24 | MAINT-4554 FIXED Display owner as [groupname] (group) for group-owned object | Mnikolenko ProductEngine | |
2014-10-23 | DD-224, DD-246 : Clean up code when receiving delete notification. Display ↵ | Merov Linden | |
DAMA alert when associating listing | |||
2014-10-23 | merge changes for STORM-2081 | Oz Linden | |
2014-10-23 | STORM-2081 - Guard against null gWindowImplementation when fullscreen ↵ | Cinder | |
(crashes OS X Yosemite) | |||
2014-10-23 | MAINT-2131 FIXED "Copy" menu item is enabled for folders in "My inventory" ↵ | andreykproductengine | |
panel inside "Places>My Landmarks" tab | |||
2014-10-22 | MAINT-4602 FIXED URLs are not highlighted as URLs in chat view when ↵ | MNikolenko ProductEngine | |
preceding an internal URL | |||
2014-10-21 | DD-224 : WIP : Add a deleteListing method, call SLM_UPDATE_FOLDER ↵ | Merov Linden | |
notification if state is deleted | |||
2014-10-21 | DD-221 : Pointer testing to avoid potential crash | Merov Linden | |