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

Implement spine extension #5927

Merged
merged 90 commits into from
Jan 17, 2024
Merged

Implement spine extension #5927

merged 90 commits into from
Jan 17, 2024

Commits on Jul 21, 2023

  1. first not tested commit with spine extension and atlas resource

    Vladyslav Pohorielov committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    de2adbc View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into spine-extension

    Vladyslav Pohorielov committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    dae9cbf View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Configuration menu
    Copy the full SHA
    65f370f View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into spine-extension

    Vladyslav Pohorielov committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    db3a94a View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. add isAnimationComplete condition and isUpdatable expression, conditi…

    …on, action to spine object
    Vladyslav Pohorielov committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    93903c6 View commit details
    Browse the repository at this point in the history
  2. fix extension configuration

    Vladyslav Pohorielov committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    086e49f View commit details
    Browse the repository at this point in the history
  3. make spine creation synchrounous in SpineRuntimeObject

    Vladyslav Pohorielov committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    476eea8 View commit details
    Browse the repository at this point in the history
  4. use regex to get atlas image path

    Vladyslav Pohorielov committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    6ecd04e View commit details
    Browse the repository at this point in the history
  5. fix spine extension issues

    Vladyslav Pohorielov committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    88cda55 View commit details
    Browse the repository at this point in the history
  6. clean up code

    Vladyslav Pohorielov committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    9ed5fbc View commit details
    Browse the repository at this point in the history
  7. Merge branch 'master' into spine-extension

    Vladyslav Pohorielov committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    2d20907 View commit details
    Browse the repository at this point in the history
  8. solve flow test errors

    Vladyslav Pohorielov committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    01c2afc View commit details
    Browse the repository at this point in the history
  9. apply format

    Vladyslav Pohorielov committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    95f5474 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. ignore pixi-spine during check-types

    Vladyslav Pohorielov committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    e36a050 View commit details
    Browse the repository at this point in the history
  2. format and style code, fix some test

    Vladyslav Pohorielov committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    3477f58 View commit details
    Browse the repository at this point in the history
  3. remove console logs, solve typos

    Vladyslav Pohorielov committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    2313fe9 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. remove pixi deps

    Vladyslav Pohorielov committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    4ac52de View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Merge branch 'master' into spine-extension

    Vladyslav Pohorielov committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    3628be7 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. update pixi-spine to 4.x.x

    Vladyslav Pohorielov committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    a6895fc View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Merge branch 'master' into spine-extension

    Vladyslav Pohorielov committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    5b33a7f View commit details
    Browse the repository at this point in the history
  2. copy pixi-spine.js from node_modules on postinstall

    Vladyslav Pohorielov committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    bd60956 View commit details
    Browse the repository at this point in the history
  3. cover errors on spine loading with incompatible files

    Vladyslav Pohorielov committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    25cdc63 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. remove pixi-spine import in global d.ts files, remove animations ui i…

    …f incorrect spine files used
    Vladyslav Pohorielov committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    a982540 View commit details
    Browse the repository at this point in the history
  2. run format

    Vladyslav Pohorielov committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    b466d4d View commit details
    Browse the repository at this point in the history
  3. fix flow issues

    Vladyslav Pohorielov committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    55fcf45 View commit details
    Browse the repository at this point in the history
  4. fix react warnings

    Vladyslav Pohorielov committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    56e940a View commit details
    Browse the repository at this point in the history
  5. run format and flow

    Vladyslav Pohorielov committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    fc941b0 View commit details
    Browse the repository at this point in the history
  6. update spine configuration page

    Vladyslav Pohorielov committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    71333b7 View commit details
    Browse the repository at this point in the history
  7. update typings and docs

    Vladyslav Pohorielov committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    ee70d96 View commit details
    Browse the repository at this point in the history
  8. remove dev console.logs

    Vladyslav Pohorielov committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    75da727 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

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

