| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Make sure partial textures are cached as partial, so that they will
finish fetching in consequent sessions. This is a rare case, but does
happen. Backported from viewer2.
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| | |
followingrepercussions:
* CTRL-A while a prim is selected switches to the align tool
* CTRL-SHIFT-A while a prim is selected switches to the pack tool
* Area Object Search shortcut has been changed from CTRL-SHIFT-A to ALT-A
|
| |
| |
| |
| | |
object, by Beeks
|
| | |
|
| | |
|
| |
| |
| |
| | |
register/password urls and science sim name
|
| | |
|
| | |
|
| |
| |
| |
| | |
Decosta
|
| |
| |
| |
| |
| |
| | |
hopefully lower the crash rate a little" as it's a poor fix, and many photographers find the higher sizes useful
This reverts commit 2819c9ae3652e913ea2d2da1c1ed8ef0d2175e00.
|
| | |
|
| | |
|
| |
| |
| |
| | |
(fly) up animation
|
| |
| |
| |
| | |
a menu item check rather than a call
|
| | |
|
| |
| |
| |
| | |
ruler after applying Qarl's align patch
|
| | |
|
| | |
|
| |\ |
|
| | | |
|
| | | |
|
| |\ \ |
|
| | |\ \
| | | |/ |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
To use ld.gold configure with:
-DCMAKE_EXE_LINKER_FLAGS:STRING="-Wl,-use-gold".
ld.gold links the viewer on my machine in 8 seconds, as
opposed to 19 seconds with ld.bfd. Moreover, it uses a
LOT less memory during linking (about 750 MB instead of
2.5 GB!). Thanks to Siana Gearz for pointing out that
ld.gold is so much faster.
|
| | |\ \ |
|
| |\ \ \ \ |
|
| | |/ / / |
|
| | |\ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Conflicts:
linden/indra/newview/viewer_manifest.py
Trivial proximity collision. Resolved.
|
| | |\ \ \ \ |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
stage it in viewer_manifest.py
|
| | | | | | | |
|
| | |/ / / / |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Required for a DSO libllcommon
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Changes:
* Added changes from snowglobe 1.5 to indra/llcommon/llstring.h
(compile errors as a result of a missing include, but I copied
everything else too).
* Added #include "linden_common.h" to emeraldboobutils.cpp.
Really it's one the header files that needed that, but that's
how this header works: every source file should include it as
first header anyway, then there is no need for other headers
to do that.
* Renamed LLPanelRegionOpenSettingsInfo::sendUpdate(void*) to
LLPanelRegionOpenSettingsInfo::onClickOrs because it was
hiding a virtual function (BOOL sendUpdate(void)).
* Made cutToClipboard more equal to copyToClipboard (was also
hiding a virtual function).
* Install libllcommon.so in lib64 on Linux_x86_64, instead of lib.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
See http://jira.secondlife.com/browse/SNOW-713
This patch makes llcommon shared. It contains the following snowglobe
(SVN) changesets: 3478, 3479, 3480, 3481, 3482, 3485, 3496, 3498, 3500,
3519 and 3531, plus the fix for all rejects. Note that changes
to scripts/automated_build_scripts/opensrc-build.sh (changesets 3500
and 3625) were ignored as we don't have scripts/automated_build_scripts.
|
| |\ \ \ \ \ |
|
| |\ \ \ \ \ \
| | |_|_|_|_|/
| |/| | | | | |
|
| | | | | | | |
|
| |\ \ \ \ \ \
| | | |_|_|_|/
| | |/| | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | |_|_|_|/
| |/| | | |
| | | | | |
| | | | | | |
rightclick one of the results and teleport or cam to the object or bring it in edit mode
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Port from V2 (Snowglobe2) that adds to each texture a list of faces and
sculpt volumes that use that texture, and rebuild all sculpts when the
texture is decoded. This is needed so that we don't depend on LOD changes
which may never/rarely happen for some megaprim sculpts.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This is a partial fix for cases where the sculpt map is larger than
128x128, like in some old sculpted trees. This was done by content
creators to beat bugs in old viewers. The sculpties still need a lod
change to trigger a rebuild once they are fully decoded, and that doesn't
always happen, because we abuse RenderVolumeLODFactor.
Ported from Snowglobe2 (GPL)
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
The code to render this tool is in the viewer, but the menu option was
dropped when the advanced menu was moved to xml. This adds it back.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
The new option is Advanced -> Rendering -> Info Displays -> Sculpt.
The code for displaying this debug info is old, but the menu option was
lost when the Advanced menu was converted to xml.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Missing “POOL_VOIDWATER” item in pool names array caused crash.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Prevent null dereference when the selection has no primary object,
e.g. rubber band selection.
|