| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
|
| |
* 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.
|
| |
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
|/
|
|
|
|
|
|
|
|
| |
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 ;)
|
|
|
|
| |
(removes the 'Extras' panel from Prefs > Advanced and moves the color options from 'Text Chat')
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|\
| |
| |
| | |
browser/media plugin support
|
| | |
|
| |\ |
|
| | |
| | |
| | |
| | | |
the version in the skins directory correctly
|
| | |
| | |
| | |
| | | |
copying error)
|
| |\ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
note: mime_type<_nonwindowsplatform>.xml directs SLPlugin to the actual implementation.
For using gstreamer on mac + win the file has to be changed (try the linux one :) )
|
| | | | |
| | | | |
| | | | |
| | | | | |
texture system
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
TODO: llpanellandmedia.cpp and llviewermedia.cpp need a proper fix
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| |_|_|/
|/| | |
| | | |
| | | | |
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.
|
| |_|/
|/| |
| | |
| | |
| | | |
Qarl has given permission to use this code under the terms
of the GPL v2 + FLOSS exception and/or the LGPL v2.1.
|
| | | |
|
|/ / |
|
| | |
|
| |
| |
| |
| | |
See http://redmine.imprudenceviewer.org/issues/572
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
See http://redmine.imprudenceviewer.org/issues/565
This patch also reorders the "help" text of llmanifest.py to be
alphabetical, next to adding the option --standalone with help text.
indra/newview/CMakeLists.txt is changed to pass --standalone to
the python script. Finally, viewer_manifest.py, which inherits
from llmanifest.py uses it to skip the sections that don't make
sense when building standalone, and which fail with errors
without this patch.
This patch is not 100% tested: I don't have a Mac or windows.
However, it ONLY touches 'standalone', and before my patches
standalone was broken anyway. So, even if this doesn't fix it
completely for Mac and/or windows, then it can't hurt to commit,
or even release. Even if this fails, the errors are not fatal:
the packaging fails, but the viewer is already compiled at
this point. I'd advise against holding this back until it could
be tested by a Mac or windows developer that can build standalone:
that might never happen to begin with!
When time comes, some other developer will test it and when
there are still problems, fix it, on the other operating systems.
|
|/
|
|
|
|
| |
http://imprudenceviewer.org/wiki/Opensim_information_needed
Currently only supports a fraction of the provided parameters.
|
|
|
|
| |
Choosing a font sets FontChoice setting, but no real effect yet.
|
|
|
|
| |
much more secure than XORing against a MAC address :)
|
|
|
|
| |
feature originally by Zi Ree
|
|
|
|
| |
to cmake
|
| |
|
| |
|
|
|
|
| |
modularsystems.sl should be changed!
|
|
|
|
| |
libs to work)
|
| |
|
|
|
|
| |
time (voice can now be included from here on out :)
|
| |
|
| |
|
| |
|
|\ |
|
| | |
|
| | |
|