summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2011-02-14Automated merge up from viewer-development into mesh-developmentLoren Shih
2011-02-11STORM-975 : pull into viewer-developmentMerov Linden
2011-02-10Automated merge up from viewer-development into mesh-developmentLoren Shih
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-07STORM-975 forgot to update contributions.txtJonathan Yap
2011-02-03Automated merge up from viewer-development into mesh-developmentLoren Shih
2011-02-02STORM-953 Clarify what happens when you uncheck Allow Public AccessJonathan Yap
Note: This change also incorporates STORM-960
2011-02-02STORM-960 Descriptive text missing next to first checkbox in About Land/AccessJonathan Yap
Contribution team: Aleric Inglewood, Alexandrea Fride, Robin Cornelius, and Siana Gearz
2011-02-02STORM-435 : pull into viewer-developmentMerov Linden
2011-02-01Automated merge up from viewer-development into mesh-developmentLoren Shih
2011-01-31merge changes for storm-829Oz Linden
2011-01-26Embed Minimap into the Nearby list of the People SidebarTwisted Laws
2011-01-24Automated merge up from viewer-development into mesh-developmentLoren Shih
2011-01-24VWR-24321: fix validation of textures that start with 00Aleric Inglewood
2011-01-21add missing entry in contributions.txt for VWR-24347Oz Linden
2011-01-21VWR-24519: make debugging easier by not spawning spare processAleric Inglewood
2011-01-21VWR-24354: correct manifest dependencies to prevent parallel install problemAleric Inglewood
2011-01-21merge changes for storm-844Oz Linden
2011-01-21merge changes for storm-869Oz Linden
2011-01-21Automated merge up from viewer-developmentLoren Shih
2011-01-20VWR-24320: remove dump of call stack on clean exitAleric Inglewood
2011-01-20VWR-24317: remove warning due to unassigned variableAleric Inglewood
2011-01-20VWR-24315: update cached control values when resetting debug setting to defaultAleric Inglewood
2011-01-20VWR-13040 - clean up LLObjectSelection iteratorAleric Inglewood
2011-01-19STORM-869 Minor irregulaties in settings.xml -- remove duplicate entries, ↵Jonathan Yap
formatting cleanup
2011-01-17merge changes for vwr-24420Oz Linden
2011-01-17VWR-24217: allow Contents folder from object to be dragged to inventoryKitty Barnett
2011-01-16STORM-844 Better way of doing "More" should be "Less" when Media Control is openJonathan Yap
thanks to Twisted Laws
2011-01-13Automated merge up from viewer-developmentLoren Shih
2011-01-12STORM-723 : pull in viewer-developmentMerov Linden
2011-01-12STORM-615 : pull in viewer-developmentMerov Linden
2011-01-12STORM-844 Minor adjustment to contributions.txtJonathan Yap
2011-01-12STORM-844 "More" should be "Less" when Media Control is openJonathan Yap
2011-01-10Automated merge up from viewer-developmentLoren Shih
2011-01-09merge VWR-24420 into v-dThickbrick Sleaford
2011-01-09FIX 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-07VWR-1095 fix for problems with uploads following bulk upload failureCoaldust Numbers
de minimus contribution accepted without CA - Oz Linden
2011-01-07STORM-435 There is no space between name of object and value of object in ↵Jonathan Yap
Chat step while creating new gesture
2011-01-07Automated merge up from viewer-developmentLoren Shih
2011-01-06merge changes for storm-812Oz Linden
2011-01-06Automated merge up from viewer-developmentLoren Shih
2011-01-06STORM-829 Viewer 2 does not parse /me in object Instant MessagesJonathan Yap
2011-01-05merge changes for storm-825Oz Linden
2011-01-05Automated merge up from viewer-developmentLoren Shih
2011-01-04merge changes for storm-467Oz Linden
2011-01-04merge changes for storm-737Oz Linden
2011-01-04merge changes for storm-466Oz Linden
2010-12-30STORM-955: VWR-24312: Massively duplicated objectsAleric 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).