1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-05-31 12:23:38 +02:00
Commit graph

1487 commits

Author SHA1 Message Date
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
Ellpeck 3627dfe290 don't include contentless by default 2019-11-18 00:57:07 +01:00
Ellpeck ee051f2ab0 added camera scaling 2019-11-10 22:36:25 +01:00
Ellpeck 47af6f992a update 2019-11-08 15:39:02 +01:00
Ellpeck 84e388677c added a setfullscreen method 2019-11-08 15:35:15 +01:00
Ellpeck 264d3ee313 add a soundeffectinstance replay method 2019-11-07 14:50:10 +01:00
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