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-07-31
Merge pull request #2118 from secondlife/lua-camera
Maxim Nikolenko
2024-07-31
Represent the many "LLAgent" "setCameraParams" args in an array.
nat-goodspeed
2024-07-29
Merge branch 'release/luau-scripting' into lua-camera
Maxim Nikolenko
2024-07-29
Update expired cert in integration test (#2140)
Maxim Nikolenko
2024-07-26
Add api for more script camera params
Mnikolenko Productengine
2024-07-25
Script clean up
Mnikolenko Productengine
2024-07-25
Lua api for Follow Camera control
Mnikolenko Productengine
2024-07-18
Merge pull request #2068 from secondlife/lua-pump-notrack
nat-goodspeed
2024-07-18
Ditch `LLEventTrackable` aka `boost::signals2::trackable`.
Nat Goodspeed
2024-07-18
Make `LLEventPump::listen()` also accept new `LLAwareListener`.
Nat Goodspeed
2024-07-12
Merge pull request #2009 from secondlife/lua-llsd-debug-setting
nat-goodspeed
2024-07-12
fix for 'Run' button
Mnikolenko Productengine
2024-07-12
Show description and actual value of LLSD type setting
Mnikolenko Productengine
2024-07-11
Merge pull request #1984 from secondlife/lua-no-reuse
nat-goodspeed
2024-07-10
Merge branch 'lua-atexit-run' into lua-no-reuse.
Nat Goodspeed
2024-07-10
Remove ability to reuse a LuaState between LLLUAmanager functions.
Nat Goodspeed
2024-07-10
Merge pull request #1939 from secondlife/lua-snapshot
Maxim Nikolenko
2024-07-10
Simplify passing keys to leap.request
Mnikolenko Productengine
2024-07-09
Merge branch 'release/luau-scripting' into lua-snapshot
Nat Goodspeed
2024-07-09
Merge pull request #1958 from secondlife/lua-appearance-listener-combine
nat-goodspeed
2024-07-09
Merge branch 'release/luau-scripting' into lua-snapshot
Nat Goodspeed
2024-07-09
Merge branch 'release/luau-scripting' into lua-appearance-listener-combine
Nat Goodspeed
2024-07-09
Introduce LLSDParam<vector<T>> and LLSDParam<map<string, T>>.
Nat Goodspeed
2024-07-09
Merge pull request #1892 from secondlife/lua-appearance-listener
nat-goodspeed
2024-07-08
The I/O manipulator std::quoted() must be passed to an ostream.
Nat Goodspeed
2024-07-08
Slightly simplify LLAppearanceListener::wearItems(), detachItems().
Nat Goodspeed
2024-07-08
Combine LLAppearanceMgr::wearOutfit() and wearOutfitByName()
Nat Goodspeed
2024-07-08
Quote "LLAppearance" op="wearOutfit" folder_id and folder_name args
Nat Goodspeed
2024-07-08
Lua api for Snapshot and demo script
Mnikolenko Productengine
2024-07-05
clean up and rename demo script
Mnikolenko Productengine
2024-07-04
Use llsd::toMap() to return LLSD maps from "LLAppearance" listener.
Maxim Nikolenko
2024-07-03
Use llsd::toMap() to return LLSD maps from "LLAppearance" listener.
Nat Goodspeed
2024-07-03
Merge branch 'release/luau-scripting' into lua-appearance-listener-tomap
Nat Goodspeed
2024-07-03
Add llsd::toArray() and llsd::toMap() utility functions.
Nat Goodspeed
2024-07-02
Merge branch 'release/luau-scripting' into lua-appearance-listener
Nat Goodspeed
2024-07-02
Merge pull request #1878 from secondlife/lua-paths
nat-goodspeed
2024-07-02
Merge branch 'release/luau-scripting' into lua-appearance-listener
Nat Goodspeed
2024-07-02
Eliminate c_str() calls from LLControlGroup::loadFromFile() calls.
Nat Goodspeed
2024-07-02
Merge branch 'release/luau-scripting' into lua-paths
Nat Goodspeed
2024-07-02
Make require() implementation honor LuaRequirePath setting.
Nat Goodspeed
2024-07-02
Promote LuaRemover from llluamanager.cpp to lua_function.h.
Nat Goodspeed
2024-07-01
Merge pull request #1871 from secondlife/lua_emplace_better
nat-goodspeed
2024-07-01
build fix
Maxim Nikolenko
2024-07-01
Move error strings to strings.xml; pass wearable type and is_worn flag for ou...
Mnikolenko Productengine
2024-06-28
Add LuaAutorunPath, LuaCommandPath and LuaRequirePath settings.
Nat Goodspeed
2024-06-28
Work around MSVC limitation: explicitly call fsyspath::string().
Nat Goodspeed
2024-06-28
Give our fsyspath an operator std::string() conversion method.
Nat Goodspeed
2024-06-27
Work around VS refusal to initialize a string
Nat Goodspeed
2024-06-27
Introduce TypeTag<T> template whose int value differs for each T.
Nat Goodspeed
2024-06-27
Make lua_emplace<T>() use Luau userdata tags with destructors.
Nat Goodspeed
[next]