1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-05-02 16:27:51 +02:00
Commit graph

120 commits

Author SHA1 Message Date
Ell 6a8e9639c1 updated dependencies 2023-12-13 22:11:31 +01:00
Ell b8f46ff5d2 updated to .net 8 and reorganized third party deps 2023-11-22 10:39:13 +01:00
Ell 41a1a8aef1 dependency update 2023-10-04 15:54:05 +02:00
Ell 34cb5210b5 improved test separation for MG and FNA projects 2023-05-25 09:22:38 +02:00
Ell 2627736283 exclude non-MLEM projects from coverage 2023-05-24 23:57:53 +02:00
Ell f1740b7b32 Added TextFormatter.StripAllFormatting 2023-05-19 19:30:45 +02:00
Ell 0766220a8e fixed runtime texture packer tests not working on some machines due to a texture being generated that is too tall 2023-05-19 19:25:11 +02:00
Ell e71450366b additional runtime texture packer improvements 2023-05-15 18:36:23 +02:00
Ell e623eff02d added additional texture packer tests 2023-05-15 17:35:29 +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 a84fd764c5 some GenericInput and Keybind improvements 2023-03-03 14:02:05 +01:00
Ell 14d0b24aa9 cleaned up preprocessor instructions 2022-12-13 13:11:36 +01:00
Ell 4189ae6d4d dependency update
Closes #6 and #7 (both of which were incomplete)
2022-12-08 17:02:22 +01:00
Ell b374d50815 Allow formatting codes to have an arbitrary custom width 2022-12-06 16:49:19 +01:00
Ell cf3d0e8e0c added some more Add overloads to SeedSource 2022-12-04 22:43:25 +01:00
Ell e3b41ebeea improved SeedSource algorithm to be less predictable 2022-11-30 21:31:34 +01:00
Ell 0a62ae0036 Added SeedSource 2022-11-30 20:21:24 +01:00
Ell 8ffd9ab48a improved and cleaned up SingleRandom 2022-11-30 00:24:43 +01:00
Ell b2b4dfbdc9 also added SingleRandom ranges for floats 2022-11-29 21:21:50 +01:00
Ell 81c69041c3 Added the SingleRandom utility class 2022-11-29 21:11:59 +01:00
Ell 1a1b2025cd Made JsonTypeSafeWrapper.Of generic to potentially avoid reflective instantiation 2022-11-28 00:43:50 +01:00
Ell 3b08b66fa4 removed outdated test 2022-11-22 20:21:25 +01:00
Ell 6ac2ba6151 Added Range extension methods GetPercentage and FromPercentage 2022-11-10 15:41:24 +01:00
Ell f58e3c94d5 Marked EnumHelper and DynamicEnum as obsolete due to their reimplementation in the DynamicEnums library 2022-10-31 13:20:26 +01:00
Ell 791c66b098 code cleanup 2022-10-27 10:22:25 +02:00
Ell 8745a3237e Added DynamicEnum IsDefined and EnumHelper and DynamicEnum GetUniqueFlags 2022-10-26 23:34:30 +02:00
Ell 17ce7b668d Added the ability to add additional regions to a RuntimeTexturePacker after packing 2022-10-20 23:59:42 +02:00
Ell 8d689952cc Made GenericFont and TokenizedString support UTF-32 characters like emoji 2022-10-15 13:48:45 +02:00
Ell d6309ce9c1 Added the ability to find paths to one of multiple goals using AStar 2022-10-10 11:31:23 +02:00
Ell d3b153fd45 Cleaned up AStar code 2022-10-09 22:38:10 +02:00
Ell 0b6e6743cf some more AStar improvements 2022-10-09 21:04:39 +02:00
Ell 3e4c4e566d Merge remote-tracking branch 'origin/main' 2022-10-09 20:07:51 +02:00
Ell bfa4ab4ac2 Added the ability to include special per-position directions in AStar pathfinding 2022-10-09 20:07:38 +02:00
Ell fe89b28031 publish MG and FNA test results separately 2022-09-15 12:50:10 +02:00
Ell 9f60a59706 resolved some build warnings 2022-09-15 10:44:50 +02:00
Ell b6a626d96e use FNA core for tests and demos 2022-09-14 22:13:05 +02:00
Ell 53cda02ec4 fixed some issues with the FNA project 2022-09-14 21:53:25 +02:00
Ell 48735c3d36 Multi-target net452, making MLEM compatible with MonoGame for consoles 2022-09-14 21:17:43 +02:00
Ell c3c8b132da fixed DataTextureAtlas frm instruction failing if the original texture has an offset 2022-09-14 12:19:05 +02:00
Ell 7d8b14ee8d added from instruction to DataTextureAtlas 2022-09-14 11:59:28 +02:00
Ell 740c65a887 fixed new cpy instruction yielding incorrect pivots 2022-09-14 11:20:55 +02:00
Ell 4918a72760 fixed some issues with the new data texture atlas parser 2022-09-14 11:04:51 +02:00
Ell 914b0d9c2d - Improved DataTextureAtlas parsing
- Added data and copy instructions to DataTextureAtlas
2022-09-14 10:40:52 +02:00
Ell e60d3591ff updated tests to net6.0 2022-09-09 17:55:23 +02:00
Ell 963ea557e8 updated dependencies 2022-09-03 12:31:34 +02:00
Ell 0a696941dc cleaned up code 2022-08-20 11:39:28 +02:00
Ell af0aee6c40 Added Element.AutoSizeAddedAbsolute to allow for more granular control of auto-sizing 2022-08-16 14:20:32 +02:00
Ell b012c65990 Allow data texture atlas pivots and offsets to be negative 2022-08-02 23:56:18 +02:00