summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-01-20remove duplicatesRoxie Linden
2011-01-20automated mergeRoxie Linden
2011-01-20mergeDave Parks
2011-01-20SH-635 Fix for changing one physics parameter changing all physics parameters.Dave Parks
2011-01-20SH-719 - nVidia Quadro 4000 unregonized in Mac clientRoxie Linden
Added detection for Quadro cards as per http://en.wikipedia.org/wiki/Comparison_of_Nvidia_graphics_processing_units CR: davep
2011-01-20fixed build breakage on mac/linux - unused varBrad Payne (Vir Linden)
2011-01-20SH-749 FIX: check for zero-extent to avoid div by zeroBrad Payne (Vir Linden)
2011-01-19mergeDave Parks
2011-01-19SH-571 Fix for shadows disappearing for a frame whenever an object switches ↵Dave Parks
octree nodes. Regressed EXT-7155 so fix for regression included.
2011-01-19SH-822 Fix for crash in cacheOptimize (U16 should have been a U32)Dave Parks
2011-01-19Mergeleyla_linden
2011-01-19SH-808 Selectively enable/disable features in edit toolsleyla_linden
2011-01-19SH-821 Selectively show/hide mesh render infoleyla_linden
2011-01-19SH-820 selectively enable/disable mesh preferences optionsleyla_linden
2011-01-18mergeDave Parks
2011-01-18SH-571 work in progress.Dave Parks
2011-01-14mergeprep linden
2011-01-14Automated merge up from viewer-developmentLoren Shih
2011-01-14Automated merge from mesh-developmentLoren Shih
2011-01-14Mesh-development work in progressLoren Shih
2011-01-14voice dot is positioned consistentlyprep linden
2011-01-14Automated merge up from viewer-developmentLoren Shih
2011-01-14STORM-830 : pull into viewer-developmentMerov Linden
2011-01-14SH-557 FIX meshes sometimes don't load in a regionNyx (Neal Orman)
Found that we were storing an empty string as a getMesh capability in the case that we checked for the new url before getting the list of caps from the server after a teleport. Made sure we didn't overwrite the caps url until we have the list of caps for the new region after teleport. Will be post-reviewed by davep
2011-01-13Automated merge with file:///Users/oz/Work/V-DOz Linden
2011-01-13Pull sync to viewer-developmentMerov Linden
2011-01-13STORM-477 : backout changeset 959f9340da92Merov Linden
2011-01-13STORM-477 : backout changeset 6f5cb303d3e2Merov Linden
2011-01-13Automated merge up from viewer-developmentLoren Shih
2011-01-13Automated merge from mesh-developmentLoren Shih
2011-01-12Merge with viewer-developmentDon Kjer
2011-01-12SH-717 Viewer crash on exit after Upload model dialog could not be spawnedLoren Shih
Took out unused function that was seen in crash report from this bug. No functionality change.
2011-01-12Mergeleyla_linden
2011-01-12SH-777 Wizard top buttons need to be clickable and switch between wizard stepsleyla_linden
2011-01-12Fix for Sh-780 and tweak for nametag height (Sh-638).prep linden
2011-01-12STORM-720 : pull in viewer-developmentMerov Linden
2011-01-12STORM-387 : pull in viewer-developmentMerov Linden
2011-01-12STORM-477 : pull in viewer-developmentMerov Linden
2011-01-12STORM-723 : pull in viewer-developmentMerov Linden
2011-01-12STORM-702 : pull in viewer-developmentMerov Linden
2011-01-12STORM-615 : pull in viewer-developmentMerov Linden
2011-01-12STORM-514 : pull in viewer-developmentMerov Linden
2011-01-12STORM-797 : pull in viewer-developmentMerov Linden
2011-01-12STORM-393 : pull in viewer-developmentMerov Linden
2011-01-12STORM-385 : pull in viewer-developmentMerov Linden
2011-01-12STORM-370 : pull in viewer-developmentMerov Linden
2011-01-11STORM-823 FIX Tab Key not working properlyRichard Linden
set focus root to true by default for all floaters via floater.xml template existing calls to setIsChrome will turn off focus root for chrome floaters after initializing it from the focus_root parameter
2011-01-11mergeBrad Payne (Vir Linden)
2011-01-11SH-742 FIX, SH-743 FIX: now treat requesting a specific triangle limit ↵Brad Payne (Vir Linden)
differently from changing some other LOD parameter, to avoid successive simplification problem
2011-01-11STORM-477 FIXED Re-implemented LLDir::getNextFileInDir() as an iterator object.Seth ProductEngine
- Replaced all existing usages of LLDir::getNextFileInDir() with the new directory iterator object. - Removed platform specific LLDir::getNextFileInDir() implementation.