| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | | |
|
| | | | |
|
| |/ /
| | |
| | |
| | | |
GCC 4.0 on Mac OS X 10.5 can't handle SSE4, GCC 4.2 fails.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
| | | | | | | | |
|
| | |/ / / / / |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
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.
|
| |\ \ \ \ \ \
| | | |_|_|_|/
| | |/| | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Use gFrameIntervalSeconds instead of gFrameTimeSeconds - which is what
the original author tried to do. Also, clean up some dead code.
*However*, there is still the issue of texture fetch workers staying
alive after finishing partial fetches, which falsly manifests here as
pending work.
|
| |\ \ \ \ \ \
| | |/ / / / /
| | | | | | /
| | |_|_|_|/
| |/| | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This file is media plugin a merge leftover. It was renamed to
llfloatermediabrowser.cpp, but somehow this got left behind.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Also made the "Home" and "Set Home" buttons work.
"Send current URL to parcel" is still broken in SL, since it relies on
the ParcelNavigateMedia capability which was never implemented by LL.
|
| | | |_|/
| | |/| | |
|
| | | | | |
|
| |\ \ \ \
| | |/ / / |
|
| | | |/
| | |/|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This only affects linux.
When one compiles the viewer with --type=Debug you want to be
able to actually debug it, so you need debug symbols in the binary.
Until now I manually copied imprudence-bin over the installed
bin/do-not-directly-run-imprudence-bin, but this seems a more
convient solution ;)
|
| | | | |
|
| | | | |
|
| |/ /
| | |
| | |
| | | |
rightclick one of the results and teleport or cam to the object or bring it in edit mode
|
| | |
| | |
| | |
| | | |
stage it in viewer_manifest.py
|
| | | |
|
| | |
| | |
| | |
| | | |
SL2.3. This includes a more stable version of llqtwebkit for Windows
|
| |/
| |
| |
| | |
quicktime without violating the GPL
|
| |
| |
| |
| | |
Don't look for the old variable names, "nick0*", but for the new ones.
|