1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-06-15 18:24:31 +02:00
Commit graph

887 commits

Author SHA1 Message Date
Ellpeck
36204e40cb turn some points into vectors for added precision 2019-09-26 22:16:21 +02:00
Ellpeck
84d5d3ab18 fixed elements' hover states being judged by their full areas 2019-09-26 19:36:15 +02:00
Ellpeck
401a89e295 fixed paragraphs not having their hidden property initialized at startup 2019-09-26 19:35:22 +02:00
Ellpeck
9e798f835c fixed position offset being ignored for inline components 2019-09-26 18:56:09 +02:00
Ellpeck
1ce08cce49 add a getter to the image component 2019-09-26 17:39:38 +02:00
Ellpeck
45f48cc8fd fixed tile map collisions going out of bounds with big areas 2019-09-25 21:06:56 +02:00
Ellpeck
edcc7d44b5 make tiled extension area position optional 2019-09-25 20:37:20 +02:00
Ellpeck
abef3cdf1a update 2019-09-25 16:49:03 +02:00
Ellpeck
78da85bbfc added some more element events 2019-09-25 16:47:27 +02:00
Ellpeck
ae4ced1cc1 added some more element events 2019-09-25 16:47:19 +02:00
Ellpeck
026b79b61e fixed progress bars overshooting their ninepatch areas 2019-09-25 16:39:17 +02:00
Ellpeck
b44ae420fc update 2019-09-24 20:25:40 +02:00
Ellpeck
bf59b68489 fix sprite effects not actually being passed 2019-09-24 20:23:05 +02:00
Ellpeck
84e1958b4e add a tiled method that doesn't require ushort casts to get tiles 2019-09-24 12:26:38 +02:00
Ellpeck
dbe02645f1 some tiled sanity checks 2019-09-24 12:21:12 +02:00
Ellpeck
d610899b7d update 2019-09-20 13:53:50 +02:00
Ellpeck
a048daefbf made panels only draw and update their visible children 2019-09-20 13:48:49 +02:00
Ellpeck
c5170917fb fixed custom draw groups not working outside of a render target 2019-09-20 13:22:05 +02:00
Ellpeck
ae849c63e7 added a sandbox 2019-09-19 20:23:18 +02:00
Ellpeck
16e7212190 move out updating draw and collision info so that, when a tile on the map gets changed, they can be called individually 2019-09-19 11:11:47 +02:00
Ellpeck
6f8a414ee2 move the depth function to assign depth statically 2019-09-18 18:47:10 +02:00
Ellpeck
d2f4af23a5 update 2019-09-18 15:55:07 +02:00
Ellpeck
55c9e061f8 added tiled map collisions 2019-09-18 15:54:20 +02:00
Ellpeck
5f0585e615 updeet 2019-09-18 14:12:25 +02:00
Ellpeck
2dc2a379eb for some reason the android project needs this 2019-09-18 14:10:42 +02:00
Ellpeck
cd46345dfb added some tiled stuff to extended 2019-09-18 14:09:15 +02:00
Ellpeck
f76833e098 update 2019-09-17 20:44:32 +02:00
Ellpeck
8e7ee0011e fixed textureregion not respecting layer depth 2019-09-17 20:43:25 +02:00
Ellpeck
0010b94b59 update 2019-09-17 19:32:31 +02:00
Ellpeck
76bba86b0c fixed a ui system crash when there is no active root 2019-09-17 19:30:54 +02:00
Ellpeck
b699333434 added a condition to removechildren 2019-09-17 14:06:10 +02:00
Ellpeck
e7c7a5bbc2 fixed tooltips removing themselves from a nonexistant system if an element gets removed 2019-09-15 02:21:42 +02:00
Ellpeck
b0aab6fe60 update 2019-09-15 02:17:23 +02:00
Ellpeck
07b6853e0c give access to all of the element callbacks in the ui system 2019-09-13 13:57:25 +02:00
Ellpeck
03923f91f6 some exception handling 2019-09-13 11:53:28 +02:00
Ellpeck
150d6f771a upgrade images a bit 2019-09-12 18:44:24 +02:00
Ellpeck
4d87068090 update 2019-09-12 12:42:33 +02:00
Ellpeck
8afe9962fb added a dropdown menu and also fixed some issues 2019-09-12 12:39:18 +02:00
Ellpeck
0ad17fc40c added a method to remove all children from an element 2019-09-12 11:52:47 +02:00
Ellpeck
3f66430d90 made image automatically set its area dirty when necessary 2019-09-11 21:01:08 +02:00
Ellpeck
3b76ff1f2a added a uniform texture atlas class 2019-09-11 20:50:21 +02:00
Ellpeck
db606143d1 made images unmouseable by default 2019-09-11 20:10:28 +02:00
Ellpeck
3796cc5ef0 made a bunch of stuff in UiControls virtual so that changing more complex aspects is easier 2019-09-11 18:44:05 +02:00
Ellpeck
b8bf5c28d9 make the elementhelper's last column use AutoInlineIgnoreOverflow to avoid imperfect rounding causing it to move down 2019-09-11 15:03:10 +02:00
Ellpeck
2084f927ae fixed the slider using the wrong left and right buttons 2019-09-11 12:30:29 +02:00
Ellpeck
88ce9de00a disallow progress bars from being selected 2019-09-11 10:51:57 +02:00
Ellpeck
e38d95c665 make next elements into delegates rather than a method 2019-09-11 10:49:51 +02:00
Ellpeck
39be76fbbf made more buttons configurable in the ui controls 2019-09-11 10:44:23 +02:00
Ellpeck
9e5f324652 added progress bars 2019-09-10 23:28:25 +02:00
Ellpeck
7e8da6d838 fixed gamepad indices not being taken into account for directions in ui 2019-09-10 12:40:22 +02:00