Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-14 | MAINT-4537 WIP - order of operations during outfit change | Brad Payne (Vir Linden) | |
2014-10-29 | MAINT-4606 WIP - handle removing attachments that contain multiple mesh objects | Brad Payne (Vir Linden) | |
2014-09-30 | MAINT-4448 FIXED Avatar often stops animating when being animated by an ↵ | andreykproductengine | |
intan solo dance ball on Interesting based viewers only. | |||
2014-10-23 | MAINT-4196 WIP, including clearer inventory warnings for attachment errors | Brad Payne (Vir Linden) | |
2014-06-02 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-drtvwr-365. | Stinson Linden | |
2014-05-29 | MAINT-4106: Correcting crash on exit behavior during normal shutdown. With ↵ | Stinson Linden | |
the more comprehensive texture cleanup going on, this code was causing an crash on exit when gAgentAvatarp was null. Adding a check for null before proceeding. | |||
2014-05-16 | merge fixes | Brad Payne (Vir Linden) | |
2014-05-14 | v-r -> s-e merge WIP | Brad Payne (Vir Linden) | |
2014-05-13 | sunshine-external merge WIP | Brad Payne (Vir Linden) | |
2014-03-12 | merge | Brad Payne (Vir Linden) | |
2014-03-12 | merge with release | Richard Linden | |
2013-10-25 | SH-3419 Replace per-object time dilation factor with region-wide | Andrew Meadows | |
Reviewed with Simon | |||
2013-10-21 | Merge | Xiaohong Bao | |
2013-10-16 | merge | Brad Payne (Vir Linden) | |
2013-10-10 | MAINT-2968 Fix for crash on AMD hardware running current drivers. | Dave Parks | |
2013-10-04 | SH-3455 WIP | Brad Payne (Vir Linden) | |
2013-09-25 | SH-3455 WIP - moved setAvatarObject() to run after the self av constructor. ↵ | Brad Payne (Vir Linden) | |
Disabled sendAgentWearablesUpdate. | |||
2013-09-24 | SH-3455 WIP - removed some handling for appearance version < 1 | Brad Payne (Vir Linden) | |
2013-09-24 | merge fix | Brad Payne (Vir Linden) | |
2013-09-24 | merge | Brad Payne (Vir Linden) | |
2013-09-23 | SH-3455 WIP - post-SSA cleanup, including removal of mUseServerBakes and ↵ | Brad Payne (Vir Linden) | |
related methods | |||
2013-09-23 | SH-3455 WIP - post-SSA cleanup | Brad Payne (Vir Linden) | |
2013-09-19 | SH-3455 WIP - removing bake upload code | Brad Payne (Vir Linden) | |
2013-09-19 | SH-3455 WIP - removing bake upload code | Brad Payne (Vir Linden) | |
2013-09-19 | SH-3455 WIP - removing bake upload code | Brad Payne (Vir Linden) | |
2013-09-19 | SH-3455 WIP - removing bake upload code | Brad Payne (Vir Linden) | |
2013-09-18 | Backed out revision 9038e63bc38d, which added viewer version information to ↵ | Logan Dethrow | |
what is sent in an appearance metric message. We are taking another approach to get the same information in a more consistent, reliable way. | |||
2013-09-18 | sunshine cleanup annotations | Brad Payne (Vir Linden) | |
2013-08-30 | SH-4456 FIX - added info to metrics for viewer version tags. | Brad Payne (Vir Linden) | |
2013-08-18 | SH-4433 WIP: Interesting: Statistics > Ping Sim is always 0 ms | Richard Linden | |
continued conversion to units system made units perform type promotion correctly and preserve type in arithmetic e.g. can now do LLVector3 in units added typedefs for remaining common unit types, including implicits | |||
2013-08-15 | moved unit types out of LLUnits namespace, since they are prefixed | Richard Linden | |
2013-08-14 | BUILDFIX: added header for numeric_limits support on gcc | Richard Linden | |
added convenience types for units F32Seconds, etc. | |||
2013-10-14 | Clean up indentation | simon_linden | |
2013-10-14 | MAINT-3308 : Crash in viewer with removeMissingBakedTextures() / ↵ | simon_linden | |
updateMeshTextures() loop Reviewed by Kelly | |||
2013-10-10 | MAINT-2968 Fix for crash on AMD hardware running current drivers. | Dave Parks | |
2013-08-09 | second phase summer cleaning | Richard Linden | |
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc. | |||
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 | |||
2013-07-24 | Sh-4321 # Fixes for detach deformations. General code cleanup as well. | prep | |
2013-07-19 | SH-3889 WIP - added callbacks to control ordering of operations after ↵ | Brad Payne (Vir Linden) | |
wearable save. | |||
2013-06-22 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard Linden | |
removed LLTrace unit typedefs | |||
2013-06-20 | merge with release | Richard Linden | |
2013-06-05 | merge with viewer-release | Richard Linden | |
2013-06-03 | SH-3635 WIP - unstick outfit change if stuck beyond a certain time range | Brad Payne (Vir Linden) | |
2013-05-31 | SH-3635 WIP | Brad Payne (Vir Linden) | |
2013-05-29 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard Linden | |
fixed copy construction behavior of Recordings to not zero out data split measurement into event and sample, with sample representing a continuous function | |||
2013-05-29 | SH-4222 FIX, SH-3635 WIP - start of stuck-appearance checker, always ↵ | Brad Payne (Vir Linden) | |
increment folder version when a contained item is updated. | |||
2013-05-05 | Spring cleaning: removed unused .cpp and.h files, and cleaned up header ↵ | Richard Linden | |
dependencies | |||
2013-05-01 | Merge vwr-dev-mat | Graham Madarasz | |
2013-04-30 | Merge 3.5.1 into Materials | Graham Madarasz | |
2013-04-08 | merge | Brad Payne (Vir Linden) | |