|
db7ee04d30
|
allow enumerating SoundEffectInstanceHandler entries
|
2021-08-02 20:34:13 +02:00 |
|
|
516265bf5b
|
Fixed GenericFont's SplitString using incorrect width for special characters and improved documentation
|
2021-07-28 17:22:47 +02:00 |
|
|
1067055bb5
|
code cleanup
|
2021-07-19 23:49:16 +02:00 |
|
|
abac738123
|
Removed LINQ Any and All usage in various methods to improve memory usage
|
2021-07-18 22:18:46 +02:00 |
|
|
374d936be2
|
specify the MLEM version that Invert will be moved
|
2021-07-13 22:35:48 +02:00 |
|
|
a52b46dce9
|
Added ColorExtensions.Invert and made ColorHelper.Invert obsolete
|
2021-07-13 22:34:32 +02:00 |
|
|
6aa9ec03d4
|
Added customizable overloads for Keybind, Combination and GenericInput ToString methods
|
2021-07-13 15:41:42 +02:00 |
|
|
ee2b0b82fe
|
allow for RotateBy, RotateCw and RotateCcw to accept invalid directions again
|
2021-07-10 06:16:33 +02:00 |
|
|
8d92131630
|
improved Direction2 code style
|
2021-07-05 19:49:18 +02:00 |
|
|
f352e6b437
|
added Direction2Helper.RotateBy
|
2021-07-05 19:46:39 +02:00 |
|
|
d1b229b589
|
moved sound classes into /Sound
|
2021-07-05 16:36:48 +02:00 |
|
|
f71eb6eddb
|
improved NinePatch memory performance
|
2021-07-03 01:44:39 +02:00 |
|
|
00d9ee99d8
|
Merge branch 'release' into main
# Conflicts:
# CHANGELOG.md
|
2021-07-01 05:06:39 +02:00 |
|
|
19893855dc
|
added the changelog to the website
|
2021-07-01 05:00:59 +02:00 |
|
|
58bd076e2a
|
Set default values for InputHandler held and pressed keys to avoid an exception if buttons are held in the very first frame
|
2021-06-30 19:40:43 +02:00 |
|
|
fe9b3830f8
|
(finally) added a changelog
|
2021-06-28 15:38:30 +02:00 |
|
|
705758090b
|
fixed image tokens drawing themselves too many times for split strings
|
2021-06-25 16:40:09 +02:00 |
|
|
14940d39c5
|
added text alignment options to tokenized strings and paragraphs
|
2021-06-25 15:23:30 +02:00 |
|
|
dca013e551
|
fixed GetModifier being.. recursive
|
2021-06-21 01:03:24 +02:00 |
|
|
91730b1f27
|
improved GenericInput ToString
|
2021-06-21 00:57:56 +02:00 |
|
|
2f16bbdc44
|
the None input type should always be considered up
|
2021-06-21 00:51:21 +02:00 |
|
|
ce920b5219
|
added an element helper method to create a keybind button
|
2021-06-21 00:49:09 +02:00 |
|
|
a5a73af01c
|
improved Keybind constructors
|
2021-06-20 23:48:02 +02:00 |
|
|
2118837062
|
added generic input equality checking
|
2021-06-20 23:17:39 +02:00 |
|
|
60c9236cbd
|
added InputsDown and InputsPressed to InputHandler
|
2021-06-20 23:05:02 +02:00 |
|
|
664a2a9f11
|
added a way to access a keybind's combinations
|
2021-06-20 22:33:24 +02:00 |
|
|
d1fbcb9559
|
added a sprite batch extension to generate a gradient
|
2021-06-03 21:33:09 +02:00 |
|
|
d146e80cf6
|
updated some outdated dependencies
|
2021-05-29 18:06:20 +02:00 |
|
|
3da97fcc83
|
fixed UnderlineCode being a font code, making it end in the wrong places
|
2021-05-24 17:12:02 +02:00 |
|
|
ef45c324f9
|
fixed a crash with truncated string tokenization
|
2021-05-20 19:59:37 +02:00 |
|
|
d385581c25
|
added formatted string truncation to tokenized strings and ui paragraphs
|
2021-05-18 16:47:38 +02:00 |
|
|
e916ddb7a8
|
allow for underline and shadow codes to be mixed with font codes
|
2021-05-18 16:19:40 +02:00 |
|
|
f71f998508
|
clarify OpenLinkOrFile usage documentation
|
2021-04-23 14:34:59 +02:00 |
|
|
b48ed479a0
|
streamlined TextInputWrapper into MlemPlatform and included link opening
|
2021-04-23 00:17:46 +02:00 |
|
|
1123b815b3
|
updated some package declarations to clean up warnings
|
2021-04-22 19:59:35 +02:00 |
|
|
338cf383f4
|
removed RequiresOnScreenKeyboard
|
2021-04-22 19:40:14 +02:00 |
|
|
cf9bcc7ae4
|
updated to MonoGame 8 and added support for opening the on-screen keyboard to TextInputWrapper
|
2021-04-22 19:26:07 +02:00 |
|
|
f3b3feec9b
|
updated non-netstandard projects to net5.0
|
2021-04-22 02:21:36 +02:00 |
|
|
1759f0ef5b
|
improve performance of TextFormatter tokenization
|
2021-04-22 01:21:44 +02:00 |
|
|
455ab59f09
|
improved performance of TokenizedString splitting massively
|
2021-04-22 01:14:48 +02:00 |
|
|
8078d41724
|
simplified GenericFont implementation
|
2021-04-19 14:02:28 +02:00 |
|
|
e7ab8fefe8
|
improved performance of SplitString and re-added Zwsp compatibility
|
2021-04-14 23:13:19 +02:00 |
|
|
538fd08d8a
|
improved TokenizedString splitting efficiency
|
2021-04-14 02:47:41 +02:00 |
|
|
55477c6341
|
removed Zwsp functionality, which was incomplete and did not work
|
2021-04-14 00:49:33 +02:00 |
|
|
2055c3a6ef
|
convert tests to use graphics
|
2021-04-02 17:12:27 +02:00 |
|
|
e7fd026a33
|
added some UI tests
|
2021-04-01 19:36:56 +02:00 |
|
|
35af9eee25
|
fixed some number parsing not using invariant culture
|
2021-03-28 06:20:27 +02:00 |
|
|
602f19a2a8
|
some minor code style and format improvements
|
2021-03-24 22:44:39 +01:00 |
|
|
702bf94f49
|
added some tests
|
2021-03-18 17:28:08 +01:00 |
|
|
e24c871ecd
|
added SoundExtensions
|
2021-03-17 22:47:23 +01:00 |
|