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

Ldtk file support for tilemaps in Gdevelop #2828

Open
wants to merge 54 commits into
base: master
Choose a base branch
from

Commits on Jul 21, 2021

  1. implement ldtk parser

    blurymind committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    2bc895f View commit details
    Browse the repository at this point in the history
  2. add missed edit

    blurymind committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    41e556f View commit details
    Browse the repository at this point in the history
  3. add new/old pixi-tilemap

    blurymind committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    87d1a8a View commit details
    Browse the repository at this point in the history
  4. tidy up

    blurymind committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    a534a9a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d6faa7e View commit details
    Browse the repository at this point in the history
  6. add opacity parsing

    blurymind committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    bcdaaa3 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2021

  1. fix paste error

    blurymind committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    d8e59a0 View commit details
    Browse the repository at this point in the history
  2. add layer opacity for tiled

    blurymind committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    09e90f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    42910e0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5db9008 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    217927d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e5148e8 View commit details
    Browse the repository at this point in the history
  7. add flipped tiles for ldtk

    blurymind committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    ef55960 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2021

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

    blurymind committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    77cb12b View commit details
    Browse the repository at this point in the history
  3. tidy up

    blurymind committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    c0f0405 View commit details
    Browse the repository at this point in the history
  4. tidy up

    blurymind committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    3e0320b View commit details
    Browse the repository at this point in the history
  5. run formatter

    blurymind committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    50abb82 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    114eafc View commit details
    Browse the repository at this point in the history
  7. add pixi renderer type

    blurymind committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    2016ca8 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2021

  1. add missed gridTiles

    blurymind committed Jul 24, 2021
    Configuration menu
    Copy the full SHA
    424b677 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    584b901 View commit details
    Browse the repository at this point in the history
  3. fix commit error

    blurymind committed Jul 24, 2021
    Configuration menu
    Copy the full SHA
    8d1e0b9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c0289e5 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2021

  1. implement ldtk parser

    blurymind committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    a696876 View commit details
    Browse the repository at this point in the history
  2. add missed edit

    blurymind committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    500ace3 View commit details
    Browse the repository at this point in the history
  3. add new/old pixi-tilemap

    blurymind committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    12d584e View commit details
    Browse the repository at this point in the history
  4. tidy up

    blurymind committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    8bf5419 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d046981 View commit details
    Browse the repository at this point in the history
  6. add opacity parsing

    blurymind committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    374180e View commit details
    Browse the repository at this point in the history
  7. fix paste error

    blurymind committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    3e622a9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c084032 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b7d3f18 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2498ea3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6ec886f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    cc08052 View commit details
    Browse the repository at this point in the history
  13. add flipped tiles for ldtk

    blurymind committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    754f295 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f34df4f View commit details
    Browse the repository at this point in the history
  15. cleanup

    blurymind committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    bba5960 View commit details
    Browse the repository at this point in the history
  16. tidy up

    blurymind committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    13b7cbc View commit details
    Browse the repository at this point in the history
  17. tidy up

    blurymind committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    7f849a0 View commit details
    Browse the repository at this point in the history
  18. run formatter

    blurymind committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    f6a6555 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    e623447 View commit details
    Browse the repository at this point in the history
  20. add pixi renderer type

    blurymind committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    04aa043 View commit details
    Browse the repository at this point in the history
  21. add missed gridTiles

    blurymind committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    261c341 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    e99784e View commit details
    Browse the repository at this point in the history
  23. fix commit error

    blurymind committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    bc7a647 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    b4c2c09 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    78ea3d8 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    9fe7518 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    997e2c4 View commit details
    Browse the repository at this point in the history
  28. review note

    blurymind committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    6640e66 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2021

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