Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-09 | SH-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-09 | Line endings. | Dave Parks | |
2011-02-09 | header got cut off. ugh. | Nyx (Neal Orman) | |
2011-02-09 | SH-915 WIP - allow flycam control in autopilot record/playback | Brad Payne (Vir Linden) | |
2011-02-09 | Automated merge with http://hg.secondlife.com/viewer-development | Xiaohong Bao | |
2011-02-09 | trivial: remove some redundant code. | Xiaohong Bao | |
2011-02-09 | merge | Tofu Buzzard | |
2011-02-09 | forgot to add runtimediagnostics.h. whoops. | Nyx (Neal Orman) | |
2011-02-09 | Merge | leyla_linden | |
2011-02-09 | SH-840 Convert resource cost physics cost to prim count | leyla_linden | |
2011-02-09 | Additional fix for llmediaplugintest compilation failure after fix for VWR-21275 | callum | |
2011-02-09 | debug code for SH-924: [PUBLIC-JIRA-USERS] Viewer crash in ↵ | Xiaohong Bao | |
LLSurface::getWaterHeight | |||
2011-02-09 | STORM-977 llmediaplugintest shows up even though -DLL_TESTS:BOOL=OFF has ↵ | Jonathan Yap | |
been used | |||
2011-02-08 | STORM-601 : pull into viewer-development | Merov Linden | |
2011-02-08 | STORM-433 : pull into viewer-development | Merov Linden | |
2011-02-08 | STORM-507 : pull into viewer-development | Merov Linden | |
2011-02-08 | STORM-953 : pull into viewer-development | Merov Linden | |
2011-02-08 | STORM-955 : pull into viewer-development | Merov Linden | |
2011-02-08 | STORM-960 : pull into viewer-development | Merov Linden | |
2011-02-08 | SWAT-481: add event wrapper for LLFloaterReg::instanceVisible() | Nat Goodspeed | |
2011-02-08 | merge | Tofu Buzzard | |
2011-02-08 | merge | Tofu Buzzard | |
2011-02-08 | VWR-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-08 | SH-534 Don't allow deferred rendering to be enabled on windows PC's with GL ↵ | Dave Parks | |
version less than 3.0. | |||
2011-02-08 | Merge | leyla_linden | |
2011-02-08 | SH-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-08 | Automated merge with https://hg.secondlife.com/mesh-development | Nyx (Neal Orman) | |
2011-02-08 | SH-940 FIX crash on startup | Nyx (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-08 | adding pausing on startup for windows to help debug application | Nyx (Neal Orman) | |
not starting. | |||
2011-02-08 | Merge | Dave Parks | |
2011-02-08 | SH-523 Fix for non-finite values in silhouette rendering resulting in ↵ | Dave Parks | |
silhouette segments pointing at center of screen. | |||
2011-02-08 | Reduce number of potential joints in a rigged mesh to 32 for backwards ↵ | Dave Parks | |
compatibility with ATI X1950 | |||
2011-02-08 | fix a couple more packaging problems... | Alain Linden | |
2011-02-08 | merge | Tofu Buzzard | |
2011-02-08 | merge | Tofu Buzzard | |
2011-02-08 | merge | Tofu Buzzard | |
2011-02-08 | Automated merge up from viewer-development into mesh-development | Loren Shih | |
2011-02-08 | merge up to latest viewer-development | Oz Linden | |
2011-02-08 | STORM-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-07 | SH-930 FIX revert ARC algorithm for merge to viewer-development | Nyx (Neal Orman) | |
Reverting incomplete changes to ARC so that we don't change RC when we merge down. | |||
2011-02-07 | Automated merge with https://hg.secondlife.com/mesh-development | Nyx (Neal Orman) | |
2011-02-07 | SH-923 FIX particle render cost does not appear to be functioning properly | Nyx (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-07 | STORM-969 / ER-493 - Viewer side of the work to add 'Rentals' as a land type ↵ | Kent Quirk | |
to the parcel API | |||
2011-02-07 | update pacageing of msvc?100.dll's; use latest qt package with all needed libs. | Alain Linden | |
2011-02-07 | use up to date openssl package. | Alain Linden | |
2011-02-07 | there is no mt for vs2010 | Alain Linden | |
2011-02-07 | update packages. | Alain Linden | |
2011-02-07 | STORM-975 forgot to update contributions.txt | Jonathan Yap | |
2011-02-07 | For 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-07 | STORM-974 forgot to edit contributions.txt | Jonathan Yap | |