Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-16 | DRTVWR-559 Decruft deprecated OpenGL flags. | RunitaiLinden | |
2023-01-19 | Optimizations, decruft, and intel compatibility pass (#53) | RunitaiLinden | |
SL-18869, SL-18772 Overhaul VBO management, restore occlusion culling, intel compatibility pass, etc | |||
2022-11-10 | SL-18573 Fix for HUD text being wrong color. | Dave Parks | |
2022-10-06 | SL-18190 Water shader WIP. Better parallax correction for sphere probes. ↵ | Dave Parks | |
Reduce probe memory footprint. Remove framebuffer copies and move to deprecate stencil buffer usage. | |||
2022-05-31 | Merge branch 'master' into DRTVWR-544-maint | Andrey Lihatskiy | |
# Conflicts: # indra/llprimitive/llmodel.cpp # indra/llprimitive/llmodel.h # indra/newview/llappviewer.cpp # indra/newview/llappviewer.h | |||
2022-03-16 | SL-17008 Viewer spams 'mSourceObject is NULL' warning | Andrey Kleshchev | |
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 | |||
2021-11-30 | SL-16386 purge no-op fxn LLTexUnit::setTextureBlendType() | Dave Houlton | |
2021-11-30 | SL-16386 remove references to (const true) LLGLSLShader::sNoFixedFunction | Dave Houlton | |
2021-08-18 | SL-14079 Add more logging | Mnikolenko Productengine | |
2020-11-13 | Merge branch 'master' into DRTVWR-516-maint | Andrey Lihatskiy | |
# Conflicts: # indra/llui/llfolderview.cpp # indra/llui/llfolderviewmodel.cpp # indra/newview/llenvironment.cpp | |||
2020-10-14 | SL-14079 crash accessing LLHUDText | Andrey Kleshchev | |
LLHUDObject has a lot of deriveds stored as LLPointer<LLHUDObject>, no-virtual destructor is unlikely to be cause of the crash, but might be related | |||
2020-09-17 | SL-13729 Performance of LLUI and LLRender2D | Andrey Kleshchev | |
2019-04-02 | Merge 6.1.2 LoveMeRender new hotness | Graham Linden | |
2018-09-14 | SL-9632 add uniform and code to supress atmospherics in all shaders that ↵ | Graham Linden | |
could be used by HUDs Make sky and cloud shaders use common scaleSoftClip implementation in gammaF.glsl | |||
2018-06-07 | MAINT-8723 - Selecting mesh objects make several HUD-related items invisible | ruslantproductengine | |
FIXED (from FS Ansariel patches) | |||
2016-08-19 | MAINT-6649 PRIM_TEXT/llSetText upper draw distance limit | Mnikolenko Productengine | |
2016-03-16 | merge changes for DRTVWR-417 | Oz Linden | |
2016-03-09 | MAINT-6110 FIXED No hovertext (PRIM_TEXT/llSetText) on child prim | Mnikolenko ProductEngine | |
2016-02-23 | MAINT-6110 Show hovertext on attached objects | Mnikolenko ProductEngine | |
2016-02-05 | MAINT-6110 FIXED No hovertext (PRIM_TEXT/llSetText) on child prims | Mnikolenko ProductEngine | |
2016-01-06 | MAINT-5851 PRIM_TEXT/llSetText has no upper draw distance limit | Mnikolenko ProductEngine | |
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2014-10-19 | Update to build on Xcode 6.0: remove unused const variables | callum_linden | |
2013-08-09 | second phase summer cleaning | Richard Linden | |
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc. | |||
2013-04-19 | merge changes for DRTVWR-294 | Oz Linden | |
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2012-10-11 | Updating linux build to gcc4.6 | Don Kjer | |
2012-01-18 | added comments to magic numbers | Richard Linden | |
2012-01-18 | EXP-1513 FIX Underscore ( _ ) fails to show in first chat entry in Local Chat | Richard Linden | |
fixed font metrics rounding error and made corrective adjustments in layout | |||
2010-11-15 | merge | Richard Linden | |
2010-10-15 | sync up to viewer-developer | Tofu Buzzard | |
2010-10-10 | VWR-21967 There's lots of ::renderForSelect() code that we don't need any more. | Tofu Linden | |
VWR-22088 Remove underlying ::renderForSelect() code (render-pipeline) | |||
2010-10-04 | removed dead code | Richard Nelson | |
2010-09-03 | Post-convert merge by convert_monolith.py from ↵ | Aimee Linden | |
/Users/Aimee/Documents/Work/Linden-Lab/Development/viewer/convert/viewer-identity-evolution | |||
2010-08-13 | Change license from GPL to LGPL (version 2.1) | Oz Linden | |
2010-03-10 | Name tag color and position hackery for demo | James Cook | |
2010-03-09 | More name-tag vs. hud-text cleanup | James Cook | |
2010-03-09 | More harmonization of LLHUDNameTag vs. LLHUDText | James Cook | |
Eliminating now-unused code from LLHUDText | |||
2010-03-09 | Break name tag code out into LLHUDNameTag | James Cook | |
Start by duplicating the LLHUDText code, then stripping out functionality that only needs to exist in one place (like force-based juggling of name tag positions) | |||
2010-03-08 | Merge with viewer 2 beta 4 | James Cook | |
2010-02-25 | Support multiple fonts, colors and styles in name tags | James Cook | |
Simplified LLHUDText string API to be UTF8 only Added per-text segment font support Changed LLVOAvatar invalidateNameTag to clearNameTag | |||
2010-02-10 | Name tags of friends appear in green. | James Cook | |
Refactored LLVOAvatar idleUpdateNameTag into smaller functions Eliminated unused LLHUDText::setUsePixelSize | |||
2010-02-23 | Turning back on Davep's ui optimizations. Backed out changeset 6c161782dba3 | Palmer Truelson | |
2010-02-12 | Backed out davep's UI optimization. changeset 3134cb7bb181 | Palmer Truelson | |
2010-02-04 | No more matrix ops in UI code. | Dave Parks | |
2010-01-08 | First pass expose inventory item settings in XML (folder_view_item.xml) | James Cook | |
Optimized LLFolderViewItem constructor by passing param block as const ref to avoid copies. Removed per-item arrow and background images, use defaults. Removed unneeded static image pointers. Removed hard-coded rounded_square.tga, replaced with Rounded_Square Ditto for folder_arrow.tga Reviewed with Richard. | |||
2010-01-06 | moved clipping logic inside LLFontGL::maxDrawableChars controlled by ↵ | richard | |
EWordWrapStyle fixes regression introduced in 3eef5ce9ae1e6fc62b9b52ce859501dd4e70fadf reviewed by Brad | |||
2010-01-06 | EXT-3878 - Menus disappear when UI Size is < 1.00 | richard | |
EXT-3647 - Auto-scrolling of IMs should resume when user types in chat EXT-3877 - Pinning two levels of menus prevents movement using arrow keys EXT-1303 - Hyperlink text wraps in the middle of a word reviewed by James | |||
2009-11-10 | Sanitize naming of getWindowRect (scaled vs. raw pixels) and ↵ | James Cook | |
getWorldViewRect (scaled vs. raw) Reduces chance of future UI bugs related to UI size. Discussed with Richard. |