-
-
Notifications
You must be signed in to change notification settings - Fork 16
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
Develop #95
Merged
Merged
Develop #95
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Added games list Add list of games made with MonoGame.Aseprite * Always specify generate documentation file * Switch to Cake Frosting * Update workflow script
* Added MonoGame.Aseprite to Test .sln This is so intellesense would pickup correct * Added test for issue #92 * Use `_slices` and not `_tags` The `AsepriteSlice.TryGetSlice(string, out AsepriteSlice?)` method incorrectly searched the `_tags` array and not the `_slices` array. This resolves issue #92
AristurtleDev
added a commit
that referenced
this pull request
Jan 14, 2024
* Added games list Add list of games made with MonoGame.Aseprite * Develop (#95) * Feature/cake frosting (#92) * Added games list Add list of games made with MonoGame.Aseprite * Always specify generate documentation file * Switch to Cake Frosting * Update workflow script * Issue/try get slice 92 (#94) * Added MonoGame.Aseprite to Test .sln This is so intellesense would pickup correct * Added test for issue #92 * Use `_slices` and not `_tags` The `AsepriteSlice.TryGetSlice(string, out AsepriteSlice?)` method incorrectly searched the `_tags` array and not the `_slices` array. This resolves issue #92 * Bump version number * Update release notes * Fix broken links (Closes #96) * Fix links for NuGet readme * Added ZeroFrameIndex configuration * Removed Global Configuration - Removed `MonoGame.Aserpite.Configuration` - Moved `ZeroIndexedFrames` to be property of `AsepriteFile` - Added unit testing for `AsepriteFile.ZeroIndexedFrames` functionality
AristurtleDev
added a commit
that referenced
this pull request
Mar 13, 2024
* Feature/cake frosting (#92) * Added games list Add list of games made with MonoGame.Aseprite * Always specify generate documentation file * Switch to Cake Frosting * Update workflow script * Issue/try get slice 92 (#94) * Added MonoGame.Aseprite to Test .sln This is so intellesense would pickup correct * Added test for issue #92 * Use `_slices` and not `_tags` The `AsepriteSlice.TryGetSlice(string, out AsepriteSlice?)` method incorrectly searched the `_tags` array and not the `_slices` array. This resolves issue #92 * Bump version number * Update release notes * Feature/index one (#98) * Added games list Add list of games made with MonoGame.Aseprite * Develop (#95) * Feature/cake frosting (#92) * Added games list Add list of games made with MonoGame.Aseprite * Always specify generate documentation file * Switch to Cake Frosting * Update workflow script * Issue/try get slice 92 (#94) * Added MonoGame.Aseprite to Test .sln This is so intellesense would pickup correct * Added test for issue #92 * Use `_slices` and not `_tags` The `AsepriteSlice.TryGetSlice(string, out AsepriteSlice?)` method incorrectly searched the `_tags` array and not the `_slices` array. This resolves issue #92 * Bump version number * Update release notes * Fix broken links (Closes #96) * Fix links for NuGet readme * Added ZeroFrameIndex configuration * Removed Global Configuration - Removed `MonoGame.Aserpite.Configuration` - Moved `ZeroIndexedFrames` to be property of `AsepriteFile` - Added unit testing for `AsepriteFile.ZeroIndexedFrames` functionality * Fix/tile rotation (#99) * `rotationBitmask` renamed to `dFlipBitmask` * `rotationBitmask` renamed to `dFlipBitmask` * `rotation` renamed to `dFlip` * `Rotation` renamed to `DFlip` * Removed `<remarks>` about flips not being implemented * Update for new tile rotation in Aseprite 1.3 * Cleanup * 5.1.3-beta-3 release candidate * Fix tests * Added Update(TimeSpan) methods to the AnimatedSprite & AnimatedTilemap classes, this removed the requirement to create a fake GameTime every Update when calling the Update(double deltaTime) overload. (#102) * Read Old Palette Chunk per Aseprite 1.3.5 file spec update * Bump Version to 5.1.3 --------- Co-authored-by: Serge Roy <[email protected]>
AristurtleDev
added a commit
that referenced
this pull request
Mar 26, 2024
* Feature/cake frosting (#92) * Added games list Add list of games made with MonoGame.Aseprite * Always specify generate documentation file * Switch to Cake Frosting * Update workflow script * Issue/try get slice 92 (#94) * Added MonoGame.Aseprite to Test .sln This is so intellesense would pickup correct * Added test for issue #92 * Use `_slices` and not `_tags` The `AsepriteSlice.TryGetSlice(string, out AsepriteSlice?)` method incorrectly searched the `_tags` array and not the `_slices` array. This resolves issue #92 * Bump version number * Update release notes * Feature/index one (#98) * Added games list Add list of games made with MonoGame.Aseprite * Develop (#95) * Feature/cake frosting (#92) * Added games list Add list of games made with MonoGame.Aseprite * Always specify generate documentation file * Switch to Cake Frosting * Update workflow script * Issue/try get slice 92 (#94) * Added MonoGame.Aseprite to Test .sln This is so intellesense would pickup correct * Added test for issue #92 * Use `_slices` and not `_tags` The `AsepriteSlice.TryGetSlice(string, out AsepriteSlice?)` method incorrectly searched the `_tags` array and not the `_slices` array. This resolves issue #92 * Bump version number * Update release notes * Fix broken links (Closes #96) * Fix links for NuGet readme * Added ZeroFrameIndex configuration * Removed Global Configuration - Removed `MonoGame.Aserpite.Configuration` - Moved `ZeroIndexedFrames` to be property of `AsepriteFile` - Added unit testing for `AsepriteFile.ZeroIndexedFrames` functionality * Fix/tile rotation (#99) * `rotationBitmask` renamed to `dFlipBitmask` * `rotationBitmask` renamed to `dFlipBitmask` * `rotation` renamed to `dFlip` * `Rotation` renamed to `DFlip` * Removed `<remarks>` about flips not being implemented * Update for new tile rotation in Aseprite 1.3 * Cleanup * 5.1.3-beta-3 release candidate * Fix tests * Added Update(TimeSpan) methods to the AnimatedSprite & AnimatedTilemap classes, this removed the requirement to create a fake GameTime every Update when calling the Update(double deltaTime) overload. (#102) * Read Old Palette Chunk per Aseprite 1.3.5 file spec update * Bump Version to 5.1.3 * Moved solution, created folders for organization * Add Directory.Build.props * Add directory.build.props for build directory * Repalced shared source with AsepriteDotNet * Auto format changes * Update to Aseprite 1.2.0 * Added extension methods to convert between AsepriteDotNet primitives and MonoGame primitives * Add global using for AsepriteDotNet types to avoid namespace and type name collisions * Update all types to import from AsperiteDotNet.Aseprite.AsepriteFIle * Use AsepriteDotNet for all parsing * Use AsepriteDotNet as core processing library * Update license header for every file * Make extension methods public * Code documentation cleanup * Added workflows to root solution folder * Update CI/CD process * Update readme * Bump version number --------- Co-authored-by: Serge Roy <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Prerequisites
Description
5.1.2 Release to fix TryGetSlice issue
Related Issue Ticket Numbers
#93