Age | Commit message (Expand) | Author |
2024-02-07 | Add LLLUAmanager::startScriptFile(), startScriptLine() functions. | Nat Goodspeed |
2024-02-07 | Add machinery to capture result of running a Lua script or snippet. | Nat Goodspeed |
2024-02-06 | Break out lua_function.h,.cpp and lualistener.h,.cpp. | Nat Goodspeed |
2024-01-31 | strip lua testing functions | Mnikolenko Productengine |
2024-01-29 | DRTVWR-589: get rid of pragma and update windows libs | Mnikolenko Productengine |
2024-01-26 | DRTVWR-589: update to start using Luau libs | Mnikolenko Productengine |
2023-11-09 | DRTVWR-589 - don't prevent mangling names as we use C++ lib | Mnikolenko Productengine |
2023-11-02 | DRTVWR-589: Update Lualibs.cmake to use lua54.lib from 3p-lua. | Nat Goodspeed |
2023-10-19 | DRTVWR-589: Fix unreferenced LuaListener::mState member. | Nat Goodspeed |
2023-10-07 | DRTVWR-589: Solved the bug in traversing nested Lua tables. | Nat Goodspeed |
2023-10-04 | DRTVWR-589: Add tests for LLSD-to-Lua round-trip conversions. | Nat Goodspeed |
2023-10-03 | Merge branch 'DRTVWR-589' of github.com:/secondlife/viewer-private into DRTVW... | Brad Payne (Vir Linden) |
2023-10-03 | DRTVWR-589 - more demo work | Brad Payne (Vir Linden) |
2023-10-02 | DRTVWR-589: Add initial integration test for LLLUAmanager. | Nat Goodspeed |
2023-09-30 | DRTVWR-589: Emulate print() better, show output on Lua floater. | Nat Goodspeed |
2023-09-28 | DRTVWR-589 - support for moving to dest | Mnikolenko Productengine |
2023-09-28 | DRTVWR-589: Call lua_pushstdstring() correctly. | Nat Goodspeed |
2023-09-28 | DRTVWR-589: Merge remote branch 'DRTVWR-589' into DRTVWR-589 | Nat Goodspeed |
2023-09-28 | DRTVWR-589: Rename post_on_pump() to post_on() | Nat Goodspeed |
2023-09-28 | DRTVWR-589: Add Lua-callable await_event() function. | Nat Goodspeed |
2023-09-28 | DRTVWR-589: Try to override Lua's built-in print() with print_info() | Nat Goodspeed |
2023-09-28 | DRTVWR-589 - support for rezing prims | Mnikolenko Productengine |
2023-09-27 | DRTVWR-589: Always check regtype to avoid unref error | Nat Goodspeed |
2023-09-27 | DRTVWR-589: Use std::placeholders::_1, etc., for std::bind() | Nat Goodspeed |
2023-09-27 | DRTVWR-589: Fix compile errors in 354585d. | Nat Goodspeed |
2023-09-27 | DRTVWR-589: Add Lua-callable listen_events() function. | Nat Goodspeed |
2023-09-26 | DRTVWR-589: Fix typo due to old documentation. | Nat Goodspeed |
2023-09-26 | DRTVWR-589: Collect int table keys in vector<int>, not set<int>. | Nat Goodspeed |
2023-09-25 | DRTVWR-589: Fix Lua table to LLSD array conversion. | Nat Goodspeed |
2023-09-22 | DRTVWR-589: Introduce LuaFunction: simplified function registration. | Nat Goodspeed |
2023-09-22 | DRTVWR-589: Existing lua_pushmumble() functions usually return void. | Nat Goodspeed |
2023-09-22 | DRTVWR-589: lua_objlen() removed, use lua_rawlen() instead | Nat Goodspeed |
2023-09-21 | DRTVWR-589: lua_objlen() only defined in luaconf.h | Nat Goodspeed |
2023-09-21 | DRTVWR-589: Merge branch 'DRTVWR-589-llsd' into DRTVWR-589 | Nat Goodspeed |
2023-09-21 | DRTVWR-589: Add lua_tollsd() and lua_pushllsd() functions. | Nat Goodspeed |
2023-09-21 | DRTVWR-589 - allow adding branch to the menu | Mnikolenko Productengine |
2023-09-21 | DRTVWR-589 - adding menu items to the top menu | Mnikolenko Productengine |
2023-09-20 | DRTVWR-589 - added play animation and started to collect demo scripts | Brad Payne (Vir Linden) |
2023-09-19 | Merge branch 'DRTVWR-589' of github.com:/secondlife/viewer-private into DRTVW... | Brad Payne (Vir Linden) |
2023-09-19 | DRTVWR-589 - click_child, limited support for pushing buttons in a floater | Brad Payne (Vir Linden) |
2023-09-19 | lua support for notifications | Mnikolenko Productengine |
2023-09-18 | DRTVWR-589 - close_floater by name | Brad Payne (Vir Linden) |
2023-09-14 | DRTVWR-589 - lua support parameter to UI commands | Brad Payne (Vir Linden) |
2023-09-14 | Merge branch 'DRTVWR-589' of github.com:/secondlife/viewer-private into DRTVW... | Brad Payne (Vir Linden) |
2023-09-14 | DRTVWR-589 - LUA support for UI commands, only if no parameters | Brad Payne (Vir Linden) |
2023-09-13 | autorun selected script after login | Mnikolenko Productengine |
2023-09-08 | allow to take snapshot; bind more funcs to call from lua | Mnikolenko Productengine |
2023-09-06 | addcallback to display error msg | Mnikolenko Productengine |
2023-09-05 | Initial prototype of embedded LUA | Mnikolenko Productengine |