1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-05-14 21:28:45 +02:00
Commit graph

32 commits

Author SHA1 Message Date
Ell 9919ee4a97 added the ability to convert texture atlases to collections 2022-11-23 12:14:08 +01:00
Ell fc026ad0de multi-target netstandard2.0 and net6.0 2022-09-14 19:24:00 +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 ff92a00e1a FNA doesn't support vector offsets 2022-09-14 11:24:45 +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 0a696941dc cleaned up code 2022-08-20 11:39:28 +02:00
Ell b012c65990 Allow data texture atlas pivots and offsets to be negative 2022-08-02 23:56:18 +02:00
Ell 72647a2edf Fixed data texture atlases not allowing most characters in their region names 2022-08-02 23:02:34 +02:00
Ell e673ccea61 fixed a missing using directive in MLEM.FNA 2022-07-18 20:46:59 +02:00
Ell ba1058748e Allow specifying multiple names for a DataTextureAtlas region 2022-07-18 20:41:19 +02:00
Ell 5d7d238630 added MLEM.FNA 2022-06-24 14:01:26 +02:00
Ell aabb1ed5df added .editorconfig 2022-06-17 18:23:47 +02:00
Ell f0f1d7f8ed added runtime texture region padding and other improvements 2022-05-25 12:37:51 +02:00
Ell 4e3d5705a4 removed utility scripts 2021-11-11 02:17:31 +01:00
Ell ae559adf26 remove "see href" from xml docs since some IDEs can't display that 2021-11-06 23:42:23 +01:00
Ell 65908688f1 Use TitleContainer for opening streams where possible 2021-10-16 20:22:06 +02:00
Ell 0c45f2d8e6 properly document DataTextureAtlas 2021-08-02 15:15:33 +02:00
Ell e11eb459b8 only offset DataTextureAtlas pivot if it is specified 2021-07-31 04:04:04 +02:00
Ell 9a0b8ef846 cleaned up formatting 2021-07-12 03:16:19 +02:00
Ell 27fc5a74d9 added the ability to specify a coordinate offset in data texture atlases 2021-07-12 03:14:05 +02:00
Ell 35af9eee25 fixed some number parsing not using invariant culture 2021-03-28 06:20:27 +02:00
Ell 81d4fb2dd4 also made additional data non-relative for data texture atlas 2021-02-14 18:09:38 +01:00
Ell c8fd2a4c17 allow storing additional coordinates in a DataTextureAtlas 2021-02-14 18:05:38 +01:00
Ell c85666502c allow pausing, resuming and applying 3d to the sound effect instance handler and move it to its own file 2021-01-24 19:43:47 +01:00
Ell 294a29b46e fixed incorrect texture offset 2020-12-19 23:14:51 +01:00
Ell c7430dd7ed fixed pivot calculation being incorrect for data texture atlases with an offset 2020-12-19 23:09:26 +01:00
Ell 47cc589042 allow data texture atlases to have an underlying texture region 2020-12-19 22:57:17 +01:00
Ell fd9ad777c2 some fixes related to the branch name change 2020-11-07 00:58:43 +01:00
Ell f68e55ebfd moved DataTextureAtlas to MLEM.Data 2020-10-25 01:45:01 +02:00
Renamed from MLEM/Textures/DataTextureAtlas.cs (Browse further)