summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Expand)Author
2024-02-27#681 Make our sampling code for probes a good deal more generic to make sure ...Jonathan "Geenz" Goodman
2024-02-27SL-18721 Shutdown fixes #5Andrey Kleshchev
2024-02-27Issue#900 Crash at LLInventoryAddItemByAssetObserverAndrey Kleshchev
2024-02-27Merge branch 'release/materials_featurette' into geenz/mirrors-optimization-p...Jonathan "Geenz" Goodman
2024-02-27Merge branch 'release/luau-scripting' into luau-require-impl.Nat Goodspeed
2024-02-27Issue#894 Crash at load3 in cacheOptimizeAndrey Kleshchev
2024-02-26Clear the stack after requiring a moduleMnikolenko Productengine
2024-02-26https://github.com/secondlife/jira-archive-internal/issues/71006 Fix for prob...RunitaiLinden
2024-02-26Clean-up and restoring correct pathMnikolenko Productengine
2024-02-26#681 Start adding blending boilerplate.Jonathan "Geenz" Goodman
2024-02-26Make sure to check if we're a hero probe before attempting to register with t...Jonathan "Geenz" Goodman
2024-02-26#682 Further tweak the conservative update mechanism.Jonathan "Geenz" Goodman
2024-02-26#890 Make sure we're doing the correct distance check.Jonathan "Geenz" Goodman
2024-02-25 #889 Start removing mDrawable references. These may be null.Jonathan "Geenz" Goodman
2024-02-25#682 Add a low priority path for conservative probe face updates. This will ...Jonathan "Geenz" Goodman
2024-02-23Merge remote-tracking branch 'origin/release/materials_featurette' into geenz...Jonathan "Geenz" Goodman
2024-02-23Merge branch 'brad/avatar_eye_fix' into 'release/materials_featurette' (#883)Brad Linden
2024-02-23Fix for deferred avatar eyes shader failing to link on Intel GPU.Brad Linden
2024-02-23Fixes for some shader compilation failures on mac.Brad Linden
2024-02-23viewer#875 Crash at uri normalizationAndrey Kleshchev
2024-02-23Allow debug.h to be #included even in normal viewer code.Nat Goodspeed
2024-02-23Allow print() (also Debug) to be used even in normal viewer code.Nat Goodspeed
2024-02-23Allow variadic instances of Debug, e.g. to display arguments.Nat Goodspeed
2024-02-23require() code clean-upMnikolenko Productengine
2024-02-23Ditch DebugExit: we already have Debug (in debug.h)Nat Goodspeed
2024-02-23Clean up #includes in lualistener.hNat Goodspeed
2024-02-22 #include <iomanip> where std::quoted() is referenced.Nat Goodspeed
2024-02-22Lua listen_events(), await_event() => get_event_{pumps,next}().Nat Goodspeed
2024-02-22Add diagnostic logging to LLEventPumps::post().Nat Goodspeed
2024-02-22Slightly modernize run_build_test.py.Nat Goodspeed
2024-02-21secondlife/viewer-issues#72: More correct interpretation of swapFBORefsCosmic Linden
2024-02-21secondlife/viewer-issues#72: Fix clang warnings (virtual override)Cosmic Linden
2024-02-22Viewer#863 Crash reading xmlAndrey Kleshchev
2024-02-21secondlife/viewer-issues#72: Fix material preview affecting exposure on main ...Cosmic Linden
2024-02-21#682 Add an update rate parameter to help throttle mirror updates.Jonathan "Geenz" Goodman
2024-02-21Add the option to use clean lua_State in "Lua debug" floaterMnikolenko Productengine
2024-02-21SL-20469 Crash at dead mRootVolp in getAttachedAvatar()Andrey Kleshchev
2024-02-20#682 Separate out the radiance gen.Jonathan "Geenz" Goodman
2024-02-20secondlife/viewer-issues#72: Clean up material preview when hidden or floater...Cosmic Linden
2024-02-20Don't accept a full path as arg for require()Mnikolenko Productengine
2024-02-20Initial require implementationMnikolenko Productengine
2024-02-16secondlife/viewer-issues#72: Don't dirty depth in LLViewerDynamicTexture::upd...Cosmic Linden
2024-02-16secondlife/viewer-issues#72: Material preview shouldRender should return fals...Cosmic Linden
2024-02-15#682 Do conservative updates on probes.Jonathan "Geenz" Goodman
2024-02-13Add leaphelp() Lua builtin function for help on LEAP operations.Nat Goodspeed
2024-02-13Merge branch 'release/luau-scripting' into helpcmd.Nat Goodspeed
2024-02-13Add help() function to Lua "builtins."Nat Goodspeed
2024-02-13Merge branch 'll_convert' into helpcmd.Nat Goodspeed
2024-02-13Change ll_convert<TOTYPE>(string) to just ll_convert(string).Nat Goodspeed
2024-02-12WIP: Changes towards supporting Lua console help text.Nat Goodspeed