Commits on Nov 20, 2023

  1. format runtime code, update install-spine script

    Vladyslav Pohorielov committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    e7c69e9 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into spine-extension

    Vladyslav Pohorielov committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    fc28b76 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. update spine extenstion

    Vladyslav Pohorielov committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    63e9893 View commit details
    Browse the repository at this point in the history
  2. add badAnimation SpineObjectConfiguration

    Vladyslav Pohorielov committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    1520bbb View commit details
    Browse the repository at this point in the history
  3. solve typo

    Vladyslav Pohorielov committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    cccb1b9 View commit details
    Browse the repository at this point in the history
  4. comment sourcemap back in runtime pixi.js

    Vladyslav Pohorielov committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    135100a View commit details
    Browse the repository at this point in the history
  5. update install-spine script with shelljs and error logs

    Vladyslav Pohorielov committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    b69b83f View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. create SpineResource, restore JsonManager, update spine extension

    Vladyslav Pohorielov committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    8f37308 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

  1. Merge branch 'master' into spine-extension

    Vladyslav Pohorielov committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    fee9627 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. update install-spine script

    f0nar committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    34172bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f65ee6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7c9fefd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5be0906 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. lock pixi-spine version

    Vladyslav Pohorielov committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    506487d View commit details
    Browse the repository at this point in the history
  2. remove pixi-simple-gesture dependency

    Vladyslav Pohorielov committed Nov 28, 2023
    2 Configuration menu
    Copy the full SHA
    d8f580d View commit details
    Browse the repository at this point in the history
  3. apply format

    Vladyslav Pohorielov committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    550b358 View commit details
    Browse the repository at this point in the history
  4. use spine root bone centration

    Vladyslav Pohorielov committed Nov 28, 2023
    2 Configuration menu
    Copy the full SHA
    8b948ae View commit details
    Browse the repository at this point in the history
  5. add mixing parameter for animations

    Vladyslav Pohorielov committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    f42cd38 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Configuration menu
    Copy the full SHA
    ee780f8 View commit details
    Browse the repository at this point in the history
  2. fix formatting issue

    f0nar committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    dc35f5d View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. Merge branch 'master' into spine-extension

    Vladyslav Pohorielov committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    0bd9044 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. use embedded resources mechanis for spine loading

    Vladyslav Pohorielov committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    4b9e780 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'spine-extension' of github.com-f0nar:f0nar/GDevelop int…

    …o spine-extension
    Vladyslav Pohorielov committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    b279cec View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. recursively expose embedded resources

    Vladyslav Pohorielov committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    109fc71 View commit details
    Browse the repository at this point in the history
  2. use scaled initial width/height

    Vladyslav Pohorielov committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    298268f View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. add explanation comment for TextureAtlas issue, format code

    Vladyslav Pohorielov committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    2f58de6 View commit details
    Browse the repository at this point in the history
  2. use custom clamp instead of PixiFiltersTools

    Vladyslav Pohorielov authored and f0nar committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    b34c136 View commit details
    Browse the repository at this point in the history
  3. lock pixi.js-legacy

    Vladyslav Pohorielov authored and f0nar committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    969daf3 View commit details
    Browse the repository at this point in the history
  4. fix typos

    Vladyslav Pohorielov authored and f0nar committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    ed6193f View commit details
    Browse the repository at this point in the history
  5. stop imitate spine behavior if spine skeleton is not loaded

    Vladyslav Pohorielov authored and f0nar committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    4f68cc8 View commit details
    Browse the repository at this point in the history
  6. update spine atlas manager

    Vladyslav Pohorielov authored and f0nar committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    7bf1a81 View commit details
    Browse the repository at this point in the history
  7. stop spine skeleton loading at every render call

    Vladyslav Pohorielov authored and f0nar committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    c5f78e4 View commit details
    Browse the repository at this point in the history
  8. apply format

    f0nar committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    138804a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6a14a9e View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2023

  1. Improve various error handling

    4ian committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    2e38c51 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d17ff5 View commit details
    Browse the repository at this point in the history
  3. Improve some wordings

    4ian committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    804918e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6727d01 View commit details
    Browse the repository at this point in the history
  5. Refactor some logic out of React components and fix animations cleare…

    …d when blurring out the spine file property field
    4ian committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    9bbbef9 View commit details
    Browse the repository at this point in the history
  6. clear and format code

    f0nar committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    e08f8a1 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2023

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

Commits on Dec 28, 2023

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

Commits on Jan 5, 2024

  1. Configuration menu
    Copy the full SHA
    6e6b13d View commit details
    Browse the repository at this point in the history
  2. make up code

    f0nar committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    962a1ea View commit details
    Browse the repository at this point in the history
  3. make up code

    f0nar committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    db85cde View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2024

  1. Configuration menu
    Copy the full SHA
    7201ce7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    25241a9 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. format code

    f0nar committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    aa03f27 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Add icon for Spine based object

    4ian committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    0a4e337 View commit details
    Browse the repository at this point in the history
  2. Update the description

    4ian committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    1f295f4 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. implement geDrawableX/Y methods for spine runtime object to correctly…

    … calculate hit boxes
    f0nar committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    93bc488 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. Configuration menu
    Copy the full SHA
    234cbb0 View commit details
    Browse the repository at this point in the history
  2. Add capability for animation.

    D8H committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    a12bcab View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Add a warning about the license.

    D8H committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    f1d80a2 View commit details
    Browse the repository at this point in the history
  2. Remove the opacity property.

    D8H committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    5c6e285 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    35cf1cf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c6d96ad View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Remove deprecated actions.

    D8H committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    15442f0 View commit details
    Browse the repository at this point in the history