summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-05-21merged jelly-doll viewer-release into bentoBrad Payne (Vir Linden)
2016-05-19increment viewer version to 4.0.6Oz Linden
2016-05-19Added tag 4.0.5-release for changeset 450de775fff6Oz Linden
2016-05-19SL-315 - option to skip hud joints in anim_tool.pyBrad Payne (Vir Linden)
2016-05-18SL-315 - fixed collision volume scale issue in resetSkeleton()Brad Payne (Vir Linden)
2016-05-18SL-315 - fix for max/linux build failure, additional lad validation in ↵Brad Payne (Vir Linden)
skel_tool.py
2016-05-17SL-315 - resetSkeleton() fixes, mostly to get better behavior with non-self avsBrad Payne (Vir Linden)
2016-05-12SL-315 - resetSkeleton(). Still some small scale discrepancies, visually ↵Brad Payne (Vir Linden)
pretty good.
2016-05-11SL-315 - resetSkeleton(), working for bones at least partially, still some ↵Brad Payne (Vir Linden)
issues with collision volumes
2016-05-10SL-315 - resetSkeleton() work including attachment points, reapplying ↵Brad Payne (Vir Linden)
appearance message values.
2016-05-10merge changes for MAINT-6392Oz Linden
2016-05-09MAINT-6392: Do not change the URL used for getting cookies (except to pass ↵Rider Linden
it to CEF) The original URL is used for HTTP Core access to profile functionality.
2016-05-09SL-315 - resetSkeleton() work, dae_tool.py can add random joint positions to ↵Brad Payne (Vir Linden)
models
2016-05-07gratuitous change for new ticket numberOz Linden
2016-05-06mergeBrad Payne (Vir Linden)
2016-05-06mergeBrad Payne (Vir Linden)
2016-05-06merge 4.0.4-release and MAINT-5974Oz Linden
2016-05-06SL-315 - notes on resetSkeleton()Brad Payne (Vir Linden)
2016-05-06fix cmake warning by conditionalizing dependency that does not exist on MacsOz Linden
2016-05-06merge changes for 4.0.4-releaseOz Linden
2016-05-06increment viewer version to 4.0.5Oz Linden
2016-05-06Added tag 4.0.4-release for changeset 0a5de9ec2cb8Oz Linden
2016-05-05various changes required to compile on new clangOz Linden
2016-05-04cosmetic fixes to basic graphics and preset selectionOz Linden
2016-05-04add max avatar complexity slider to basic graphics preferencesOz Linden
2016-05-04SL-344 - contributions.txt updateBrad Payne (Vir Linden)
2016-05-04SL-373 - package slider supportBrad Payne (Vir Linden)
2016-05-04MAINT-1211 - updated contributions.txtBrad Payne (Vir Linden)
2016-05-04MAINT-1211 - fix for female torso muscles slider (via Adeon Writer)Brad Payne (Vir Linden)
2016-05-02Fixed disabling of Windows error reportingAnsariel
2016-05-02Fixed startup crash on WindowsAnsariel Hiller
2016-04-29SL-368 - removed enhanced skeleton option from preference dialog. Underlying ↵Brad Payne (Vir Linden)
code is still there but may or may not work with the current skeleton (spine joints?)
2016-04-29MAINT-6373: allow user to ignore notices about whether or not they are being ↵Oz Linden
rendered
2016-04-29SL-375, SL-378 - rudimentary logging info to list joint offsets during mesh ↵Brad Payne (Vir Linden)
import. dae_tool.py work to enable joint offset tweaking.
2016-04-29Adjust some avatar complexity defaults (mostly slightly upwards)Oz Linden
Make more settings between mac and windows the same Remove solaris and xp featuretables, since we don't support them any more
2016-04-28minor code clarity improvementsOz Linden
2016-04-28SL-374, SL-375 - dae_tool.py for dae manipulation, initially to make joint ↵Brad Payne (Vir Linden)
offset test content
2016-04-28adjust avatar complexity defaults to be more generous and more consistentOz Linden
2016-04-28clean up terminology for jelly dolls / avatar complexityOz Linden
2016-04-28shorted default time for complexity noticesOz Linden
2016-04-27SL-344 - fixed a problem in avatar_lad with some params in wrong group, ↵Brad Payne (Vir Linden)
added diagnostics to make this easier to detect.
2016-04-27SL-375 - pos = default pos threshold is now 0.1 mmBrad Payne (Vir Linden)
2016-04-26MergeRider Linden
2016-04-26SL-375 - tolerance and debug output tweaksBrad Payne (Vir Linden)
2016-04-26MAINT-6336: Initialize TempBoundListener with constructorRider Linden
2016-04-26MAINT-6336: Put the timeout upstream of the suspending pump and fire the ↵Rider Linden
timeout it. Also some cleanup on LLSD construction in vivox.
2016-04-26Suppress avatar complexity notices if ShowMyComplexityChanges is zeroOz Linden
2016-04-26allow warnings from autobuildOz Linden
2016-04-25MergeRider Linden
2016-04-25MAINT-6338: Add methods for getting and setting boolean properties from ↵Rider Linden
gSavedSettings in the HTTPCore. Use those methods to access new key HTTPLogBodyOnError. Dump body of HTTP message to log in case of error if this key is true.