Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-12 | Merge branch 'main' of https://github.com/secondlife/viewer into ↵ | Ansariel | |
DRTVWR-600-maint-A # Conflicts: # autobuild.xml # indra/llrender/llfontbitmapcache.cpp # indra/llrender/llfontbitmapcache.h # indra/llrender/llfontfreetype.cpp # indra/llrender/llfontfreetype.h # indra/llrender/llfontgl.cpp # indra/llrender/llfontgl.h # indra/llui/llbutton.h # indra/llui/llfloater.cpp # indra/llui/llfloater.h # indra/llui/llfolderviewitem.cpp # indra/llui/lllineeditor.cpp # indra/llui/lllineeditor.h # indra/llui/llscrollcontainer.cpp # indra/llui/llscrollingpanellist.cpp # indra/llui/llscrollingpanellist.h # indra/llui/llscrolllistctrl.h # indra/llui/lltextbase.cpp # indra/llui/lltextbase.h # indra/llui/lltexteditor.cpp # indra/llui/lltexteditor.h # indra/llui/lluictrl.cpp # indra/llui/llview.cpp # indra/llui/llview.h # indra/newview/llchicletbar.h # indra/newview/llconversationlog.h # indra/newview/llfloaterimsessiontab.cpp # indra/newview/llfloaterimsessiontab.h # indra/newview/llfloateruipreview.cpp # indra/newview/llnavigationbar.h # indra/newview/llpaneltopinfobar.h # indra/newview/llpathfindingpathtool.h # indra/newview/lltextureview.cpp # indra/newview/lltoolbrush.h # indra/newview/lltoolcomp.h # indra/newview/lltooldraganddrop.h # indra/newview/lltoolface.h # indra/newview/lltoolfocus.h # indra/newview/lltoolindividual.h # indra/newview/lltoolobjpicker.h # indra/newview/lltoolpie.h # indra/newview/lltoolpipette.h # indra/newview/lltoolselectland.h # indra/newview/llviewermediafocus.h # indra/newview/llviewerparcelmediaautoplay.h # indra/newview/llviewerwindow.cpp # indra/newview/llvoicechannel.h # indra/newview/llvoicevivox.h # indra/newview/llworldmapview.cpp | |||
2024-03-08 | viewer#730 Zoom slider not working in some cases. | Andrey Kleshchev | |
2024-03-05 | viewer#819 Avoid reading the same XML file multiple times | Alexander Gavriliuk | |
2024-03-05 | Remove more orphaned files | Ansariel | |
2024-03-05 | deleted unused code | Lars Næsbye Christensen | |
2024-03-04 | triage#59 Small adjustments | Andrey Kleshchev | |
2024-03-04 | secondlife/triage#59 Show 'Friends Only' rendering mode | Andrey Kleshchev | |
2024-03-01 | Increment viewer version to 7.1.4 | Nat Goodspeed | |
following promotion of secondlife/viewer #673 | |||
2024-03-01 | Convert remaining TRUE/FALSE to true/false | Ansariel | |
2024-02-27 | BUG-234595/Jira-public-Issue#11494 Mac texture loading/unloading | Beq | |
This removes the "special case" for Mac which was resulting in values a few orders of magnitude smaller than on windows. | |||
2024-02-25 | Issue#884 Crash on ~LLSearchEditor | Andrey Kleshchev | |
Crash seems to be specific to LLFilterEditor and only in a couple specific floaters. Based on older calltacks, commiting on exit was crashing. So I'm making sure that panels that potentially do not own the element in question clean the callback in case panels get deleted before the search editor. | |||
2024-02-23 | Issue#880 Crash on a dead pointer in a chat session | Andrey Kleshchev | |
2024-02-23 | remove another unused old macOS file | Lars Næsbye Christensen | |
2024-02-22 | Replaced an overlooked BOOL in lllegacyatmospherics.h | Ansariel | |
2024-02-22 | triage#100 Fix invalid interest mode | Andrey Kleshchev | |
Agent needs these strings before values were initialized so made values a bit more global. | |||
2024-02-22 | newer enum for modal OK response | Lars Næsbye Christensen | |
2024-02-22 | viewer#855 Xcode buildfix | Andrey Lihatskiy | |
2024-02-21 | Convert remaining BOOL to bool | Ansariel | |
2024-02-21 | Convert remaining BOOLs in llxml and introduce std::string_view | Ansariel | |
2024-02-21 | viewer#848 Xcode buildfix | Andrey Lihatskiy | |
2024-02-21 | Convert BOOL to bool in llui | Ansariel | |
2024-02-21 | Convert BOOL to bool in LLControlGroup and related classes | Ansariel | |
2024-02-21 | Viewer#822 Sort participants by recent activity is not working | Andrey Kleshchev | |
2024-02-20 | jira-archive-internal#71115 Add Images to Objects in Bulk #2 | Andrey Kleshchev | |
UI integration | |||
2024-02-20 | jira-archive-internal#71115 Add Images to Objects in Bulk | Andrey Kleshchev | |
SL-20725 | |||
2024-02-20 | Convert BOOL to bool in llrender | Ansariel | |
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-19 | Replace remaining BOOL with bool llinventory and llmessage | Ansariel | |
2024-02-18 | fix some tests | 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 | 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-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 | #779 Emoji picker is an unintuitive UX disaster | Alexander Gavriliuk | |
2024-02-12 | VS build fix: missed values | Andrey Lihatskiy | |
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 | miscellaneous: BOOL (int) to real bool | Lars Næsbye Christensen | |
2024-02-12 | llinventory: BOOL (int) to real bool | Lars Næsbye Christensen | |