summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-02-09SH-874 Fix for bad performance on cards without GL_ARB_depth_clamp in cases ↵Dave Parks
where water and terrain should be occluded.
2011-02-09Line endings.Dave Parks
2011-02-09header got cut off. ugh.Nyx (Neal Orman)
2011-02-09SH-915 WIP - allow flycam control in autopilot record/playbackBrad Payne (Vir Linden)
2011-02-09Automated merge with http://hg.secondlife.com/viewer-developmentXiaohong Bao
2011-02-09trivial: remove some redundant code.Xiaohong Bao
2011-02-09mergeTofu Buzzard
2011-02-09forgot to add runtimediagnostics.h. whoops.Nyx (Neal Orman)
2011-02-09Mergeleyla_linden
2011-02-09SH-840 Convert resource cost physics cost to prim countleyla_linden
2011-02-09Additional fix for llmediaplugintest compilation failure after fix for VWR-21275callum
2011-02-09debug code for SH-924: [PUBLIC-JIRA-USERS] Viewer crash in ↵Xiaohong Bao
LLSurface::getWaterHeight
2011-02-09STORM-977 llmediaplugintest shows up even though -DLL_TESTS:BOOL=OFF has ↵Jonathan Yap
been used
2011-02-08STORM-601 : pull into viewer-developmentMerov Linden
2011-02-08STORM-433 : pull into viewer-developmentMerov Linden
2011-02-08STORM-507 : pull into viewer-developmentMerov Linden
2011-02-08STORM-953 : pull into viewer-developmentMerov Linden
2011-02-08STORM-955 : pull into viewer-developmentMerov Linden
2011-02-08STORM-960 : pull into viewer-developmentMerov Linden
2011-02-08SWAT-481: add event wrapper for LLFloaterReg::instanceVisible()Nat Goodspeed
2011-02-08mergeTofu Buzzard
2011-02-08mergeTofu Buzzard
2011-02-08VWR-21275 FIX // *SOME* Windows systems fail to load the Qt plugins if the ↵callum
current working Reviewed by Richard - http://codereview.lindenlab.com/6011001/
2011-02-08SH-534 Don't allow deferred rendering to be enabled on windows PC's with GL ↵Dave Parks
version less than 3.0.
2011-02-08Mergeleyla_linden
2011-02-08SH-545 [REGRESSION] Enabled Basic Shaders Can Cause an Unrecoverable System ↵leyla_linden
Lock Up originally done in http://bitbucket.org/leyla/leyla-mesh-development
2011-02-08Automated merge with https://hg.secondlife.com/mesh-developmentNyx (Neal Orman)
2011-02-08SH-940 FIX crash on startupNyx (Neal Orman)
Setting the lighting detail happens when we force a graphics level on startup. This got added with handleRenderLocalLightsChanged, which got added recently. setLightingDetail is safe to call with the pipeline uninitialized. Removing the assert to stop the crash. Fix verified to be safe by davep.
2011-02-08adding pausing on startup for windows to help debug applicationNyx (Neal Orman)
not starting.
2011-02-08MergeDave Parks
2011-02-08SH-523 Fix for non-finite values in silhouette rendering resulting in ↵Dave Parks
silhouette segments pointing at center of screen.
2011-02-08Reduce number of potential joints in a rigged mesh to 32 for backwards ↵Dave Parks
compatibility with ATI X1950
2011-02-08fix a couple more packaging problems...Alain Linden
2011-02-08mergeTofu Buzzard
2011-02-08mergeTofu Buzzard
2011-02-08mergeTofu Buzzard
2011-02-08Automated merge up from viewer-development into mesh-developmentLoren Shih
2011-02-08merge up to latest viewer-developmentOz Linden
2011-02-08STORM-974 Removed my change to flip down-arrow to an up-arrow in the ↵Jonathan Yap
Landmark panel. Not in scope of this jira.
2011-02-07SH-930 FIX revert ARC algorithm for merge to viewer-developmentNyx (Neal Orman)
Reverting incomplete changes to ARC so that we don't change RC when we merge down.
2011-02-07Automated merge with https://hg.secondlife.com/mesh-developmentNyx (Neal Orman)
2011-02-07SH-923 FIX particle render cost does not appear to be functioning properlyNyx (Neal Orman)
was checking the age of the particle system, not the individual particles. This appears to fix the problem. Deferring QA on the new algorithm until it is completed.
2011-02-07STORM-969 / ER-493 - Viewer side of the work to add 'Rentals' as a land type ↵Kent Quirk
to the parcel API
2011-02-07update pacageing of msvc?100.dll's; use latest qt package with all needed libs.Alain Linden
2011-02-07use up to date openssl package.Alain Linden
2011-02-07there is no mt for vs2010Alain Linden
2011-02-07update packages.Alain Linden
2011-02-07STORM-975 forgot to update contributions.txtJonathan Yap
2011-02-07For test purposes, capture at registration each function's Vars*.Nat Goodspeed
We'd introduced FunctionsTriple to associate a pair of registered function names with the Vars* on which those functions should operate. But with more different tests coming up, it became clear that restating the Vars* every time a given function name appeared in any such context was redundant. Instead, extended addf() to accept and store the relevant Vars* for each registered function, be it the global Vars for the free functions and static methods or the stack Vars for the non-static methods. Added varsfor() function to retrieve and validate the Vars* for a given function name. Eliminated array_funcs() function, restating aggregates of names to test as LLSD collections. Where before these were coerced into a separate LLSD map with ["a"] and ["b"] keys, that map can now be part of the original structure.
2011-02-07STORM-974 forgot to edit contributions.txtJonathan Yap