Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-09 | #1126 gltf scene import prototype (#1172) | RunitaiLinden | |
* #1126 GLTF Scene import initial prototype (working geometry import for some assets) * #1126 WIP -- Expand support for more vertex formats, PoC material import, shadow support, scale support * #1126 move GLTF implementation to newview/gltf * #1126 Refactor attribute loading to be less copy/pasta for each combination of types * #1126 Partially working object selection. Ability to have multiple scenes at once. Helpful message on how to use the preview button. * #1126 Add bounding box debug display and untangle GLTF raycast from LLVOVolume raycast * #1126 Working raycast on GLTF scenes. * #1126 Remove some #pragma optimize offs | |||
2024-04-09 | Merge remote-tracking branch 'origin/main' into release/materials_featurette | Brad Linden | |
2024-04-05 | Linux viewer (ReleaseOS) resurrection (#1099) | Nicky Dasmijn | |
Co-authored-by: AiraYumi <aira.youme@airanyumi.net> | |||
2024-03-11 | fixup tabs | Roxie Linden | |
2024-02-27 | Issue#894 Crash at load3 in cacheOptimize | Andrey Kleshchev | |
2024-02-21 | Convert remaining BOOL to bool | Ansariel | |
2024-02-20 | Convert BOOL to bool in llrender | Ansariel | |
2024-02-20 | Convert remaining cases of BOOL to bool in llmath and llprimitive | Ansariel | |
Changed the return values for LLPrimitive::packTEMessage methods from FALSE to true - these seemed to be strange and wrong, especially considering the following statement in LLVOAvatarSelf: bool success = packTEMessage(mesgsys); | |||
2024-02-18 | fixed a FALSE I overlooked | Lars Næsbye Christensen | |
2024-02-18 | misc: BOOL to bool | Lars Næsbye Christensen | |
2024-02-17 | misc: BOOL to bool | Lars Næsbye Christensen | |
2024-02-16 | Replace most of BOOL with bool in llmath | Ansariel | |
2024-02-12 | miscellaneous: BOOL (int) to real bool | Lars Næsbye Christensen | |
2024-02-12 | misc: BOOL (int) to real bool | Lars Næsbye Christensen | |
2024-02-12 | llmath: BOOL (int) to real bool | Lars Næsbye Christensen | |
2024-02-08 | send position and rotation data to voice server. | Roxie Linden | |
2024-01-22 | Merge branch 'release/materials_featurette' of github.com:secondlife/viewer ↵ | Cosmic Linden | |
into DRTVWR-592 | |||
2024-01-19 | SL-20606: Full GLTF material preview. Works for most materials. | Cosmic Linden | |
2023-12-15 | SL-15628 Crash inside ~LLModelInstanceBase | Andrey Kleshchev | |
More explicit cleanup in hopes of narrowing down which of the models failed | |||
2023-10-14 | Merge remote-tracking branch 'secondlife/DRTVWR-559' into DRTVWR-559 | Erik Kundiman | |
2023-10-13 | Merge branch 'DRTVWR-559' into DRTVWR-592 | Cosmic Linden | |
2023-10-13 | DRTVWR-592: Working tangent calculation, not yet used | Cosmic Linden | |
2023-10-12 | SL-20062: Fix near clip on reflection probes being clamped to at or below 10 | Cosmic Linden | |
2023-09-13 | Merge branch 'DRTVWR-559' of https://github.com/secondlife/viewer into ↵ | Erik Kundiman | |
DRTVWR-559 | |||
2023-09-12 | SL-20157: Fix scale of avatar mesh parts when mikktspace tangent generation ↵ | Cosmic Linden | |
fails | |||
2023-09-10 | Swap dependency between llmath & llmeshoptimizer | Erik Kundiman | |
It seems easier the other way around. This is only so building shared libraries won't fail. | |||
2023-09-10 | Merge branch 'main' into DRTVWR-559 | Erik Kundiman | |
2023-08-24 | Merge tag '6.6.14-release' | Erik Kundiman | |
source for viewer 6.6.14.581101 | |||
2023-08-17 | Neon is used as an alternative to SSE2 | Erik Kundiman | |
on Arm systems. | |||
2023-08-01 | Fix commit 7aa029 | Erik Kundiman | |
2023-08-01 | Set so dangling pointer is no error when using GCC | Erik Kundiman | |
2023-07-29 | The Linden libraries can be installed now | Erik Kundiman | |
Useful when installed as shared libraries, so other viewer executables can share these libraries. | |||
2023-07-29 | Setting BUILD_SHARED_LIBS on is now possible | Erik Kundiman | |
by removing cyclic dependencies, and allowing shlib undefined on SLPlugin alone. | |||
2023-07-19 | Explicit when using function_ptr Phoenix binder | Erik Kundiman | |
From the errors: base type ‘float (*)(float, float) noexcept’ fails to be a struct or class type struct functor_action : public FuncT { ^~~~~~~~~~~~~~ ‘float (*)(float, float) noexcept’ is not a class, struct, or union type struct result { typedef typename FuncT::result_type type; }; ^~~~ type ‘float (*)(float, float) noexcept’ is not a direct base of ‘phoenix::functor_action<float (*)(float, float) noexcept>’ : FuncT(fptr_) {} ^ it seems that GCC, at least the ones on my system, failed to deduce that the binder meant to be used when trying to bind the C Std Math Library's powf and fmodf functions is of course the function pointer one (specifically the 2 args specialisation), and not the functor one. | |||
2023-07-11 | SL-19992: Fix assert in LLVolumeLODGroup::refLOD when ↵ | Cosmic Linden | |
LLMeshRepository::notifyMeshUnavailable is called on the highest LOD | |||
2023-06-23 | SL-5161 Avatars should stay hidden longer if they are waiting for meshes or ↵ | Andrey Kleshchev | |
skin data | |||
2023-05-19 | SL-18837: Merge branch 'xcode-14.1' of secondlife/viewer into xcode-14.3 | Nat Goodspeed | |
2023-05-17 | Merge remote-tracking branch 'origin/main' into DRTVWR-559 | Brad Linden | |
2023-05-03 | DRTVWR-559 WIP - optimize ARC calculation et al. | RunitaiLinden | |
2023-04-13 | SL-19358 Fix for explody meshes. | RunitaiLinden | |
2023-04-03 | SL-18330: Remove some set-but-unused vars flagged by Xcode 14.3. | Nat Goodspeed | |
2023-03-29 | Merge remote-tracking branch 'origin/main' into DRTVWR-559 | Brad Linden | |
2023-03-30 | Merge branch 'main' into DRTVWR-577-maint-S | Andrey Lihatskiy | |
# Conflicts: # indra/cmake/CMakeLists.txt # indra/newview/skins/default/xui/es/floater_tools.xml | |||
2023-03-24 | SL-19321 Optimization pass -- Remove another shadow split from probe render, ↵ | Dave Parks | |
incidental decruft. | |||
2023-03-20 | Merge branch 'DRTVWR-568' into DRTVWR-573-maint-R | Andrey Lihatskiy | |
# Conflicts: # indra/cmake/Copy3rdPartyLibs.cmake # indra/cmake/FindOpenJPEG.cmake # indra/cmake/OpenJPEG.cmake # indra/integration_tests/llui_libtest/CMakeLists.txt # indra/newview/CMakeLists.txt | |||
2023-03-06 | Fix double copy of tangents array (#107) | Rye Mutt | |
2023-02-13 | Fix up a couple of tiny merge conflicts after a merge with main | Callum Prentice | |
2023-02-09 | Merge branch 'main' into DRTVWR-577-maint-S | Andrey Kleshchev | |
# Conflicts: # indra/llcommon/llsdserialize.cpp # indra/llcommon/llsdserialize.h # indra/newview/llfilepicker.h # indra/newview/llfilepicker_mac.h # indra/newview/llfilepicker_mac.mm | |||
2023-02-02 | Merge remote-tracking branch 'origin/main' into DRTVWR-559 | Brad Linden | |
2022-12-12 | Merge remote-tracking branch 'origin/main' into DRTVWR-559 | Brad Linden | |