|
5c8ef3d254
|
Added RotationVector extension methods for Matrix and Quaternion
|
2021-11-22 14:48:38 +01:00 |
|
|
b30ec9408b
|
Added Padding.Empty
|
2021-11-18 10:58:50 +01:00 |
|
|
a59f1eb8af
|
Added missing easing functions Quart and Quint to Easings
|
2021-11-16 15:08:35 +01:00 |
|
|
6702efd7fa
|
added depth sorting to StaticSpriteBatch
|
2021-11-13 16:42:50 +01:00 |
|
|
dd295aca1b
|
clarify StaticSpriteBatch depth documentation
|
2021-11-12 20:31:47 +01:00 |
|
|
d8517a7492
|
StaticSpriteBatch refactor that speeds up removal.
Items will now be drawn in an arbitrary order.
|
2021-11-12 20:21:08 +01:00 |
|
|
eb323bea01
|
only allow clearing a static sprite batch when batching
|
2021-11-12 18:35:10 +01:00 |
|
|
4a8a55fde3
|
allow removing items from a static sprite batch
|
2021-11-12 18:12:57 +01:00 |
|
|
b22d2d4d22
|
slight GenericDataHolder (and extensions) improvements and reversions
|
2021-11-07 00:46:35 +01:00 |
|
|
39138446ea
|
added some more utility to JsonTypeSafeWrapper and revert SetData changes
|
2021-11-07 00:23:48 +01:00 |
|
|
ae559adf26
|
remove "see href" from xml docs since some IDEs can't display that
|
2021-11-06 23:42:23 +01:00 |
|
|
8e83cc06a6
|
Added JsonTypeSafeWrapper and JsonTypeSafeGenericDataHolder
|
2021-11-06 23:38:21 +01:00 |
|
|
ca89d03ca4
|
Some more ui style improvements
|
2021-10-30 15:33:38 +02:00 |
|
|
1c48a69371
|
dispose static sprite batch buffers properly
|
2021-10-30 13:48:52 +02:00 |
|
|
2be39a740e
|
improve handling of arbitrary Epsilon values
|
2021-10-28 23:26:42 +02:00 |
|
|
9a480d391b
|
some MlemPlatform doc clarifications and improvements
|
2021-10-23 22:05:32 +02:00 |
|
|
e5593f2132
|
copy vertex data more efficiently
|
2021-10-20 15:34:21 +02:00 |
|
|
04dc2bf2d0
|
don't recreate the VertexPositionColorTexture array every time
|
2021-10-19 23:12:56 +02:00 |
|
|
b271518956
|
Exposed Camera's RoundPosition
|
2021-10-19 22:06:49 +02:00 |
|
|
08bd443c36
|
don't draw empty vertex buffers
|
2021-10-19 17:20:00 +02:00 |
|
|
6f04b30591
|
use vertex and index buffers for StaticSpriteBatch
|
2021-10-18 01:22:22 +02:00 |
|
|
758281c845
|
sloppy rename
|
2021-10-17 23:21:11 +02:00 |
|
|
d89d8571c7
|
added StaticSpriteBatch
|
2021-10-17 23:20:05 +02:00 |
|
|
9aef994c51
|
Added GenericFont SplitStringSeparate which differentiates between existing newline characters and splits due to maximum width
|
2021-10-12 03:23:35 +02:00 |
|
|
11dd939009
|
Added a multiline editing mode to TextField
|
2021-10-12 02:16:09 +02:00 |
|
|
fd5b83eaa0
|
added a strikethrough formatting code
|
2021-10-10 20:30:40 +02:00 |
|
|
9743c05e1a
|
Cache TokenizedString inner offsets for non-Left text alignments
|
2021-10-04 23:57:58 +02:00 |
|
|
a140e85300
|
fixed Docs casing in readme path
|
2021-09-24 04:50:42 +02:00 |
|
|
a53939837f
|
added package readmes
|
2021-09-24 04:47:39 +02:00 |
|
|
6537ff00c1
|
Improved KeysExtensions memory usage
|
2021-08-27 20:36:04 +02:00 |
|
|
ff510c54c5
|
Fixed tiled NinePatches missing pixels with some scales
|
2021-08-06 22:40:32 +02:00 |
|
|
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 |
|