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

311 commits

Author SHA1 Message Date
Ellpeck
a0f0859ba2 don't consider hidden elements for the active root 2019-12-25 00:28:08 +01:00
Ellpeck
d70e89aff6 fixed what I just did 2019-12-24 17:52:16 +01:00
Ellpeck
fff25c6c12 made panels without content not crash 2019-12-24 17:48:57 +01:00
Ellpeck
a53179e2d8 right 2019-12-20 23:35:38 +01:00
Ellpeck
9781722ae4 make json writing deal with defaults easily 2019-12-20 23:32:40 +01:00
Ellpeck
1d56cbd8eb added a basic object serialization handler 2019-12-20 22:02:17 +01:00
Ellpeck
9b28ff4113 use decompress for json saving instead 2019-12-20 17:58:56 +01:00
Ellpeck
8968ec3ce0 fixed write and read object 2019-12-20 15:07:25 +01:00
Ellpeck
8520ae8901 added mlem.data 2019-12-20 15:03:33 +01:00
Ellpeck
ca258fe41a made paragraphs and images use their callbacks when updating their area so that the first visible frame already has the right data 2019-12-19 14:04:50 +01:00
Ellpeck
c704aa6160 allow children to be reversed 2019-12-19 12:52:31 +01:00
Ellpeck
6faba05b24 made elements be able to set both width and height automatically 2019-12-19 12:50:50 +01:00
Ellpeck
c6fff090e6 added an easy way to find objects on a tiled map 2019-12-19 00:27:56 +01:00
Ellpeck
da244dd33e added a utility method to get all tiles from a position in tiled 2019-12-17 21:02:09 +01:00
Ellpeck
8dcf3d8e63 made disabling scroll bar hiding easier for the panel 2019-12-14 14:10:38 +01:00
Ellpeck
b83d7f3526 whoops 2019-12-14 14:07:00 +01:00
Ellpeck
dbe7980add made padding a lot more versatile in mlem.ui 2019-12-14 14:00:12 +01:00
Ellpeck
b8e73717f4 made panels update their draw area properly in drawearly 2019-12-12 22:56:49 +01:00
Ellpeck
1e62513e25 added a way to sort an element's children 2019-12-12 21:14:41 +01:00
Ellpeck
8d3afcf276 made CanSelectContent be set automatically by the root through adding more events 2019-12-08 21:49:15 +01:00
Ellpeck
7118e323b3 don't notify when moving to back or front 2019-12-07 18:41:58 +01:00
Ellpeck
d3dc40600e added stub tileset tiles to make interaction with tiled easier 2019-12-07 15:17:40 +01:00
Ellpeck
e994793ad3 added a utility class that stores a layer, an x and a y 2019-12-07 13:00:50 +01:00
Ellpeck
3298608141 add a tiled method to get the index of a layer 2019-12-07 12:56:01 +01:00
Ellpeck
7952ba1582 made the individual tile map renderer show animations 2019-12-07 02:24:02 +01:00
Ellpeck
f93117622c made collision infos update properly on tile removal 2019-12-07 02:08:21 +01:00
Ellpeck
31294f1873 added default color to button 2019-12-06 21:18:43 +01:00
Ellpeck
548e603900 made cameras snap right in small rooms and made panels not require a texture 2019-12-06 20:54:30 +01:00
Ellpeck
2bd62ee09d tiled sanity check 2019-12-06 16:12:57 +01:00
Ellpeck
e75f87f4be update 2019-12-05 22:19:58 +01:00
Ellpeck
af7fb342d7 made windowextensions a lot cleaner 2019-12-05 22:15:49 +01:00
Ellpeck
5d9c480160 made the android project work again :^) 2019-12-05 22:09:11 +01:00
Ellpeck
f5b2ef01f3 made the uniform texture atlas have the ability to have non-square regions 2019-12-05 20:43:31 +01:00
Ellpeck
ff42233222 made input handler and ui system gamecomponents 2019-12-05 17:52:25 +01:00
Ellpeck
f86944ee9a added DoUpdate to MlemGame 2019-12-05 17:35:24 +01:00
Ellpeck
0c74dfc38e allow for ui element removal during its update 2019-12-05 14:59:53 +01:00
Ellpeck
bffcab3130 added onrootremoved and on rootadded events to ui system 2019-12-05 14:53:13 +01:00
Ellpeck
69fd9797d0 random extensions 2019-12-04 13:06:53 +01:00
Ellpeck
16c0424f65 don't type in hidden text fields 2019-12-04 01:32:00 +01:00
Ellpeck
f1702ee5b2 added a way to tell ui controls to ignore certain input types 2019-12-04 01:17:16 +01:00
Ellpeck
d224d57cf2 added a handler for this 2019-12-01 22:58:20 +01:00
Ellpeck
4325d51c95 this was bothering me 2019-12-01 22:55:17 +01:00
Ellpeck
4cc2881438 made rectanglef a datacontract 2019-12-01 22:52:55 +01:00
Ellpeck
5b89140df4 use sealed on draw in mlem.startup 2019-12-01 20:25:25 +01:00
Ellpeck
3dcc5fa9f5 fixed blank tiles not being properly overridden using the individual tiled map renderer 2019-12-01 16:57:34 +01:00
Ellpeck
56db141a68 fixed the ui demo 2019-11-20 15:01:24 +01:00
Ellpeck
25774dc8dd update coroutine 2019-11-20 11:40:41 +01:00
Ellpeck
4888bb0fd7 made dropdowns only have high priority when opened and fixed panels sometimes ignoring priority 2019-11-18 22:36:55 +01:00
Ellpeck
89f957f8b6 set the area dirty when adding/removing ui elements 2019-11-18 02:20:09 +01:00
Ellpeck
2d35322a5f move some package dependencies around 2019-11-18 02:19:16 +01:00