| Commit message (Collapse) | Author | Age | Files | Lines |
|\ |
|
| |
| |
| |
| | |
See http://redmine.imprudenceviewer.org/issues/701
|
| |
| |
| |
| | |
See http://redmine.imprudenceviewer.org/issues/590
|
|/ |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|\
| |
| |
| | |
browser/media plugin support
|
| | |
|
| |\
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|
| | |
| | |
| | |
| | |
| | | |
Opens a terminal with a gdb session for newly started SLPlugin processes
if PluginAttachDebuggerToPlugins is set to TRUE.
|
| |\ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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
|
| | | | |
|
| | | | |
|
| | | | |
|
| |_|/
|/| |
| | |
| | | |
for OpenRegionSettings, adds the new CAPS based WindLight Settings module, cleans up a few UI parts, and rebuilds the ToS window to support OpenSim regions better.
|
| | | |
|
|/ /
| |
| |
| | |
uploads, both single and bulk, bypassing viewer's internal decoding classes and using osx native frameworks. Also pushing non-fully-working-yet (and thus disabled) code for native j2c decoding.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
See http://redmine.imprudenceviewer.org/issues/571
This patch appeared to already have been partially applied.
I added more semi-colons after all llendl (and LLENDL) macros,
and wrapped the lllog ... llendl construct into do { ... } while(0)
as is usual for macros that mimic a single statement.
The patch was double checked with regular expression greps and a compile.
|
| |
| |
| |
| | |
See http://redmine.imprudenceviewer.org/issues/562
|
|/
|
|
| |
See http://redmine.imprudenceviewer.org/issues/556
|
|
|
|
|
|
| |
#425)" since it was causing issues with local assets and object backup
This reverts commit 4ca4594ec264f390be981568ef5ff3ff0f2f77e6.
|
| |
|
|
|
|
| |
llGetLinkNumberOfSides
|
| |
|
|
|
|
| |
Snowglobe 2.0 by Ansariel Hiller
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Seems OSim creates several linksets though.
|
|
|
|
| |
@nochangelog
|
| |
|
|
|
|
|
|
|
| |
Where the current UUID was just removed from mRequestMap, thus avoiding to the
need for the problematic lock completely. The case that we add something to
mNetworkQueue while it was just removed from mRequestMap is corrected by
LLTextureFetch::sendRequestListToSimulators anyway.
|
|
|
|
|
| |
Applys a trylock() abort system to allow the worker thread to avoid deadlocks
due to a race between mQueueMutex and mWorkerMutex.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
(newview/res/viewerRes.rc is already at 1.3.0.)
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Conflicts:
linden/indra/cmake/CopyWinLibs.cmake
linden/indra/lib/python/indra/util/llversion.py
linden/indra/llcommon/llversionviewer.h
linden/indra/newview/English.lproj/InfoPlist.strings
linden/indra/newview/Info-Imprudence.plist
linden/indra/newview/llassetuploadresponders.cpp
linden/indra/newview/llpreview.cpp
linden/indra/newview/res/viewerRes.rc
linden/indra/newview/viewer_manifest.py
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
Conflicts:
linden/indra/newview/res/viewerRes.rc
|
| | | |
|
|\ \ \
| |/ /
|/| |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Conflicts:
linden/indra/cmake/00-Common.cmake
linden/indra/newview/skins/default/xui/de/floater_about.xml
linden/indra/newview/skins/default/xui/fr/floater_about.xml
linden/indra/newview/skins/default/xui/ja/floater_about.xml
linden/indra/newview/skins/default/xui/ko/floater_about.xml
linden/indra/newview/skins/default/xui/zh/floater_about.xml
linden/install.xml
|
| | | |
|
| |\ \ |
|
| |\ \ \ |
|