Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-05 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
DRTVWR-412 Bento (avatar skeleton extensions) | |||
2016-11-30 | SL-540 - fix for regression in handling of out-of-range joint indices in ↵ | Brad Payne (Vir Linden) | |
skin weights | |||
2016-11-16 | merge | Brad Payne (Vir Linden) | |
2016-10-18 | MAINT-6841 - removed the joint remapping code, since it was designed to ↵ | Brad Payne (Vir Linden) | |
support a feature we no longer have. This also incidentally fixes any bugs caused by the joint remapping code. | |||
2016-09-28 | SL-451 - SSE-optimized matrix multiply, used in initSkinningMatrixPalette() | Brad Payne (Vir Linden) | |
2016-09-23 | MAINT-6747 eliminating convertion error | andreykproductengine | |
2016-08-23 | SL-274 - disabled test w/non-SSE matrix ops. MAINT-6672 - fixed Reset ↵ | Brad Payne (Vir Linden) | |
Skeleton, no longer crashes. | |||
2016-08-23 | TEST - non-SSE code path for matrix ops used in mesh skinning. | Brad Payne (Vir Linden) | |
2016-07-27 | MAINT-612 FIXED LOD switch distance calculation ignores z-axis scale | andreykproductengine | |
2016-06-03 | SL-220 - handle case that a weighted vertex includes no skin weights | Brad Payne (Vir Linden) | |
2016-05-21 | merged jelly-doll viewer-release into bento | Brad Payne (Vir Linden) | |
2016-05-06 | merge | Brad Payne (Vir Linden) | |
2016-05-06 | merge 4.0.4-release and MAINT-5974 | Oz Linden | |
2016-04-06 | SL-366 - more cases where skinned weights can go awry, and a bunch more ↵ | Brad Payne (Vir Linden) | |
asserts to verify. | |||
2016-04-01 | MAINT-6274 FIXED Mouse pointer incorrectly appears on the edge of the screen ↵ | Mnikolenko ProductEngine | |
after dragging World map | |||
2016-03-31 | SL-352 - another case where legacy content revealed a bug in weight remapping. | Brad Payne (Vir Linden) | |
2016-03-07 | merge DRTVWR-398 build cleanup fixes | Oz Linden | |
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2015-10-19 | SL-234 WIP - remap skin weights to match included-joint logic | Brad Payne (Vir Linden) | |
2015-10-13 | merge changes for 3.8.5-release | Oz Linden | |
2015-09-30 | Merge downstream code, version 3.8.5 | AndreyL ProductEngine | |
2015-09-29 | merge changes for 3.8.4-release | Oz Linden | |
2015-09-23 | add comments for MAINT-5660 asserts | Oz Linden | |
2015-09-14 | merge | Brad Payne (Vir Linden) | |
2015-09-14 | SL-133 WIP, SL-134 WIP - more extra joint handling | Brad Payne (Vir Linden) | |
2015-08-20 | MAINT-5532 FIXED upload of duck.dae from MAINT-4483 crashes mac viewer | andreykproductengine | |
2015-07-30 | merge changes for other open sourc contributions | Oz Linden | |
2015-07-17 | MAINT-5364 FIXED Object with invalid sculpt topology type cannot be seen or ↵ | andreykproductengine | |
selected | |||
2015-07-14 | MAINT-5364 FIXED Object with invalid sculpt topology type cannot be seen or ↵ | andreykproductengine | |
selected | |||
2015-04-29 | Merge from viewer-release | andreykproductengine | |
2015-04-27 | MAINT-5042 FIXED SL Viewer Closes Unexpectedly in specific area with high ↵ | ruslantproductengine | |
RenderVolumeLODFactor - fix for review - fix in buffer overrun detector | |||
2015-04-14 | Merge with viewer-release and become 3.7.28 | andreykproductengine | |
2015-04-13 | merge changes for 3.7.27-release | Oz Linden | |
2015-01-13 | merge changes for 3.7.24-release | Oz Linden | |
2015-02-20 | Fix merge error | simon | |
2015-02-19 | Merge downstream code | simon | |
2015-02-14 | MAINT-4329 Backed out changeset: fd3a4d5c2cf5 | ruslantproductengine | |
2015-01-06 | merge changes for STORM-2083 | Oz Linden | |
2014-12-19 | merge changes of 3.7.23-release | maksymsproductengine | |
2014-12-12 | Fix up remaining llround() -> ll_round() issues | callum_linden | |
2014-12-12 | Another round of ll_round() | Nat Goodspeed | |
2014-12-11 | Fix a couple more ll_round() calls | Nat Goodspeed | |
2014-12-10 | Rename llround(..) to ll_round(..) because of a collision with MS llround ↵ | callum_linden | |
(long long round) in VS2013 | |||
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-24 | MAINT-3529 FIXED Certain pathcuts made to a cube cause some faces to not ↵ | ruslantproductengine | |
react to sunlight or local lights | |||
2014-11-14 | Cinder pointed out my fix here for clang pickiness was different from hers ↵ | callum_linden | |
so I investigated and this is the causes of the slowdown - wrongly placed parens | |||
2014-11-14 | Reworked changes to more closely match Cinders' - hers seem more correct | callum_linden | |
2014-11-07 | STORM-2083: LLCalcParser calculates inverse trigonometric functions wrong | Ansariel | |
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 |