Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-25 | DRTVWR-589: Fix Lua table to LLSD array conversion. | Nat Goodspeed | |
The previous implementation assumed that the Lua length function would correctly report the number of entries in a table, and that traversing a table with integer keys would produce them in numeric order. Neither assumption is true. Instead, make a preliminary pass to validate and collect indexes, and to discover the highest integer index. Armed with that, we can construct a contiguous LLSD array of correct size, and populate it with a second pass. Also add Lua-callable post_on_pump(pumpname, datablob) function. | |||
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 | |
It seems TC only builds specific v-p branches, e.g. DRTVWR-589 but not DRTVWR-589-llsd. | |||
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 ↵ | Brad Payne (Vir Linden) | |
DRTVWR-589 | |||
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 ↵ | Brad Payne (Vir Linden) | |
DRTVWR-589 | |||
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 | |