Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-19 | FreeBSD can use llappviewerlinux too | Erik Kundiman | |
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 | Fixes for compatibility with new xcode 15 beta for any viewer branch after ↵ | Brad Linden | |
DRTVWR-577 (#232) | |||
2023-07-18 | SL-19891 Make sure focusable elements clear focus on destruction | Andrey Kleshchev | |
2023-07-17 | Merge pull request #285 from secondlife/marchcat/SL-19669 | marchcat-pe | |
INTL-490 Japanese Translation Update | |||
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-12 | SL-19702 don't skip double clicks when clicking scripted objects | Mnikolenko Productengine | |
2023-07-11 | SL-19728 Objects that cannot be clicked or cammed unless in edit mode | Alexander Gavriliuk | |
2023-07-07 | SL-19702 restore previous double clicking behavior for objects | Maxim Nikolenko | |
2023-07-05 | Reverted changes to installer_template.msi introduced by PR #259 | Andrey Kleshchev | |
Changes do not appear to add anything sans mac's line ending which triggers coding policy protection and shouldn't be present in window's installer file. | |||
2023-06-28 | DRTVWR-582: Merge branch DRTVWR-582-maint-U into contribute-frozen | Nat Goodspeed | |
to resolve conflicts in installer_template.nsi | |||
2023-06-28 | SL-19572 Fix some obscure cases of residents bypasing mute list | Andrey Kleshchev | |
2023-06-27 | SL-19924 Update profile type names | Andrey Kleshchev | |
2023-06-24 | SL-19805 Fix touch handling logic | Alexander Gavriliuk | |
2023-06-23 | SL-19805 Follow-up fix | Andrey Lihatskiy | |
2023-06-23 | SL-19805 Second Life Viewer last update made invisible parts visible | Alexander Gavriliuk | |
2023-06-21 | SL-19692 Z Offset is applied twice in Mouselook | Alexander Gavriliuk | |
2023-06-20 | SL-19860 Fixed messages from muted objects being shown upon login | Andrey Kleshchev | |
2023-06-15 | SL-19404 Navigation bar coordinates slightly off | Alexander Gavriliuk | |
2023-06-09 | SL-19844 People floater - Remove the 'Remove friend' menu item | Alexander Gavriliuk | |
2023-06-07 | SL-19286 Avatar is upside down when viewed from below | Alexander Gavriliuk | |
2023-06-07 | SL-18328 Fix opening the right profile on click Callingcard embedded to a ↵ | Alexander Gavriliuk | |
Notecard | |||
2023-06-04 | SL-19669 Restored XML formatting for the Japanese translations | Andrey Lihatskiy | |
2023-06-04 | Merge remote-tracking branch 'loque-viewer/DRTVWR-580-maint-T' into ↵ | Andrey Lihatskiy | |
marchcat/SL-19669-upd | |||
2023-06-02 | SL-18251 Expand extents to include the Control Avatar bounds | Alexander Gavriliuk | |
2023-06-03 | Inventory mistranslation fix. | Logue | |
Translate untranslated parts of Preferences panel. | |||
2023-06-02 | Merge branch 'xcode-14.3' into DRTVWR-582-maint-U | Andrey Lihatskiy | |
# Conflicts: # indra/llcommon/llsdserialize.cpp # indra/llcommon/llsdserialize.h # indra/llcommon/tests/llleap_test.cpp # indra/llcommon/tests/llsdserialize_test.cpp # indra/newview/llmeshrepository.cpp | |||
2023-06-02 | Merge branch 'DRTVWR-580-maint-T' of github.com:secondlife/viewer into ↵ | Logue | |
DRTVWR-580-maint-T | |||
2023-06-01 | SL-19806 Crash at vobj | Andrey Kleshchev | |
2023-06-02 | Revert Call translation to 'コール'. | Logue | |
Chang 'water' translation '水' to '水面'. Unify the ground translation with '地面' expect land floater. Fixed mistranslation of widget. Re-translate panel_settings_sky_density.xml. | |||
2023-06-01 | SL-18330: Merge branch 'main' of secondlife/viewer into xcode-14.3 | Nat Goodspeed | |
2023-05-31 | SL-18330: Consistently use new standalone Python llsd package. | Nat Goodspeed | |
2023-05-31 | SL-18330: Change to strip_deprecated_header(size_t* header_size) | Nat Goodspeed | |
from U32*. | |||
2023-05-31 | Follow 5b9b4fcf6657ce2cfa5fde85012fe24213df37b5 translation. | Logue | |
(Add Performance floater translation etc.) Changed 'lighting' translation ('照明' and 'ライティング') to '光源'. Changed 'world' translation '世界' to 'ワールド'. (To be consistent with 'ミニマップ' translations.) Adjusted the translation to be more natural Japanese when the settings.xml object passed items. (experimental) |