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

594 commits

Author SHA1 Message Date
Ellpeck fc2987fc86
Update FUNDING.yml
this is my final decision
2020-06-15 02:09:38 +02:00
Ellpeck 458d8f4140
Update FUNDING.yml 2020-06-15 02:04:40 +02:00
Ellpeck e92887a61c
Update FUNDING.yml 2020-06-15 02:04:16 +02:00
Ellpeck 1f7bede8e2
Create FUNDING.yml 2020-06-15 02:03:35 +02:00
Ellpeck 0ea22435c2 updated dependencies 2020-06-13 03:19:20 +02:00
Ellpeck 0a8a3c3660 removed some obsolete features 2020-06-12 17:19:19 +02:00
Ellpeck 251261f3d7 added a more generic keybind and input handling system 2020-06-12 17:09:35 +02:00
Ellpeck 601423407d added PreventParentSpill to Element 2020-06-12 02:04:01 +02:00
Ellpeck f2c544dc65 modified link behavior for paragraphs to be easier to modify 2020-06-09 18:56:01 +02:00
Ellpeck a0837fdcb7 modify friends article 2020-06-06 03:12:18 +02:00
Ellpeck 1347d0bb1e use HasFlag in InputHandler for better readability 2020-06-05 23:56:53 +02:00
Ellpeck 1d38262388 only use nbsp in image codes if the font supports it 2020-06-04 22:18:53 +02:00
Ellpeck 6b1e5f8dd9 better implementation of the touch mousing from yesterday 2020-06-04 20:52:21 +02:00
Ellpeck 81ed3d3bee Revert "made elements also show their mouse over graphic when they're being touched"
This reverts commit d7f43617
2020-06-03 17:01:58 +02:00
Ellpeck f70b1266f9 Revert "only count an element as touched if no other gestures are active"
This reverts commit 08188a1a
2020-06-03 16:18:17 +02:00
Ellpeck 08188a1a8f only count an element as touched if no other gestures are active 2020-06-03 16:14:45 +02:00
Ellpeck d7f43617c6 made elements also show their mouse over graphic when they're being touched 2020-06-03 15:58:08 +02:00
Ellpeck 3d1b660c9f don't use nbsp for image codes 2020-06-03 00:23:04 +02:00
Ellpeck 79e0e1a63e added percentage sizing based on own data to element 2020-06-02 23:00:40 +02:00
Ellpeck b0309c9707 added ScaleOrigin to RootElement 2020-06-02 16:15:41 +02:00
Ellpeck 95917e08d6 only mark element parent dirty when setting priority if it actually changed 2020-06-02 13:40:05 +02:00
Ellpeck c7de0322b0 sanity check for panel render target size 2020-06-01 21:34:55 +02:00
Ellpeck 62c8b7766c fixed camera's ConstrainWorldBounds midpoint formula being incorrect 2020-06-01 17:00:32 +02:00
Ellpeck b237c0fcc4 added SetGesturesEnabled 2020-05-31 21:10:01 +02:00
Ellpeck af7e22d2af added DisableGestures to InputHandler 2020-05-31 20:49:03 +02:00
Ellpeck d3e8a9f811 allow multiple gestures to be queried simultaneously in GetGesture 2020-05-31 20:07:10 +02:00
Ellpeck 6c03ef2bd9 fixed hidden panels trying to update, causing a crash 2020-05-30 22:48:09 +02:00
Ellpeck 78049c9cd8 fixed formatting codes at the beginning of strings being ignored 2020-05-30 19:17:18 +02:00
Ellpeck c41875d574 update mlem.templates to use monogame 3.8 2020-05-30 16:34:51 +02:00
Ellpeck 7ba14ba7f5 removed parentheses around MLEM's name 2020-05-28 00:49:29 +02:00
Ellpeck b270fe3977 made link clusters be selected properly 2020-05-27 15:19:17 +02:00
Ellpeck 5de1674351 let's actually start making prereleases be versioned like prereleases 2020-05-25 22:52:35 +02:00
Ellpeck dce6499a0c added TextureExtensions 2020-05-25 22:01:41 +02:00
Ellpeck 915506d8d1 updated mlem in the templates to 3.3 2020-05-24 01:35:01 +02:00
Ellpeck 12cc7a02c7 added DrawGrid to MLEM.Extended 2020-05-23 22:31:20 +02:00
Ellpeck d1a895e3a1 updated documentation for 3.3.2 release 2020-05-22 23:31:23 +02:00
Ellpeck eabb95d51a possibly fixed the favicon having the wrong format 2020-05-22 21:36:40 +02:00
Ellpeck 072685272d skip duplicate nuget packages so that rebuilding doesn't fail in the future 2020-05-22 21:05:12 +02:00
Ellpeck 98b3e1062a fixed build runner permissions 2020-05-22 20:59:43 +02:00
Ellpeck fea255dd49 update 2020-05-22 20:33:16 +02:00
Ellpeck 3f60b2460c finished the xml documentation for all packages 2020-05-22 20:32:38 +02:00
Ellpeck f12284169e full xml documentation for MLEM.Ui 2020-05-22 17:02:24 +02:00
Ellpeck 1729b56f28 clean up docfx a bit 2020-05-22 13:47:33 +02:00
Ellpeck 5b061e3c60 actually use criteria to skip push 2020-05-22 01:44:47 +02:00
Ellpeck 044e0cd23c only push to nuget on master and release branches! 2020-05-22 01:35:13 +02:00
Ellpeck dd63f121da downgrade docfx to a version that works 2020-05-21 23:28:24 +02:00
Ellpeck 139f9ff763 exclude auto-generated doc files 2020-05-21 23:20:50 +02:00
Ellpeck 9573682304 also use documentation metadata for cake builds 2020-05-21 23:19:16 +02:00
Ellpeck 508d3cf077 actually copy the docs to the website when releasing 2020-05-21 23:07:43 +02:00
Ellpeck bfb1c1cef6 release update 2020-05-21 23:05:11 +02:00