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

523 commits

Author SHA1 Message Date
Ellpeck
b836b486a2 fixed style changes not forcing ui elements to update 2020-05-20 21:22:02 +02:00
Ellpeck
979dce510e modify link regex to allow for no destination to be specified 2020-05-20 01:02:18 +02:00
Ellpeck
af1918d545 added child addition and removal callbacks 2020-05-20 00:48:53 +02:00
Ellpeck
2461b78f1b made multi-line links be highlighted together 2020-05-19 21:52:29 +02:00
Ellpeck
500a771136 fixed generic bitmap fonts not calculating character width correctly 2020-05-18 23:24:38 +02:00
Ellpeck
728e2a53f2 fixed font formatting codes not having priority 2020-05-17 14:26:45 +02:00
Ellpeck
5115bd8ca6 some element code cleanup 2020-05-17 00:59:15 +02:00
Ellpeck
85e63ac998 modify unnecessarily thorough SetAreaDirty when adding/removing children 2020-05-17 00:33:16 +02:00
Ellpeck
037ed43410 streamline ui text formatting and paragraph links 2020-05-17 00:10:29 +02:00
Ellpeck
fad06f28be modified link codes to use paragraphs' OnPressed 2020-05-16 01:56:00 +02:00
Ellpeck
7f0a8289e3 added link formatting codes! 2020-05-15 22:15:24 +02:00
Ellpeck
9ce01bc6f2 added underlined formatting code 2020-05-15 21:31:37 +02:00
Ellpeck
8229ce8517 maybe actually commit everything! 2020-05-15 19:56:16 +02:00
Ellpeck
fcd898e16b finished the new formatting, finally! 2020-05-15 19:55:59 +02:00
Ellpeck
011f9dd4f1 added old formatting codes to the new system 2020-05-15 14:22:33 +02:00
Ellpeck
d28239291c fixed line splitting with the new formatting 2020-05-15 13:16:03 +02:00
Ellpeck
8398499edd new text formatting, part 1 2020-05-15 00:34:04 +02:00
Ellpeck
f72962808b cleaned up the demos a bit 2020-05-14 15:42:40 +02:00
Ellpeck
f5043eea30 fixed status bar and display offset in android demo 2020-05-13 22:11:33 +02:00
Ellpeck
3170d45bc1 removed perlin noise since it doesn't fit the other features and there are a lot of better implementations out there 2020-05-11 19:26:45 +02:00
Ellpeck
efed3d9e12 some controls helper methods 2020-05-04 16:41:54 +02:00
Ellpeck
f8642dfb9e update dependencies 2020-04-30 22:11:19 +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
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
3f89b47eef added RawJsonReader to MLEM.Data 2020-04-22 13:44:49 +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
c16c2ef693 fixed android screen sizes being incorrect 2020-04-19 14:04:44 +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
e4ef171b44 apparently stage names can't exist twice 2020-04-11 03:22:35 +02:00
Ellpeck
6b073d7174 create automatic pack/publish for release branch 2020-04-11 03:21:55 +02:00
Ellpeck
9010b9a403 Revert "allow trimming the core template"
This reverts commit c9987633
2020-04-09 13:26:33 +02:00
Ellpeck
c998763365 allow trimming the core template 2020-04-09 03:41:42 +02:00
Ellpeck
e813e6f141 Merge remote-tracking branch 'origin/master' 2020-04-08 17:45:21 +02:00
Ellpeck
38725d7267 use infinite cost for astar 2020-04-08 17:45:12 +02:00
Ellpeck
7faa153abf
Update README.md 2020-04-06 02:38:51 +02:00
Ellpeck
f4bec17448 made text formatting codes ignore case 2020-04-06 02:20:57 +02:00