Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
https://megapahit.com/show_bug.cgi?id=5
|
|
This reverts commit 7360923f0888e48294921bd931c585c7c502a443.
|
|
which can be set on the leftmost drop-down menu of the
conversations floater.
|
|
|
|
plus 1 special thanks replacing the promoted one.
|
|
This commit forces the nearby item on the left side on the panel to be on top instead of the bottom.
|
|
https://megapahit.com/show_bug.cgi?id=102
|
|
https://megapahit.com/show_bug.cgi?id=81
Without the date, though.
|
|
|
|
Set PACKAGE to ON.
|
|
This reverts commit 45b9eed30320c6281efcfb748098a8789b15f15f.
|
|
This reverts commit aaa8cb5a37a720ff67792d0a31fec793b03b3742.
|
|
This reverts commit 60592ae0d7a98e071e516fcac70c5bf1427f20be.
|
|
https://github.com/FirestormViewer/phoenix-firestorm/commit/bcc7406ccc22d5c8d73fe3200da3c6a36d903a10#diff-d16d50e343f4f0926f7ebac63ec9ad3ef3ebab8f575dfe520042d0ab00ef8836R2404
|
|
|
|
I've tried using FMOD instead, but CEF didn't work either.
At first I used crow-misia's WebRTC build but it would cause a
segmentation fault, but LL's build seems to break CEF.
Gotta find a way so CM's build doesn't crash the viewer.
PKGBUILD should be moved to indra/newview as an .in to be configured
by CMake for dynamic version numbers, and adjust the instruction
too to run makepkg -R from the folder where the generated PKGBUILD
will be.
|
|
This reverts commit a42a77f0aacf5878f29edafc42b8b230dc290bb6.
|
|
This reverts commit 93f5747aaacb4109eece1165dd76a5a5f01e0e77.
|
|
This reverts commit 3fa052f6a2e642a6f1c450ec77f7b47a49016558.
|
|
cause it relies on querying mSamplesQuery, which would only have a
value if it could run glBeginQuery(GL_SAMPLES_PASSED, mSamplesQuery).
|
|
(cause eTextureType seems to have been designed to mirror sGLTextureType)
otherwise you'd get a GL error of invalid enum of the first argument
for glTexImage2D.
|
|
Missing `llviewerjointattachment.cpp` change for refresh attachments to fully function
https://github.com/FirestormViewer/phoenix-firestorm/commit/07ad25c6be898e42e870b1b6db84f6b16b7275f6#diff-c4316b59d0c69a9672ddfb53e2bc9172c30f1f30017a9c7e4ce817c0905e47cbR34
|
|
Utilizes the recent-ish "open in new window" functionality from `LLPanelMainInventory::newFolderWindow`
|
|
It wasn't inheriting the viewer's BUILD_SHARED_LIBS setting.
|
|
|
|
|
|
|
|
to avoid name clash with the uniform vec3 color somewhere else.
I've tested this and everything seemed okay. Just revert this if it
causes trouble.
|
|
|
|
Also simplify CMake-based dependency projects, the parameters that
have been set for the viewer seem to have been implied all this time
for the subprojects.
|
|
and specialise it just for FreeBSD, along with other fixes to get
it building again on FreeBSD with an empty packages folder.
|
|
|
|
|
|
to avoid verbose warnings of non-existent embedded items.
|
|
for platforms other than Windows, macOS, and GNU/Linux, except for
FreeBSD.
|
|
Also renamed the draw buffers to avoid risking the previously
defined draw buffers with the same variable name.
|
|
so it doesn't get compiled on non OpenGL 1.3 implementors.
|
|
Tweak found in most TPVs, likely originated from Firestorm
|
|
|
|
|
|
I thought /opt/local/include wasn't needed since we switched to boost181,
but PCRE headers are there. If you still have "boost" installed (maybe
depended on by some other package, just deactivate it first before cmake).
|
|
|
|
so we don't need the boost package or the -no_static variant of
boost181 any more.
|
|
|
|
Now that it's only Debian and macOS x86-64 that are left safe to use
LL's WebRTC build, the logic is reversed.
|
|
|