Go to file
Nat Goodspeed 6daf19c442 SL-793: Add LLEventPumps::clear() method to disconnect all listeners.
This is like the existing reset() method, except that reset() is specifically
intended for shutdown: it disables every existing LLEventPump in such a way
that it cannot be subsequently reused. (The original idea was to disconnect
listeners in DLLs unloaded at shutdown.)

clear() forcibly disconnects all existing listeners, but leaves LLEventPumps
ready for reuse. This is useful (e.g.) for test programs to reset the state of
LLEventPumps between individual test functions.
2018-12-29 10:15:28 -05:00
debian
doc SL-9800 Changed llTextBox to have selectable "message" text 2018-10-10 00:04:13 +03:00
etc
indra SL-793: Add LLEventPumps::clear() method to disconnect all listeners. 2018-12-29 10:15:28 -05:00
scripts merge 2018-09-27 19:54:10 +01:00
.hgignore
.hgtags Added tag 6.0.1-release for changeset 21b7604680ef 2018-12-13 16:46:11 -05:00
BuildParams require build_secrets (removed from the buildscripts requirements) 2017-12-20 15:11:30 -05:00
README.md
autobuild.xml Automated merge with ssh://bitbucket.org/lindenlab/viewer-release 2018-12-28 14:46:49 -05: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