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

Fixed Typo / Compile-Error on Linux #3

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

Commits on Apr 24, 2022

  1. Fix top level directories

    As it currently is, if this repo is added to a project as a git repo as a submodule or just downloaded manually, it sticks the Readme, Docs, and License files *outside* of the plugins folder.
    
    To fix this, the Content, Resources, and Source folders, as well as the UPlugin file, should be moved out of the folder they are in, and moved up to top. That way the entire contents of this repo will properly populate into a plugin folder when added as a submodule.
    Drakynfly committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    7719665 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2022

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

Commits on Sep 10, 2022

  1. small style edits

    Drakynfly committed Sep 10, 2022
    Configuration menu
    Copy the full SHA
    d4e4be0 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2022

  1. 5.1 update

    Drakynfly committed Dec 26, 2022
    Configuration menu
    Copy the full SHA
    a696935 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2023

  1. remove unity disabling

    Drakynfly committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    3657324 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. fix localization issues

    Drakynfly committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    ab050f4 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

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

Commits on Mar 7, 2023

  1. fix build.cs's

    Drakynfly committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    bee2986 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59a58c9 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. Configuration menu
    Copy the full SHA
    32cae76 View commit details
    Browse the repository at this point in the history
  2. Fix UE version check

     - FTabManager::InvokeTab is deprecated
     - TMicRecursionGuard
    empty2fill authored and jwindgassen committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    52abc09 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ddf63df View commit details
    Browse the repository at this point in the history
  4. Support UE 4.26 - 5.0

    empty2fill authored and jwindgassen committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    6de32cf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a5a0424 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2023

  1. Cleanup

    jwindgassen committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    adb216d View commit details
    Browse the repository at this point in the history
  2. Updated README.md

    jwindgassen committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    fec42ac View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Fixed wrong Imports

    jwindgassen committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    aeba4ee View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Configuration menu
    Copy the full SHA
    e1b4799 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77dada1 View commit details
    Browse the repository at this point in the history
  3. Fix Slate Formatting

    jwindgassen committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    80a20ce View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Configuration menu
    Copy the full SHA
    49f6914 View commit details
    Browse the repository at this point in the history
  2. Bump Version

    jwindgassen committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    36c7848 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

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

Commits on Feb 29, 2024

  1. Introduced LintResults Object

    Collects the information collected during a lint run in a confined Object.
    Centralized JSON and HTML Generation
    jwindgassen committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    607a255 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31b6df2 View commit details
    Browse the repository at this point in the history
  3. New HTML Report Template

    🌟Fancy & Interactive 🌟
    jwindgassen committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    553cdbe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4987cbb View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Fix TextureSize Getters

    Errors were causing non-zero return values when executing the Commandlet. There might be a Bug in 5.3, but this will work for now.
    jwindgassen committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    5cd2216 View commit details
    Browse the repository at this point in the history