summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-10-07DRTVWR-589: Solved the bug in traversing nested Lua tables.Nat Goodspeed
2023-10-04DRTVWR-589: Add tests for LLSD-to-Lua round-trip conversions.Nat Goodspeed
2023-10-04Merge branch 'DRTVWR-589' of github.com:/secondlife/viewer-private into DRTVW...Brad Payne (Vir Linden)
2023-10-04DRTVWR-589 - restore close_all_swindows()Mnikolenko Productengine
2023-10-03Merge branch 'DRTVWR-589' of github.com:/secondlife/viewer-private into DRTVW...Brad Payne (Vir Linden)
2023-10-03DRTVWR-589 - more demo workBrad Payne (Vir Linden)
2023-10-03DRTVWR-589: Clean up from merge from updated main.Nat Goodspeed
2023-10-03DRTVWR-589: Merge branch 'main' of viewer-private into DRTVWR-589Nat Goodspeed
2023-10-03Increment viewer version to 6.6.16Nat Goodspeed
2023-10-02DRTVWR-589: Give up on strongly timing-dependent LLIOPipe test.Nat Goodspeed
2023-10-02DRTVWR-589: Add initial integration test for LLLUAmanager.Nat Goodspeed
2023-09-30DRTVWR-589: Emulate print() better, show output on Lua floater.Nat Goodspeed
2023-09-28DRTVWR-589 - support for moving to destMnikolenko Productengine
2023-09-28DRTVWR-589: Call lua_pushstdstring() correctly.Nat Goodspeed
2023-09-28DRTVWR-589: Merge remote branch 'DRTVWR-589' into DRTVWR-589Nat Goodspeed
2023-09-28DRTVWR-589: Rename post_on_pump() to post_on()Nat Goodspeed
2023-09-28DRTVWR-589: Add Lua-callable await_event() function.Nat Goodspeed
2023-09-28DRTVWR-589: Try to override Lua's built-in print() with print_info()Nat Goodspeed
2023-09-28DRTVWR-589 - support for rezing primsMnikolenko Productengine
2023-09-27DRTVWR-589: Always check regtype to avoid unref errorNat Goodspeed
2023-09-27DRTVWR-589: Use std::placeholders::_1, etc., for std::bind()Nat Goodspeed
2023-09-27DRTVWR-589: Fix compile errors in 354585d.Nat Goodspeed
2023-09-27DRTVWR-589: Add Lua-callable listen_events() function.Nat Goodspeed
2023-09-26DRTVWR-589: Extend timeouts for timing-sensitive pump & pipe fitness.Nat Goodspeed
2023-09-26DRTVWR-589: Fix typo due to old documentation.Nat Goodspeed
2023-09-26SL-20341 Item Properties floater closes on changes for task inventory itemAndrey Kleshchev
2023-09-26DRTVWR-589: Collect int table keys in vector<int>, not set<int>.Nat Goodspeed
2023-09-25DRTVWR-589: Fix Lua table to LLSD array conversion.Nat Goodspeed
2023-09-25SL-20334 Unable to use non-square textures from inventoryAndrey Kleshchev
2023-09-25SL-20332 Crash at dragCategoryIntoFolderAndrey Kleshchev
2023-09-23DRTVWR-589: Further timing-proof pipe and pump fitness test.Nat Goodspeed
2023-09-23DRTVWR-589: Merge remote branch 'DRTVWR-589' into DRTVWR-589Nat Goodspeed
2023-09-22DRTVWR-589: Introduce LuaFunction: simplified function registration.Nat Goodspeed
2023-09-22Merge branch 'DRTVWR-589' of github.com:/secondlife/viewer-private into DRTVW...Brad Payne (Vir Linden)
2023-09-22DRTVWR-589 - more demo.lua tweaksBrad Payne (Vir Linden)
2023-09-22DRTVWR-589: Make pump&pipe fitness tests less timing sensitive.Nat Goodspeed
2023-09-22SL-18837: Bump the granularity of WorkQueue timing tests.Nat Goodspeed
2023-09-22DRTVWR-589: Bump the time deltas for ThreadSafeSchedule.Nat Goodspeed
2023-09-22Merge branch 'DRTVWR-589' of github.com:/secondlife/viewer-private into DRTVW...Brad Payne (Vir Linden)
2023-09-22DRTVWR-589 - updates to demo.lua, take avs from libraryBrad Payne (Vir Linden)
2023-09-22DRTVWR-589: Existing lua_pushmumble() functions usually return void.Nat Goodspeed
2023-09-22DRTVWR-589: lua_objlen() removed, use lua_rawlen() insteadNat Goodspeed
2023-09-21DRTVWR-589: lua_objlen() only defined in luaconf.hNat Goodspeed
2023-09-21DRTVWR-589: Merge branch 'DRTVWR-589-llsd' into DRTVWR-589Nat Goodspeed
2023-09-21DRTVWR-589: Add lua_tollsd() and lua_pushllsd() functions.Nat Goodspeed
2023-09-21DRTVWR-589 - allow adding branch to the menuMnikolenko Productengine
2023-09-21DRTVWR-589 - adding menu items to the top menuMnikolenko Productengine
2023-09-20SL-20308 Clearing user's data should clear mfa #2Andrey Kleshchev
2023-09-20DRTVWR-589 - added play animation and started to collect demo scriptsBrad Payne (Vir Linden)
2023-09-20SL-20298 Fix recursive fetch not working properly.Andrey Kleshchev