| Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
* 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.
|
|
This is accomplished by dynamically reordering the CMake variable
CMAKE_CONFIGURATION_TYPES so that the current build type (the value
of CMAKE_BUILD_TYPE) is listed first.
|
|
Build the "package" target in Xcode to create a DMG.
|
|
|
|
Run "make package" in the build directory to create a tarball.
|
|
viewer_info.py provides a way to easily query the viewer name and
version (from viewerinfo.cpp). It replaces build_version.py, which has
been removed. BuildVersion.cmake has been updated to use
viewer_info.py instead of build_version.py.
|
|
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.
|
|
This effectively reverts commits 20216aa7 and 3609adb5.
|
|
|
|
thanks to Aleric and Siana for the idea
|
|
|
|
|
|
|
|
not asked to
|
|
are there any render_compat grids anyway?
|
|
|
|
sideffect: media volume updates work on linuces where they failed.
|
|
|
|
|
|
line
|
|
|
|
The viewer binary links against libz.so, but libvivoxsdk.so and some
other libraries link against libz.so.1.
(cherry picked from commit 74d6849a9730941839f00c1ec2b640958fd61cc9)
|
|
Patch by Seraph Linden.
|
|
second life login when voice is enabled.
(Partial cherry pick from commit a0902a050cc713f742990a09d2a610d4c135b7c7)
|
|
startup
(cherry picked from commit cea604cda04d783b989498055102674170864b5c)
|
|
introduced by 56bf45f >_>
(cherry picked from commit 8f92d7925f2ba9259a6597c80584b09e023902da)
|
|
also fixed some LL_INFOS that should be LL_WARNS in the voice client.
(cherry picked from commit 56bf45f3493689b5eb60cf99580adf11d6b02508)
|
|
The various http textures request range bugs are fixed in Opensim
0.7.1. Also, this workaround was ugly, hacky and buggy.
|
|
more data
Previous fix was lost in merge of 8431725c0bf08da2b909cefe2f3ecfb43a2aecad
|
|
|
|
* Moved numerous options out of the Advanced panel
* Moved numerous options out of the General panel
* Combined the Network and Web Browser panels
* Combined IM, Chat, and Spell checking preferences
* Combined 'Show timestamps in IMs' and 'Show timestamps in Local Chat' to one ShowTimestamps setting
* Removed UI for 'hide my own group title'. This can still be set in the debug settings
* Renamed Popups > Notifications
* Renamed Chat Colors > Colors
* Renamed 'IMs and Logging' to 'Logging and Privacy'
* Moved Colors next to Skins
* Added style guide to the top of every preferences panel xui
|
|
|
|
|
|
|
|
|
|
|
|
|
|
review perms
|
|
|
|
ported from Phoenix, patch by Henri Beauchamp and Ansariel Hiller
|
|
client sees. Hardcoded colors are now used for Imp
|
|
- Sets base.mDecoding to false on failure (from Snowglobe.)
- Handle those failures in the image pipeline (research and patch by
Siana Gearz / Singularity.)
|
|
for us without a modified OpenJPEG.
|
|
|
|
notification)
|
|
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
|
|
first time
|
|
The '>>' in the code 'std::map<LLUUID, std::pair<S32, S32>>' could
mean bitwise right shift. Using '> >' is unambiguous/better.
Full warning message was:
cc1plus: warnings being treated as errors
In file included from /home/jacek/imprudence/linden/indra/newview/llfloaterinspect.cpp:35:
/home/jacek/imprudence/linden/indra/newview/llfloaterinspect.h:78: error: ‘>>’ operator will be treated as two right angle brackets in C++0x
/home/jacek/imprudence/linden/indra/newview/llfloaterinspect.h:78: error: suggest parentheses around ‘>>’ expression
|