Skip to content

Tags: TBye101/MagicalLife

Tags

0.1.2

Toggle 0.1.2's commit message
Releasing version 0.1.2

0.1.1

Toggle 0.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

0.1.0

Toggle 0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Character animation (#87)

* Added Sprite Sheet (#85)

* Added Sprite Sheet

Added a sprite sheet for the sample character and a data sheet to reference it's animation cycle

* Wrote the SpriteSheet class, which will hold information about a sprite sheet.

* Added XML (#86)

Added a sprite sheet for the sample character and a data sheet to reference it's animation cycle

* Added XML

* Wrote the ComponentRenderer

* Moving around an information class, working on layers.

* Moved a bunch of things.

* Working on cleaner deserialization.

* Sprite sheet reader now functional.

* Switching to the new rendering system.

* Plenty of work on the animated texture system.

* Fixing animation system bugs. Fixed the 1st.

* Fixed a invisibility bug in the animation framework.

* Added an FPS counter, disproved that bad FPS was the cause of my issues.

* Fixed the error that caused creatures to not transition smoothly between tiles.

* Fixed a memory leak.

* Tweaked the FPS of the walking animations.

* Many code tweaks.

0.0.9

Toggle 0.0.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

0.0.7

Toggle 0.0.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Delete Bug_Report.md

0.0.0.6

Toggle 0.0.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #13 from SneakyTactician/TileBasedDev

Tile based dev

0.0.0.5

Toggle 0.0.0.5's commit message
Removed some debug code.

0.0.0.4

Toggle 0.0.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

0.0.0.3

Toggle 0.0.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #9 from SneakyTactician/TileBasedDev

	[Version 0.0.0.3]
		### Features
			*End turn button is now rendered
		#### API
			*Support for creature movement
		### Tweaks
			*Changed many data structures under the hood

0.0.0.2

Toggle 0.0.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #8 from SneakyTactician/TileBasedDev

Tile based dev