Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-10 | Merge branch 'main' into marchcat/y-merge | Andrey Lihatskiy | |
# Conflicts: # autobuild.xml # indra/llcommon/llsys.cpp | |||
2023-12-15 | SL-15628 Crash inside ~LLModelInstanceBase | Andrey Kleshchev | |
More explicit cleanup in hopes of narrowing down which of the models failed | |||
2023-11-30 | Merge branch 'DRTVWR-588-maint-W' into marchcat/588-w-pbr-merge | Andrey Lihatskiy | |
# Conflicts: # indra/llrender/llgl.cpp # indra/llrender/llvertexbuffer.cpp # indra/llui/llflatlistview.cpp # indra/newview/lldrawpoolground.cpp # indra/newview/llspatialpartition.cpp # indra/newview/lltexturefetch.cpp # indra/newview/llviewergenericmessage.cpp # indra/newview/llviewertexture.cpp # indra/newview/llvosky.cpp # indra/newview/skins/default/xui/en/floater_preferences_graphics_advanced.xml # indra/newview/skins/default/xui/en/floater_stats.xml # indra/newview/skins/default/xui/en/floater_texture_fetch_debugger.xml # indra/newview/skins/default/xui/en/notifications.xml # indra/newview/skins/default/xui/en/panel_performance_preferences.xml | |||
2023-08-23 | SL-19299 Code formatting in modified files | Alexander Gavriliuk | |
2023-08-23 | SL-19299 Viewer crashes after change 'Pick a physics model:' dropdown | Alexander Gavriliuk | |
2023-07-18 | Merge remote-tracking branch 'origin/xcode-14.3' into DRTVWR-559 (#292) | Brad Linden | |
2023-06-27 | SL-19884 Fix for garbled rigged meshes in model import preview window. | RunitaiLinden | |
2023-06-14 | SL-19838 Put local lights back on fullbright objects. Fix assert in ↵ | RunitaiLinden | |
modelpreview. | |||
2023-05-23 | Minor build fix for DRTVWR-559 | Brad Linden | |
2023-05-19 | SL-18837: Clean up more set-but-unused variables for Xcode 14.3 | Nat Goodspeed | |
2023-05-16 | DRTVWR-559 Decruft deprecated OpenGL flags. | RunitaiLinden | |
2023-03-10 | SL-19353 Mesh importer throws an error when the file extension is upper case | Andrey Kleshchev | |
2023-02-02 | Merge remote-tracking branch 'origin/main' into DRTVWR-559 | Brad Linden | |
2023-02-01 | SL-19000 Fix various 3D UI components not respecting depth buffer. ↵ | Dave Parks | |
Incidental decruft. Do I get a prize for 1000th jira? | |||
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-10-21 | Merge branch 'master' (DRTVWR-548) into DRTVWR-559 | Andrey Kleshchev | |
# Conflicts: # indra/llrender/llgl.cpp # indra/llrender/llrendertarget.cpp # indra/newview/VIEWER_VERSION.txt # indra/newview/app_settings/shaders/class1/deferred/materialF.glsl # indra/newview/llfloaterpreference.cpp # indra/newview/llviewercontrol.cpp # indra/newview/llviewermenu.cpp # indra/newview/llviewertexturelist.cpp # indra/newview/llvovolume.cpp | |||
2022-10-20 | Merge branch 'master' into DRTVWR-570-maint-Q | Andrey Lihatskiy | |
# Conflicts: # indra/newview/llnetmap.cpp # indra/newview/llnetmap.h | |||
2022-10-11 | SL-18351 Better meshoptimizer fallback handling | Andrey Kleshchev | |
2022-09-23 | SL-18156 Cleanup of MikktSpace integration, apply MikktSpace tangents to all ↵ | Dave Parks | |
meshes. | |||
2022-09-17 | Fix for crash when loading dae | Dave Parks | |
2022-09-16 | Merge branch master (DRTVWR-571) into DRTVWR-559 | Andrey Kleshchev | |
# Conflicts: # indra/newview/llpanelface.cpp # indra/newview/llpanelface.h | |||
2022-09-15 | SL-18156 WIP -- Add NormalizedScale/NormalizedTranslation to mesh assets to ↵ | Dave Parks | |
recover mesh's original coordinate frame when generating tangents post download. | |||
2022-09-15 | Merge branch 'master' into DRTVWR-548-maint-N | Andrey Lihatskiy | |
# Conflicts: # indra/newview/llmodelpreview.h | |||
2022-09-12 | SL-18095 Add tangents to mesh assets so we can calculate mikktspace tangents ↵ | Dave Parks | |
in the mesh's original coordinate frame. | |||
2022-08-04 | Merge remote-tracking branch 'origin/master' into DRTVWR-559 | Brad Kittenbrink | |
2022-08-04 | Merge branch 'master' into DRTVWR-544-maint | Andrey Lihatskiy | |
# Conflicts: # indra/newview/llpanelface.cpp # indra/newview/llpanelface.h # indra/newview/llpanelobject.cpp | |||
2022-08-04 | Merge branch 'master' into DRTVWR-548-maint-N | Andrey Lihatskiy | |
# Conflicts: # indra/newview/llfloaterworldmap.cpp # indra/newview/llvovolume.cpp | |||
2022-07-07 | SL-17545 lodQueryCallback should quit as soon as it is done | Andrey Kleshchev | |
2022-07-06 | SL-17545 fix double-scheduling of calculations | Andrey Kleshchev | |
2022-07-04 | SL-17545 Recalculate lods when replacing high lod with something incompatible | Andrey Kleshchev | |
2022-06-21 | SL-17635 remove unused variables | Maxim Nikolenko | |
2022-06-14 | SL-17475 Use a shadow indices buffer before simplification | Andrey Kleshchev | |
2022-06-14 | SL-17475 fix remap causing an assert | Andrey Kleshchev | |
2022-06-11 | SL-17475 Remap models before simplification | Andrey Kleshchev | |
2022-06-08 | SL-17214 initial loader class skeleton | Dave Houlton | |
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-05-26 | Merge branch 'master' into DRTVWR-548-maint-N | Andrey Lihatskiy | |
2022-05-16 | SL-98-a - fix jumping ground plane | Howard Stearns | |
2022-04-18 | Merge branch master (D540) into DRTVWR-546 | Andrey Kleshchev | |
# Conflicts: # indra/llcommon/llsdutil.cpp # indra/newview/VIEWER_VERSION.txt # indra/newview/lldrawpoolalpha.cpp # indra/newview/lldrawpoolwater.cpp | |||
2022-04-18 | Merge branch 'master' into DRTVWR-544-maint | Andrey Lihatskiy | |
# Conflicts: # indra/newview/app_settings/settings.xml # indra/newview/llfloatersearch.cpp # indra/newview/llgroupactions.cpp # indra/newview/llvovolume.cpp | |||
2022-04-18 | Merge branch 'master' into DRTVWR-548-maint-N | Andrey Lihatskiy | |
2022-04-01 | SL-17121 Fix error threshold value | Andrey Kleshchev | |
2022-04-01 | SL-17121 Adjust uploader for possible 0 input. | Andrey Kleshchev | |
2022-04-01 | SL-17121 Revert "SL-15940 Remove ability to set zero triangle limit" | Andrey Kleshchev | |
This reverts commit b45c0e3ed926270e100271f33885b8d31085a858. | |||
2022-03-18 | SL-16993: Fix Model Upload Physics Analyze rendering physics hull as black mesh | Ptolemy | |
2022-03-15 | SL-17002 FIXED The "include joint positions" checkbox is displayed inactive | Mnikolenko Productengine | |
2022-03-09 | SL-16980 FIXED Uploading model preview disappeared after changing the ↵ | Mnikolenko Productengine | |
Triangle limit | |||
2022-03-09 | SL-16980 FIXED Uploading model preview disappeared after changing the ↵ | Mnikolenko Productengine | |
Triangle limit | |||
2022-03-07 | SL-3787 Fallback in case meshopt precise simplification methd fails entirely | Andrey Kleshchev | |
2022-03-03 | SL-9748 - Only supply a default physics shape if it is named ↵ | Howard Stearns | |
default_physics_shape |