Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-21 | Automated merge up from viewer-development | Loren Shih | |
2010-12-09 | merge from http://hg.secondlife.com/viewer-development | Monty Brandenberg | |
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 | 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-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 | |
2010-10-13 | correct licenses (fix problem with license change merge) | Oz Linden | |
2010-09-30 | Port of SNOW-643 : Water flicker at high altitude. This doesn't fix the low ↵ | Merov Linden | |
altitude flicker though (STORM-306) | |||
2010-09-30 | Merge | Matthew Breindel (Falcon) | |
2010-09-27 | merge | Dave Parks | |
2010-09-21 | Fix for build failures - disabling tcmalloc for now | Brad Payne (Vir Linden) | |
2010-09-16 | Merge | Leyla Farazha | |
2010-09-10 | Post-convert merge by convert_monolith.py from ↵ | Andrew Meadows | |
http://hg.lindenlab.com/brad/viewer-simconsole | |||
2010-09-03 | Post-convert merge by convert_monolith.py from ↵ | Aimee Linden | |
/Users/Aimee/Documents/Work/Linden-Lab/Development/viewer/convert/viewer-identity-evolution | |||
2010-09-01 | code for DEV-52939: viewer's object geometry cache files are not limited in ↵ | Xiaohong Bao | |
number, and can also be incorrectly cleared with the VFS cache. reviewed by andrew. | |||
2010-08-25 | merge | Dave Parks | |
2010-08-20 | Merge from dessie/viewer-release | Leyla Farazha | |
2010-08-13 | Change license from GPL to LGPL (version 2.1) | Oz Linden | |
2010-08-04 | Merge with dessie/viewer-release | Leyla Farazha | |
2010-08-04 | DEV-52379 FIXED (Supplementary) Viewer is not successfully caching object ↵ | Aimee Linden | |
geometry Encapsulated building of the cache filename into a help function to prevent code duplication. Reviewed by Tofu. | |||
2010-07-30 | fix for DEV-52379 (viewer is not successfully caching object goemetry) | Andrew Meadows | |
There was a typo between the files saved and those loaded. saved in sobjects_gridx_gridy.slc bload loaded from objects_gridx_gridy.slc Q will review later ;-) | |||
2010-07-29 | Adding a simple region debug console. | brad kittenbrink | |
2010-07-29 | Adding a simple region debug console. | brad kittenbrink | |
2010-06-21 | Merge with q/viewer-release | Leyla Farazha | |
2010-06-07 | Merge with render-pipeline | Dave Parks | |
2010-06-03 | EXT-7630: FIXED: turn on http texture fetching by default. | Xiaohong Bao | |
2010-05-24 | Ack. Fixed a bunch of stupid type mistakes in llvector4a. | Matthew Breindel (Falcon) | |
2010-05-11 | merge from dessie/viewer-public right before SLE code landed | James Cook | |
2010-04-26 | merge from viewer-trunk | Tofu Linden | |
2010-04-23 | Related to normal bug EXT-6302 (TP requests need to display destination ↵ | Eugene Mutavchi | |
region maturity) - added displaying maturity rating with an icon. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/229/. --HG-- branch : product-engine | |||
2010-04-22 | DEV-47529 Turn off display names if no capability from simulator, and | James Cook | |
Display name update broadcasts entire new name record to nearby viewers Display name update directly inserts new name into sim cache indra.xml has display_names_enabled setting to control cap Synchronized viewer and server versions of avatar name cache Reviewed with Ambroff | |||
2010-04-20 | Avatar picker requests are routed via sim capability | James Cook | |
2010-04-19 | DEV-47529 Viewer refresh name lookup cap URL on region cross/teleport | James Cook | |
Reviewed with Kelly | |||
2010-04-16 | Accept expires timestamp as UTC datetime in LLSD | James Cook | |
2010-04-15 | DEV-47529 Viewer looks up display names via a sim cap | James Cook | |
Squire asked me to route display name lookups via a simulator capability using HTTP GET. This buys us authentication until the data services team can implement a public-facing authenticating web service for People API. | |||
2010-04-13 | Add SimulatorFeatures to the seed capabilities requested by the viewer. | Matthew Breindel (Falcon) | |
2010-03-31 | viewer side support for coalesced objects | Karl Stiefvater (qarl) | |
2010-03-30 | HUGE merge from viewer-trunk. Many conflicts resolved. | Tofu Linden | |
2010-03-23 | EXT-2959 : Full out camera functions from llagent to llagentcamera | Loren Shih | |
First check-in; only compiles, nothing more. | |||
2010-03-23 | Part DEV-47695 route display name changes via sim for rebroadcast to | James Cook | |
nearby avatars for name tag updates and to update cached display name for LSL nonblocking functions | |||
2010-03-02 | Can upload textures from model preview now. | Dave Parks | |
Fix for bad region crossing. |