Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-02 | Merged in nd_cleanup_v2 (pull request #891) | Nicky Dasmijn | |
Remove all boost, fix calling functions on nullptrs, initialize vars Approved-by: Maxim Nikolenko Approved-by: Nat Linden Approved-by: Andrey Lihatskiy | |||
2022-03-01 | SL-16953 Deprecated NoInventoryLibrary | Andrey Kleshchev | |
Due to changes in SL-16715 | |||
2022-03-01 | Merge branch 'master' (DRTVWR-557) into DRTVWR-546 | Andrey Kleshchev | |
# Conflicts: # autobuild.xml # doc/contributions.txt # indra/cmake/GLOD.cmake # indra/llcommon/tests/llprocess_test.cpp # indra/newview/VIEWER_VERSION.txt # indra/newview/lldrawpoolavatar.cpp # indra/newview/llfloatermodelpreview.cpp # indra/newview/llmodelpreview.cpp # indra/newview/llviewertexturelist.cpp # indra/newview/llvovolume.cpp # indra/newview/viewer_manifest.py | |||
2022-03-01 | Merge remote-tracking branch 'NickyD/viewer-cleanup:master' into ↵ | Andrey Lihatskiy | |
DRTVWR-543-maint # Conflicts: # autobuild.xml | |||
2022-02-28 | There seems to be a reluctance to kill boost for VS2005(!), lets get rid | Nicky | |
of it. | |||
2022-02-28 | Calling a method on a pointer that is 100% certain to be inalid is a | Nicky | |
really bad idea ... | |||
2022-02-28 | Initialize PODs with 0 and not leave anyting to chance. | Nicky | |
2022-02-28 | Merge remote-tracking branch 'll/master' | Nicky | |
2022-02-28 | Merge branch 'master' into DRTVWR-486 | Andrey Lihatskiy | |
2022-02-28 | Merge branch 'master' into DRTVWR-543-maint | Andrey Lihatskiy | |
2022-02-28 | Merge branch 'master' into DRTVWR-540-maint | Andrey Lihatskiy | |
# Conflicts: # autobuild.xml # indra/llcommon/llsys.cpp # indra/newview/app_settings/key_bindings.xml # indra/newview/llfloatereditextdaycycle.cpp | |||
2022-02-28 | Increment viewer version to 6.5.4 | Nat Goodspeed | |
following promotion of DRTVWR-557 | |||
2022-02-25 | SL-15940 Verify triangle limit | Andrey Kleshchev | |
to not trigger an assert inside meshoptimizer | |||
2022-02-25 | SL-3787 Fixed sloppy mode returning invalid model | Andrey Kleshchev | |
In automatic mode for simple models gradualy increase sloppy decimator until something valid is found. | |||
2022-02-24 | SL-16910 Fix Mac not selecting a joystick | Andrey Kleshchev | |
2022-02-24 | Merge branch 'DRTVWR-546' of ssh://bitbucket.org/lindenlab/viewer into ↵ | Dave Parks | |
DRTVWR-546 | |||
2022-02-24 | SL-16907 Potential fix for crash in updateSkinInfoMatrixPalette | Dave Parks | |
2022-02-24 | SL-16924 Fix viewer not opening events from staging grid | Andrey Kleshchev | |
2022-02-24 | SL-3787 Fixed mesh uploader LoD generation returning worse results than ↵ | Andrey Kleshchev | |
higher lod | |||
2022-02-24 | SL-16921 FIXED Viewer crashes on disconnect if 'About land' floater is opened | Mnikolenko Productengine | |
2022-02-23 | Fix for mac build | Dave Parks | |
2022-02-23 | Fix for some GPUs thinking they have 0 available vram. | Dave Parks | |
2022-02-23 | Fix for media textures failing to update (and eating lots of memory) on ↵ | Dave Parks | |
Mac/Intel | |||
2022-02-23 | SL-16815 and SL-16906 Avoid redundant bumpmap generation, add some ↵ | Dave Parks | |
assertions around ref counting and (hack) fix crash on shutdown from dangling texture reference (reduced to 1 dangling texture from several hundred, can't find the remaining reference). | |||
2022-02-23 | Merge branch 'DRTVWR-546' of ssh://bitbucket.org/lindenlab/viewer into ↵ | Dave Parks | |
DRTVWR-546 | |||
2022-02-23 | Fix for mac build | Dave Parks | |
2022-02-23 | SL-16904 FIXED The viewer crashes after trying to empty trash containing ↵ | Mnikolenko Productengine | |
calling card | |||
2022-02-22 | SL-16815 Cleanup -- disable multithreaded bumpmap generation while tracking ↵ | Dave Parks | |
down loading issues, fix sync issue in single threaded mode in media textures, restore LL_IMAGEGL_THREAD_CHECK functionality | |||
2022-02-22 | Merge branch 'DRTVWR-546' of ssh://bitbucket.org/lindenlab/viewer into ↵ | Dave Parks | |
DRTVWR-546 | |||
2022-02-22 | SL-16815 Fix for broken media texture updates when multithreaded GL is disabled. | Dave Parks | |
2022-02-22 | SL-16892 Fix incorrect width of dropdown menus | Andrey Kleshchev | |
2022-02-21 | SL-16056 Load cloud texture only once | Andrey Kleshchev | |
2022-02-21 | SL-16892 Fix crash at getCameraOffsetInitial | Andrey Kleshchev | |
getCameraOffsetInitial() call can happen before init() | |||
2022-02-21 | Cached setting should be used in draw() calls | Mnikolenko Productengine | |
2022-02-21 | SL-16887 FIXED Crash in LLNetMap::draw | Mnikolenko Productengine | |
2022-02-18 | SL-16869 Removed unused LoginFailedAuthenticationFailedMFA message id. | Brad Kittenbrink | |
2022-02-18 | SL-16815 Fix for crash when disabling ALM. | Dave Parks | |
2022-02-18 | Merge branch 'DRTVWR-546' of ssh://bitbucket.org/lindenlab/viewer into ↵ | Dave Parks | |
DRTVWR-546 | |||
2022-02-18 | SL-16815 Better occlusion query name pool. Leverage pool FILO nature to ↵ | Dave Parks | |
avoid reusing a query while the GPU is still chewing on it. | |||
2022-02-18 | SL-16811 Shape preview images do not display all of the attachments. | Andrey Kleshchev | |
2022-02-18 | Brinng back indra/cmake/LLAppearanceUtility.cmake as well. | Nicky | |
2022-02-18 | Bring back llappearance_utility. | Nicky | |
2022-02-18 | SL-16886 Fix for bad batching parameters for some rigged meshes. | Dave Parks | |
2022-02-17 | SL-16815 Remove frame stalls from occlusion queries, bumpmap updates, and ↵ | Dave Parks | |
querying for available video memory. | |||
2022-02-17 | SL-16861 Animesh and avatar color change fix | Andrey Kleshchev | |
2022-02-15 | SL-16842, SL-14300: Merge branch 'DRTVWR-555' into DRTVWR-553-555 | Nat Goodspeed | |
2022-02-15 | SL-16842, SL-14300: Update to viewer-manager build 568552 | Nat Goodspeed | |
2022-02-15 | SL-16564 'Click to' action 'None' doesn't work as intended #2 | Andrey Kleshchev | |
2022-02-15 | SL-16564 'Click to' action 'None' doesn't work as intended | Andrey Kleshchev | |
There shouldn't be any differences for 'None' between normal objects and attachments | |||
2022-02-14 | SL-16418 Media texture update stall fix. Make media texture updates use ↵ | Dave Parks | |
LLImageGL thread to update, fix AMD sync issue on ImageGL thread and install debug callbacks on LLImageGL thread when debug gl enabled. |