summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-06-28CHOP-753: Report Linux memory stats 1/line, like other platforms.Nat Goodspeed
Previous code deliberately flowed the different lines from MEMINFO_FILE together on a single line, which seems pointless to me, since we want to be able to grep the viewer log to recognize individual stats. Also replace classic-C LLFILE* machinery used to read MEMINFO_FILE with std::ifstream and std::getline().
2011-06-28Crashfix for SEC-906Aura Linden
2011-06-28EXP-922 FIX Purchased Direct Delivery items do not appear in Recent ↵Richard Linden
Inventory tab switched to using filters to hide inbox and show it for recent items only
2011-06-28CHOP-753: Introduce a sliding window of framerate samples.Nat Goodspeed
The trouble with remembering the slowest-ever framerate is that framerate drops dramatically on login, then typically bounces back to something reasonable during the session. So the session-normal framerate has to drop pretty dramatically before it falls below the original login framerate. To address this, only remember the last ~10 minutes of framerates, and log memory stats every time a new framerate is slower than the previous 10 minutes.
2011-06-28Automated merge with https://hg.secondlife.com/mesh-developmentNyx (Neal Orman)
2011-06-28SH-1917 SH-1935 FIX PE cost is not always shown, includes unnecessary digitsNyx (Neal Orman)
Reformatted line showing prim equiv values, formatted to an integer, removed old Render Cost display, and updated label of new display.
2011-06-28STORM-1447, STORM-1446Squire
merged from https://bitbucket.org/stone_linden/viewer-development-storm-1368
2011-06-28mergePaul ProductEngine
2011-06-28Merged in viewer-development changesSquire
2011-06-28STORM-1423 (aka VOICE-3) merged fromSquire
roxie_linden/viewer-developement
2011-06-28STORM-1372, STORM-1439Squire
Merged in: alain_linden/viewer-development lindenlab/viewer-development
2011-06-28SH-1725 WIP Fixed preview model display on two last wizard steps.Seth ProductEngine
2011-06-28SH-1725 WIP Fixed the physics detail slider value.Seth ProductEngine
Inverted the min value to the "performance" end of the slider and the max value to the "accuracy" end.
2011-06-28SH-1169 Fix for convex decompositions not working post ↵Dave Parks
mesh-asset-deprecation work. (also default SLM usage to on)
2011-06-28SH-1725 WIP Fixed model preview panels cursor change.Seth ProductEngine
2011-06-28Fix for SH-1919 - help button addedprep linden
2011-06-28STORM-1334: compute area using integer math to avoid type conflictOz Linden
2011-06-28STORM-1345 FIXED Replaced sliders with color pickers in the Edit Sky Preset ↵Vadim ProductEngine
floater. TODO: Find out why the color picker widget has higher precision than the old sliders, and decide whether to "fix" that.
2011-06-28merge changes for storm-1103Oz Linden
2011-06-28merge changes for storm-323Oz Linden
2011-06-28merge changes for vwr-25480Oz Linden
2011-06-28merge changes for storm-1393Oz Linden
2011-06-28merge changes for storm-1334Oz Linden
2011-06-28merge changes for late beta fixesOz Linden
2011-06-28merge changes for beta tagsOz Linden
2011-06-28CHOP-753: suppress VS fatal warning 4355Nat Goodspeed
2011-06-28CHOP-753: Log LLMemoryInfo whenever framerate hits a new low.Nat Goodspeed
Introduce FrameWatcher, a static object that hooks into the LLEventPump named "mainloop" to get a call every frame. Track framerate over a defined sample time (20 seconds atm); track minimum and log LLMemoryInfo every time we hit a new minimum.
2011-06-28STORM-1452 Debug settings -- TRUE/FALSE name (not label) translated in ↵Tankmaster Finesmith
foreign languages with help from Jonathan Yap
2011-06-27fixed basic root folder entry to match 8 character limitRichard Linden
2011-06-27mergeRichard Linden
2011-06-27preemptively adding folder type for basic inventory so we can update sim ↵Richard Linden
code to match
2011-06-27FIX VWR-25681eli_linden
2011-06-27FIX VWR-25943 en_xui_changeeli_linden
2011-06-27FIX VWR-25881eli_linden
2011-06-27FIX VWR-25880eli_linden
2011-06-27FIX VWR-25879eli_linden
2011-06-27FIX VWR-25660eli_linden
2011-06-27mergeBrad Payne (Vir Linden)
2011-06-27STORM-1446 Portability fix when setting non-blocking socket options.Aaron Stone
2011-06-27STORM-1447 Use <filters>setenv</> stanza rather than grep -v setenv.Aaron Stone
2011-06-27SH-1899 Check mesh asset version before attempting to parse.Dave Parks
2011-06-27Merge viewer 2.7.6 from trunksimon@lindenlab.com
2011-06-27ER-910: Parcel privacy. Got new icons, cleaned up xml linkage a bit.simon@lindenlab.com
2011-06-27storm-1444: Disable mesh loadingNyx (Neal Orman)
2011-06-27mergeDave Parks
2011-06-27SH-680 Apply a 128-byte discount per LoD block to cover the cost of metadata.Dave Parks
2011-06-27SH-1897 Don't use GLSL 1.20 unless the GL version is >= 2.1fDave Parks
2011-06-27reconciled .hgtagsDebi King (Dessie)
2011-06-27Added tag DRTVWR-67_2.7.4-beta1, 2.7.4-beta1 for changeset be963a4eef63Debi King (Dessie)
2011-06-27increment viewer version to 2.7.6Oz Linden