Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-06-30 | merge changes for storm-1452 | Oz Linden | |
2011-06-30 | merge changes for storm-1406 | Oz Linden | |
2011-06-30 | merge changes for storm-1327 | Oz Linden | |
2011-06-30 | merge changes for storm-1396 | Oz Linden | |
2011-06-30 | merge changes for storm-457 | Oz Linden | |
2011-06-29 | merge changes for storm-1463 | Oz Linden | |
2011-06-29 | merge changes for storm-1423 | Oz Linden | |
2011-06-29 | merge changes for storm-1392 | Oz Linden | |
2011-06-29 | merge changes for storm-1368 | Oz Linden | |
2011-06-29 | CHOP-753: fix minor compilation errors on Linux | Nat Goodspeed | |
2011-06-29 | CHOP-753: Introduce LLSD access to LLMemoryInfo ** BROKEN ** | Nat Goodspeed | |
This is known not to compile on Mac yet; checking in to concurrently work on Linux-specific code. | |||
2011-06-30 | STORM-1305 WIP Edit Sky floater: removed the old sun position slider, added ↵ | Vadim ProductEngine | |
hour marks to the new one. | |||
2011-06-29 | STORM-1305 WIP Edit Sky floater UI changes. | Vadim ProductEngine | |
* Implemented new layout (made the floater smaller, moved widgets around). * Implemented new sun phase slider, bound to 24h time. | |||
2011-06-29 | Merge latest from lindenlab/viewer-development | Dave SIMmONs | |
2011-06-29 | merge out latest viewer-development | Oz Linden | |
2011-06-29 | merge changes for storm-1302 | Oz Linden | |
2011-06-29 | merge changes for storm-1326 | Oz Linden | |
2011-06-29 | merge changes for storm-1292 | Oz Linden | |
2011-06-29 | storm-1454 | Oz Linden | |
2011-06-29 | merge changes for storm-1439 | Oz Linden | |
2011-06-29 | merge changes for storm-1352 | Oz Linden | |
2011-06-28 | CHOP-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-28 | Crashfix for SEC-906 | Aura Linden | |
2011-06-28 | CHOP-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-28 | STORM-1447, STORM-1446 | Squire | |
merged from https://bitbucket.org/stone_linden/viewer-development-storm-1368 | |||
2011-06-28 | Merged in viewer-development changes | Squire | |
2011-06-28 | STORM-1423 (aka VOICE-3) merged from | Squire | |
roxie_linden/viewer-developement | |||
2011-06-28 | STORM-1372, STORM-1439 | Squire | |
Merged in: alain_linden/viewer-development lindenlab/viewer-development | |||
2011-06-28 | STORM-1334: compute area using integer math to avoid type conflict | Oz Linden | |
2011-06-28 | STORM-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-28 | merge changes for storm-1103 | Oz Linden | |
2011-06-28 | merge changes for storm-323 | Oz Linden | |
2011-06-28 | merge changes for vwr-25480 | Oz Linden | |
2011-06-28 | merge changes for storm-1393 | Oz Linden | |
2011-06-28 | merge changes for storm-1334 | Oz Linden | |
2011-06-28 | merge changes for late beta fixes | Oz Linden | |
2011-06-28 | merge changes for beta tags | Oz Linden | |
2011-06-28 | CHOP-753: suppress VS fatal warning 4355 | Nat Goodspeed | |
2011-06-28 | CHOP-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-28 | STORM-1452 Debug settings -- TRUE/FALSE name (not label) translated in ↵ | Tankmaster Finesmith | |
foreign languages with help from Jonathan Yap | |||
2011-06-27 | FIX VWR-25681 | eli_linden | |
2011-06-27 | FIX VWR-25943 en_xui_change | eli_linden | |
2011-06-27 | FIX VWR-25881 | eli_linden | |
2011-06-27 | FIX VWR-25880 | eli_linden | |
2011-06-27 | FIX VWR-25879 | eli_linden | |
2011-06-27 | FIX VWR-25660 | eli_linden | |
2011-06-27 | STORM-1446 Portability fix when setting non-blocking socket options. | Aaron Stone | |
2011-06-27 | STORM-1447 Use <filters>setenv</> stanza rather than grep -v setenv. | Aaron Stone | |
2011-06-27 | storm-1444: Disable mesh loading | Nyx (Neal Orman) | |
2011-06-27 | SH-1897 Don't use GLSL 1.20 unless the GL version is >= 2.1f | Dave Parks | |