Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-07-07 | CHOP-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-07 | CHOP-753: uh, Microsoft docs lied about header file to use? | Nat Goodspeed | |
Remove <kfuncs.h>, documented header file for GetCurrentProcess(). | |||
2011-07-07 | CHOP-753: add stats from GetProcessMemoryInfo() on Windows. | Nat Goodspeed | |
Introduce StatsArray helper class to facilitate accumulating stats in the array-of-pair-arrays form cached internally by LLMemoryInfo. | |||
2011-07-06 | Automated merge with http://hg.secondlife.com/viewer-development | Nat Goodspeed | |
2011-07-05 | CHOP-753: On Windows, add GetPerformanceInfo to LLMemoryInfo stats. | Nat Goodspeed | |
So far we've only been querying GlobalMemoryStatusEx(), but GetPerformanceInfo() delivers a bunch more memory-related stats that may be pertinent. Try capturing those too. May not yet compile on Windows... | |||
2011-07-06 | STORM-1262 FIXED Removed the original Windlight Region Settings implementation. | Vadim ProductEngine | |
2011-07-05 | STORM-1330 WIP Removing a comment that was added by mistake. | Vadim ProductEngine | |
2011-07-05 | STORM-1330 WIP Override region sun position when switching the region to ↵ | Vadim ProductEngine | |
fixed sky. | |||
2011-07-05 | STORM-1330 WIP Switched the Terrain tab of the Region/Estate floater to ↵ | Vadim ProductEngine | |
using the region info model. | |||
2011-07-01 | STORM-1137 FIXED Close the REGION/ESTATE floater when teleporting. | Vadim ProductEngine | |
2011-07-01 | STORM-1464 FIXED Fixed inability to change terrain settings. | Vadim ProductEngine | |
Reason: The "setregionterrain" message missed estate/region sun info and thus was incomplete. Fix: Added missing fields back. Note: The fields' values are fake. | |||
2011-07-01 | STORM-1464 WIP Removed references to a nonexistent Apply button from the ↵ | Vadim ProductEngine | |
Region/Estate floater. | |||
2011-07-01 | STORM-1470 FIXED Sky setting / Lighting preset position controls were ↵ | Vadim ProductEngine | |
inconsistent. | |||
2011-06-30 | merge latest changes from viewer-development | Oz Linden | |
2011-06-30 | merge changes for shining branch | Oz Linden | |
2011-06-30 | merge changes for sec-906 | Oz Linden | |
2011-06-30 | merge changes for latest viewer-development | Oz Linden | |
2011-06-30 | merge | Dave Parks | |
2011-06-30 | CHOP-753: Fix compile errors in LLMemoryInfo Windows-specific code. | Nat Goodspeed | |
2011-06-30 | CHOP-753: Reduce redundancy in LLMemoryInfo. | Nat Goodspeed | |
Recast stream() to display data from LLSD array rather than reinvoking OS operations used to capture it. Make refresh() cache LLSD data in map form as well as array; fetch items from that in a few places to avoid going back to OS. | |||
2011-06-30 | STORM-1445 FIXED Added border line to Estate, Environment tabs in ↵ | Vadim ProductEngine | |
Region/Estate Floater. | |||
2011-06-30 | CHOP-753: Fix errors in LLMemoryInfo Mac-specific code. | Nat Goodspeed | |
Handle conversion errors (boost::bad_lexical_cast). Glean additional LLSD statistics from vm_stat output. | |||
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 |