1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-05-18 07:08:44 +02:00
Commit graph

21 commits

Author SHA1 Message Date
Ell aabb1ed5df added .editorconfig 2022-06-17 18:23:47 +02:00
Ell 29bbd61f8b reformat and cleanup 2021-12-28 14:56:11 +01:00
Ell b5bee0facb improved SpriteAnimationGroup performance 2021-12-21 21:17:45 +01:00
Ell c31e196071 Made AnimationFrame a generic data holder 2021-12-21 20:52:05 +01:00
Ell 14526d24d3 cleaned up the sprite animation changes 2021-12-21 20:17:02 +01:00
Ell c76357a9e3 Allow storing multiple texture regions per SpriteAnimation frame 2021-12-21 20:12:15 +01:00
Ellpeck a5c1b6c2b4 allow sprite animations to be updated by a time span 2020-08-13 19:46:49 +02:00
Ellpeck deec553b22 code cleanup 2020-06-18 17:24:35 +02:00
Ellpeck dc48c4caa1 finished xml docs for the MLEM core package 2020-05-21 17:21:34 +02:00
Ellpeck d8daa3779a start on xml documentation, yay 2020-05-20 23:59:40 +02:00
Ellpeck 26264bf576 allow a lot of mem classes to have custom data added to them 2020-03-21 00:49:43 +01:00
Ellpeck 556998239e Revert "formatting code redesign, part 1: Regex!"
This reverts commit b480026b
2020-02-03 04:37:14 +01:00
Ellpeck b480026b7e formatting code redesign, part 1: Regex! 2020-02-03 03:04:13 +01:00
Ellpeck 1ec8416ab7 allowed to set a speed multiplier for animations 2020-01-09 21:38:04 +01:00
Ellpeck e20a51ef23 allowed formatting codes to contain sprite animations 2020-01-04 00:27:45 +01:00
Ellpeck 57fcc66054 fixed animation group sorting being off 2020-01-02 21:48:02 +01:00
Ellpeck 02500ee1b5 fixed sprite animation groups not having an animation in the first frame 2019-09-30 20:55:50 +02:00
Ellpeck ce42bdd61a remove print lol 2019-08-21 20:26:39 +02:00
Ellpeck 04b9c9e97c added naming and priorities to animations 2019-08-21 20:25:32 +02:00
Ellpeck 46a4aec1c9 added a way to get the current animation from a sprite animation group 2019-08-21 17:04:20 +02:00
Ellpeck 482244df0e added sprite sheet animations 2019-08-14 19:07:23 +02:00