|
ea8ec69dd6
|
Added MLEM.KNI and friends, which are fully compatible with KNI
|
2024-09-02 19:55:28 +02:00 |
|
|
677230ce28
|
Moved extension methods into matching namespaces to avoid unexpected suggestions
|
2024-07-19 20:02:28 +02:00 |
|
|
fa1cafd751
|
Added compatibility for MonoGame.Extended 4.0.0 and FNA.Extended
|
2024-07-10 12:03:24 +02:00 |
|
|
9a03a8c62d
|
Added the ability for formatted (tokenized) strings to be drawn with custom rotation, origin and flipping
Closes #18
|
2024-04-10 20:27:00 +02:00 |
|
|
556be37523
|
updated changelog links
|
2024-04-05 15:20:46 +02:00 |
|
|
2eaf0c0cee
|
Expose character and line spacing in GenericStashFont
closes #16
|
2024-01-30 20:47:05 +01:00 |
|
|
1436cdb987
|
Also use IsAotCompatible for FNA projects
|
2023-12-20 20:54:23 +01:00 |
|
|
7e345e7437
|
Merge remote-tracking branch 'origin/main'
|
2023-12-20 20:50:02 +01:00 |
|
|
236ecfa116
|
Use IsAotCompatible instead of IsTrimmable to enable more warnings
|
2023-12-20 20:49:52 +01:00 |
|
|
6a8e9639c1
|
updated dependencies
|
2023-12-13 22:11:31 +01:00 |
|
|
a892d2424e
|
fix new trimmable warnings
|
2023-11-22 12:17:21 +01:00 |
|
|
b8f46ff5d2
|
updated to .net 8 and reorganized third party deps
|
2023-11-22 10:39:13 +01:00 |
|
|
de1fc28376
|
Color parsing improvements
- Added ColorHelper.TryFromHexString, a non-throwing version of FromHexString
- Stopped the text formatter from throwing if a color can't be parsed
|
2023-09-30 22:50:18 +02:00 |
|
|
c77ec3765c
|
include correct readme file in packages
|
2023-04-16 13:37:43 +02:00 |
|
|
1e16c6fdc5
|
some docs website improvements with new docfx version
|
2023-04-15 15:11:50 +02:00 |
|
|
6607a5f48c
|
net7.0
|
2023-03-29 23:31:30 +02:00 |
|
|
4189ae6d4d
|
dependency update
Closes #6 and #7 (both of which were incomplete)
|
2022-12-08 17:02:22 +01:00 |
|
|
6ac2ba6151
|
Added Range extension methods GetPercentage and FromPercentage
|
2022-11-10 15:41:24 +01:00 |
|
|
d138577285
|
Added trimming and AOT annotations and made MLEM trimmable
|
2022-10-31 18:33:53 +01:00 |
|
|
d5e5d1d536
|
moved the new ConvertCachedUtf32 to CodePointSource
|
2022-10-23 21:23:16 +02:00 |
|
|
be7676d37e
|
fixed unnecessary memory allocations since 8d689952cc
|
2022-10-22 11:46:11 +02:00 |
|
|
8d689952cc
|
Made GenericFont and TokenizedString support UTF-32 characters like emoji
|
2022-10-15 13:48:45 +02:00 |
|
|
9f60a59706
|
resolved some build warnings
|
2022-09-15 10:44:50 +02:00 |
|
|
48735c3d36
|
Multi-target net452, making MLEM compatible with MonoGame for consoles
|
2022-09-14 21:17:43 +02:00 |
|
|
fc026ad0de
|
multi-target netstandard2.0 and net6.0
|
2022-09-14 19:24:00 +02:00 |
|
|
963ea557e8
|
updated dependencies
|
2022-09-03 12:31:34 +02:00 |
|
|
711f60a97e
|
Updated demos and templates to MonoGame 3.8.1
|
2022-07-25 18:23:16 +02:00 |
|
|
9c370f75e8
|
switch non-core dependencies over to core
|
2022-06-24 15:04:01 +02:00 |
|
|
5d7d238630
|
added MLEM.FNA
|
2022-06-24 14:01:26 +02:00 |
|
|
aabb1ed5df
|
added .editorconfig
|
2022-06-17 18:23:47 +02:00 |
|
|
59af00c89a
|
Code cleanup, and marked AStar.InfiniteCost as obsolete
|
2022-06-15 11:38:11 +02:00 |
|
|
42993f1a0b
|
Added LayerPositionF to MLEM.Extended
|
2022-06-06 23:50:13 +02:00 |
|
|
0a93fb7da7
|
Allow using a StaticSpriteBatch to draw an IndividualTiledMapRenderer
|
2022-06-06 22:56:48 +02:00 |
|
|
58a0f8915a
|
Preserve texture region names when converting between MLEM and MG.Extended
|
2022-01-22 16:55:46 +01:00 |
|
|
29bbd61f8b
|
reformat and cleanup
|
2021-12-28 14:56:11 +01:00 |
|
|
f5adf50823
|
Added StringBuilder overloads to GenericFont
|
2021-12-22 13:00:41 +01:00 |
|
|
17ed82fc3c
|
Generify GenericFont's string drawing
|
2021-12-22 12:46:17 +01:00 |
|
|
c0ce5a07ad
|
Implemented IEquatable on a lot of classes that were missing it
|
2021-12-21 11:39:29 +01:00 |
|
|
636522bc3e
|
resolved some documentation warnings
|
2021-11-30 11:46:06 +01:00 |
|
|
a48aa2db93
|
dependency update
|
2021-11-29 11:50:43 +01:00 |
|
|
444b5c6afb
|
copy base documentation for a lot of docfx unresolvable sources
|
2021-11-22 19:25:18 +01: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 |
|
|
866dad49ab
|
Use FontStashSharp's built-in LineHeight property for GenericStashFont
|
2021-08-19 21:43:17 +02:00 |
|
|
516265bf5b
|
Fixed GenericFont's SplitString using incorrect width for special characters and improved documentation
|
2021-07-28 17:22:47 +02:00 |
|
|
e53d30e5ca
|
propagate line height to bold and italic stash fonts
|
2021-07-20 03:09:17 +02:00 |
|
|
ebc6ec872b
|
use a heuristic for GenericStashFont line height calculations and allow specifying a custom line height
|
2021-07-20 01:23:44 +02:00 |
|
|
527c4af3e4
|
updated dependencies
|
2021-07-20 00:55:36 +02:00 |
|
|
a76c14b243
|
Adjusted GenericStashFont line height calculations to result in the same values as GenericSpriteFont
|
2021-07-19 23:10:27 +02:00 |
|
|
abac738123
|
Removed LINQ Any and All usage in various methods to improve memory usage
|
2021-07-18 22:18:46 +02:00 |
|