| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-07-19 | Stubs for missing implementations that use GTK | Erik Kundiman | |
| in order to get rid of undefined references to `LLFilePicker::getOpenFileModeless(LLFilePicker::ELoadFilter, void (*)(bool, std::vector<std::string, std::allocator<std::string> >&, void*), void*)' `LLFilePicker::getMultipleOpenFilesModeless(LLFilePicker::ELoadFilter, void (*)(bool, std::vector<std::string, std::allocator<std::string> >&, void*), void*)' `LLFilePicker::getSaveFileModeless(LLFilePicker::ESaveFilter, std::string const&, void (*)(bool, std::string&, void*), void*)' The UI has been relying on modeless file operations. UI implementations for Linux would fall within the GTK scope, and there haven't been implementations for these three methods yet. Even know they're defined using member functions that do nothing, and return boolean false. | |||
| 2023-07-19 | FreeBSD gets what Linux does in file picker | Erik Kundiman | |
| 2023-07-19 | FreeBSD gets handled too in llappviewer.cpp | Erik Kundiman | |
| Mostly following Linux. | |||
| 2023-07-19 | Boost since 1.76 already internally includes v5 | Erik Kundiman | |
| Including v4 would cause conflicts. | |||
| 2023-07-19 | Fix lod variable name (supposed to be which_lod?) | Erik Kundiman | |
| 2023-07-19 | Disable packages info when using system libraries | Erik Kundiman | |
| For now. Maybe. | |||
| 2023-07-19 | Include standard library array header | Erik Kundiman | |
| as it's not implied on some platforms that std::array would be unrecognised. | |||
| 2023-07-19 | Fix what GCC considers as misleading indentations | Erik Kundiman | |
| The style conventions aren't really being followed that the different styles of using tabs or spaces as indentations lead to GCC considering them as misleading. It's better to just fix them (but as little as possible as to minimise this fork difference from upstream) than to supress the warnings from being treated as errors. | |||
| 2023-07-19 | Disable g_thread_init when using system libs | Erik Kundiman | |
| On GCC, compiling against a recent GTK2 version would stop on deprecated pre-processors. | |||
| 2023-07-19 | VLC & CEF aren't deps when no media plugins on mac | Erik Kundiman | |
| 2023-07-19 | Disable viewer manager when using system libs | Erik Kundiman | |
| 2023-07-19 | Disable LLCA when using system libs for now | Erik Kundiman | |
| 2023-07-19 | Disable DBusGlib when using system libs | Erik Kundiman | |
| It's deprecated anyway. | |||
| 2023-07-19 | Disable JS packages when using system libs for now | Erik Kundiman | |
| 2023-07-19 | LL physics extensions stub | Erik Kundiman | |
| Since the CMakeLists.txt includes some same .cmake files as the viewer, I think the project might as well be a part of the Linden libraries code. And for now is put under llprimitive (might not be consistent, in fact the opposite, with they way llplugin relates to slplugin), but I think this way results the least change, and it still works. The differences include: - all files (common llphysicsextensions headers to be included by library users and the stub implementation files) are put inside one directory, and the CMakeLists.txt is adjusted accordingly; - modernised CMakeLists.txt, so include_directories are now implied by target_link_libraries; - some file name fix; - add_library is not explicitly set to STATIC; | |||
| 2023-07-18 | Merge pull request #292 from secondlife/brad/DRTVWR-559-xcode-14.3 | Brad Linden | |
| Merge xcode-14.3 compatibility branch into DRTVWR-559 | |||
| 2023-07-18 | Merge remote-tracking branch 'origin/xcode-14.3' into DRTVWR-559 (#292) | Brad Linden | |
| 2023-07-18 | Merge pull request #291 from secondlife/SL-20018 | cosmic-linden | |
| SL-20018: Fix PBR glow affected by Blinn-Phong alpha | |||
| 2023-07-18 | SL-20018: Fix PBR glow affected by Blinn-Phong alpha | Cosmic Linden | |
| 2023-07-18 | SL-5161 SL-20025 Unref volume | Andrey Kleshchev | |
| 2023-07-18 | DRTVWR-489: trivial merge conflict fix | Callum Prentice | |
| 2023-07-18 | SL-18837: Try waiting a couple seconds before hdiutil detach | Nat Goodspeed | |
| to try to avoid "Resource busy" errors from hdiutil. | |||
| 2023-07-18 | SL-19953 Change label of alpha value in GLTF material editor to "Alpha" | RunitaiLinden | |
| 2023-07-18 | Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559 | RunitaiLinden | |
| 2023-07-18 | SL-19954 Fix for rigged alpha pbr sometimes not getting reflection probe ↵ | RunitaiLinden | |
| parameters | |||
| 2023-07-18 | Fixes for compatibility with new xcode 15 beta for any viewer branch after ↵ | Brad Linden | |
| DRTVWR-577 (#232) | |||
| 2023-07-18 | Fix for irradiance breaking. | Jonathan "Geenz" Goodman | |
| Still need to fix the problem with individual faces getting tossed around though. Will work on that tomorrow. DRTVWR-583 | |||
| 2023-07-18 | SL-19891 Make sure focusable elements clear focus on destruction | Andrey Kleshchev | |
| 2023-07-17 | DRTVWR-559 fix for lines lost in the merge | Brad Linden | |
| 2023-07-17 | Delete unprintable chars that accidentally got into the merge in kdiff3 for ↵ | Brad Linden | |
| DRTVWR-559 | |||
| 2023-07-17 | Merge branch 'DRTVWR-559' into DRTVWR-583 | Jonathan "Geenz" Goodman | |
| 2023-07-17 | Got hero probes rendering from the camera. | Jonathan "Geenz" Goodman | |
| DRTVWR-583 | |||
| 2023-07-17 | Merge pull request #285 from secondlife/marchcat/SL-19669 | marchcat-pe | |
| INTL-490 Japanese Translation Update | |||
| 2023-07-17 | Merge remote-tracking branch 'origin/main' into DRTVWR-559 | Brad Linden | |
| 2023-07-17 | Merge branch 'main' (DRTVWR-580) into DRTVWR-567 | Andrey Kleshchev | |
| # Conflicts: # indra/llui/llfolderviewitem.cpp # indra/newview/llinventorymodel.cpp # indra/newview/llinventorymodelbackgroundfetch.cpp | |||
| 2023-07-17 | Merge branch 'main' (DRTVWR-580) into DRTVWR-587-maint-V | Andrey Kleshchev | |
| 2023-07-17 | Merge branch 'DRTVWR-580-maint-T' into DRTVWR-582-maint-U | Andrey Lihatskiy | |
| 2023-07-17 | Merge branch 'main' into DRTVWR-582-maint-U | Andrey Lihatskiy | |
| # Conflicts: # doc/contributions.txt # indra/llcommon/llerrorthread.cpp | |||
| 2023-07-17 | Increment viewer version to 6.6.14 | Nat Goodspeed | |
| following promotion of DRTVWR-580 | |||
| 2023-07-17 | SL-19995 FIXED The context menu is not fully displayed for the navigation bar | Maxim Nikolenko | |
| 2023-07-17 | SL-19306 A method of displaying user-customized keybindings in user-visible text | Andrey Kleshchev | |
| 2023-07-15 | SL-20011 Restrict 'Empty Trash' if objects are attached | Maxim Nikolenko | |
| 2023-07-14 | Fix crash SL-20013 crash when applying nocopy material via drag-and-drop | Brad Linden | |
| 2023-07-14 | Fix some spacing | Roxie Linden | |
| 2023-07-13 | SL-20009 - race condition - calling cards could be created without name | Roxie Linden | |
| This happens when a calling card is created before the name is in the name cache. | |||
| 2023-07-13 | SL-20001 EmojiPicker - make the preview to be a panel instead of a button | Alexander Gavriliuk | |
| 2023-07-13 | Fixed failure to open Material Editor when creating or uploading a new material | Brad Linden | |
| found this warning found while working on SL-19999 | |||
| 2023-07-13 | SL-19999 stop outputing debug info about created material asset id unnecessarily | Brad Linden | |
| 2023-07-13 | SL-19993 Warn of automatic changes to Day Cycle when it's opened | Maxim Nikolenko | |
| 2023-07-12 | Merge pull request #275 from secondlife/SL-19567 | Jonathan "Geenz" Goodman | |
| SL-19567: Mitigate glow banding | |||
