Go to file
Nat Goodspeed ec6487f3a7 DRTVWR-474: Make LLEventMailDrop pass all saved events to listener.
Previously, LLEventMailDrop would send only the first queued event to a
newly-connected listener. If you wanted to flush all queued events, you'd have
to "pump" the queue by repeatedly disconnecting and reconnecting -- with no
good way to know when you'd caught up.

The new behavior makes LLEventMailDrop resemble a multi-valued future: a
rendezvous between producer and consumer that, once connected, pushes values
rather than requiring them to be pulled (as with a simple queue) -- regardless
of the relative order in which post() and listen() are called.
2018-09-27 14:57:03 -04:00
debian
doc Backed out changeset: 4ce8c663a9a0 2018-06-19 21:20:48 +03:00
etc
indra DRTVWR-474: Make LLEventMailDrop pass all saved events to listener. 2018-09-27 14:57:03 -04:00
scripts Merge in anim_tool.py refactoring from server-side script. 2018-08-09 18:49:25 -04:00
.hgignore DRTVWR-418: Don't report anything in new build-vc120-{32,64}. 2016-11-23 12:06:31 -05:00
.hgtags Added tag 5.1.9-release for changeset 52422540bfe5 2018-09-26 16:12:19 -04:00
BuildParams require build_secrets (removed from the buildscripts requirements) 2017-12-20 15:11:30 -05:00
README.md dummy checkin to build an upgrade target 2017-05-17 18:10:43 -07:00
autobuild.xml DRTVWR-474: Update to viewer-manager build 520047 2018-09-26 20:45:03 -04:00
build.sh govern running tests with the LL_TESTS variable, default ON 2018-05-24 15:42:51 -04:00

README.md

Second Life Viewer

This project manages the source code for the Second Life Viewer.

This source is available as open source; for details on licensing, see the licensing page on the Second Life wiki

For information on how to use and contribute to this, see the open source portal on the wiki.

To download the current default version, visit the download page. For even newer versions try the Alternate Viewers page