Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-11 | STORM-975 : 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-07 | STORM-975 forgot to update contributions.txt | Jonathan Yap | |
2011-02-02 | STORM-953 Clarify what happens when you uncheck Allow Public Access | Jonathan Yap | |
Note: This change also incorporates STORM-960 | |||
2011-02-02 | STORM-960 Descriptive text missing next to first checkbox in About Land/Access | Jonathan Yap | |
Contribution team: Aleric Inglewood, Alexandrea Fride, Robin Cornelius, and Siana Gearz | |||
2011-02-02 | STORM-435 : pull into viewer-development | Merov Linden | |
2011-01-31 | merge changes for storm-829 | Oz Linden | |
2011-01-26 | Embed Minimap into the Nearby list of the People Sidebar | Twisted Laws | |
2011-01-24 | VWR-24321: fix validation of textures that start with 00 | Aleric Inglewood | |
2011-01-21 | add missing entry in contributions.txt for VWR-24347 | Oz Linden | |
2011-01-21 | VWR-24519: make debugging easier by not spawning spare process | Aleric Inglewood | |
2011-01-21 | VWR-24354: correct manifest dependencies to prevent parallel install problem | Aleric Inglewood | |
2011-01-21 | merge changes for storm-844 | Oz Linden | |
2011-01-21 | merge changes for storm-869 | Oz Linden | |
2011-01-20 | VWR-24320: remove dump of call stack on clean exit | Aleric Inglewood | |
2011-01-20 | VWR-24317: remove warning due to unassigned variable | Aleric Inglewood | |
2011-01-20 | VWR-24315: update cached control values when resetting debug setting to default | Aleric Inglewood | |
2011-01-20 | VWR-13040 - clean up LLObjectSelection iterator | Aleric Inglewood | |
2011-01-19 | STORM-869 Minor irregulaties in settings.xml -- remove duplicate entries, ↵ | Jonathan Yap | |
formatting cleanup | |||
2011-01-17 | merge changes for vwr-24420 | Oz Linden | |
2011-01-17 | VWR-24217: allow Contents folder from object to be dragged to inventory | Kitty Barnett | |
2011-01-16 | STORM-844 Better way of doing "More" should be "Less" when Media Control is open | Jonathan Yap | |
thanks to Twisted Laws | |||
2011-01-12 | STORM-723 : pull in viewer-development | Merov Linden | |
2011-01-12 | STORM-615 : pull in viewer-development | Merov Linden | |
2011-01-12 | STORM-844 Minor adjustment to contributions.txt | Jonathan Yap | |
2011-01-12 | STORM-844 "More" should be "Less" when Media Control is open | Jonathan Yap | |
2011-01-09 | merge VWR-24420 into v-d | Thickbrick Sleaford | |
2011-01-09 | FIX VWR-24420 Keep alpha channel in PNG images with background color. | Thickbrick Sleaford | |
Remove code that composites RGBA PNG images that specify a background color down to RGB. | |||
2011-01-07 | VWR-1095 fix for problems with uploads following bulk upload failure | Coaldust Numbers | |
de minimus contribution accepted without CA - Oz Linden | |||
2011-01-07 | STORM-435 There is no space between name of object and value of object in ↵ | Jonathan Yap | |
Chat step while creating new gesture | |||
2011-01-06 | merge changes for storm-812 | Oz Linden | |
2011-01-06 | STORM-829 Viewer 2 does not parse /me in object Instant Messages | Jonathan Yap | |
2011-01-05 | merge changes for storm-825 | Oz Linden | |
2011-01-04 | merge changes for storm-467 | Oz Linden | |
2011-01-04 | merge changes for storm-737 | Oz Linden | |
2011-01-04 | merge changes for storm-466 | Oz Linden | |
2010-12-30 | STORM-955: VWR-24312: Massively duplicated objects | Aleric Inglewood | |
Turns out that most of my SNOW-800 patch was included in Viewer 2 (albeit without crediting me). However, not everything was used and some more cleaning up was possible. After this patch, and when compiling with optimization, there are no duplicates left anymore that shouldn't be there in the first place. Apart from the debug stream iostream guard variable, there are several static variables with the same name (r, r1, r2, etc) but that indeed actually different symbol objects. Then there are a few constant POD arrays that are duplicated a hand full of times because they are accessed with a variable index (so optimizing them away is not possible). I left them like that (although defining those as extern as well would have been more consistent and not slower; in fact it would be faster theoretically because those arrays could share the same cache page then). | |||
2010-12-28 | STORM-825 : Reenable the LLMatrix3::orthogonalize test in ↵ | Wolfpup Lowenhar | |
llmath/tests/m3math_test.cpp Removed the skipping of a working test as this was causeing a the test to fail building and thus not actualy running all the tests. | |||
2010-12-28 | STORM-466 Put Twisted Laws name into contributions.txt | Jonathan Yap | |
2010-12-27 | STORM-523 : pull into viewer-development | Merov Linden | |
2010-12-24 | merge improved fix for STORM_785 | Oz Linden | |
2010-12-23 | STORM-812 Make bottom buttons in Object Profile identical for single and ↵ | Jonathan Yap | |
multi-prim objects | |||
2010-12-18 | STORM-467 Fix for minimap zoom does not persist to the next session | Jonathan Yap | |
2010-12-17 | Updated contributions.txt for STORM-799 and STORM-800 | Kitty Barnett | |
2010-12-17 | Adjust parameter in call to setFocusOnAvatar to be more efficient (don't ↵ | Jonathan Yap | |
animate) | |||
2010-12-15 | VWR-24254: Add support for using ld.gold on linux. | Aleric Inglewood | |
To use ld.gold configure with: -DCMAKE_EXE_LINKER_FLAGS:STRING="-Wl,-use-gold". ld.gold links the viewer on my machine in 8 seconds, as opposed to 19 seconds with ld.bfd. Moreover, it uses a LOT less memory during linking (about 750 MB instead of 2.5 GB!). VWR-24254: Don't link with fontconfig on non-linux. While we already added fontconfig in the above patch, that code turned out to also be used by Windows and Darwin (contrary to the comments in the code). After looking at the history of commits and a discussion on IRC it was decided that the original coder (Kyle Ambroff <ambroff@lindenlab.com>) really meant (LINUX AND VIEWER) instead of (NOT LINUX OR VIEWER). | |||
2010-12-20 | VWR-24261: Configuration with cmake 2.8 is extremely slow | Aleric Inglewood | |
Add non-broken FindZLIB.cmake. | |||
2010-12-16 | VWR-24251: Fix -DLL_TESTS:BOOL=ON on standalone when Tut is installed in a ↵ | Aleric Inglewood | |
non-standard directory. If tut/tut.hpp isn't installed in a standard include directory all tests fail because the found include directory for tut isn't passed to the compiler. This patch fixes this by passing it. Note that using include_directories() in a Find*.cmake file is bad practise. The correct way is to set an include dir variable and call include_directories() once. It certainly doesn't work for the tests anyway because the tests are all over the place and include_directories is on a per folder basis. What is needed is to set it for each (test) target. However, there is no TARGET_INCLUDE_DIRECTORIES. The closest thing that we have is to set the COMPILE_FLAGS property for a target. Fortunately, standalone is only used for linux, so we can just use -I${TUT_INCLUDE_DIR} to get the effect we want. |