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

Update directional enums and related logic to support more neighbours #36

Merged
merged 1 commit into from
Feb 15, 2024

Conversation

scastd
Copy link
Contributor

@scastd scastd commented Feb 15, 2024

Expanded the enum class Dir to include intermediate directions (NorthEast, SouthEast, SouthWest, NorthWest). Adjusted related logic in Level.cpp to accommodate these new options.

These changes are implemented due to the new release of LDtk 1.5.3. See the documentation for details (1.5.3 json changes).

Expanded the enum class `Dir` to include intermediate directions (NorthEast, SouthEast, SouthWest, NorthWest). Adjusted related logic in `Level.cpp` to accommodate these new options.
@Madour
Copy link
Owner

Madour commented Feb 15, 2024

Thank you for the contribution.
Looks good to me !

@Madour Madour merged commit 76aa17e into Madour:master Feb 15, 2024
6 checks passed
@scastd scastd deleted the neighbours-directions branch February 15, 2024 11:38
@scastd scastd restored the neighbours-directions branch February 15, 2024 11:39
@scastd scastd deleted the neighbours-directions branch February 15, 2024 11:55
@scastd
Copy link
Contributor Author

scastd commented Feb 15, 2024

Will you make a new release with the changes in this PR?

@Madour
Copy link
Owner

Madour commented Feb 15, 2024

Yes I will make a release version 1.5.3. However, I would like to edit the versions from 1.5.2 to 1.5.3 in the readme and CMakeLists files first. I'll do it when I go back home (in around 3 to 4 hours).
If you need it now, feel free to make the changes in a new PR !

@scastd
Copy link
Contributor Author

scastd commented Feb 15, 2024

Ok. Don't worry. I am not working with it now. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants