Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-20 | Convert remaining cases of BOOL to bool in llmath and llprimitive | Ansariel | |
Changed the return values for LLPrimitive::packTEMessage methods from FALSE to true - these seemed to be strange and wrong, especially considering the following statement in LLVOAvatarSelf: bool success = packTEMessage(mesgsys); | |||
2024-02-20 | Remove orphaned 32bit Windows code from slplugin.cpp | Ansariel | |
2024-02-20 | Include missing llmutex.h in CMake file | Ansariel | |
2024-02-19 | viewer#836 Xcode buildfix | Andrey Lihatskiy | |
2024-02-19 | [Linux]gcc is broken for in place template instantiation. | Beq | |
2024-02-19 | Change LLPreeditor::standouts_t to std::deque since std::vector<bool> since ↵ | Ansariel | |
it's a specialization that does not necessarily behave like standard STL containers | |||
2024-02-19 | Replace remaining BOOL with bool llinventory and llmessage | Ansariel | |
2024-02-18 | fix some tests | Lars Næsbye Christensen | |
2024-02-18 | revert to U8 | Lars Næsbye Christensen | |
2024-02-18 | fixed a FALSE I overlooked | Lars Næsbye Christensen | |
2024-02-18 | misc: BOOL to bool | Lars Næsbye Christensen | |
2024-02-18 | viewer#831 Xcode buildfix | Andrey Lihatskiy | |
2024-02-18 | Fixed incorrect return value and missing fallthrough annotations LLWindowWin32 | Ansariel | |
2024-02-18 | Replace BOOL with bool in llwindow and dependent classes | Ansariel | |
2024-02-17 | viewer#826 Mac buildfix | Andrey Lihatskiy | |
2024-02-17 | More BOOL to bool replacements primarily in llappearance and llxml | Ansariel | |
2024-02-17 | remove obsolete Mac Rez file | Lars Næsbye Christensen | |
2024-02-17 | viewer#826 Follow-up buildfix: update lldatapacker | Andrey Lihatskiy | |
2024-02-17 | misc: BOOL to bool | Lars Næsbye Christensen | |
2024-02-16 | jira-archive-internal#67837 Windows' bulk export of snapshots and textures | Andrey Kleshchev | |
SL-17661 Viewer was silently failing to 'save selection as' | |||
2024-02-16 | Replaced one overlooked FALSE | Ansariel | |
2024-02-16 | Replace most of BOOL with bool in llmath | Ansariel | |
2024-02-15 | Viewer#779 Show bias memory estimate in texture console | Andrey Kleshchev | |
2024-02-15 | Viewer#779 Make RenderMaxVRAMBudget more consistent | Andrey Kleshchev | |
2024-02-15 | Yet another lightning -> lighting typo fixed | PanteraPolnocy | |
2024-02-14 | viewer#780 Fix bulk removal of local textures | Andrey Kleshchev | |
2024-02-13 | Removing orphaned XML files from translation directories | Pantera | |
Spring cleanup | |||
2024-02-13 | Issue #71 Login failures cause growing black zone in the top | Andrey Kleshchev | |
2024-02-12 | VS build fix: missed values | Andrey Lihatskiy | |
2024-02-12 | even more misc: BOOL (int) to real bool | Lars Næsbye Christensen | |
2024-02-12 | more misc: BOOL (int) to real bool | Lars Næsbye Christensen | |
2024-02-12 | miscellaneous: BOOL (int) to real bool | Lars Næsbye Christensen | |
2024-02-12 | misc: BOOL (int) to real bool | Lars Næsbye Christensen | |
2024-02-12 | llmath: BOOL (int) to real bool | Lars Næsbye Christensen | |
2024-02-12 | miscellaneous: BOOL (int) to real bool | Lars Næsbye Christensen | |
2024-02-12 | llinventory: BOOL (int) to real bool | Lars Næsbye Christensen | |
2024-02-12 | llrender: BOOL (int) to real bool | Lars Næsbye Christensen | |
2024-02-12 | llplugin: BOOL (int) to real bool | Lars Næsbye Christensen | |
2024-02-12 | llfilesystem: BOOL (int) to real bool | Lars Næsbye Christensen | |
2024-02-12 | llimage: BOOL (int) to real bool | Lars Næsbye Christensen | |
2024-02-12 | llaudio: BOOL (int) to real bool | Lars Næsbye Christensen | |
2024-02-12 | Fixing 'tooltip' typo in attribute name | Pantera Północy | |
2024-02-12 | Fixing the 'lightning' -> 'lighting' typo | Pantera Północy | |
Unless, of course, we have some dedicated lightning effects - then I will stand corrected. ~ | |||
2024-02-10 | Triage Issue #49 Fix MacOS build failure | Andrey Kleshchev | |
2024-02-10 | Triage Issue #49 Better inspection of data urls in media | Andrey Kleshchev | |
2024-02-10 | Triage Issue #49 Better inspection of media urls | Andrey Kleshchev | |
Part 1: Ability to copy urls from nearby media for inspection | |||
2024-02-09 | Follow up 364bd17: restore return value | Andrey Lihatskiy | |
2024-02-09 | SL-19585 Try replacing fmod with openal | Andrey Kleshchev | |
Since now VLC is responsible for played parcel media (should be since SL-19042) should be possible to switch remaining audio to OpenAL with no loss of functionality | |||
2024-02-09 | SL-19585 Switch OpenAL's wind to float | Andrey Kleshchev | |
Fixes wind being odly distorted | |||
2024-02-09 | Enable OpenAL Soft on MacOS | Andrey Kleshchev | |