| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
sake. The AO now checks for the notecard every 10 seconds until it's loaded. This whole feature could really use a major refactor
|
|
|
|
| |
fetchinventoryonlogin2 so it's enabled for users of previous versions
|
|
|
|
| |
open on quit
|
|
|
|
| |
with the Animations folder uuid sent in the skeleton to hopefully make the AO work as soon as possible
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
It defines the ViewerInfo module/namespace, which contains a variety
of functions for querying the viewer name and version. It is designed
to be a replacement for viewerversion.cpp and viewerversion.xml.
viewerversion.cpp has been removed, but viewerversion.xml remains
(albeit with a bogus version number) until the packaging system no
longer uses it.
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* split the "voice" debug tag into several tags for usable filtering while debugging
* remove debug-spam from user view by:
* remove capability request spam by:
* llstartup the voice client state engine when actually a region is present, and not the initial fake region.
* don't request a capability to determine if (the very same) capability can be requested.
* don't do it over and over as if a capability rezzed in like an avatar. Its available - or not (see llstartup).
* unload the daemon if not used.
* load vivox daemon depending on specific criteria in the caps
* remove the partial implementation to load a specific daemon with via the openregion message or the login response.
* discard obsolete caps.
Tested and working on linux: Parcel changing, region changing, (SL) voice-disabled region private call, (SL) private call region changing, (OS) no voice <-> voice region changing, (OS) mumble <-> freeswitch region changing.
To test: Mac, Win. Anything that needs to be tested and not mentioned above.
|
|
|
|
|
|
|
|
|
|
|
| |
work for the time being.
* UI needs to be made clear on what's going on with user's passwords
* 'Remember password' checkbox now works on login (but is unclear)
* Stored passwords are MD5s in grid_info.xml
* Fixed vivox license appearing on other grids rather than specifically on second life login when voice is enabled
* Small fix for username entry after logout
* Sadly, storing password in the mac keychain needs to be reimplemented now
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This commit includes the following:
* Fixed missing GPL headers from hippo grid manager
* Fixed grids named <required> or "" being saved in the list
* Fixed grid manager list only showing grid nicks, not grid names
* Fixed grid names not settable in the grid manager
* Grid manager now remembers avatar names and passwords
* Usernames can now be set in the grid manager for SL (needs work)
* Fixed grid manager being stuck in an updating state
* Some general code cleanup
|
|
|
|
| |
Advanced menu
|
| |
|
|
|
|
| |
(since we don't get these from any grids, disable 'em for now)
|
|\ |
|
| |
| |
| |
| |
| |
| | |
the grid logging in.
Because otherwise crash statistics are wrong. See viewers with higher crash than disconnect rate.
|
| |
| |
| |
| | |
our current grid manager, but really exposes the weaknesses of not saving login info with the grid, usability-wise. (Note: autologin and the command line need to be tested)
|
|\ \
| |/ |
|
| |
| |
| |
| |
| |
| | |
from http://sldev.free.fr/ : "MediaFilter_v3: based on code by Sione Lomu with a couple of bugfixes by Tonya Souther, this improved patch brings media and streaming audio URLs filtering (to prevent IP ripping by so-called security systems which violate the SL TOS by catching your IP and associating your various avatars with it, thus violating your anonimity). Beside empowering your viewer with allow/deny/blacklist/whitelist functions per domain, this improved patch makes the difference between external servers (domains names filtering) and in-world servers (scripted objects with built-in HTTP servers). I also fixed various bugs, security holes and shortcomings, refactored the code and improved it, and added a whitelist/blacklist erasing function."
Imprudence changes: added "MediaFilter" debug to be able to inspect the full url and media texture uuid
|
| |
| |
| |
| |
| | |
Windows users, please set "autocrlf = input" or "autocrlf = true" in
your .git/config [core] section to avoid this in the future.
|
|/ |
|
|\ |
|
| |
| |
| |
| |
| | |
Enable per-account settings only after we have an account. Also, make
settings that are saved locally not depend on UserInfoReply being received.
|
| | |
|
| | |
|
| | |
|
|/
|
|
|
|
| |
* might solve several issues with streaming audio, like:
streaming audio not working when the sound effects driver fails.
* breaks fmod. Sorry. If you want fmod go fix it, its probably not difficult.
|
|
|
|
|
|
|
|
|
|
|
| |
There was a problem with #include "hippolimits.h" because
the file is called hippoLimits.h (with an uppercase L).
After some discussion on IRC it was reluctantly decided that
filenames should be lowercase, as is done for every Linden file.
This is part 2 or 2 (the first part just renamed the files).
This part changes all files to make the viewer compile again
after the renaming.
|
|\ |
|
| |
| |
| |
| | |
startup
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Conflicts:
linden/indra/cmake/GStreamer.cmake
linden/indra/cmake/GStreamer.cmake was deleted: we're going to try to
use system libs, so any improvements that have been made in weekly have
been invane.
linden/indra/newview/llstartup.cpp
Trivial #include collision. One include added another removed. Fixed.
linden/indra/newview/lltoolpie.cpp
Collision with RLV, pretty trivial. Fixed.
linden/indra/newview/viewer_manifest.py
Trivial White space fix collision with commenting out of gstreamer libs. Fixed.
|
| |
| |
| |
| | |
(default to false)
|
| | |
|
| |
| |
| |
| |
| | |
After the previous commit, the menu text - after logging in - had
disappeared. This fixes that.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The LindenUserDir (~/.imprudence/first_last/) cannot be initialized
before the user logged in. However, several singletons (that only can be
initialized once) depend on this directory for initialization. Therefore
we have to take care not to instantiate those singletons until after the
user logged in.
With regard to webit, this fixes the browser_profile (cache and cookies)
directory that the builtin browser uses.
|
| |
| |
| |
| | |
Plus some white space fixes (TABs --> spaces) in install.xml.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Viewer 2 texture system"
This reverts commit 087e15e89930d51c3964329befb273ae3b2d330d.
Conflicts:
linden/indra/newview/llsurface.cpp
linden/indra/newview/llviewerwindow.cpp
linden/indra/newview/llvoavatar.cpp
linden/indra/newview/pipeline.cpp
linden/indra/newview/pipeline.h
|
|\ \
| |/
|/|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Conflicts:
linden/doc/contributions.txt
linden/indra/cmake/GStreamer.cmake
linden/indra/cmake/LLMedia.cmake
linden/indra/cmake/OPENAL.cmake
linden/indra/llmedia/CMakeLists.txt
linden/indra/llprimitive/material_codes.h
linden/indra/newview/chatbar_as_cmdline.cpp
linden/indra/newview/llappviewer.cpp
linden/indra/newview/llfloatertos.cpp
linden/indra/newview/llstartup.cpp
linden/indra/newview/llviewerwindow.cpp
linden/indra/newview/llvoavatar.cpp
linden/indra/newview/pipeline.cpp
linden/indra/newview/pipeline.h
linden/indra/newview/viewer_manifest.py
linden/install.xml
|
| | |
|
| |
| |
| |
| | |
texture system
|
| | |
|
| | |
|
|/ |
|
|
|
|
| |
possible for OS
|
|
|
|
| |
much more secure than XORing against a MAC address :)
|
|
|
|
| |
feature originally by Zi Ree
|
| |
|
|
|
|
| |
modularsystems.sl should be changed!
|
|
|
|
| |
in non-grid-specific folders
|
|
|
|
|
| |
Uncheck the "Join group chat" checkbox in the group info window.
The list of ignored groups is saved per-account in ignore_groups.xml.
|
|
|
|
| |
time (voice can now be included from here on out :)
|
|
|
|
| |
instances is enabled
|