Age | Commit message (Collapse) | Author |
|
The i variable is still used as an integer on the next line.
|
|
source for viewer 7.1.7.8974243247
|
|
This reverts commit 956bd1fa85131be204ce023e61f64b2df99b666b.
|
|
This reverts commit 05475f8cfab81fe70b87b24031a12465cfbf492e.
|
|
performance #1"
This reverts commit 08f186a700c3fe7976228468f137c920e343bb64.
|
|
This is so that it doesn't throw a compilation error at runtime
for not finding the named function expecting certain operand types,
on some certain other implementation.
|
|
Maintenance X
|
|
This is so it doesn't throw an error about the instance not being able
to run the replace function, for example, on a certain platform.
If it's found out later that this causes problems, then make it exceptional
only for that certain platform.
|
|
(cherry picked from commit dc0b3aed4782e4e4835fd6b9d59d1d70b78be4a7)
|
|
cause at least on Fedora, it's linked statically.
|
|
|
|
also correct member packing to match server side
|
|
|
|
|
|
|
|
|
|
Add ones that are known to be compiled statically,
remove ones that are known to be linked dynamically
and which we don't redistribute.
|
|
|
|
Done in a simple way, without checking the GLX extension string.
|
|
This was a broken test that got all the way to viewer release and the main
branch.
(cherry picked from commit a33a9d29380e6c1a0a9cc539be309d47adef4acf)
|
|
LF, and trim trailing whitespaces as needed
|
|
|
|
This was a broken test that got all the way to viewer release and the main
branch.
(cherry picked from commit a33a9d29380e6c1a0a9cc539be309d47adef4acf)
|
|
source for viewer 7.1.6.8745209917
|
|
since server still sends those in some cases
|
|
|
|
following promotion of secondlife/viewer #736
|
|
|
|
source for viewer 7.1.5.8443591509
|
|
|
|
|
|
|
|
This reverts commit 810a3d24c2e3671f926091c062b101bdec6a1517. (secondlife/jira-archive-internal#70482)
|
|
|
|
|
|
Move towards packaging artifacts with xz, which offers higher compression ratios and faster decode time.
|
|
|
|
This reverts commit 810a3d24c2e3671f926091c062b101bdec6a1517. (secondlife/jira-archive-internal#70482)
|
|
|
|
Release (Maint W) -> Maint X merge
|
|
png_read_info triggered a PngError, LLAppViewer::frame() handled it
instead of LLPngWrapper::readPng, and since status didn't
change viewer tried to decode image again and again and again.
|
|
# Conflicts:
# indra/llimage/llimageworker.cpp
# indra/llimage/llimageworker.h
# indra/newview/llcontrolavatar.cpp
# indra/newview/llfloaterprofiletexture.cpp
# indra/newview/lloutfitslist.cpp
# indra/newview/lloutfitslist.h
# indra/newview/lltexturefetch.cpp
|
|
Move towards packaging artifacts with xz, which offers higher compression ratios and faster decode time.
|
|
|
|
This is to do with misunderstandings related to how .find()
works with multimaps. .find() will, in fact, return an iterator
to the first iterator it finds, and will iterate through all
elements in the multimap when incremented, not just items with
the same key.
Change code working with animation sources to be aware of this
fact, so unrelated animation sources do not have their animations
stopped.
|
|
# Conflicts:
# autobuild.xml
# indra/llcommon/llsys.cpp
|
|
following promotion of secondlife/viewer #690
|
|
|
|
Obvioulsy, there has been a typo done when copying WL default sky parameters to EE ones.
This causes "static" and quite unrealistic clouds when this default setting is used as a
base for a new sky setting, and we see this bad static sky resurfacing now with PBR and
its "adjusted" (more like hacked, but this is another story) mid-day sky setting.
Let's fix this typo once and for all in LL's code base (most TPVs have it fixed already,
and this ever since EEP got released).
@LL: please also fix the cloud scroll rate in the PBR mid-day inventory setting accordingly.
|
|
looks like file that was being parced got corrupted 'in progress'
|