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

374 commits

Author SHA1 Message Date
Ellpeck
ee5111372b part 1 2020-02-06 01:33:24 +01:00
Ellpeck
64749c31ce make MlemGame.cs use some more sensible defaults 2020-02-05 22:51:47 +01:00
Ellpeck
3f36093957 allow a paragraph to modify its rendered text for animations 2020-02-03 23:42:30 +01:00
Ellpeck
e37cfed757 added the ability to have mixed formatting 2020-02-03 15:38:27 +01:00
Ellpeck
347da85b10 whoops 2020-02-03 04:39:28 +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
Ellpeck
02b25236b1 part 2: format state and making the codes do the work 2020-02-03 04:25:12 +01:00
Ellpeck
b480026b7e formatting code redesign, part 1: Regex! 2020-02-03 03:04:13 +01:00
Ellpeck
69fdd784a7 Revert "made the default text input style be desktopgl"
This reverts commit aa64ebc0
2020-02-01 21:16:27 +01:00
Ellpeck
0904368151 Revert "changed text input style to work on all devices including web"
This reverts commit 053724e4
2020-02-01 21:16:10 +01:00
Ellpeck
aa64ebc0ef made the default text input style be desktopgl 2020-02-01 20:51:41 +01:00
Ellpeck
053724e4f8 changed text input style to work on all devices including web 2020-02-01 20:50:42 +01:00
Ellpeck
e635f23c1b remove these obsolete methods 2020-01-30 14:05:36 +01:00
Ellpeck
c209078661 added a corner-based rectangleF method to fix the pathfinding demo 2020-01-30 01:08:10 +01:00
Ellpeck
60e512f9b1 Merge remote-tracking branch 'origin/master' 2020-01-30 00:55:09 +01:00
Ellpeck
074fea5fd0 banish MonoGame.Extended from everything but MLEM.Extended 2020-01-30 00:55:02 +01:00
Ellpeck
5786fcabbd
Delete dotnetcore.yml 2020-01-28 16:10:34 +01:00
Ellpeck
293ed5b3ef
Update dotnetcore.yml 2020-01-28 16:08:10 +01:00
Ellpeck
42e41ae87f
update dotnet version 2020-01-28 16:06:56 +01:00
Ellpeck
72dfc9170b
Create dotnetcore.yml 2020-01-28 16:03:11 +01:00
Ellpeck
14bce69521 this has been bugging me for a while 2020-01-27 22:31:09 +01:00
Ellpeck
0824ba1098 added ApplyChangesSafely 2020-01-26 01:31:40 +01:00
Ellpeck
58b90d90be Revert "made graphics extensions not cause an exception"
This reverts commit 0a1147df
2020-01-26 01:20:20 +01:00
Ellpeck
0a1147df9d made graphics extensions not cause an exception 2020-01-26 01:18:53 +01:00
Ellpeck
00b07e1c45 update 2020-01-23 01:25:50 +01:00
Ellpeck
7ca8256b77 added a weight-based list randomness function 2020-01-17 01:33:31 +01:00
Ellpeck
7e6534bfc1 added the option to disable buttons 2020-01-15 17:05:28 +01:00
Ellpeck
2ac28eced3 made instances be unique for each element 2020-01-14 22:41:52 +01:00
Ellpeck
9aebce96e8 added the ability to add sounds to elements 2020-01-14 22:39:40 +01:00
Ellpeck
deaa841657 only return non-blank tiles in TiledExtensions 2020-01-14 14:46:06 +01:00
Ellpeck
1ec8416ab7 allowed to set a speed multiplier for animations 2020-01-09 21:38:04 +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
Ellpeck
6a4d70038a rename to fit the style better 2020-01-04 21:57:10 +01:00
Ellpeck
529b725161 added random vector method 2020-01-04 21:55:10 +01:00
Ellpeck
e20a51ef23 allowed formatting codes to contain sprite animations 2020-01-04 00:27:45 +01:00
Ellpeck
c9d1fc4b47 added index-based getter to texture atlas 2020-01-03 15:51:31 +01:00
Ellpeck
57fcc66054 fixed animation group sorting being off 2020-01-02 21:48:02 +01:00
Ellpeck
00e0ef8bc6 update 2020-01-01 13:00:33 +01:00
Ellpeck
56fbc77df7 added flipping to tile collisions, as well as an option to make custom collisions 2020-01-01 12:41:48 +01:00
Ellpeck
45c725f5ef added tile flipping to the renderer 2020-01-01 12:18:35 +01:00
Ellpeck
43b665642d made tooltips be panels and remove the weird paragraph background thing 2019-12-31 14:08:13 +01:00
Ellpeck
e2682e866d added the layer to collision infos 2019-12-30 19:19:40 +01:00
Ellpeck
da603c5f05 made custom draw groups be a bit easier to use 2019-12-29 19:28:56 +01:00
Ellpeck
bbdb424cbe made all groups update their areas manually since they don't draw it 2019-12-29 15:25:33 +01:00
Ellpeck
31d805fc04 fixed elements sometimes not notifying their auto-adjusting parents 2019-12-29 15:18:49 +01:00
Ellpeck
fb48386aad actually use math 2019-12-29 12:05:49 +01:00
Ellpeck
7dbc5dd608 added angle method to direction 2019-12-29 11:41:11 +01:00
Ellpeck
73f9653ddc made tooltips groups so that more stuff can be added to them easily 2019-12-28 14:23:40 +01:00