Age | Commit message (Expand) | Author |
2024-08-05 | Allow getting the list of floater names, hide top menu items; add demo script | Mnikolenko Productengine |
2024-08-02 | Lua api for showing/hiding floater; rename demo scripts | Mnikolenko Productengine |
2024-08-02 | Lua api for adjusting toolbars | Mnikolenko Productengine |
2024-08-02 | Merge pull request #2047 from secondlife/lua-top-menu | Maxim Nikolenko |
2024-08-02 | Merge pull request #2180 from secondlife/lua-top-parents | nat-goodspeed |
2024-08-02 | Add 'UI' 'getParents' op to list top-menu 'parent_menu' names. | Nat Goodspeed |
2024-08-02 | Merge pull request #2174 from secondlife/lua-callables | nat-goodspeed |
2024-08-01 | Merge branch 'lua-top-menu' of github.com:secondlife/viewer into lua-callables | Nat Goodspeed |
2024-08-01 | Merge branch 'release/luau-scripting' into lua-top-menu | Nat Goodspeed |
2024-08-01 | Add UI.callables() and corresponding entry point. | Nat Goodspeed |
2024-08-01 | Merge remote-tracking branch 'origin/lua-top-menu' into lua-callables. | Nat Goodspeed |
2024-08-01 | Add lua_push(), lua_to(), lua_[gs]etfieldv(), lua_raw[gs]etfield(). | Nat Goodspeed |
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-top-menu | Maxim Nikolenko |
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-17 | Lua api for adding new menu items to the Top menu | Maxim Nikolenko |
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 |