Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-14 | Automated merge up from viewer-development into mesh-development | Loren Shih | |
2011-02-12 | STORM-990 Slight change to up-selected button | Jonathan Yap | |
2011-02-12 | STORM-990 The arrow in the bottom right of the Landmark panel points down | Jonathan Yap | |
2011-02-11 | STORM-975 : pull into viewer-development | Merov Linden | |
2011-02-11 | STORM-833 : pull into viewer-development | Merov Linden | |
2011-02-11 | SH-813 Switch llerrs in llcurl.cpp to an assert. | Dave Parks | |
2011-02-11 | STORM-937 : Use subprocess instead os commands in python, suppress crufty ↵ | Merov Linden | |
svn code | |||
2011-02-11 | SH-912 Fix for avatar impostors glitching out at weird angles. | Dave Parks | |
2011-02-11 | STORM-991 FIXED parameter parsing warning upon Inventory floater construction. | Seth ProductEngine | |
2011-02-11 | merge | Dave Parks | |
2011-02-11 | SH-510 Fix for some mesh selection outlines appearing one region away. | Dave Parks | |
2011-02-11 | merge | Brad Payne (Vir Linden) | |
2011-02-11 | SH-915 WIP - removed coupling between autopilot flycam and joystick flycam | Brad Payne (Vir Linden) | |
2011-02-11 | pull back release tag from viewer-beta | Oz Linden | |
2011-02-11 | Added tag 2.5.0-release, DRTVWR-31_2.5.0-release for changeset b723921b5c71 | Dessie Linden | |
2011-02-11 | Automated merge up from viewer-development into mesh-development | Loren Shih | |
2011-02-11 | STORM-680 FIXED (Avaline callers are added to the Recent list) | paul_productengine | |
- When accepting an avaline call, add a caller to the recent list as AvalineListItem - When adding item to the LLRecentPeople, check whether item with the same phone number exists and delete it if exists. This is need to avoid duplication in the Recent list of the panel People. | |||
2011-02-11 | STORM-980 Appearance panel / Wear button is too wide | Jonathan Yap | |
2011-02-10 | Merge | leyla_linden | |
2011-02-10 | Backed out changeset 4fd25c7614e0 | leyla_linden | |
2011-02-11 | OPEN-29 Cleanup: strip trailing whitespace | Boroondas Gupte | |
As people will have to rebuild half the tree anyway, because these headers changed, we might as well prettify them a bit. | |||
2011-02-11 | OPEN-29 Cleanup: removed superflous "public:" | Boroondas Gupte | |
Not related, just a while-I'm-at-it thing. | |||
2011-02-10 | merge | Dave Parks | |
2011-02-10 | SH-958 Fix for entire scene being in shadow when shadows + SSAO disabled but ↵ | Dave Parks | |
"Lighting and Shadows" enabled. | |||
2011-02-11 | OPEN-29 Cleanup: removed extra qualification ‘LLDir_Win32::’ on member ↵ | Boroondas Gupte | |
‘getNextFileInDir’ Before OPEN-29, when lldir_win32.h would have been included when building for Linux, GCC would error out with indra/llvfs/lldir_win32.h:50: error: extra qualification ‘LLDir_Win32::’ on member ‘getNextFileInDir’ which, although unintended, probably was a Good Thing (TM), as this would have aborted the build, so that the wrong include would be noticed. Now that we explicitly error out with a (hopefully) useful error message, this isn't needed anymore. | |||
2011-02-11 | OPEN-29 Error out if lldir_<platform>.h is included when building for a ↵ | Boroondas Gupte | |
different platform As far as I know, there is no good reason to include e.g. indra/llvfs/lldir_win32.h while not building for a windows target, so be better prevent this to avoid hard to find errors. | |||
2011-02-10 | backing out sh-512 changes | leyla_linden | |
2011-02-10 | SH-942 Deferred rendering options in preferences should be visible even if ↵ | leyla_linden | |
MeshEnabled is false. | |||
2011-02-10 | Fix for linux build breakage | Brad Payne (Vir Linden) | |
2011-02-10 | merge | Brad Payne (Vir Linden) | |
2011-02-10 | SH-915 WIP - LLAgentPilot class cleanup, added interpolation for camera motion | Brad Payne (Vir Linden) | |
2011-02-10 | STORM-979 selection outline from inventory bottom panel buttons is cut at ↵ | Jonathan Yap | |
the left side when clicked. | |||
2011-02-10 | STORM-986 : Fix for Linux build | Merov Linden | |
2011-02-10 | STORM-986 FIX (build error/Linux) media_plugin_webkit errors on some Windows ↵ | callum | |
systems | |||
2011-02-10 | Automated merge up from viewer-development into mesh-development | Loren Shih | |
2011-02-09 | STORM-981 : Fix Linux link issues when LL_TESTS is ON | Merov Linden | |
2011-02-09 | STORM-986 : pull into viewer-development | Merov Linden | |
2011-02-09 | merge | Dave Parks | |
2011-02-09 | SH-920 Wait for threads to shut down before deleting them -- also, fix some ↵ | Dave Parks | |
assertions that were encouraging people to comment out the destruction of LLSignal. | |||
2011-02-09 | SH-915 WIP - cleanup | Brad Payne (Vir Linden) | |
2011-02-09 | STORM-937 : Fix python scripts shebang line and license header for consistency | Merov Linden | |
2011-02-09 | pull from viewer-development | Merov Linden | |
2011-02-09 | Merge | leyla_linden | |
2011-02-09 | SH-938 [REGRESSION] Mesh costs and old style costs shown in Edit tools on ↵ | leyla_linden | |
mesh region with MeshEnabled set to False | |||
2011-02-09 | merge | Dave Parks | |
2011-02-09 | SH-874 Revert much of the bad water bounding box and distortion texture ↵ | Dave Parks | |
usage changes from SNOW-643 and properly occlusion cull void water patches for machines without depth clamp. | |||
2011-02-10 | STORM-833 FIXED "i" button overlapping text in name list controls like Group ↵ | Seth ProductEngine | |
Members list. | |||
2011-02-09 | SH-915 WIP - support pilot.xml with extended camera info | Brad Payne (Vir Linden) | |
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 | |