summaryrefslogtreecommitdiff
path: root/indra/llmath
AgeCommit message (Collapse)Author
2016-06-03SL-220 - handle case that a weighted vertex includes no skin weightsBrad Payne (Vir Linden)
2016-05-21merged jelly-doll viewer-release into bentoBrad Payne (Vir Linden)
2016-05-06mergeBrad Payne (Vir Linden)
2016-05-06merge 4.0.4-release and MAINT-5974Oz Linden
2016-04-24Code stylistics.Nicky
(transplanted from 570ea799407270069974021eca3a5056d6908f58)
2016-04-22x64: Do not use a union of LLColor4U. Especially having the two pointer in ↵Nicky
there will blow up the struct to at least 8 byte, which will break VBO packing as this class needs to be 4 byte in size. (transplanted from 847df86d6b5daa69dcfc428df18876a9c1e8bef6)
2016-04-22Windows x64: Cannot use inline assembly.Nicky
(transplanted from 0b621f8a1ee707527325eb70e59ef02c63e2bd10)
2016-04-22Windows x64: 64 bit implies SSE2, handle this accordingly when detecting if ↵Nicky
SSE2 is enabled. (transplanted from 93492b84cb752dc79c74d9667f11edd76ace8f0b)
2016-04-06SL-366 - more cases where skinned weights can go awry, and a bunch more ↵Brad Payne (Vir Linden)
asserts to verify.
2016-04-01MAINT-6274 FIXED Mouse pointer incorrectly appears on the edge of the screen ↵Mnikolenko ProductEngine
after dragging World map
2016-03-31SL-352 - another case where legacy content revealed a bug in weight remapping.Brad Payne (Vir Linden)
2016-03-07merge DRTVWR-398 build cleanup fixesOz Linden
2015-11-10remove execute permission from many files that should not have itOz Linden
2015-10-19SL-234 WIP - remap skin weights to match included-joint logicBrad Payne (Vir Linden)
2015-10-13merge changes for 3.8.5-releaseOz Linden
2015-09-30Merge downstream code, version 3.8.5AndreyL ProductEngine
2015-09-29merge changes for 3.8.4-releaseOz Linden
2015-09-23add comments for MAINT-5660 assertsOz Linden
2015-09-14mergeBrad Payne (Vir Linden)
2015-09-14SL-133 WIP, SL-134 WIP - more extra joint handlingBrad Payne (Vir Linden)
2015-08-20MAINT-5532 FIXED upload of duck.dae from MAINT-4483 crashes mac viewerandreykproductengine
2015-07-30merge changes for other open sourc contributionsOz Linden
2015-07-17MAINT-5364 FIXED Object with invalid sculpt topology type cannot be seen or ↵andreykproductengine
selected
2015-07-14MAINT-5364 FIXED Object with invalid sculpt topology type cannot be seen or ↵andreykproductengine
selected
2015-04-29Merge from viewer-releaseandreykproductengine
2015-04-27MAINT-5042 FIXED SL Viewer Closes Unexpectedly in specific area with high ↵ruslantproductengine
RenderVolumeLODFactor - fix for review - fix in buffer overrun detector
2015-04-14Merge with viewer-release and become 3.7.28andreykproductengine
2015-04-13merge changes for 3.7.27-releaseOz Linden
2015-01-13merge changes for 3.7.24-releaseOz Linden
2015-02-20Fix merge errorsimon
2015-02-19Merge downstream codesimon
2015-02-14MAINT-4329 Backed out changeset: fd3a4d5c2cf5ruslantproductengine
2015-01-06merge changes for STORM-2083Oz Linden
2014-12-19merge changes of 3.7.23-releasemaksymsproductengine
2014-12-12Fix up remaining llround() -> ll_round() issuescallum_linden
2014-12-12Another round of ll_round()Nat Goodspeed
2014-12-11Fix a couple more ll_round() callsNat Goodspeed
2014-12-10Rename llround(..) to ll_round(..) because of a collision with MS llround ↵callum_linden
(long long round) in VS2013
2014-12-02MAINT-3494 FIXED Generate Normals checkbox does not control generation of ↵ruslantproductengine
normals. Patchset #2
2014-11-28MAINT-3494 FIXED Generate Normals checkbox does not control generation of ↵ruslantproductengine
normals.
2014-11-24MAINT-3529 FIXED Certain pathcuts made to a cube cause some faces to not ↵ruslantproductengine
react to sunlight or local lights
2014-11-14Cinder 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-14Reworked changes to more closely match Cinders' - hers seem more correctcallum_linden
2014-11-07STORM-2083: LLCalcParser calculates inverse trigonometric functions wrongAnsariel
2014-11-03MAINT-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-27MAINT-4435 FIXED fix in llvolume.cpp Perform full build if number of verticesruslantproductengine
less than allowed. Changes in all other files relate auxiliary methods for catching similar bugs in future.
2014-10-17Update to build on Xcode 6.0: removed bunch of unused consts variables ↵callum_linden
[-Wunused-const-variable]
2014-10-17Update to build on Xcode 6.0: various scoping issues with octree codecallum_linden
2014-10-17Update to build on Xcode 6.0: clang detecting unsigned int comparison with ↵callum_linden
>=0 [-Wtautological-compare] - confirmed fix with davep
2014-10-17Update to build on Xcode 6.0: collection of similar possibly incorrect ↵callum_linden
logical comparison grouping [-Wlogical-op-parentheses] fixes for clang