summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2011-07-09Automated merge with http://hg.secondlife.com/viewer-developmentNat Goodspeed
2011-07-09increment version to 2.8.0Oz Linden
2011-07-09SH-2038 Potential fix for a myriad of performance problems concering VBO usage.Dave Parks
2011-07-08SH-2007 Don't eat an entire core when uploading meshes or requesting fee ↵Dave Parks
information.
2011-07-08mergeDave Parks
2011-07-08SH-2008 Fix for crash when generating normals on objects with no texture ↵Dave Parks
coordinates.
2011-07-08Automated merge with ↵Xiaohong Bao
https://bitbucket.org/VirLinden/viewer-development-shining-fixes
2011-07-08fix for STORM-1468: [crashhunters] pre-login crash at ↵Xiaohong Bao
LLViewerWindow::LLViewerWindow(std::basic_string,std::allocator > const &,std::basic_string,std::allocator > const &,int,int,int,int,int,int) [secondlife-bin llviewerwindow.cpp]
2011-07-08fix for STORM-1468: [crashhunters] pre-login crash at ↵Xiaohong Bao
LLViewerWindow::LLViewerWindow(std::basic_string,std::allocator > const &,std::basic_string,std::allocator > const &,int,int,int,int,int,int) [secondlife-bin llviewerwindow.cpp]
2011-07-08merge changes for storm-1491Oz Linden
2011-07-08Merge viewer-development -> mesh-developmentDon Kjer
2011-07-08Merge viewer-development -> mesh-developmentDon Kjer
2011-07-08merge changes for storm-1489Oz Linden
2011-07-08mergeLeyla Farazha
2011-07-08mergeLeyla Farazha
2011-07-08Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience-mergeRichard Linden
2011-07-08ER-910 cleanup: removed a stale comment, tweaked text in About Land dialogsimon@lindenlab.com
Options tab.
2011-07-08removing LLInboxFolderViewFolder getCreationDateLeyla Farazha
2011-07-08EXP-990 FIX Cannot select from Texture picker for Groups profile picRichard Linden
reviewed by Leslie
2011-07-08adding freshness flag supportLeyla Farazha
2011-07-08Fix for sh-2016 Removed extra charprep linden
2011-07-08Fix for sh-2016prep linden
2011-07-08merge changes for storm-1484Oz Linden
2011-07-08merge changes for vwr-25753Oz Linden
2011-07-08SH-2014 FIXBrad Payne (Vir Linden)
2011-07-08storm-899 and vwr-26095: correct xml to restore body parts accordian in ↵Oz Linden
appearance editor
2011-07-08EXP-983 FIX -- Viewer crashes around Place Profile and Landmarks listing in ↵Leslie Linden
Viewer Experience Drag and drop for LLFolderView now handles the empty mFolders case.
2011-07-08merge changes for storm-1462Oz Linden
2011-07-08Disabling outbox panel display logic for the time being.Leslie Linden
2011-07-08Fix for sh-2012 removed upload wizard optionprep linden
2011-07-08merge changes for storm-1485Oz Linden
2011-07-07CHOP-661: Fix HTTPServer usage to turn off allow_reuse_address.Nat Goodspeed
Turns out that BaseHTTPServer.HTTPServer turns on that flag by default, which causes freeport() to fail (on Windows only?), happily instantiating multiple servers on the same port. Change known instances, fix freeport() docstring to highlight the issue. Add freeport() unit tests to verify expected behavior.
2011-07-07EXP-916 WIP Folder in Inbox indicates loading when all items are displayed ↵Richard Linden
in folder background fetch always proceeds when fetching a specific folder this allows us to flag folders that are received asynchronously as complete by performing a background fetch when opening them
2011-07-07Merge latest from viewer trunksimon@lindenlab.com
2011-07-07Revert code fo ER-1016 - "Remove ability for anyone to edit terrain"simon@lindenlab.com
and muck with the "About Land" Options tab one more time.
2011-07-07mergeDave Parks
2011-07-07SH-1774 Remove misleading "Debug" comment -- this code performs a function.Dave Parks
2011-07-07SH-1774 Fix for preserving material assignments between multiple custom LoDs.Dave Parks
2011-07-07Automated merge with http://hg.secondlife.com/viewer-developmentRichard Linden
2011-07-07MergeLeslie Linden
2011-07-07EXP-985 FIX -- Always show Inbox panel if "Received Items" folder existsLeslie Linden
The presence of the inbox folder now forces the "Received Items" folder to be visible. The same logic applies to the outbox as well. Reviewed by Richard.
2011-07-07EXP-984 FIX -- My Inventory listing scrolls to bottom when Received Items ↵Leslie Linden
panel is loaded with several items present * Updated initial view setup to clear selection from "My Inventory" or the root folder after opening it. Reviewed by Richard.
2011-07-07Fix for SH-1992prep
2011-07-07Automated merge with ssh://hg.lindenlab.com/richard/viewer-experienceRichard Linden
2011-07-07EXP-847 FIX As a user, I would like to see the How To floater appear the ↵Richard Linden
first time I log in to basic mode turned off save_rect for basic mode help window so it isn't influenced by resizing window in advanced mode
2011-07-07EXP-847 FIX As a user, I would like to see the How To floater appear the ↵Richard Linden
first time I log in to basic mode made help window not appear on login for advanced mode made help window visibility state properly persist in advanced mode
2011-07-07CHOP-753: have to cast pointer passed to GetProcessMemoryInfo().Nat Goodspeed
GetProcessMemoryInfo() is prototyped with PROCESS_MEMORY_COUNTERS*, so to accept PROCESS_MEMORY_COUNTERS_EX* as documented, have to cast.
2011-07-07disable watchdogOz Linden
2011-07-07CHOP-753: uh, Microsoft docs lied about header file to use?Nat Goodspeed
Remove <kfuncs.h>, documented header file for GetCurrentProcess().
2011-07-07disable watchdogOz Linden