summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatermodelpreview.cpp
AgeCommit message (Collapse)Author
2011-08-09Reports error of a non compatible dae to the log if not 1.4prep linden
2011-08-09Temporarily disallow the upload of non 1.4 dae filesprep linden
2011-08-08mergeDave Parks
2011-08-08SH-2242 Work in progress migrating to glVertexAttrib everywhereDave Parks
2011-08-04SH-2201 Fix for crash when getting mesh estimates.Dave Parks
2011-07-29merging in PE's fixes for new UI to mesh-development.nyx
Included are upload floater tweaks, build panel tweaks, and removing the mesh enabled checkbox in region tools.
2011-07-27SH-1868 FIXED Rearranged the accounting info to leave enough room for the ↵Seth ProductEngine
upload permissions warning. Removed hiding the accounting info when warning is displayed.
2011-07-26SH-1086 Make physics shape display transparent and fix some z-fighting issues.Dave Parks
2011-07-25Fix for sh-2162prep
2011-07-25Partial fix for sh-1925.prep
2011-07-22SH-1868 WIP Added user-supplied metric data for uploading a model.seth_productengine
The mesh category string selected by user within the model data and sent to the server during calculating the upload fee and upload requests. The accounting info and the upload permissions warning in the bottom left corner of the floater are temporarily made mutually exclusive.
2011-07-20SH-715 Fix for bad "cancel" behavior in physics tab.Dave Parks
2011-07-18mergeDave Parks
2011-07-15Merge from viewer-developmentXiaohong Bao
2011-07-15mergeBrad Payne (Vir Linden)
2011-07-14Fix for SH-2061 model crashes viewer - fixed an issue where a corrupted dae ↵prep
would not disable the calc button
2011-07-14Fix for Sh-2047: Partial joint arrays are now able to uploadprep
2011-07-14SH-715 Disable simplify/analyze button while counterpart is executing.Dave Parks
2011-07-12mergeBrad Payne (Vir Linden)
2011-07-12SH-2043 FIXBrad Payne (Vir Linden)
2011-07-12mergeDave Parks
2011-07-12SH-2053 Don't poke the UI from a background thread -- it tends to get crashy.Dave Parks
2011-07-11Fix for linux build failure, hopefullyBrad Payne (Vir Linden)
2011-07-10mergeDave Parks
2011-07-09Added L$ price breakdown for model uploadsDon Kjer
2011-07-09mergeDave Parks
2011-07-09SH-2007 Code cleanup, expand minimum header size to 4KB, better comments ↵Dave Parks
around magic numbers, remove dead calcResourceCost
2011-07-09Fix for SH-2028. Also fixed layout issues with new upload warning and ↵Don Kjer
upload price text when floater is resized.
2011-07-07mergeDave Parks
2011-07-07SH-1774 Remove misleading "Debug" comment -- this code performs a function.Dave Parks
2011-07-07SH-1774 Fix for preserving material assignments between multiple custom LoDs.Dave Parks
2011-07-07Fix for SH-1992prep
2011-07-07Fixes for SH-1994 and SH-2009prep
2011-07-06SH-1972 Fix for slm messing up physics shape on second upload.Dave Parks
2011-07-06Fix for "set to default" button not resetting some data.Dave Parks
2011-07-06mergeBrad Payne (Vir Linden)
2011-07-06SH-1988 Fix for using diameter instead of radius for streaming cost.Dave Parks
2011-07-05mergeBrad Payne (Vir Linden)
2011-07-03SH-1747 mesh-asset-dep -- uploaded objects have bad permissions, and SH-1975 ↵Don Kjer
Name of mesh is not loaded into mesh uploader floater. Also removed a lot of dead mesh uploader code.
2011-07-01Automated merge with https://bitbucket.org/seth_productengine/mesh-developmentNyx (Neal Orman)
2011-07-01SH-1725 SH-1726 FIX mesh upload wizard & advanced don't handle upload errors ↵Nyx (Neal Orman)
gracefully Restructured the code to be a bit cleaner, now have callbacks with appropriate functionality in both the wizard and advanced uploaders. If the upload fails, it requires the user to re-submit the recalculate request.
2011-07-01mergeBrad Payne (Vir Linden)
2011-06-30Automated merge with https://bitbucket.org/seth_productengine/mesh-developmentNyx (Neal Orman)
2011-06-30SH-1332 Remaining mesh wizard upload workNyx (Neal Orman)
adding observer classes for the upload step so we don't move to success state until upload succeeds.
2011-06-30- SH-1726 ADDITIONAL FIX (Viewer modifications to advanced model upload to ↵Paul ProductEngine
accommodate upload fee & prim equivalency) added the link for "Find out how" in warning text of advanced upload floater advanced upload, button returns to "get fees" whenever any option that affects price changes
2011-06-30SH-1726 ADDITIONAL FIX (Viewer modifications to advanced model upload to ↵Paul ProductEngine
accomodate upload fee & prim equivilancy) - Added a signal on model change to initiate recalculating (calculate phys&fee button is shown again) - Show 'calculate phys&fee' button on fee request error
2011-06-29SH-1726 WIP - prevent upload until sucessful fee requestBrad Payne (Vir Linden)
2011-06-29SH-1725 WIP Added upload permissions and fee requests to Upload Model Wizard.Seth ProductEngine
- Enabled warning for users without upload permissions. - Enabled "Calculate weights & fee" button. - Temporarily enabled to upload meshes if upload permission capability request has failed.
2011-06-29Fixes for upload permission checking problemsBrad Payne (Vir Linden)
2011-06-29SH-1726 FIXED (Viewer modifications to advanced model upload to accommodate ↵Paul ProductEngine
upload fee & prim equivalency) - Changed XUI according to the spec - Added requesting upload permission, physics weight and fee weight - Split requesting fee and uploading model steps in mesh repository