Age | Commit message (Collapse) | Author | |
---|---|---|---|
6 days | Update Tumbleweed package requires & build instructions | Secret | |
6 days | Adjust resize handle | Secret | |
Make resize handle a little smaller. | |||
6 days | Fix mesa failing to link shaders due to missing vertex shader outputs | Rye | |
2024-12-01 | Move libexec binaries to /usr/lib/megapahit on Arch | Erik Kundiman | |
as in Arch, there's really no /usr/libexec. | |||
2024-11-26 | Squeeze 1 more person into the team | Erik Kundiman | |
and sort according to the order of appearance again. | |||
2024-11-22 | More of making operands consistently float | Erik Kundiman | |
2024-11-21 | More of making operands consistently float | Erik Kundiman | |
2024-11-20 | MacPorts' expat (compatibility) has been updated | Erik Kundiman | |
2024-11-13 | Fix FMOD 2.02.25 Linux installation | Erik Kundiman | |
2024-11-13 | Update FMOD to 2.02.25 | Erik Kundiman | |
2024-11-13 | Fix previous commit | Erik Kundiman | |
2024-11-12 | Add seconds to IM and group chat timestamps | Erik Kundiman | |
2024-11-10 | Get dictionaries folder installed to app_settings | Erik Kundiman | |
https://megapahit.com/show_bug.cgi?id=5 | |||
2024-11-10 | Revert "Disable dictionaries when using system libs" | Erik Kundiman | |
This reverts commit 7360923f0888e48294921bd931c585c7c502a443. | |||
2024-11-08 | Nearby session being first is a non default option | Erik Kundiman | |
which can be set on the leftmost drop-down menu of the conversations floater. | |||
2024-11-06 | Use Arch PKGBUILD pkgrel for VIEWER_VERSION_REVISION | Erik Kundiman | |
2024-11-06 | Squeeze 2 more people into the team | Erik Kundiman | |
plus 1 special thanks replacing the promoted one. | |||
2024-11-06 | Conversation panel: Nearby item on top | mobserveur | |
This commit forces the nearby item on the left side on the panel to be on top instead of the bottom. | |||
2024-11-05 | Option to zoom in using double click | Erik Kundiman | |
https://megapahit.com/show_bug.cgi?id=102 | |||
2024-11-04 | Add seconds to compact view timestamps | Erik Kundiman | |
https://megapahit.com/show_bug.cgi?id=81 Without the date, though. | |||
2024-10-22 | Regex for matching physics extension stub's http | Erik Kundiman | |
2024-10-22 | Dynamic Arch PKGBUILD values | Erik Kundiman | |
Set PACKAGE to ON. | |||
2024-10-22 | Revert "LL physics extensions stub" | Erik Kundiman | |
This reverts commit 45b9eed30320c6281efcfb748098a8789b15f15f. | |||
2024-10-22 | Revert "First attempt to fix unicode input" | Erik Kundiman | |
This reverts commit aaa8cb5a37a720ff67792d0a31fec793b03b3742. | |||
2024-10-22 | Revert "IME composition is now replaced by the result" | Erik Kundiman | |
This reverts commit 60592ae0d7a98e071e516fcac70c5bf1427f20be. | |||
2024-10-21 | Toolbar command from Ansariel | gwigz | |
https://github.com/FirestormViewer/phoenix-firestorm/commit/bcc7406ccc22d5c8d73fe3200da3c6a36d903a10#diff-d16d50e343f4f0926f7ebac63ec9ad3ef3ebab8f575dfe520042d0ab00ef8836R2404 | |||
2024-10-21 | Firestorm's resync animations menu option | gwigz | |
2024-10-20 | Working Arch port but CEF & WebRTC are still broken | Erik 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-12 | Revert "Rename uniform vec4 color to color4" | secretfoxtail | |
This reverts commit a42a77f0aacf5878f29edafc42b8b230dc290bb6. | |||
2024-10-12 | Revert "More renaming color to color4" | secretfoxtail | |
This reverts commit 93f5747aaacb4109eece1165dd76a5a5f01e0e77. | |||
2024-10-12 | Revert "More renaming color to color4" | secretfoxtail | |
This reverts commit 3fa052f6a2e642a6f1c450ec77f7b47a49016558. | |||
2024-10-12 | No samples_passed when there's no GL_SAMPLES_PASSED | Erik Kundiman | |
cause it relies on querying mSamplesQuery, which would only have a value if it could run glBeginQuery(GL_SAMPLES_PASSED, mSamplesQuery). | |||
2024-10-12 | Preprocess eTextureType like sGLTextureType | Erik 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-10 | Fix for refresh attachments | gwigz | |
Missing `llviewerjointattachment.cpp` change for refresh attachments to fully function https://github.com/FirestormViewer/phoenix-firestorm/commit/07ad25c6be898e42e870b1b6db84f6b16b7275f6#diff-c4316b59d0c69a9672ddfb53e2bc9172c30f1f30017a9c7e4ce817c0905e47cbR34 | |||
2024-10-09 | Minimal favorite folder inventory feature | gwigz | |
Utilizes the recent-ish "open in new window" functionality from `LLPanelMainInventory::newFolderWindow` | |||
2024-10-08 | Explicit on OpenJPEG library being static | Erik Kundiman | |
It wasn't inheriting the viewer's BUILD_SHARED_LIBS setting. | |||
2024-10-08 | More renaming color to color4 | Erik Kundiman | |
2024-10-07 | Port Firestorm/Catznip refresh attachments feature | gwigz | |
2024-10-02 | More renaming color to color4 | Erik Kundiman | |
2024-10-01 | Rename uniform vec4 color to color4 | Erik 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-30 | No VC flags on GCC & deps only if building Collada | Erik Kundiman | |
2024-09-30 | Windows configuration, with MSYS2 in MinGW for now | Erik 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-29 | Fix extracted OpenSSL1.1.1w dir name | Erik 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-27 | Reindent | Erik Kundiman | |
2024-09-27 | Squeeze one more person into the team | Erik Kundiman | |
2024-09-27 | Codesign message & fixup_bundle after links creation | Erik Kundiman | |
to avoid verbose warnings of non-existent embedded items. | |||
2024-09-27 | Make linking to ll::webrtc more generic | Erik Kundiman | |
for platforms other than Windows, macOS, and GNU/Linux, except for FreeBSD. | |||
2024-09-27 | Use the more portable glDrawBuffers | Erik Kundiman | |
Also renamed the draw buffers to avoid risking the previously defined draw buffers with the same variable name. | |||
2024-09-27 | Preprocess glGetTexImage | Erik Kundiman | |
so it doesn't get compiled on non OpenGL 1.3 implementors. | |||
2024-09-26 | LLPreviewGesture adjusted to display more keys | gwigz | |
Tweak found in most TPVs, likely originated from Firestorm |