summaryrefslogtreecommitdiff
path: root/indra/llprimitive
AgeCommit message (Collapse)Author
2010-11-22CTS-320 SH-465 FIX use system zlib for standalone buildsNyx (Neal Orman)
pulling boroondas' changes to change our includes to use the system versions of zlib if doing a standalone build. Code changes are minimal, and appear to work correctly. Approved. - Nyx
2010-11-19SH-448 Initial draft of implementing UI spec for "advanced" importer.Dave Parks
2010-11-02Reverting code for fixing non-uniform scale for mesh uploads as it breaks ↵JonathanLinden
rigged meshes.
2010-10-28Fix for CTS-305 'Uploaded meshes have uniform scale'JonathanLinden
2010-10-26Adding back in fix for convex hull size incompatibility after backout of ↵Jonathan Wolk
previous checkin.
2010-10-26Backing out latest change to undo static cache file changesJonathan Wolk
2010-10-26Fixed convex hull size incompatibility in mesh assets.JonathanLinden
2010-10-25CTS-320 (part 3 of 3) use system zlib for standaloneBoroondas Gupte
2010-10-19Moved retry logic for certain mesh header fetches to help with SH-323 'Some ↵Jonathan Wolk
mesh objects fail to load data for valid meshes'. Renamed some variables to be more clear.
2010-10-13correct licenses (fix problem with license change merge)Oz Linden
2010-10-06Added mandatory single hull simplification to mesh upload.Dave Parks
2010-10-05Post review cleanup.Dave Parks
2010-10-05Rewrite LLPhysicsDecomp to have a more generic callback system.Dave Parks
Reviewed by prep.
2010-10-01Rough draft of physics display better matching what's on the sim.Dave Parks
2010-09-30Put some errant tests under if (LL_TESTS) conditional.Dave Parks
2010-09-29Fix for serialization deprecation problems.Dave Parks
2010-09-28SH-238 Add check boxes to upload skin weights (or not) and/or joint ↵Dave Parks
positions (or not). Remove llfloaterimportcollada Reviewed by Prep.
2010-09-27mergeDave Parks
2010-09-24Added support for joint offsetsprep linden
2010-09-22Remove LL_MESH_ENABLED macros (fixes drag and drop). Add mesh stitching ↵Dave Parks
type back into tools floater.
2010-09-22mergeDave Parks
2010-09-22SH-100, SH-111 Fix for generate normals stalling/crashing.Dave Parks
Switch from "new" to "malloc" in llvolume.cpp aligned arrays so "realloc" can be used to avoid copies.
2010-09-21Fix for build failures - disabling tcmalloc for nowBrad Payne (Vir Linden)
2010-08-30merging up from viewer-developmentAaron Terrell (Enus)
2010-08-26CTS-219 Fix for broken geometry when importing from polygons.Dave Parks
2010-08-26Add missing files from viewer-experimentalDave Parks
2010-08-24standardizing test suite names as class name under testAaron Terrell (Enus)
2010-08-24fixing test names for reporting purposes - removing ' test'. also, updated ↵Aaron Terrell (Enus)
docs to remove that naming schema
2010-08-24Backed out changeset c3d41f18ce2bTofu Linden
back-out the back-out for this branch. yay.
2010-08-24Backed out changeset a62bf7c0af21Tofu Linden
Backing out this merge that I pushed (prematurely) to the wrong place.
2010-08-24merge heads. whew.Tofu Linden
2010-08-18VWR-20768 (SNOW-507) FIXED Missing LL_TEST conditions in cmake filesAimee Linden
2010-08-13Change license from GPL to LGPL (version 2.1)Oz Linden
2010-02-05merge from viewer2 trunk.Tofu Linden
2010-02-02Trying to resolve a strange crash in LLUUID::isNull()... by avoiding it for now.Tofu Linden
2010-02-02Trying to resolve a strange crash in LLUUID::isNull()... by avoiding it for now.Tofu Linden
2010-02-01Use "standard" llsd::equalsRick Pasetto
2010-02-01start to abstract-out the 'is a spotlight' question so one day we can ↵Tofu Linden
perhaps make the UI hurt less.
2010-02-01start to abstract-out the 'is a spotlight' question so one day we can ↵Tofu Linden
perhaps make the UI hurt less.
2010-01-29merge from viewer2.Tofu Linden
2010-01-29CID-329Tofu Linden
Checker: UNINIT_CTOR Function: LLMaterialInfo::LLMaterialInfo(unsigned char, const std::basic_string<char, std::char_traits<char>, std::allocator<char>>&, const LLUUID &) File: /indra/llprimitive/llmaterialtable.h
2010-01-29CID-330Tofu Linden
Checker: UNINIT_CTOR Function: LLMaterialTable::LLMaterialTable() File: /indra/llprimitive/llmaterialtable.cpp
2010-01-28Merge from viewer2 trunk.Tofu Linden
2010-01-28CID-331Tofu Linden
Checker: UNINIT_CTOR Function: LLPrimitive::LLPrimitive() File: /indra/llprimitive/llprimitive.cpp
2009-12-07Merge of viewer 2 changesPalmer
2009-11-28Migrated LLUUIDs and some float constants out of headers into .cpp filesJames Cook
Moved some functions with llinfos into .cpp files Linker optimizations, all
2009-11-17Automated merge with ssh://palmer@hg.lindenlab.com/viewer/viewer-2-0Palmer
2009-11-11Merged in viewer 2 changes, adjusted xui problems, added mesh folder type ↵Palmer
and more mesh inventory type info
2009-11-10Fix for Windows compile error.Steve Bennetts
2009-11-10FIX DEV-41949: LLMediaEntry::setWhitelist() and LLMediaEntry::asLLSD() have ↵Rick Pasetto
a contract conflict Review #32 This code will go into both server 1.32 branch and the viewer branch. As proposed in DEV-41949, I've changed setWhitelist(const LLSD &whitelist) to clear the whitelist if the WHITELIST_KEY is not present in the passed-in 'whitelist'. I've also made sure that asLLSD() ensures that the WHITELIST_KEY is erased in the given LLSD.