|
6607a5f48c
|
net7.0
|
2023-03-29 23:31:30 +02:00 |
|
|
eda9531566
|
updated fnalibs for demos and tests
|
2023-03-29 22:17:09 +02:00 |
|
|
da2fab9b57
|
dependency and submodule update
|
2023-03-29 21:54:30 +02:00 |
|
|
a84fd764c5
|
some GenericInput and Keybind improvements
|
2023-03-03 14:02:05 +01:00 |
|
|
14d0b24aa9
|
cleaned up preprocessor instructions
|
2022-12-13 13:11:36 +01:00 |
|
|
4189ae6d4d
|
dependency update
Closes #6 and #7 (both of which were incomplete)
|
2022-12-08 17:02:22 +01:00 |
|
|
b374d50815
|
Allow formatting codes to have an arbitrary custom width
|
2022-12-06 16:49:19 +01:00 |
|
|
cf3d0e8e0c
|
added some more Add overloads to SeedSource
|
2022-12-04 22:43:25 +01:00 |
|
|
e3b41ebeea
|
improved SeedSource algorithm to be less predictable
|
2022-11-30 21:31:34 +01:00 |
|
|
0a62ae0036
|
Added SeedSource
|
2022-11-30 20:21:24 +01:00 |
|
|
8ffd9ab48a
|
improved and cleaned up SingleRandom
|
2022-11-30 00:24:43 +01:00 |
|
|
b2b4dfbdc9
|
also added SingleRandom ranges for floats
|
2022-11-29 21:21:50 +01:00 |
|
|
81c69041c3
|
Added the SingleRandom utility class
|
2022-11-29 21:11:59 +01:00 |
|
|
1a1b2025cd
|
Made JsonTypeSafeWrapper.Of generic to potentially avoid reflective instantiation
|
2022-11-28 00:43:50 +01:00 |
|
|
3b08b66fa4
|
removed outdated test
|
2022-11-22 20:21:25 +01:00 |
|
|
6ac2ba6151
|
Added Range extension methods GetPercentage and FromPercentage
|
2022-11-10 15:41:24 +01:00 |
|
|
f58e3c94d5
|
Marked EnumHelper and DynamicEnum as obsolete due to their reimplementation in the DynamicEnums library
|
2022-10-31 13:20:26 +01:00 |
|
|
791c66b098
|
code cleanup
|
2022-10-27 10:22:25 +02:00 |
|
|
8745a3237e
|
Added DynamicEnum IsDefined and EnumHelper and DynamicEnum GetUniqueFlags
|
2022-10-26 23:34:30 +02:00 |
|
|
17ce7b668d
|
Added the ability to add additional regions to a RuntimeTexturePacker after packing
|
2022-10-20 23:59:42 +02:00 |
|
|
8d689952cc
|
Made GenericFont and TokenizedString support UTF-32 characters like emoji
|
2022-10-15 13:48:45 +02:00 |
|
|
d6309ce9c1
|
Added the ability to find paths to one of multiple goals using AStar
|
2022-10-10 11:31:23 +02:00 |
|
|
d3b153fd45
|
Cleaned up AStar code
|
2022-10-09 22:38:10 +02:00 |
|
|
0b6e6743cf
|
some more AStar improvements
|
2022-10-09 21:04:39 +02:00 |
|
|
3e4c4e566d
|
Merge remote-tracking branch 'origin/main'
|
2022-10-09 20:07:51 +02:00 |
|
|
bfa4ab4ac2
|
Added the ability to include special per-position directions in AStar pathfinding
|
2022-10-09 20:07:38 +02:00 |
|
|
fe89b28031
|
publish MG and FNA test results separately
|
2022-09-15 12:50:10 +02:00 |
|
|
9f60a59706
|
resolved some build warnings
|
2022-09-15 10:44:50 +02:00 |
|
|
b6a626d96e
|
use FNA core for tests and demos
|
2022-09-14 22:13:05 +02:00 |
|
|
53cda02ec4
|
fixed some issues with the FNA project
|
2022-09-14 21:53:25 +02:00 |
|
|
48735c3d36
|
Multi-target net452, making MLEM compatible with MonoGame for consoles
|
2022-09-14 21:17:43 +02:00 |
|
|
c3c8b132da
|
fixed DataTextureAtlas frm instruction failing if the original texture has an offset
|
2022-09-14 12:19:05 +02:00 |
|
|
7d8b14ee8d
|
added from instruction to DataTextureAtlas
|
2022-09-14 11:59:28 +02:00 |
|
|
740c65a887
|
fixed new cpy instruction yielding incorrect pivots
|
2022-09-14 11:20:55 +02:00 |
|
|
4918a72760
|
fixed some issues with the new data texture atlas parser
|
2022-09-14 11:04:51 +02:00 |
|
|
914b0d9c2d
|
- Improved DataTextureAtlas parsing
- Added data and copy instructions to DataTextureAtlas
|
2022-09-14 10:40:52 +02:00 |
|
|
e60d3591ff
|
updated tests to net6.0
|
2022-09-09 17:55:23 +02:00 |
|
|
963ea557e8
|
updated dependencies
|
2022-09-03 12:31:34 +02:00 |
|
|
0a696941dc
|
cleaned up code
|
2022-08-20 11:39:28 +02:00 |
|
|
af0aee6c40
|
Added Element.AutoSizeAddedAbsolute to allow for more granular control of auto-sizing
|
2022-08-16 14:20:32 +02:00 |
|
|
b012c65990
|
Allow data texture atlas pivots and offsets to be negative
|
2022-08-02 23:56:18 +02:00 |
|
|
87d04e1abd
|
updated tests for element changes
|
2022-07-27 11:34:52 +02:00 |
|
|
ba1058748e
|
Allow specifying multiple names for a DataTextureAtlas region
|
2022-07-18 20:41:19 +02:00 |
|
|
61055148ef
|
some fixes and doc changes to make MLEM.FNA more in line with MLEM
|
2022-06-24 21:33:24 +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 |
|
|
30bcdc1710
|
Allow comparing Keybind and Combination based on the amount of modifiers they have
|
2022-05-18 18:50:00 +02:00 |
|
|
f7cf9460d6
|
Renamed GenericFont.OneEmSpace to Emsp (and marked OneEmSpace as obsolete)
|
2022-01-24 11:16:23 +01:00 |
|
|
c7f021e62d
|
Marked CopyExtensions as obsolete
|
2022-01-23 21:18:13 +01:00 |
|