Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-28 | SL-451 - avoid more high-cost string operations in a per-frame function | Brad Payne (Vir Linden) | |
2016-10-19 | SL-395 - believed fix for intermittent problem uploading meshes with scale locks | Brad Payne (Vir Linden) | |
2016-09-27 | SL-451 - support for getJoint() by number, use in initSkinningMatrixPalette() | Brad Payne (Vir Linden) | |
2016-09-06 | SL-395 - can enable/disable scale lock in mesh upload UI. Feature works. | Brad Payne (Vir Linden) | |
2016-09-02 | SL-395 - partial support for joint scale locking via flag in skin info | Brad Payne (Vir Linden) | |
2016-05-21 | merged jelly-doll viewer-release into bento | Brad Payne (Vir 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. | |||
2015-11-25 | SL-124 WIP - cleanup of comments and test code before going to project viewer. | Brad Payne (Vir Linden) | |
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2015-09-30 | merge | Brad Payne (Vir Linden) | |
2015-08-26 | SL-205 WIP - support for 152-joint rigged meshes with both hardware and ↵ | Brad Payne (Vir Linden) | |
software skinning. | |||
2015-04-28 | increment viewer version to 3.7.29 | Mnikolenko ProductEngine | |
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-03-26 | MAINT-3818 FIXED Certain dae files that used to display skin weights ↵ | ruslantproductengine | |
successfully now crash when ticking skin weights in model preview on ALL viewers | |||
2015-01-13 | changes to fix compiler warnings merged in from viewer-release | Oz Linden | |
2014-12-08 | merge | Brad Payne (Vir Linden) | |
2014-11-28 | MAINT-3494 FIXED Generate Normals checkbox does not control generation of ↵ | ruslantproductengine | |
normals. | |||
2014-11-18 | Fix for gpu_bench crash without parallels knock-on | Graham Linden | |
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-10-20 | MAINT-4533 FIXED viewer crash when uploading shiprigging88b.dae | Mnikolenko ProductEngine | |
2014-10-09 | MAINT-4545 FIXED simplebot.dae rigged mesh no longer uploads | Mnikolenko ProductEngine | |
2014-10-09 | MAINT-4545 FIXED simplebot.dae rigged mesh no longer uploads | Mnikolenko ProductEngine | |
2014-09-23 | MAINT-4481 FIX [viewer-lion] Linux build fails due array-bounds issue in ↵ | Richard Linden | |
llmanipscale.cpp This was an out of bounds array access on a code path not normally accessed To test, set debug setting ScaleShowAxes to true, go into build mode, and hold down Ctrl+Shift to scale an object There should be colored bars along the scale axes, limited to the bounds of the object's extents | |||
2014-08-29 | Merge up to 3.7.15 and fix many deprecated logging statements skipped by ↵ | Graham Linden | |
flickrfolk | |||
2014-07-07 | Merge viewer up to 3.7.12, including fixing missed LL_WARNS etc from last ↵ | Graham Linden | |
release (is that trout you smell on the air? is it?) | |||
2014-07-07 | Merge downstream code and become 3.7.12 | simon | |
2014-06-06 | MAINT-4123 FIXED return LLModel::BAD_ELEMENT for mesh with empty tex coords ↵ | Mnikolenko ProductEngine | |
array | |||
2014-06-05 | Merge | Ricky Curtice | |
2014-05-29 | Mergeup to 3.7.9 viewer-release | Graham Linden | |
2014-05-07 | Pull and merge viewer-release as version 3.7.8 | simon | |
2014-05-07 | merge changes for 3.7.7-release | Oz Linden | |
2014-04-22 | Modify importer to (optionally) improve debug output, perform name-based LOD ↵ | Graham Linden | |
association, and handle models with many materials. | |||
2014-03-19 | OPEN-199: replace the confusing STANDALONE switch with USESYSTEMLIBS | Oz Linden | |
2014-01-27 | MAINT-3661 Fix for crash when uploading corrupt .dae file. | Dave Parks | |
2013-10-08 | merge from viewer-release | Richard Linden | |
2013-09-23 | MAINT-3179 fix bad indexing of position info generating false alarms on ↵ | Graham Linden | |
range checks, issue with free of data now allocated contig with positions instead, and added copious amounts of llwarns to error return sites so 'invalid element' will be a reason to read the log and not a tease. | |||
2013-09-16 | MAINT-3153 fix potential mis-indexing in DAE loading checks | Graham Linden | |
2013-09-16 | MAINT-2388 replace stomped fix to not crash when handed bogus model data | Graham Linden | |
2013-08-19 | Merge | Xiaohong Bao | |
2013-08-09 | second phase summer cleaning | Richard Linden | |
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc. | |||
2013-05-09 | Merge | simon | |
2013-05-09 | Merge downstream code and viewer-beta | simon | |
2013-05-09 | Merge viewer-beta | simon | |
2013-05-07 | Optimization -- don't draw glow in alpha pool unless needed | Dave Parks | |
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2013-03-07 | Remove redundant data validation copy-pasted into normals loop | Graham Madarasz (Graham) | |
2013-03-07 | For MAINT-2436 and MAINT-2388 contribs from STORM-1935 and STORM-1936 | Graham Madarasz (Graham) | |
2013-03-06 | Fix crashes from using single alloc for pos/norm/tc in volume face data ↵ | Graham Madarasz | |
fighting with old free call in model loading code | |||
2012-12-11 | MAINT-1028 Fix for gcc | Dave Parks | |