1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-06-01 21:03:38 +02:00
Commit graph

26 commits

Author SHA1 Message Date
Ell 2055c3a6ef convert tests to use graphics 2021-04-02 17:12:27 +02:00
Ell e7fd026a33 added some UI tests 2021-04-01 19:36:56 +02:00
Ell 702bf94f49 added some tests 2021-03-18 17:28:08 +01:00
Ell 6900da9858 allow nine patches to be drawn tiled rather than stretched 2021-02-19 21:24:08 +01:00
Ell 9895be2250 made texture atlases have an underlying texture region as well 2020-12-19 14:34:30 +01:00
Ell f68e55ebfd moved DataTextureAtlas to MLEM.Data 2020-10-25 01:45:01 +02:00
Ellpeck dddcb664d7 added aseprite script for populating the data texture atlas 2020-07-24 17:50:25 +02:00
Ellpeck 61e8b18403 make DataTextureAtlas not crash when a non-existent texture is queried 2020-07-24 00:39:04 +02:00
Ellpeck fe89fc24ea added data-based texture atlases 2020-07-24 00:33:11 +02:00
Ellpeck 9477b5f1d1 added a pivot point to TextureRegion 2020-07-23 23:30:44 +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 35f53a978b don't unnecessarily cast ninepatch regions to int 2020-04-26 16:10:32 +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 074fea5fd0 banish MonoGame.Extended from everything but MLEM.Extended 2020-01-30 00:55:02 +01:00
Ellpeck c9d1fc4b47 added index-based getter to texture atlas 2020-01-03 15:51:31 +01:00
Ellpeck dbe7980add made padding a lot more versatile in mlem.ui 2019-12-14 14:00:12 +01:00
Ellpeck f5b2ef01f3 made the uniform texture atlas have the ability to have non-square regions 2019-12-05 20:43:31 +01:00
Ellpeck 32c8147a4c added a rectanglef class which allows mlem to use decimal coordinates 2019-11-02 14:53:59 +01:00
Ellpeck bf59b68489 fix sprite effects not actually being passed 2019-09-24 20:23:05 +02:00
Ellpeck 8e7ee0011e fixed textureregion not respecting layer depth 2019-09-17 20:43:25 +02:00
Ellpeck 3b76ff1f2a added a uniform texture atlas class 2019-09-11 20:50:21 +02:00
Ellpeck 8af040787c added the ability for nine patch regions to have their patches scaled 2019-08-11 21:38:03 +02:00
Ellpeck 0c8af5b9bf better styling 2019-08-10 21:37:10 +02:00
Ellpeck b1d41d572c added panels and paragraphs 2019-08-09 19:28:48 +02:00
Ellpeck 31fb855a43 added ninepatch and textureregion classes 2019-08-09 15:15:22 +02:00