Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Reference Counting Cache refactoring #2182

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Commits on Sep 24, 2024

  1. Unify Streamable Cache with Ref Counting:

    - Textures referencing, Sprites handling, all systems are changed accordingly
      - UIBackground
      - NFT
      - Avatar Attachment Thumbnails
      - Materials
      - Map Pins
    - Common Ref Counting Data
    - Asset Bundle Cache, Audio Cache, Profiles Cache are unified
    mikhail-dcl committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    8690a09 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Debug and fix referencing and dereferencing

     - Unify Video Texture with Texture2DData
     - Fix tests
    mikhail-dcl committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    2a68be8 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    59a8a3d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ab255b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b744e2 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'refs/heads/main' into fix/textures-referencing

    # Conflicts:
    #	Explorer/Assets/DCL/PluginSystem/Global/MultiplayerMovementPlugin.cs
    mikhail-dcl committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    e35c435 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    b62ac4b View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Merge branch 'refs/heads/main' into fix/textures-referencing

    # Conflicts:
    #	Explorer/Assets/DCL/AvatarRendering/Emotes/Components/IEmote.cs
    #	Explorer/Assets/DCL/SDKComponents/SceneUI/Systems/UIBackground/UIBackgroundInstantiationSystem.cs
    mikhail-dcl committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    bca6ccb View commit details
    Browse the repository at this point in the history
  2. Fixes after merge

    mikhail-dcl committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    99533b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa62231 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Address PR Review

    mikhail-dcl committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    5539c29 View commit details
    Browse the repository at this point in the history