Ellpeck
|
55286e9e83
|
added contentless to mlem.startup
|
2019-11-07 02:22:31 +01:00 |
|
Ellpeck
|
812b7c1f04
|
actually check left anchors for rightmost child instead of right anchors
|
2019-11-06 15:05:46 +01:00 |
|
Ellpeck
|
061f8279d7
|
get lowest elements towards the end of the list
|
2019-11-05 22:08:19 +01:00 |
|
Ellpeck
|
6340f75acc
|
added SetWidthBasedOnChildren
|
2019-11-05 21:44:51 +01:00 |
|
Ellpeck
|
a5f6e83321
|
clean the element helper methods up a bit
|
2019-11-05 21:33:45 +01:00 |
|
Ellpeck
|
034aeec1e3
|
update
|
2019-11-05 13:52:17 +01:00 |
|
Ellpeck
|
aecf1a565e
|
fixed setheightbasedonchildren causing stack overflow on uneven resolutions
|
2019-11-05 13:50:01 +01:00 |
|
Ellpeck
|
f1c9ba5517
|
fixed the panel updating its render target too often
|
2019-11-05 13:42:39 +01:00 |
|
Ellpeck
|
f28e234392
|
made style props a lot easier to use
|
2019-11-05 13:28:41 +01:00 |
|
Ellpeck
|
7f81f6469f
|
fixed scroll bars still ceiling their values
|
2019-11-02 22:38:44 +01:00 |
|
Ellpeck
|
da04514d05
|
updeet
|
2019-11-02 15:06:58 +01:00 |
|
Ellpeck
|
1c8a32b8dc
|
removed the rectanglef extension since we have our own now
|
2019-11-02 14:56:16 +01:00 |
|
Ellpeck
|
32c8147a4c
|
added a rectanglef class which allows mlem to use decimal coordinates
|
2019-11-02 14:53:59 +01:00 |
|
Ellpeck
|
cb7abbbbef
|
fixed some panel issues
|
2019-11-02 14:21:42 +01:00 |
|
Ellpeck
|
3723c3ec97
|
updeet
|
2019-10-17 18:06:12 +02:00 |
|
Ellpeck
|
ee35509f23
|
made ui styling a lot more user friendly
|
2019-10-14 21:28:12 +02:00 |
|
Ellpeck
|
7392aa40fe
|
update
|
2019-10-02 14:10:41 +02:00 |
|
Ellpeck
|
02500ee1b5
|
fixed sprite animation groups not having an animation in the first frame
|
2019-09-30 20:55:50 +02:00 |
|
Ellpeck
|
bc6ad3adef
|
allow paragraph fonts to be changed
|
2019-09-26 22:28:48 +02:00 |
|
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 |
|