summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
41 hoursFix FMOD 2.02.25 Linux installationHEADmainErik Kundiman
45 hoursUpdate FMOD to 2.02.25Erik Kundiman
2 daysFix previous commitErik Kundiman
3 daysAdd seconds to IM and group chat timestampsErik Kundiman
5 daysGet dictionaries folder installed to app_settingsErik Kundiman
https://megapahit.com/show_bug.cgi?id=5
5 daysRevert "Disable dictionaries when using system libs"Erik Kundiman
This reverts commit 7360923f0888e48294921bd931c585c7c502a443.
7 daysNearby session being first is a non default optionErik Kundiman
which can be set on the leftmost drop-down menu of the conversations floater.
9 daysUse Arch PKGBUILD pkgrel for VIEWER_VERSION_REVISIONErik Kundiman
9 daysSqueeze 2 more people into the teamErik Kundiman
plus 1 special thanks replacing the promoted one.
9 daysConversation panel: Nearby item on topmobserveur
This commit forces the nearby item on the left side on the panel to be on top instead of the bottom.
10 daysOption to zoom in using double clickErik Kundiman
https://megapahit.com/show_bug.cgi?id=102
11 daysAdd seconds to compact view timestampsErik Kundiman
https://megapahit.com/show_bug.cgi?id=81 Without the date, though.
2024-10-22Regex for matching physics extension stub's httpErik Kundiman
2024-10-22Dynamic Arch PKGBUILD valuesErik Kundiman
Set PACKAGE to ON.
2024-10-22Revert "LL physics extensions stub"Erik Kundiman
This reverts commit 45b9eed30320c6281efcfb748098a8789b15f15f.
2024-10-22Revert "First attempt to fix unicode input"Erik Kundiman
This reverts commit aaa8cb5a37a720ff67792d0a31fec793b03b3742.
2024-10-22Revert "IME composition is now replaced by the result"Erik Kundiman
This reverts commit 60592ae0d7a98e071e516fcac70c5bf1427f20be.
2024-10-21Toolbar command from Ansarielgwigz
https://github.com/FirestormViewer/phoenix-firestorm/commit/bcc7406ccc22d5c8d73fe3200da3c6a36d903a10#diff-d16d50e343f4f0926f7ebac63ec9ad3ef3ebab8f575dfe520042d0ab00ef8836R2404
2024-10-21Firestorm's resync animations menu optiongwigz
2024-10-20Working Arch port but CEF & WebRTC are still brokenErik Kundiman
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.
2024-10-12Revert "Rename uniform vec4 color to color4"secretfoxtail
This reverts commit a42a77f0aacf5878f29edafc42b8b230dc290bb6.
2024-10-12Revert "More renaming color to color4"secretfoxtail
This reverts commit 93f5747aaacb4109eece1165dd76a5a5f01e0e77.
2024-10-12Revert "More renaming color to color4"secretfoxtail
This reverts commit 3fa052f6a2e642a6f1c450ec77f7b47a49016558.
2024-10-12No samples_passed when there's no GL_SAMPLES_PASSEDErik Kundiman
cause it relies on querying mSamplesQuery, which would only have a value if it could run glBeginQuery(GL_SAMPLES_PASSED, mSamplesQuery).
2024-10-12Preprocess eTextureType like sGLTextureTypeErik Kundiman
(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.
2024-10-10Fix for refresh attachmentsgwigz
Missing `llviewerjointattachment.cpp` change for refresh attachments to fully function https://github.com/FirestormViewer/phoenix-firestorm/commit/07ad25c6be898e42e870b1b6db84f6b16b7275f6#diff-c4316b59d0c69a9672ddfb53e2bc9172c30f1f30017a9c7e4ce817c0905e47cbR34
2024-10-09Minimal favorite folder inventory featuregwigz
Utilizes the recent-ish "open in new window" functionality from `LLPanelMainInventory::newFolderWindow`
2024-10-08Explicit on OpenJPEG library being staticErik Kundiman
It wasn't inheriting the viewer's BUILD_SHARED_LIBS setting.
2024-10-08More renaming color to color4Erik Kundiman
2024-10-07Port Firestorm/Catznip refresh attachments featuregwigz
2024-10-02More renaming color to color4Erik Kundiman
2024-10-01Rename uniform vec4 color to color4Erik Kundiman
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.
2024-09-30No VC flags on GCC & deps only if building ColladaErik Kundiman
2024-09-30Windows configuration, with MSYS2 in MinGW for nowErik Kundiman
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.
2024-09-29Fix extracted OpenSSL1.1.1w dir nameErik Kundiman
and specialise it just for FreeBSD, along with other fixes to get it building again on FreeBSD with an empty packages folder.
2024-09-27ReindentErik Kundiman
2024-09-27Squeeze one more person into the teamErik Kundiman
2024-09-27Codesign message & fixup_bundle after links creationErik Kundiman
to avoid verbose warnings of non-existent embedded items.
2024-09-27Make linking to ll::webrtc more genericErik Kundiman
for platforms other than Windows, macOS, and GNU/Linux, except for FreeBSD.
2024-09-27Use the more portable glDrawBuffersErik Kundiman
Also renamed the draw buffers to avoid risking the previously defined draw buffers with the same variable name.
2024-09-27Preprocess glGetTexImageErik Kundiman
so it doesn't get compiled on non OpenGL 1.3 implementors.
2024-09-26LLPreviewGesture adjusted to display more keysgwigz
Tweak found in most TPVs, likely originated from Firestorm
2024-09-26ReindentErik Kundiman
2024-09-25Change media plugins' linkages to bundled BoostErik Kundiman
2024-09-25Re-add pcre header directory for macOSErik Kundiman
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).
2024-09-24MacPorts' expat (compatibility) has been updatedErik Kundiman
2024-09-21ColladaDOM depends on dynamic Boost 1.81 on macOSErik Kundiman
so we don't need the boost package or the -no_static variant of boost181 any more.
2024-09-21Remove remaining XMLRPC-EPI dependenciesErik Kundiman
2024-09-19LL's WebRTC breaks CEF on Ubuntu too, so use CM'sErik Kundiman
Now that it's only Debian and macOS x86-64 that are left safe to use LL's WebRTC build, the logic is reversed.
2024-09-17Merge branch 'main' into 2024.08-DeltaFPSErik Kundiman