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

179 commits

Author SHA1 Message Date
Ellpeck
422f0834b3 fixed tiled color parsing 2020-04-30 21:15:28 +02:00
Ellpeck
35f53a978b don't unnecessarily cast ninepatch regions to int 2020-04-26 16:10:32 +02:00
Ellpeck
52328cc18d fixed GenericDataHolder nre 2020-04-26 02:19:58 +02:00
Ellpeck
18c79bbf3a unify versions and update 2020-04-25 23:35:54 +02:00
Ellpeck
74f0007280 fixed textinputwrapper not working on core 2020-04-25 23:30:17 +02:00
Ellpeck
36357f0253 link to wiki in text input wrapper 2020-04-23 19:29:33 +02:00
Ellpeck
d419b1095e make sure disposable assets are only marked once 2020-04-22 13:52:25 +02:00
Ellpeck
9c7f4fcfed xml reader 2020-04-22 00:47:09 +02:00
Ellpeck
99d286d834 raw content manager 2020-04-22 00:30:55 +02:00
Ellpeck
9db6a52999 actually make this take a window, makes more sense 2020-04-19 03:24:43 +02:00
Ellpeck
0ee7f74efd updated and fixed android demo 2020-04-19 03:20:25 +02:00
Ellpeck
bc61e36ac5 actually append ellipsis to the right end 2020-04-11 15:47:33 +02:00
Ellpeck
e4ba2bc38f allow adding ellipsis to truncatestring 2020-04-11 15:44:55 +02:00
Ellpeck
d5ce920e52 added text aligning to generic fonts 2020-04-11 15:32:01 +02:00
Ellpeck
5404c36f73 mark replay as obsolete 2020-04-11 15:15:04 +02:00
Ellpeck
ff69aba67a update 2020-04-11 03:24:40 +02:00
Ellpeck
38725d7267 use infinite cost for astar 2020-04-08 17:45:12 +02:00
Ellpeck
f4bec17448 made text formatting codes ignore case 2020-04-06 02:20:57 +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
f57031a9db turns out setting a null render target also just sets a null array 2020-04-03 00:59:27 +02:00
Ellpeck
5a8e74c5f3 added a way to using() a render target while applying the previous ones easily 2020-04-02 17:47:11 +02:00
Ellpeck
80f36c78bd a lot of font cleanup 2020-03-28 22:25:06 +01:00
Ellpeck
138f683776 use stopwatch for a* timing 2020-03-21 16:02:11 +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
9f43924e47 made the GetOneEmString method more generic 2020-03-21 00:12:09 +01:00
Ellpeck
a3f39f170a added some more information to formatted text 2020-03-20 20:58:15 +01:00
Ellpeck
9dfb6134bb fixed split strings having a trailing space 2020-03-19 03:50:01 +01:00
Ellpeck
d0370e583e added direction rotation methods 2020-02-27 19:15:02 +01:00
Ellpeck
f544e5d951 update 2020-02-26 10:29:58 +01:00
Ellpeck
7a06f82ab3 added a dotnet core template 2020-02-26 10:18:24 +01:00
Ellpeck
0046811ca0 added project templates 2020-02-24 17:34:05 +01:00
Ellpeck
be2498e583 added a None TextInputWrapper 2020-02-24 14:16:05 +01:00
Ellpeck
0adb444c69 indent this a bit nicer 2020-02-24 14:05:07 +01:00
Ellpeck
08c4281da1 added a new text input system 2020-02-24 14:03:53 +01:00
Ellpeck
719bdc7176 make MLEM.Ui not crash on DesktopGL.Core 2020-02-24 00:42:01 +01:00
Ellpeck
f96e0ae625 use VersionPrefix to make VersionSuffix work 2020-02-21 15:13:07 +01:00
Ellpeck
2e8e17b373 make eventargs more generic so that this also works with the core version of monogame 2020-02-10 23:54:27 +01:00
Ellpeck
9366890aaa fixed WindowExtensions not working on Release 2020-02-10 23:52:09 +01:00
Ellpeck
2083868874 fixed animations using the wrong index 2020-02-08 18:29:07 +01:00
Ellpeck
f8f4dfbff4 use toString shorthand 2020-02-08 18:25:49 +01:00
Ellpeck
72eff17d5f made text formatting and line splitting preserve spaces properly 2020-02-08 18:24:14 +01:00
Ellpeck
ed5114d089 added FindPathAsync 2020-02-06 17:43:34 +01:00
Ellpeck
5bf111d05a fixed SplitString not respecting long words 2020-02-06 02:27:21 +01:00
Ellpeck
b3331834e1 I did not want to push this here
This reverts commit ee511137
2020-02-06 01:51:41 +01:00
Ellpeck
ee5111372b part 1 2020-02-06 01:33:24 +01:00
Ellpeck
e37cfed757 added the ability to have mixed formatting 2020-02-03 15:38:27 +01:00
Ellpeck
556998239e Revert "formatting code redesign, part 1: Regex!"
This reverts commit b480026b
2020-02-03 04:37:14 +01:00
Ellpeck
d78448a4ed Revert "part 2: format state and making the codes do the work"
This reverts commit 02b25236
2020-02-03 04:36:49 +01:00