Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-05-20 | Added NewAccountingEnabled cap | prep linden | |
2011-05-20 | SH-1252 and SH-1253 WIP. | prep linden | |
2011-05-17 | Merge from viewer-development. | Vadim ProductEngine | |
2011-05-16 | Merge cleanup. | Dave Parks | |
2011-05-16 | merge | Dave Parks | |
2011-05-05 | Work in progress on CHOP-609 / CHOP-624 build time improvements. Eliminated ↵ | brad kittenbrink | |
a bunch of unnecesary header dependencies. | |||
2011-04-13 | merge out changes up to but not including the STORM-610 change | Oz Linden | |
2011-04-12 | STORM-1143 FIXED Server sometimes said region wasn't capable of storing ↵ | Vadim ProductEngine | |
environment settings. Reason: We tried to check whether the region supports environment settings without making sure that we've actually recieved region capabilities, so the check sometimes failed. Fix: Defer check for the "EnvironmentSettings" capability until we've received the region capabilities. | |||
2011-04-06 | Automated merge with http://hg.secondlife.com/viewer-development | Richard Linden | |
2011-04-05 | merge changes for STORM-1051 | Oz Linden | |
2011-03-31 | STORM-1126 merge | Vadim ProductEngine | |
2011-03-25 | SOCIAL-688 FIX Multiple SLurls error given in minimal skin when clicking ↵ | callum | |
links in web profile Also fixes SOCIAL-521 and SOCIAL-428 | |||
2011-03-11 | Fixed ghosting issue on non-UseHTTPInventory case | Leyla Farazha | |
2011-04-19 | merge | Dave Parks | |
2011-03-16 | Automated merge up from viewer-development into mesh-development | Loren Shih | |
2011-02-18 | Cleanup of headless client (was: DisableRendering mode) | Don Kjer | |
* Now called 'HeadlessClient' instead of 'DisableRendering' * Removed most cases where we skipped certain behaviors in the client when in this mode. This gets us closer to a 'true' client, for testing purposes. | |||
2011-02-01 | Automated merge up from viewer-development into mesh-development | Loren Shih | |
2011-01-21 | Merge viewer-development-shining up to REV 3bf724ecb7c6 (fix for SH-829: ↵ | Xiaohong Bao | |
Viewer attempting to load precached images in file types that are not being used.) | |||
2011-01-14 | Automated merge up from viewer-development | Loren Shih | |
2011-01-13 | Automated merge up from viewer-development | Loren Shih | |
2011-01-07 | Switch inventory capabilities to FetchInventory2 and family. | Aaron Stone | |
2011-01-12 | Merge with viewer-development | Don Kjer | |
2010-12-22 | Merge with viewer-development | Don Kjer | |
2010-12-22 | Cleanup from review with Andrew and Merov | Don Kjer | |
2010-12-22 | merge | Andrew Meadows | |
2010-12-22 | merge | Andrew Meadows | |
2010-12-21 | Automated merge up from viewer-development | Loren Shih | |
2010-12-17 | For object-vs-parcel overlap we now use list of axis aligned boxes | Andrew Meadows | |
one box for each prim, for less slop on queries | |||
2010-12-15 | merge | Andrew Meadows | |
2010-12-14 | a try fix for SH-212: crash at ↵ | Xiaohong Bao | |
LLViewerObjectList::removeFromLocalIDTable(LLViewerObject const &) [secondlife-bin llviewerobjectlist.cpp] line 173 | |||
2010-12-13 | Added object update cache results to viewer stats recorder | Don Kjer | |
2010-12-13 | Expanded viewer stats recorder to include cache miss type, cache miss ↵ | Don Kjer | |
requests, and update failures | |||
2010-12-10 | merge | Andrew Meadows | |
2010-12-09 | merge from http://hg.secondlife.com/viewer-development | Monty Brandenberg | |
2010-12-06 | ER-343 viewer UI does not correctly enable/disable object return | Andrew Meadows | |
The problem: a misunderstanding of what LLViewerParcelOverlay::isOwned() means. | |||
2010-12-01 | Automated merge up from viewer-development | Loren Shih | |
2010-11-29 | ESC-154 ESC-156 Now using region hash rather than region uuid as identifier. | Monty Brandenberg | |
In the viewer, the region's UUID is acquired very late and isn't generally used as the canonical region identifier. The U64 region hash is a better and more consistently used identifier so I'm moving over to using that as the region key. Don't have a proper reserved invalid region hash which is unfortunate, but then, so much is. | |||
2010-11-24 | ESC-154 ESC-156 Metrics integration across threads | Monty Brandenberg | |
Using unpause() method in derived class rather than wake() in furthest base class solved the stalling problem. I still think too many levels of the LLTextureFetch hierarchy are keeping thread state, however. The LLViewerRegion instance an agent enters doesn't necessarily have its region_id yet, that only comes after the handshake, if any. So add a few more metrics insertion points to propagate region into metrics. Finally, try to launch a final metrics report when a quit is initiated. | |||
2010-11-18 | Added viewer-side "object overlaps parcel" check encroachment returnabilty UI | Andrew Meadows | |
Reviewed with Falcon | |||
2010-11-18 | ESC-154 ESC-155 ESC-156 | Monty Brandenberg | |
Asset fetch requests wrapped to allow for measurements. Asset fetch enqueues, dequeues and completion times recorded to asset stats collector. Texture fetch operations (http and udp) recorded to asset stats collector. Stats collector time vallue switched from F32 to U64 which is the more common type in the viewer. Cross-thread mechanism introduced to communicate region changes and generate global statistics messages. Facility to deliver metrics via Capabilities sketched in but needs additional work. Documentation and diagrams added. | |||
2010-11-16 | merge | Andrew Meadows | |
2010-10-29 | Merge with lindenlab/viewer-development | Kyle Ambroff | |
2010-10-27 | Automated merge up from viewer-development | Loren Shih | |
2010-10-26 | STORM-416 : merge with viewer-development | Merov Linden | |
2010-10-23 | ER-219: Add an asynchronous api for the region debug console | Kyle Ambroff | |
Add support for a new capability, SimConsoleAsync. This is a replacement for the deprecated SimConsole capability that provides an asynchronous API. The old API is still supported, but the simulator will never support both. For the new API, commands will be sent via HTTP POST to the SimConsoleAsync capability, same as before. But the resulting output will be pushed to the viewer view the event-poll, using the newly added SimConsoleResponse LLSD message. Will review with Simon or Falcon. | |||
2010-10-21 | Merge with andrew | Kyle Ambroff | |
2010-10-20 | merge | Dave Parks | |
2010-10-20 | Automated merge up from viewer-development | Loren Shih | |
2010-10-19 | First stab at using GetObjectPhysicsData | Dave Parks | |
2010-10-18 | Turn assertion around cache loading into an early out. | Dave Parks | |