Skip to content
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.

[UNR-2003] Create CookAndGenerateSchemaCommandlet #1342

Merged
merged 47 commits into from
Sep 26, 2019

Commits on Aug 20, 2019

  1. Initial commit of CookAndGenerateSchemaCommandlet, generating correct…

    … schema but appears to be missing Data-Only Blueprints
    mattyoung-improbable committed Aug 20, 2019
    Configuration menu
    Copy the full SHA
    73d917c View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2019

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

Commits on Sep 2, 2019

  1. New Implementation using UObjectArray callback instead, catches a lot…

    … of things missed. Also filtering UObjects to replicate based on IsSupportedForNetworking
    mattyoung-improbable committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    1e81ed0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01a64e9 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2019

  1. Only generate schema for explicit spatial types (AActor & UActorCompo…

    …nent are explicit by default). Also use objectiterator with FObjectListener directly.
    mattyoung-improbable committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    c39eed9 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2019

  1. Check for explicit Spatial flag, also double check parent class if no…

    … explicit flag is present as a workaround for stale blueprints
    mattyoung-improbable committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    e219ba9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6354a23 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2019

  1. Cleanup

    mattyoung-improbable committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    1098e5f View commit details
    Browse the repository at this point in the history
  2. More Cleanup

    mattyoung-improbable committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    994ba4d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8baa1a4 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2019

  1. Configuration menu
    Copy the full SHA
    7850ac7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea60fc8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de65361 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6181d43 View commit details
    Browse the repository at this point in the history
  5. Remove Newline

    mattyoung-improbable committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    62d744d View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2019

  1. Configuration menu
    Copy the full SHA
    c9bb1a5 View commit details
    Browse the repository at this point in the history
  2. Fix merge issues

    mattyoung-improbable committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    75dfdba View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2019

  1. Configuration menu
    Copy the full SHA
    a666306 View commit details
    Browse the repository at this point in the history
  2. PR Comments

    mattyoung-improbable committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    3a88165 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3595653 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2019

  1. Configuration menu
    Copy the full SHA
    349dd11 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6fe45b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d1a2fe9 View commit details
    Browse the repository at this point in the history
  4. PR Comments

    mattyoung-improbable committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    08b5c5a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2a16bc2 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2019

  1. Remove newline

    mattyoung-improbable committed Sep 19, 2019
    Configuration menu
    Copy the full SHA
    986abab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d4d539 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d85cd2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1daa466 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7877833 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d06e491 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2019

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

Commits on Sep 23, 2019

  1. PR Comments

    mattyoung-improbable committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    d2d850b View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2019

  1. Configuration menu
    Copy the full SHA
    d3dc19a View commit details
    Browse the repository at this point in the history
  2. Update checks for NotSpatialType to include checks for ExplicitSpatia…

    …lType now that semantics have changed
    mattyoung-improbable committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    73dc6d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b1f06ff View commit details
    Browse the repository at this point in the history
  4. Only check for the absence of SPATIALCLASS_ExplicitSpatialType since …

    …it's mutually exclusive to SPATIALCLASS_NotSpatialType
    mattyoung-improbable committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    8efafd4 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'feature/cook-and-generate-schema-commandlet' of github.…

    …com:spatialos/UnrealGDK into feature/cook-and-generate-schema-commandlet
    mattyoung-improbable committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    fe18624 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2019

  1. rename SPATIALCLASS_ExplicitSpatialType SPATIALCLASS_SpatialType, rem…

    …ove redundant check for NotSpatialType
    mattyoung-improbable committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    fb7181e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    25b3e64 View commit details
    Browse the repository at this point in the history
  3. Add CHANGELOG

    mattyoung-improbable committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    df40810 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cee0d59 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9c808e1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fed4611 View commit details
    Browse the repository at this point in the history
  7. Update SpatialGDK/Source/SpatialGDKEditorCommandlet/Private/Commandle…

    …ts/CookAndGenerateSchemaCommandlet.cpp
    
    Co-Authored-By: improbable-valentyn <32096431+improbable-valentyn@users.noreply.github.com>
    mattyoung-improbable and improbable-valy authored Sep 25, 2019
    Configuration menu
    Copy the full SHA
    c4fca92 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cf916e4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2fe8e34 View commit details
    Browse the repository at this point in the history