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
/
llleaplistener.cpp
Age
Commit message (
Expand
)
Author
2024-09-10
Pass std::string_view by value, not by const reference.
Nat Goodspeed
2024-08-28
Ditch trailing spaces.
Nat Goodspeed
2024-04-03
Use raw string literal syntax for LLLeapListener help strings.
Nat Goodspeed
2024-04-02
Give LLLeapListener's "listen" operation a "tweak" argument.
Nat Goodspeed
2024-02-22
#include <iomanip> where std::quoted() is referenced.
Nat Goodspeed
2024-02-22
Lua listen_events(), await_event() => get_event_{pumps,next}().
Nat Goodspeed
2022-06-22
DRTVWR-564: Allow LLLeapListener to report LazyEventAPIs too.
Nat Goodspeed
2021-10-07
SL-16024: Return shared_ptr from LLInstanceTracker::getInstance().
Nat Goodspeed
2020-03-25
DRTVWR-476: Eliminate static LLEventPump factory maps.
Nat Goodspeed
2020-03-25
DRTVWR-476: Kill LLEventQueue, per-frame LLEventPump::flush() calls.
Nat Goodspeed
2020-03-25
DRTVWR-494: Defend LLInstanceTracker against multi-thread usage.
Nat Goodspeed
2015-11-10
remove execute permission from many files that should not have it
Oz Linden
2013-03-29
Update Mac and Windows breakpad builds to latest
Graham Madarasz
2012-03-16
Introduce LLLeapListener, associating one with each LLLeap object.
Nat Goodspeed