Christopher Whitley
49038f5d42
Replace Matrix2 with Matrix3x2 ( #870 )
...
* Replace `Matrix2` with `Matrix3x2`
* Update benchmarks
* Add XML documentation for `Matrix3x2`
2024-05-27 15:44:38 -04:00
Christopher Whitley
d008b1bd41
Replace Newtonsoft.Json with System.Text.Json ( #869 )
...
* Converted to use `System.Text.Json`
* Remove Newtonsoft.Json Dependency
Newtonsoft.Json dependency has been removed in favor of System.Text.Json
* Treat MGFXO file as binary
2024-05-22 23:23:36 -04:00
Christopher Whitley
ee0883ebb4
Update prerelease version ( #868 )
2024-05-20 18:40:23 -04:00
Christopher Whitley
0867284bd7
Only specify source and prerelease ( #867 )
2024-05-20 18:32:46 -04:00
Christopher Whitley
7bda811f4a
Add additional input parameters ( #866 )
2024-05-20 18:21:00 -04:00
Christopher Whitley
f8376db06a
Use ArtifactsPath to resolve include dlls for pack ( #865 )
2024-05-20 18:19:24 -04:00
Christopher Whitley
4d582fe850
Fix funding ( #864 )
2024-05-20 02:24:27 -04:00
Christopher Whitley
43e313eb50
Removed patreon added aristurtledev ( #863 )
2024-05-20 02:20:55 -04:00
Christopher Whitley
9a7ce46635
Cleanup ( #862 )
...
* Removed Roadmap
The Roadmap seems to have been initially added to show the plans to switch to an FNA fork and act as a bridge for katabasis. This is no longer the case for this repository as it will remain focused at the moment on MonoGame support only.
* Added new note at top of readme
* updated information for installing nuget
* Made using content pipeline extensions a section and not a quote
* Removed information about MyGet feed
* Removed patreon from readme
* Update License
* renamed master branch to main
* Remove community forum link
MonoGame is closing the community forums in favor of discord and github discussions
* Update workflows
2024-05-20 02:12:43 -04:00
Christopher Whitley
0a17af4829
Remove GitHub Deploy ( #860 )
...
* Fix github url for nuget push
* forgot the h in https
* Remove github push for now, need to check repository settings
2024-05-19 16:23:26 -04:00
Christopher Whitley
c16d831088
Fix GitHub Nuget Push ( #859 )
...
* Fix github url for nuget push
* forgot the h in https
2024-05-19 16:17:05 -04:00
Christopher Whitley
8b34b04651
Merge pull request #858 from craftworkgames/reorg
...
Reorginze project strcture
2024-05-19 16:12:06 -04:00
Christopher Whitley
8c09ca1495
Correct spelling of minimal
2024-05-19 16:07:58 -04:00
Christopher Whitley
694b595694
Don't use nullable reference in a non-nullable context
2024-05-19 15:53:41 -04:00
Christopher Whitley
f25d972b88
Setup code analysis with .editorconfig
2024-05-19 15:53:24 -04:00
Christopher Whitley
24d9477a0f
Drop CAKE build and move Build CI to github workflow
2024-05-19 15:28:33 -04:00
Christopher Whitley
6b02975755
Set ArtifactPath within the project category directory
2024-05-19 15:27:43 -04:00
Christopher Whitley
36eb2c66bc
Updated .gitignore
2024-05-19 15:25:54 -04:00
Christopher Whitley
8b991b8041
Updated .gitattributes
2024-05-19 15:25:36 -04:00
Christopher Whitley
4bcf940e08
Use new .artifacts directory
2024-05-18 21:50:55 -04:00
Christopher Whitley
33be368238
Read from props file not targets file.
2024-05-18 21:40:49 -04:00
Christopher Whitley
126b79dd42
Remove duplicate import statement
2024-05-18 21:40:34 -04:00
Christopher Whitley
7aa97cd909
Use correct working directory after moving
2024-05-18 21:40:22 -04:00
Christopher Whitley
85903027f0
Renamed 'Logos' directory to 'logos'
...
Case sensitivity matters depending on operating system, so it's more convenient where possible to keep directory names lower case
2024-05-18 21:37:29 -04:00
Christopher Whitley
399236428c
nuget.config is not needed
2024-05-18 21:33:19 -04:00
Christopher Whitley
a5f16a0cb9
Update for new .artifacts directory
2024-05-18 21:30:49 -04:00
Christopher Whitley
00808876f1
Removed targets file
2024-05-18 21:29:53 -04:00
Christopher Whitley
a85188eb32
Moved props from targets file
2024-05-18 21:29:48 -04:00
Christopher Whitley
a5c18a6f70
Add props to build directory
2024-05-18 21:15:58 -04:00
Christopher Whitley
32bb9d5601
Add common props for source directory
2024-05-18 21:01:47 -04:00
Christopher Whitley
2696b4f5f4
Added <Authors> to root props
2024-05-18 21:01:16 -04:00
Christopher Whitley
a5209fecad
Add common props for all tests
2024-05-18 20:40:12 -04:00
Christopher Whitley
f4aff0e6a1
Add root props file
2024-05-18 20:39:58 -04:00
Christopher Whitley
99b995d6b1
Moved build into build directory
2024-05-18 20:04:57 -04:00
Christopher Whitley
7e5ffdcf6b
Moved benchmarks into benchmark directory
2024-05-18 20:02:59 -04:00
Christopher Whitley
f68cff17bf
Moved tests into test directory
2024-05-18 20:01:37 -04:00
Christopher Whitley
a4d72eaf6c
Move source projects into source directory
2024-05-18 19:59:41 -04:00
Christopher Whitley
9c5f7cd3b4
Merge pull request #846 from tigurx/tiled_animation_flip_fix
...
Fixes incorrect rendering of flipped animation tiles
2024-05-18 15:30:58 -04:00
jimmy b
55bfe25c94
Merge branch 'tiled_animation_flip_fix' of https://github.com/tigurx/MonoGame.Extended into tiled_animation_flip_fix
2024-05-18 13:17:47 -05:00
tigurx
aea6ee4c91
Merge branch 'craftworkgames:develop' into tiled_animation_flip_fix
2024-05-18 13:15:19 -05:00
jimmy b
a7b0a12383
Changed the Flip Flag array to be private and readonly and added a public property that returns the backing field as a ReadOnlySpan.
2024-05-18 13:14:32 -05:00
Christopher Whitley
455ea4d561
Merge pull request #857 from AristurtleDev/reorg
...
Move build, benchmarks and tweening test into `/src/cs` directory
2024-05-17 22:24:58 -04:00
Christopher Whitley
6c6d00e234
Capital B
2024-05-17 22:22:48 -04:00
Christopher Whitley
0ff198c75f
Fix path for project on build task
2024-05-17 22:19:57 -04:00
Christopher Whitley
b935e2318e
Fix project reference
2024-05-17 22:16:03 -04:00
Christopher Whitley
a99c384d15
Move build into /src/cs
2024-05-17 22:15:54 -04:00
tigurx
021949fe8f
Merge branch 'craftworkgames:develop' into tiled_animation_flip_fix
2024-05-17 14:23:23 -05:00
Christopher Whitley
2c13bf1933
Moved to /src/cs
...
Moved benchmark and tweening test projects into the `/src/cs` to keep project organization constancy.
2024-05-17 12:05:09 -04:00
Christopher Whitley
d650e64b44
Merge pull request #856 from AristurtleDev/disable/myget-feed
...
Removing MyGet Feed Deploy
2024-05-17 10:38:51 -04:00
Christopher Whitley
ed2371b55a
Removing MyGet Feed Deploy
...
Lithiums MyGet feed won't allow the NuGet push due to the SemVersions of the package containing a 4th build number value.
2024-05-17 10:31:28 -04:00