index
:
viewer.git
2024.09-ExtraFPS
main
maint-c
Megapahit's fork of the Second Life viewer.
Erik Kundiman
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2024-09-27
Merge pull request #2714 from secondlife/nat/xcode-16
nat-goodspeed
2024-09-27
Slightly streamline owning_ptr class definition.
Nat Goodspeed
2024-09-27
Introduce owning_ptr<T>; use it for JPEG2KEncode and JPEG2KDecode.
Nat Goodspeed
2024-09-27
Linux GCC prefers the explicit std::string::assign() call.
Nat Goodspeed
2024-09-27
lltexlayerparams.h uses std::atomic<bool>, so #include <atomic>
Nat Goodspeed
2024-09-27
Try again to let Windows and Mac succeed despite Linux failure.
Nat Goodspeed
2024-09-27
Allow Windows and Mac builds to succeed despite Linux failure.
Nat Goodspeed
2024-09-27
Automate memory management in JPEG2KEncode and JPEG2KDecode.
Nat Goodspeed
2024-09-27
Migrate ~LLPointer()'s peculiar warning case to llpointer.cpp.
Nat Goodspeed
2024-09-27
Fix lerp issues and eliminate flerp in favor of std::lerp (#2712)
Ansariel Hiller
2024-09-26
Ditch last instances of LL_LIBRARY_INCLUDE.
Nat Goodspeed
2024-09-26
Merge remote branch 'develop' into marchcat/xcode-16
Nat Goodspeed
2024-09-26
Rename our lerp() to flerp(); call where MSVC balks at std::lerp().
Nat Goodspeed
2024-09-26
Remove whitespace for pre-commit
Andrey Lihatskiy
2024-09-26
Set continue-on-error for linux builds
Andrey Lihatskiy
2024-09-26
Reinstate our lerp() function, avoid "math.h" header.
Nat Goodspeed
2024-09-26
Fix GCC ambiguous-reversed-operator errors for `LLKeyData` compares.
Nat Goodspeed
2024-09-26
Ditch our own (conflicting) definition of the lerp() function.
Nat Goodspeed
2024-09-26
#include <cmath> rather than "math.h" to avoid lerp() conflict.
Nat Goodspeed
2024-09-26
Fix a few more fsyspath conversions, removing explicit u8string().
Nat Goodspeed
2024-09-26
Merge pull request #2688 from Ansariel/develop-snapshot-fixes
Andrey Lihatskiy
2024-09-25
Adapt `fsyspath` for C++20 conventions.
Nat Goodspeed
2024-09-26
Force snapshot update when opening a snapshot panel and the resolution is "Cu...
Ansariel
2024-09-25
Remove incorrectly calculated upload fee from snapshot options button based o...
Ansariel
2024-09-25
Fix upload cost calculation for snapshots to inventory based on encoded image...
Ansariel
2024-09-25
Remove orphaned LLPanelOutfitSnapshotInventory
Ansariel
2024-09-25
Restore currently entered text in chat entry textbox after going through hist...
Ansariel Hiller
2024-09-25
Fix memory leak in LLImageDimensionsInfo (#2679)
Ansariel Hiller
2024-09-25
More improvements and cleanup of LLViewerParcelOverlay (#2678)
Ansariel Hiller
2024-09-25
#2650 Add UI controls for debug settings: RenderTonemapMix RenderTonemapType
Maxim Nikolenko
2024-09-25
Merge branch 'develop' into marchcat/xcode-16
Nat Goodspeed
2024-09-25
Merge pull request #2681 from secondlife/nat/xcode-16
Andrey Lihatskiy
2024-09-25
Explain why apparently redundant LLPointer methods are necessary.
Nat Goodspeed
2024-09-25
Use copy-and-swap idiom for LLPointer's assignment operators.
Nat Goodspeed
2024-09-25
#2674 Optimize LLWorld::renderPropertyLines() - use simplified lines
Alexander Gavriliuk
2024-09-24
Merge pull request #2670 from Ansariel/develop-lua-sources
nat-goodspeed
2024-09-24
Add Lua scripts to viewer source tree
Ansariel
2024-09-24
LLConstPointer<T> is the same as LLPointer<const T>.
Nat Goodspeed
2024-09-24
Make `LLPointer` equality comparisons accept not-identical types.
Nat Goodspeed
2024-09-24
#2559 No mouseover if a link is embedded with an emoji
Alexander Gavriliuk
2024-09-24
Merge pull request #2534 from secondlife/release/luau-scripting
nat-goodspeed
2024-09-24
Merge pull request #2661 from Ansariel/develop-viewerdisplay-improvements
Andrey Lihatskiy
2024-09-24
Reduce memory allocations pinging the mainloop timeout
Ansariel
2024-09-24
Performance improvements and cleanup in llviewerdisplay.cpp
Ansariel
2024-09-23
Merge remote-tracking branch 'origin/release/2024.09-ExtraFPS' into develop
Brad Linden
2024-09-23
Merge pull request #2652 from secondlife/lua-merge-dev2
nat-goodspeed
2024-09-23
Fix sky settings with reflection probe ambiance of 0 still receiving tonemapp...
Brad Linden
2024-09-23
Merge remote 'release/luau-scripting' into release/luau-scripting
Nat Goodspeed
2024-09-24
Restore WebRTC shutdown fix (#2658)
Ansariel Hiller
2024-09-23
include <utility> for Linux: std::forward is not predefined
Nat Goodspeed
[next]