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

User connected to a cloud server can open the Dashboard #90

Merged
merged 6 commits into from
Sep 19, 2023

Commits on Sep 18, 2023

  1. Adds a new button to the global revision control menu to open Lock Ru…

    …les in Unity's Dashboard if the workspace points to a cloud organization
    danielhompanera committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    6528a66 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Applies changes from the CR

    #90
     - Remove not needed Plugin initialization
     - Adapt function argument to Unreal's convention
     - Unify string.Find
     - Remove icon fallback as it is present in UE4.27
    danielhompanera committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    bf15104 View commit details
    Browse the repository at this point in the history
  2. Changes from the CR #2

    danielhompanera committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    fac47ae View commit details
    Browse the repository at this point in the history
  3. Replace FText::Format() by FString::Printf()

    To get rid of 3 FString to FText to FString conversions
    SRombautsU committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    7dccc10 View commit details
    Browse the repository at this point in the history
  4. CamelCase for variables

    SRombautsU committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    354a826 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4e40cc2 View commit details
    Browse the repository at this point in the history