1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-05-29 11:33:37 +02:00
Commit graph

1363 commits

Author SHA1 Message Date
Ell 4863b5504b restored FNA compatibility 2023-05-15 18:05:47 +02:00
Ell 99b45b09d9 Improved RuntimeTexturePacker performance for differently sized textures 2023-05-15 17:50:41 +02:00
Ell e623eff02d added additional texture packer tests 2023-05-15 17:35:29 +02:00
Ell 1d4a2ebdf7 reduce header levels in README to allow for TOC navigation on the docs site 2023-05-10 23:06:34 +02:00
Ell e09484cbe7 Fixed GetRandomWeightedEntry distribution not being equal for equal weights 2023-04-26 21:49:43 +02:00
Ell 230f2e954c Fixed TextInput and Slider still reacting to input when they are selected, but not part of the active root 2023-04-24 11:15:16 +02:00
Ell b289bbd98e skip checkout when publishing docs 2023-04-16 13:40:27 +02:00
Ell c77ec3765c include correct readme file in packages 2023-04-16 13:37:43 +02:00
Ell a8e5c93fe4 prepend ci. to prerelease build numbers to be more in line with semver spec 2023-04-16 13:30:49 +02:00
Ell 39ade19d47 publish tests and coverage correctly 2023-04-15 17:38:58 +02:00
Ell 08931b49ac ensure all stages run on the same node 2023-04-15 17:19:26 +02:00
Ell 1f315def2d Merge remote-tracking branch 'origin/main' 2023-04-15 15:12:02 +02:00
Ell 1e16c6fdc5 some docs website improvements with new docfx version 2023-04-15 15:11:50 +02:00
Ell 1b2cbb6afd ensure docs are published on a web agent 2023-04-12 22:19:57 +02:00
Ell 5f02e701d9 updated to the new docfx modern template 2023-04-08 15:30:42 +02:00
Ell 2265af3fae Improved the SquishingGroup algorithm by prioritizing each element's final size 2023-04-06 17:15:57 +02:00
Ell 1a7cb65cf2 Fixed Paragraph and Checkbox not reacting to SquishingGroup sizing properly 2023-04-06 15:54:24 +02:00
Ell 4994bb3d5d updated monogame .net tools 2023-04-06 15:25:20 +02:00
Ell 6607a5f48c net7.0 2023-03-29 23:31:30 +02:00
Ell eda9531566 updated fnalibs for demos and tests 2023-03-29 22:17:09 +02:00
Ell da2fab9b57 dependency and submodule update 2023-03-29 21:54:30 +02:00
Ell e0d4bb3472 Ensure auto anchors keep their initial values if no siblings can be found (94a54c3) 2023-03-29 21:00:17 +02:00
Ell db454ebd71 Fixed AutoInline elements overflowing into their parent if it's taller 2023-03-29 20:56:56 +02:00
Ell 94a54c336e Added AutoInlineCenter and AutoInlineBottom anchors 2023-03-29 20:51:34 +02:00
Ell bef670c09b cleaned up Friends of MLEM section 2023-03-28 22:55:09 +02:00
Ell a4f00c9eed added Touchy Tickets to Made with MLEM section 2023-03-07 11:08:52 +01:00
Ell 24a4c23be5 additional documentation article improvements 2023-03-05 20:31:09 +01:00
Ell 12af816a90 improved various documentation articles 2023-03-05 18:42:21 +01:00
Ell 5086101bad Allow setting ExternalGestureHandling through the InputHandler constructor 2023-03-04 23:41:25 +01:00
Ell 8a4dc11072 Marked GetDownTime, GetUpTime and GetTimeSincePress in Keybind and Combination as obsolete 2023-03-04 23:05:17 +01:00
Ell 5c8b535fe4 fixed issues in the android demo's release mode 2023-03-04 12:10:16 +01:00
Ell 7a54e4aa2d added a default constructor to Combination 2023-03-03 14:24:35 +01:00
Ell a84fd764c5 some GenericInput and Keybind improvements 2023-03-03 14:02:05 +01:00
Ell 3968f7dfae Added a simple outline formatting code 2023-02-23 15:18:07 +01:00
Ell d8314877c8 improved text formatting demo 2023-02-23 14:33:03 +01:00
Ell b69a2c4755 Allow changing the default values used by default TextFormatter codes 2023-02-22 18:48:12 +01:00
Ell fd642637a1 fixed changelog formatting error 2023-02-21 17:21:19 +01:00
Ell c4836eedd6 Increased some recursion limits, and added useful Element ToString 2023-02-20 11:01:15 +01:00
Ell dbd7f66c89 slightly improved A* documentation 2023-02-18 12:32:32 +01:00
Ell 695fba59a4 updated changelog 2023-02-17 20:38:06 +01:00
Ell 4029adb4bf Fixed TextInput drawing characters with the wrong width if a masking character is used 2023-02-17 18:33:56 +01:00
Ell a47d3f50cb Fixed TextInputs behaving incorrectly when switching between multiline and single-line modes 2023-02-17 13:16:49 +01:00
Ell f6beaff43a Fixed a multiline text field's cursor not returning to the default position when the last character is removed 2023-02-13 14:37:20 +01:00
Ell aef6f7bd58 Fixed control characters being included in TextInput and TextField 2023-02-13 14:27:39 +01:00
Ell 7b2306f58f fixed docfx cake tool 2023-02-09 23:19:42 +01:00
Ell 1d26cf017d updated docfx and improved website style slightly 2023-02-09 22:52:31 +01:00
Ell 6be4143331 Fixed images not updating their hidden state properly when the displayed texture changes 2023-02-03 11:31:18 +01:00
Ell 7f7a9c6415 Revert "Improved RuntimeTexturePacker speed when using many distinct texture sizes"
This reverts commit ca9c8e6cfd.
2023-01-30 22:51:15 +01:00
Ell ca9c8e6cfd Improved RuntimeTexturePacker speed when using many distinct texture sizes 2023-01-30 22:38:15 +01:00
Ell d450ec3082 make sure the NuGet link only lists MLEM packages 2023-01-25 19:26:39 +01:00