Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-20 | merge changes from viewer-beta | Oz Linden | |
2011-01-14 | fix CHOP-366, on temporary errors (e.g. version manager returns other than ↵ | Andrew A. de Laix | |
200) show error dialog instructing the user to manually install the latest viewer. | |||
2011-01-13 | VWR-24401 Show TOS and other login dialogs when --login is used | Joshua Bell | |
2010-12-21 | Merge from trunk | Andrew A. de Laix | |
2010-12-10 | destroy updater state machine if login instance destroyed. | Andrew A. de Laix | |
2010-12-10 | ui improvements to more closely match UX design. | Andrew A. de Laix | |
2010-12-08 | merge with viewer-dev | Richard Linden | |
2010-12-07 | show progress bar while downloading update. | Andrew A. de Laix | |
2010-12-07 | login instance coordinates with updater service | Andrew A. de Laix | |
2010-12-02 | merge | Monroe Linden | |
2010-12-01 | CHOP-238 Fix to bug introduced by ↵ | Mark Palange (Mani) | |
http://hg.secondlife.com/viewer-beta/changeset/4072bd5389b2 Reviewed by Brad | |||
2010-11-19 | Automated merge with http://bitbucket.org/lindenlab/viewer-development | Bill Curtis | |
2010-11-19 | Automated merge with file:///Users/Bill/Projects/viewer-release | Bill Curtis | |
2010-11-15 | merge | Richard Linden | |
2010-11-08 | changes to read max-agent-groups from login.cgi response | Bill Curtis | |
2010-11-01 | VWR-23666 Removed setting VersionChannelName. LLVersionInfo::resetChannel() ↵ | Mark Palange (Mani) | |
and unit tests. Reviewed by brad. | |||
2010-10-26 | EXP-299 FIXED Pass end-user IP and MAC from Gaikai to login.cgi | Richard Linden | |
2010-09-27 | Merge | Leyla Farazha | |
2010-09-09 | DEV-53087 FIX TOS does not appear for new users | Richard Linden | |
reviewed by Callum | |||
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-08-13 | Change license from GPL to LGPL (version 2.1) | Oz Linden | |
2010-07-30 | Merge with dessie/viewer-release | Leyla Farazha | |
2010-07-23 | Fix EXT-8483 second iteration: use old nodeId when available but try new ↵ | Andrew A. de Laix | |
machine id when not so reported id stays consistent with prior versions most of the time. | |||
2010-07-22 | Fix EXT-8483: switch to LLMachineID::getUniqueID which should always work on ↵ | Andrew A. de Laix | |
windows (no dependency on Netbios). | |||
2010-07-06 | Merge from dessie/viewer-release | Leyla Farazha | |
2010-06-22 | Revert to previous implementation of getNodeId. | Andrew A. de Laix | |
2010-05-13 | merge pull from dessie/viewer-public, picking up SLE code | James Cook | |
2010-05-11 | merge from dessie/viewer-public right before SLE code landed | James Cook | |
2010-05-04 | DEV-45807 - worldmap doesn't work against non maingrid servers | Roxie Linden | |
The code used to retrieve the tiles for the world map was hardcoded to retrieve the map tiles via s3. However, non-maingrid servers do not necessarily publish their map tiles to s3. The URL was in the form http://map.secondlife.com.s3.amazonaws.com/map-<level>-<x>-<y>-objects.jpg This change removes the hard coding and places the default s3 URL in the settings.xml file via MapServerURL. Login retrieves the specific grids URL via a map-server-url option. The url is still expected to contain jpegs named like map-<level>-<x>-<y>-objects.jpg CR: Karina Linden | |||
2010-04-19 | Viewer asks login.cgi if the grid supports display names | James Cook | |
If not, turns off display names. Cleaned up name cache reset code. Alphabetized login auth param requests for easier merges going forward. | |||
2010-04-19 | automated merge with trunk | Roxie Linden | |
2010-04-09 | Change comment that wasn't updated with the code. No functionality changes. | Kent Quirk | |
2010-04-07 | Re-insert backed out SLE checkin so we can fix it | Roxie Linden | |
2010-04-07 | Backed out changeset 63b699f90efd | Tofu Linden | |
2010-03-29 | Fix initial outfit selection dialog to choose initial outfit based on | Roxie Linden | |
what's passed up from login.cgi instead of just using hardcoded values. If nothing is passed up, it defaults to values in settings.xml | |||
2009-12-21 | EXT-3550 Fixed messages from login.cgi not being displayed. | Mark Palange (Mani) | |
Handling message from "indeterminate" state - feeding them to the llprogressview. Handling showing error message from incomplete login. | |||
2009-12-17 | EXT-3536 Bugfix in lllogin.cpp when reading 'indeterminate' repsonse from ↵ | Mark Palange (Mani) | |
login.cgi. Also fixed up lllogin unit test to match the bugfix. Reviewed by Brad | |||
2010-03-01 | Automated merge with a few fixups for code review comments | Roxie Linden | |
2009-12-07 | Made viewerclient.py a bit more robust against timing problems on startup. | brad kittenbrink | |
It now successfully retries to connect on windows. reviewed by nat. | |||
2009-11-13 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Nat Goodspeed | |
2009-11-12 | Introduce LLEventDispatcher::begin()/end() to iterate over (name, desc) pairs | Nat Goodspeed | |
for all registered operations. (untested) Introduce LLEventDispatcher::getMetadata(name) query so you can discover, for a given named operation, its query string and required parameters. (untested) Introduce LLEventDispatcher::add() convenience methods allowing you to omit description strings. Fix LLLoginInstance (which uses a non-LLEventAPI LLEventDispatcher) back to description-less add() calls. However, filter LLEventDispatcher::add() methods inherited by LLEventAPI so that an LLEventAPI subclass *must* provide a description string. | |||
2009-11-12 | merge | Mark Palange (Mani) | |
2009-11-11 | Changes to fix an LLERRS caused by SRV request timeout. | Mark Palange (Mani) | |
Added settings to config SRV request params Increased timeout to 10 seconds Changed timeout to generate login failure event instead of an error. Added unit test to cover SRV failure event. | |||
2009-11-11 | Add LLEventAPI class, formalizing the mechanism by which we wrap a C++ API | Nat Goodspeed | |
with an event API. In addition to the LLEventPump name on which to listen, LLEventAPI accepts a documentation string for event API introspection. Give every LLEventDispatcher::add() overload a new documentation string parameter for event API introspection. Convert every existing event API to new conventions, introducing suitable documentation strings for the API and each of its operations. | |||
2009-10-09 | DEV-40930: Added ["change"] key to login-module status events. Changed | Nat Goodspeed | |
existing event calls to use state as "offline" or "online", with "change" indicating the reason for this status event. Changed disconnect() to send state "offline", change "disconnect" -- instead of replaying last auth failure. Changed unit tests accordingly. Changed LLLoginInstance::handleLoginEvent() to use LLEventDispatcher to route calls to handleLoginFailure() et al. Added LLEventDispatcher::get() to allow retrieving Callable by name and testing for empty(). | |||
2009-09-11 | QAR-1619: Remove unneeded llfloatertos.h #includes. | Nat Goodspeed | |
Neither lllogininstance.cpp nor lllogininstance_test.cpp need llfloatertos.h any more, since LLLoginInstance talks to LLFloaterTOS only via LLFloaterReg and LLEventPumps. However, both sources depended on llfloatertos.h dragging in llnotifications.h, so include that explicitly instead of llfloatertos.h. | |||
2009-09-01 | Fixups for eol-style copy pasta... | brad kittenbrink | |
2009-08-31 | Post-merge cleanups (ported llstartup.cpp changes to where the surrounding ↵ | brad kittenbrink | |
code has been moved to in LLLoginInstance and LLAppViewer) | |||
2009-08-11 | Better solution for fixing up the LLFloaterTOS callback after the last ↵ | brad kittenbrink | |
viewer-2.0.0-3 merge. LLFloaterTOS and LLLoginInstance now communicate through an event pump "lllogininstance_tos_callback". reviewed by Mani. | |||
2009-08-06 | Merged in partial rollback of LLFloaterTOS post-merge fixes. | brad kittenbrink | |