Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | STORM-1126 WIP Windlight Estate Settings port from 1.23: second pass at ↵ | Nyx (Neal Orman) | |
getting windlight ported to V2. Lots of cleanup in the floater classes. Not sure every decision was correct but it compiles now. Doesn't link yet. (resubmitted by Vadim ProductEngine) | |||
2010-09-30 | Merge | Matthew Breindel (Falcon) | |
2010-09-27 | STORM-1126 WIP Windlight Estate Settings port from 1.23: first pass at ↵ | Nyx (Neal Orman) | |
merging in windlight estate settings to viewer-dev codebase. not built, not tested. Probably needs a bunch of fixes to be able to be integrated. (resubmitted by Vadim ProductEngine) | |||
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. | |||
2010-03-02 | Curl tweaks to get rid of various types of timeouts. | Dave Parks | |
- Scrub host names from capability ips (requires disabling SSL host name verification) - Reset connections that have received a timeout (avoids cascading timeouts from reusing a cached bad connection) | |||
2010-03-01 | Merge with viewer-2-0 | Dave Parks | |
2010-02-25 | EXT-5480: Support secondlife:///app/region SLapps. | Lynx Linden | |
This is defined to work exactly like the classic secondlife://{REGION} Slurl. However, the later syntax cannot support spaces in the region name because spaces (and %20 chars) are illegal in the hostname of an http URL. Some browsers let you get away with this, but some do not (such as Qt's Webkit). Hence we have decided to introduce the newer secondlife:///app/region alternative. | |||
2010-01-04 | Merge from trunk. Conflicts manually resolved in: | Tofu Linden | |
U indra/llui/lluictrlfactory.cpp U indra/newview/llinventorybridge.cpp U indra/newview/llviewertexture.cpp U indra/newview/llviewertexture.h | |||
2009-12-19 | Added a first view script limits floater | gabriel | |
reviewed by Mani | |||
2009-12-11 | HTTP Mesh fetch FTW.. still busted | Dave Parks | |