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

Issue 666 - add support for RepoBundles #677

Merged
merged 46 commits into from
Mar 15, 2024
Merged

Issue 666 - add support for RepoBundles #677

merged 46 commits into from
Mar 15, 2024

Commits on Jan 22, 2024

  1. Configuration menu
    Copy the full SHA
    fb97e17 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8a1c6e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1430b1c View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Configuration menu
    Copy the full SHA
    218b593 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f63f35c View commit details
    Browse the repository at this point in the history
  3. ISSUE #666 Added ids as a first-class member of MeshNode since we wil…

    …l be dealing with it even more in bouncer now
    sebjf committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    6f777e6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4d72d6d View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Configuration menu
    Copy the full SHA
    d28d9df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eaf6f6c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    349b603 View commit details
    Browse the repository at this point in the history
  4. ISSUE #666 Gave sensible defaults for assimp legacy material params, …

    …since these are now used in computations so they should never be nan
    sebjf committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    8e60ac7 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

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

Commits on Feb 14, 2024

  1. ISSUE #666 Updated vector per component constructor to take initialis…

    …ation by value since it will only be a float or double, and allows avoiding the min max initialiser lists
    sebjf committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    8aa1f9f View commit details
    Browse the repository at this point in the history
  2. ISSUE #666 Updated asset_generator

    sebjf committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    a4759dc View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. ISSUE #666 Turned off ability for unity asset exporter to write jsons…

    …, but for bouncer by default to write assetbundles
    sebjf committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    af582b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38afe5f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    358fc16 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Configuration menu
    Copy the full SHA
    7e48c8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0cdc605 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    712d2eb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    842a939 View commit details
    Browse the repository at this point in the history
  5. ISSUE #666 updated unit tests and moved submodule init to beginning o…

    …f file before any directory changes
    sebjf committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    cd14ad0 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Configuration menu
    Copy the full SHA
    00cf8f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0781de7 View commit details
    Browse the repository at this point in the history
  3. ISSUE #666 Updated head of asset_generator, and added missing return …

    …value as error to gxx flags.
    sebjf committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    e7f0220 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Configuration menu
    Copy the full SHA
    4af00b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9921b1d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    036ce96 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    58eca1f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    56c3e4c View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

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

Commits on Mar 6, 2024

  1. ISSUE #666 Fixed bb initialisation (FLT_MIN is min positive value, so…

    … bbs should be initialised to -FLT_MAX)
    sebjf committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    527902e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a36d1f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    476d142 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. ISSUE #666 fixed spelling mistake

    sebjf committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    db50053 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61e35da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c41c86 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a415784 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1ae351c View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

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

Commits on Mar 12, 2024

  1. ISSUE #666 renamed submeshids and made RepoBundles write their assets…

    … lists to a seperate collection
    sebjf committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    4fdcad2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e225ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b83228f View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

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