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
/
newview
/
scripts
/
lua
/
leap.lua
Age
Commit message (
Expand
)
Author
2024-05-31
Add timers.lua API module and test_timers.lua test program.
Nat Goodspeed
2024-05-31
Add leap.eventstream() and cancelreq() functions.
Nat Goodspeed
2024-05-15
Make leap.lua honor an "error" key in viewer response.
Nat Goodspeed
2024-04-09
Add Lua Floater class to simplify Lua script showing floaters.
Nat Goodspeed
2024-04-02
Defend leap.request(), generate() from garbage collection.
Nat Goodspeed
2024-03-27
Enhance Lua debugging output.
Nat Goodspeed
2024-03-25
Add LL. prefix to viewer entry points, fix existing references.
Nat Goodspeed
2024-03-22
Fix a couple bugs in fiber.lua machinery.
Nat Goodspeed
2024-03-21
WIP: Add fiber.lua module and use in leap.lua and WaitQueue.lua.
Nat Goodspeed
2024-03-14
Fix a bug in leap.generate().
Nat Goodspeed
2024-03-13
Fix minor bugs. Sprinkle in commented-out diagnostic output.
Nat Goodspeed
2024-03-11
Polish up leap.lua to make it pass tests.
Nat Goodspeed
2024-03-07
Finish adding leap.WaitFor and WaitForReqid. Untested.
Nat Goodspeed
2024-03-06
WIP: Unfinished Queue.lua, WaitQueue.lua, ErrorQueue.lua, leap.lua.
Nat Goodspeed