Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-21 | SL-13081 Model is unnaturally grey | Andrey Kleshchev | |
2020-04-21 | SL-13064 Artifacts on the preview with physics | Andrey Kleshchev | |
2020-04-21 | SL-10613 The Smooth parameter should be 0 by default | Mnikolenko Productengine | |
2020-04-21 | SL-13075 Fixed the uploaded model preview size | Andrey Lihatskiy | |
2020-04-21 | Merge branch 'master' into DRTVWR-482 | Andrey Lihatskiy | |
# Conflicts: # indra/newview/app_settings/shaders/class1/objects/previewV.glsl # indra/newview/lldynamictexture.cpp # indra/newview/llfloatermodelpreview.cpp | |||
2020-04-21 | Fix for 'release' configuration | Andrey Kleshchev | |
llassert is not used in 'release' configuration and build fails due to unused tex_index | |||
2020-04-21 | AMD CPUs list update | Andrey Lihatskiy | |
2020-04-20 | Fixed merge conflicts | Andrey Kleshchev | |
2020-04-20 | Restored SL-12732 after merge conflict | Andrey Kleshchev | |
2020-04-20 | SL-13040 Fixed crash at EnvironmentPersistAcrossLogin | Andrey Kleshchev | |
2020-04-20 | Fixed merge conflict and restored SL-1130 | Andrey Kleshchev | |
2020-04-20 | Merge branch 'master' into DRTVWR-500 | Andrey Lihatskiy | |
# Conflicts: # indra/newview/pipeline.cpp | |||
2020-04-20 | Merge branch 'master' into DRTVWR-497 | Andrey Lihatskiy | |
2020-04-20 | Merged master into DRTVWR-508 | Andrey Kleshchev | |
2020-04-20 | Increment viewer version to 6.4.1 | Nat Goodspeed | |
following promotion of DRTVWR-440 | |||
2020-04-20 | SL-12904 FIXED Camera Preset does not restore correctly when sitting | Mnikolenko Productengine | |
2020-04-17 | SL-13065 Fixed missing error and infinite cycle caused by too much logging | Andrey Kleshchev | |
2020-04-17 | SL-13062 Fixed Scaled-down 'Upload Model' floater having a frame at the bottom | Andrey Kleshchev | |
The way legacy_header_height works is just wrong... | |||
2020-04-17 | SL-13061 Fixed missing scroll handling | Andrey Kleshchev | |
2020-04-16 | SL-13008 Crash after a second login attempt with unsupported name format | Andrey Kleshchev | |
2020-04-16 | SL-12607 Removed spacer | Andrey Kleshchev | |
2020-04-16 | SL-13048 FIXED Status Blog URL does not show Official Second Life web page icon | Mnikolenko Productengine | |
2020-04-15 | SL-12607 Rearrange login panel | Andrey Kleshchev | |
2020-04-15 | SL-307 ImporterDebug is now logged into in-viewer log | Andrey Kleshchev | |
2020-04-15 | SL-10642 LLModelPreview logging fix | Andrey Lihatskiy | |
2020-04-14 | Merged in euclid-13019 (pull request #70) | Dave Houlton | |
SL-13019, fix broken varying linkage on MacOS Approved-by: Michael Pohoreski | |||
2020-04-14 | SL-13019, fix broken varying linkage on MacOS | Dave Houlton | |
2020-04-14 | SL-12607 WIP, take pre-sized icons from repo instead of package | Andrey Kleshchev | |
2020-04-13 | SL-12607 Added more icons and draw methods to draw them | Andrey Kleshchev | |
2020-04-13 | SL-12993 Focus on avatar after saving new preset | Mnikolenko Productengine | |
2020-04-13 | SL-13029 Fixed load order | Andrey Kleshchev | |
2020-04-13 | SL-11172 Re-fixed, now should affect 'tab' only | Andrey Kleshchev | |
2020-04-12 | SL-13029 Environment update was not applying properly | Andrey Kleshchev | |
2020-04-10 | SL-12994 FIXED [Camera Presets] Zoom fraction should be saved as a part of ↵ | Mnikolenko Productengine | |
Camera preset, not as separate setting | |||
2020-04-10 | SL-12999 List can go out of floater's rect, so it should consume scroll events | Andrey Kleshchev | |
2020-04-10 | SL-11445 Provide 'name' for Pulse Audio | Andrey Kleshchev | |
2020-04-10 | SL-12999 Removed unused variables | Andrey Kleshchev | |
2020-04-10 | Merged in euclid-12975 (pull request #65) | Dave Houlton | |
SL-12975, unfix alpha and undo non-fix magic number of refracted portion of water Fresnel | |||
2020-04-09 | SL-12975, unfix alpha and undo non-fix magic number of refracted portion of ↵ | Dave Houlton | |
water Fresnel | |||
2020-04-09 | SL-12999 Some menus allow mouse scroll to zoom camera | Andrey Kleshchev | |
2020-04-09 | Fix potential FMODEX crash on exit | Andrey Kleshchev | |
2020-04-09 | SL-11445 On exit LLWindGen can be invalid | Andrey Kleshchev | |
2020-04-09 | SL-11445 Fix fmod studio position and orientation attributes | Andrey Kleshchev | |
2020-04-09 | DRTVWR-476: For Boost 1.72, must suffix lib names with -x{32,64} | Nat Goodspeed | |
2020-04-09 | DRTVWR-476: #include "boost/noncopyable.hpp" in another consumer. | Nat Goodspeed | |
2020-04-09 | DRTVWR-476: #include "boost/noncopyable.hpp" in httpcommon.h. | Nat Goodspeed | |
Apparently, in previous Boost versions, boost::noncopyable was sneaking into the namespace via other headers. Now the compiler complains about its absence without an explicit #include. | |||
2020-04-09 | SL-11445 Fix fmod studio opening audio files | Andrey Kleshchev | |
2020-04-08 | DRTVWR-476: Update zlib, freetype, libpng, boost, openssl, libxml2, ↵ | Nat Goodspeed | |
googlemock, google_breakpad, curl, colladadom Update zlib to codeticket version 538988. Update freetype to codeticket version 539865. Update libpng to codeticket version 539868. Update boost to codeticket version 539869. Update openssl to codeticket version 539874. Update libxml2 to codeticket version 539866. Update googlemock to codeticket version 539876. Update google_breakpad to codeticket version 539880. Update curl to codeticket version 539883. Update colladadom to codeticket version 539922. | |||
2020-04-08 | SL-12607 Resolve grey icon on mac | Andrey Kleshchev | |
2020-04-08 | SL-12938 Added logging to catch cause of the crash | Andrey Kleshchev | |