Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-13 | changes to fix compiler warnings merged in from viewer-release | Oz Linden | |
2015-01-13 | merge changes for 3.7.24-release | Oz Linden | |
2014-12-20 | Fix of build issues after merge | maksymsproductengine | |
2014-12-19 | merge with 3.7.23-release | maksymsproductengine | |
2014-12-15 | merge changes for 3.7.22-release | Oz Linden | |
2014-12-12 | MAINT-3488 FIXED Pose balls are sometimes invisible after standing up until ↵ | ruslantproductengine | |
zooming camera closer | |||
2014-12-10 | Rename llround(..) to ll_round(..) because of a collision with MS llround ↵ | callum_linden | |
(long long round) in VS2013 | |||
2014-12-08 | merge | Brad Payne (Vir Linden) | |
2014-12-02 | MAINT-4631 Buildfix for Mac | andreykproductengine | |
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-11-28 | MAINT-3494 FIXED Generate Normals checkbox does not control generation of ↵ | ruslantproductengine | |
normals. | |||
2014-12-05 | merged with 3.7.22-release | dolphin | |
2014-11-20 | MAINT-4631 FIXED [loader mods] door model is missing triangles when uploaded. | andreykproductengine | |
2014-11-18 | Fix for gpu_bench crash without parallels knock-on | Graham 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-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-22 | MAINT-4487 FIXED [loader mods] triangle limits from .slm are ignored when ↵ | maksymsproductengine | |
uploading the model the second time. | |||
2014-10-23 | MAINT-4542 FIXED Free calls shouldn't be used here , as it causes crash. ↵ | Mnikolenko ProductEngine | |
(restored old fix) | |||
2014-10-17 | Update to build on Xcode 6.0: turn off warnings about unused functions from ↵ | callum_linden | |
clang for tut package | |||
2014-10-17 | MAINT-4515 FIXED [loader mods] viewer crashed when uploading a large mesh | andreykproductengine | |
2014-10-20 | MAINT-4533 FIXED viewer crash when uploading shiprigging88b.dae | Mnikolenko ProductEngine | |
2014-10-09 | Merge | dolphin | |
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-08-06 | Pulling over more lsl changes to support the adding of the LSL_XP_XXX constants | dolphin | |
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 | More missing bits | Graham Linden | |
2014-04-22 | Added missing new files | Graham 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-10-01 | Automated merge with http://bitbucket.org/lindenlab/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-19 | Merge in viewer-release | Graham Linden | |
2013-08-14 | BUILDFIX: converted platform-specific files over to new LL_INFOS, etc macros | Richard Linden | |
2013-08-09 | second phase summer cleaning | Richard Linden | |
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc. | |||
2013-07-31 | BUILDFIX: bad quotes | Richard Linden | |
2013-07-30 | Summer cleaning - removed a lot of llcommon dependencies to speed up build times | Richard Linden | |
consolidated most indra-specific constants in llcommon under indra_constants.h fixed issues with operations on mixed unit types (implicit and explicit) made LL_INFOS() style macros variadic in order to subsume other logging methods such as ll_infos added optional tag output to error recorders |