1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-05-23 17:13:38 +02:00
Commit graph

114 commits

Author SHA1 Message Date
Ell 2741682029 fixed generic stash font line height for static sprite fonts 2021-03-29 02:54:02 +02:00
Ell 35af9eee25 fixed some number parsing not using invariant culture 2021-03-28 06:20:27 +02:00
Ell 0ddb4afc3f allowed the GetArea extension to calculate flipping 2021-03-12 20:22:36 +01:00
Ell 45fc12b0cb added some additional tiled helper methods 2021-03-10 02:13:07 +01:00
Ell 1d80965d24 allow removing a tile using the new SetTile methd 2021-03-09 19:06:06 +01:00
Ell 14e97abf87 some more tiled map extension utility methods 2021-03-09 18:56:55 +01:00
Ell 0b39928334 minor general cleanup 2021-03-08 15:12:13 +01:00
Ell dc514815c3 expose GetCollidingAreas 2021-03-07 22:13:24 +01:00
Ell 200058a611 added a method to make sidescrolling collision detection easier with TiledMapCollisions 2021-03-07 22:03:29 +01:00
Ell 6ef9f8ffb1 also switch order of x and y iteration in GetCollidingTiles 2021-03-07 20:59:10 +01:00
Ell f2df639f9e reverse y loop in GetCollidingTiles to account for gravity usually pointing down 2021-03-07 20:45:00 +01:00
Ell dda827b985 added GenericFont compatibility for FontStashSharp 2021-02-27 16:58:36 +01:00
Ell fd9ad777c2 some fixes related to the branch name change 2020-11-07 00:58:43 +01:00
Ell bb596c91ff cleaned up color extensions and move some methods to colorhelper instead 2020-11-04 23:44:41 +01:00
Ell ba3529a3e1 made mlem.extended ship without a monogame.extended version attached 2020-10-07 06:45:34 +02:00
Ell 521daf879c updated dependencies 2020-10-07 06:28:18 +02:00
Ell 6a383e200b a small rebranding 2020-09-28 20:53:39 +02:00
Ellpeck e80eb17b22 fixed incorrect icon link 2020-07-29 14:41:46 +02:00
Ellpeck 64b9246aa5 clean up GenericFont changes 2020-06-20 12:12:34 +02:00
Ellpeck 90e0ff55d1 use a custom character for image codes rather than trying to calculate spaces 2020-06-20 01:18:27 +02:00
Ellpeck deec553b22 code cleanup 2020-06-18 17:24:35 +02:00
Ellpeck 1d38262388 only use nbsp in image codes if the font supports it 2020-06-04 22:18:53 +02:00
Ellpeck 7ba14ba7f5 removed parentheses around MLEM's name 2020-05-28 00:49:29 +02:00
Ellpeck 12cc7a02c7 added DrawGrid to MLEM.Extended 2020-05-23 22:31:20 +02:00
Ellpeck 3f60b2460c finished the xml documentation for all packages 2020-05-22 20:32:38 +02:00
Ellpeck 08f66abe2f switch to using cake for builds 2020-05-21 22:50:38 +02:00
Ellpeck 89646b1c67 include documentation in nuget packages 2020-05-21 12:20:40 +02:00
Ellpeck a2b939a2c8 change package project links to website 2020-05-21 02:22:55 +02:00
Ellpeck 500a771136 fixed generic bitmap fonts not calculating character width correctly 2020-05-18 23:24:38 +02:00
Ellpeck 037ed43410 streamline ui text formatting and paragraph links 2020-05-17 00:10:29 +02:00
Ellpeck 422f0834b3 fixed tiled color parsing 2020-04-30 21:15:28 +02:00
Ellpeck 17a5b3ec74 only render visible layers 2020-04-30 15:57:20 +02:00
Ellpeck 36b7a16e24 some more tiled utilities 2020-04-29 22:14:33 +02:00
Ellpeck 18c79bbf3a unify versions and update 2020-04-25 23:35:54 +02:00
Ellpeck ff69aba67a update 2020-04-11 03:24:40 +02:00
Ellpeck 9c37f34947 update the readme and descriptions 2020-04-06 01:42:52 +02:00
Ellpeck f797d1f49f update everything to push logos 2020-04-05 01:59:11 +02:00
Ellpeck 9a06d18128 Added a logo 2020-04-05 01:35:17 +02:00
Ellpeck 80f36c78bd a lot of font cleanup 2020-03-28 22:25:06 +01: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 ce50c6d569 that didn't work lol 2020-03-19 17:45:01 +01:00
Ellpeck dd53b0681e try using a zero width space? 2020-03-19 17:42:07 +01:00
Ellpeck 3d7867feb2 possibly fix extended ignoring kerning in some cases 2020-03-19 17:36:53 +01:00
Ellpeck 8d1b291f39 made mlem.data and mlem.extended dependencies optional 2020-02-26 23:04:17 +01:00
Ellpeck 0046811ca0 added project templates 2020-02-24 17:34:05 +01:00
Ellpeck f96e0ae625 use VersionPrefix to make VersionSuffix work 2020-02-21 15:13:07 +01:00
Ellpeck 00b07e1c45 update 2020-01-23 01:25:50 +01:00
Ellpeck deaa841657 only return non-blank tiles in TiledExtensions 2020-01-14 14:46:06 +01:00
Ellpeck cba644e300 Revert "added tiled map copying"
This reverts commit 229e614d
2020-01-05 12:40:33 +01:00
Ellpeck 229e614d4a added tiled map copying 2020-01-05 01:33:13 +01:00