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
path:
root
/
indra
/
llcommon
Age
Commit message (
Expand
)
Author
2024-11-06
#2884 use ANONYMOUS instead of the listener name
Mnikolenko Productengine
2024-11-05
#2884 fix for stalls caused by coro suspend
Mnikolenko Productengine
2024-10-24
Add LL::ResultSet subclass VectorResultSet for the simple case.
Nat Goodspeed
2024-10-22
Merge branch 'develop' into marchcat/xcode-16
Nat Goodspeed
2024-10-22
Remove move
Nat Goodspeed
2024-10-22
Eliminate meaningless blank line
Nat Goodspeed
2024-10-22
Make llcoro::scheduler log coros that run too long between yields.
Nat Goodspeed
2024-10-22
Eliminate double names for coros + "empty name is main" convention.
Nat Goodspeed
2024-10-14
Private Issue #297: Accept new flags in ScriptTeleportRequest message. Flags ...
Rider Linden
2024-10-08
Merge branch 'develop' into marchcat/xcode-16
Andrey Lihatskiy
2024-10-04
Merge remote branch 'develop' into marchcat/xcode-16
Nat Goodspeed
2024-10-03
fix GameControl save settings, fix linux build
Andrew Meadows
2024-10-03
remove crashy LLSD ctor used by GameControl
leviathan
2024-10-03
Add GameControl UI for per device settings
Alexander Gavriliuk
2024-10-03
avatar_motion-->GameControl translation and flycam
Leviathan Linden
2024-10-03
add GameControl feature and SDL2 dependency
Leviathan Linden
2024-10-02
Add a lot of more constexpr; use constants for accessing vector indices in ve...
Ansariel Hiller
2024-09-30
Fix or workaround test build failures on linux
Rye Cogtail
2024-09-30
Fix -Wpessimizing-move warning in makeClassicCallback
Rye Cogtail
2024-09-30
Fix GCC warning about unused _out parameter in LL_DEBUGS
Rye Cogtail
2024-09-29
Zap trailing spaces.
Nat Goodspeed
2024-09-29
Try to eliminate the runtime cost of `ll_convert_to<T>(const T&)`.
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
Migrate ~LLPointer()'s peculiar warning case to llpointer.cpp.
Nat Goodspeed
2024-09-26
Ditch last instances of LL_LIBRARY_INCLUDE.
Nat Goodspeed
2024-09-26
get rid of extra LL in help text
Mnikolenko Productengine
2024-09-26
Fix GCC ambiguous-reversed-operator errors for `LLKeyData` compares.
Nat Goodspeed
2024-09-26
Fix a few more fsyspath conversions, removing explicit u8string().
Nat Goodspeed
2024-09-25
Adapt `fsyspath` for C++20 conventions.
Nat Goodspeed
2024-09-25
Merge branch 'develop' into marchcat/xcode-16
Nat Goodspeed
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-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
Merge pull request #2534 from secondlife/release/luau-scripting
nat-goodspeed
2024-09-24
Reduce memory allocations pinging the mainloop timeout
Ansariel
2024-09-23
Merge remote 'release/luau-scripting' into release/luau-scripting
Nat Goodspeed
2024-09-23
include <utility> for Linux: std::forward is not predefined
Nat Goodspeed
2024-09-23
Merge remote branch 'develop' into release/luau-scripting for Maint B
Nat Goodspeed
2024-09-23
Merge branch 'develop' into marchcat/b-develop
Andrey Lihatskiy
2024-09-23
Merge remote branch 'develop'into release/luau-scripting
Nat Goodspeed
2024-09-20
Update test for changed message in error case.
Nat Goodspeed
2024-09-20
Merge branch 'release/luau-scripting' into lua-script-args
Nat Goodspeed
2024-09-20
Add ability to pass command-line arguments to a Lua script.
Nat Goodspeed
2024-09-19
Merge pull request #2610 from secondlife/frame-profile-json
nat-goodspeed
2024-09-19
viewer#2608 Crash at LLSnapshotLivePreview::getFormattedImage
Andrey Kleshchev
2024-09-19
trailing spaces from other branches
Nat Goodspeed
2024-09-19
Merge branch 'develop' into frame-profile-json
Nat Goodspeed
2024-09-18
Turn off sLogInSignal to avoid crashing. (#2607)
Brad Linden
[next]