Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-02 | merge | Brad Payne (Vir Linden) | |
2014-12-02 | MAINT-3494 FIXED Generate Normals checkbox does not control generation of ↵ | ruslantproductengine | |
normals. Patchset #3 (remove std::move()) | |||
2014-12-02 | Merge downstream code and become 3.7.22 | simon | |
2014-12-01 | merge fix | Brad Payne (Vir Linden) | |
2014-12-01 | merge | Brad Payne (Vir Linden) | |
2014-12-01 | merge | Brad Payne (Vir Linden) | |
2014-12-01 | increment viewer version to 3.7.22 | Oz Linden | |
2014-12-01 | Added tag 3.7.21-release for changeset 9ecab4b0c7d8 | Oz Linden | |
2014-12-01 | MAINT-4700 FIXED Viewer cursor defaults to 'grab' mode when clicking on ↵ | andreykproductengine | |
child prim of linkset that was recently physical and sat-upon | |||
2014-12-02 | MAINT-3494 FIXED Generate Normals checkbox does not control generation of ↵ | ruslantproductengine | |
normals. Patchset #2 | |||
2014-11-28 | MAINT-3494 FIXED Generate Normals checkbox does not control generation of ↵ | ruslantproductengine | |
normals. | |||
2014-11-27 | MAINT-3205 FIXED Normal map thumbnail icon lacks "Multiple" text when ↵ | andreykproductengine | |
last-selected face lacks a normal map | |||
2014-11-26 | MAINT-1861 FIXED Texture doesn't appear in Inventory after using 'Copy to ↵ | andreykproductengine | |
inventory' button | |||
2014-11-25 | MAINT-4690 FIXED forced send_agent_update(TRUE) in idle() results in large ↵ | andreykproductengine | |
amounts of useless UDP traffic | |||
2014-11-26 | MAINT-2336 FIXED Avatar continues to move in edit mode | Mnikolenko ProductEngine | |
2014-11-26 | MAINT-4691 FIXED Changed text labels | Mnikolenko ProductEngine | |
2014-11-25 | MAINT-4691 Restored price labels in Object profile panel | Mnikolenko ProductEngine | |
2014-11-24 | Merge downstream code and become version 3.7.21 | simon | |
2014-11-24 | MAINT-3529 FIXED Certain pathcuts made to a cube cause some faces to not ↵ | ruslantproductengine | |
react to sunlight or local lights | |||
2014-11-24 | Merge downstream code and become version 3.7.21 | simon | |
2014-11-21 | MAINT-4682 FIXED Viewer won't clear AGENT_ALWAYS_RUN while sitting | andreykproductengine | |
2014-11-21 | MAINT-4092 FIXED Prim faces with opaque diffuse maps, with material set to ↵ | ruslantproductengine | |
ALPHA MODE BLEND, do not render Pathset #3. Fix problem with not existing UUID's and if have a "conflict" when material can't have DIFFUSE_ALPHA_MODE_BLEND and DIFFUSE_ALPHA_MODE_NONE simultaneously. | |||
2014-11-19 | MAINT-4537, MAINT-4687 WIP | Brad Payne (Vir Linden) | |
2014-11-18 | MAINT-1789 FIXED Object inspector doesn't show any information about object ↵ | Mnikolenko ProductEngine | |
if user uses Select Only My Objects option | |||
2014-11-15 | MAINT-4537 WIP - comments and cleanup | Brad Payne (Vir Linden) | |
2014-11-15 | MAINT-4537 WIP - more joint position management during outfit changes | Brad Payne (Vir Linden) | |
2014-11-14 | MAINT-4537 WIP - joint position management during outfit changes | Brad Payne (Vir Linden) | |
2014-11-14 | MAINT-4537 WIP - order of operations during outfit change | Brad Payne (Vir Linden) | |
2014-11-13 | MAINT-4092 FIXED Prim faces with opaque diffuse maps, with material set to ↵ | ruslantproductengine | |
ALPHA_MODE_BLEND, do not render MAINT-4645 FIXED [viewer-lion] The build tool shows normal or specular map as 'none' when one exists | |||
2014-11-14 | MAINT-3067 FIXED Bumps, Pushes and Hits is hard to discove | Mnikolenko ProductEngine | |
2014-11-12 | MAINT-4660 FIXED making Photos | andreykproductengine | |
2014-11-11 | MAINT-4657 FIXED Objects can appear to have wrong 'for sale' type when ↵ | andreykproductengine | |
viewed in inventory | |||
2014-11-12 | MAINT-4662 FIXED Packet Loss always shows zero in the statistics floater | Mnikolenko ProductEngine | |
2014-11-11 | Merge changes for 3.7.20-release | maksymsproductengine | |
2014-11-10 | merge | Brad Payne (Vir Linden) | |
2014-11-10 | merge changes for 3.7.20-release | Oz Linden | |
2014-11-10 | increment viewer version to 3.7.21 | Oz Linden | |
2014-11-10 | Added tag 3.7.20-release for changeset 27094824773b | Oz Linden | |
2014-11-10 | MAINT-4617 FIXED Viewer chews on "Inventory->Open and Select" until ↵ | andreykproductengine | |
inventory received or recent items selected | |||
2014-11-07 | MAINT-1333 FIXED Disable "for sale" controls for attached prim | Mnikolenko ProductEngine | |
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 | merge | Brad Payne (Vir Linden) | |
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 |