Commit Graph

1820 Commits

Author SHA1 Message Date
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
Christopher Whitley 0a25e0bdf7 Merge pull request #852 from AristurtleDev/fix/intersetcs-recursion-bug
Resolves Infinite Recursion with Shape.Intersects(this IShapeF, IShapeF)
2024-05-17 10:19:01 -04:00
Christopher Whitley 04283d58ee Merge pull request #854 from AristurtleDev/fix/update-newtonsoft-dependency
Update Newtonsoft.Json.dll Dependency
2024-05-17 10:18:17 -04:00
Christopher Whitley cd4a47ae35 Update Newtonsoft.Json.dll Dependency 2024-05-17 00:05:13 -04:00
Christopher Whitley 72e4490ab9 Call RectangleF.Intersects to resolve recursion bug
When both params `a` and `b` are of type `RectangleF` just calling `Shape.Intersects` creates a infinite recursion bug.
2024-05-16 23:08:33 -04:00
Max Kopjev 4da8929311 Merge pull request #815 from LilithSilver/rename-wasbutton
Improve naming of WasKeyJustDown/Up and WasButtonJustDown/Up
2024-04-28 20:58:39 +03:00
Max Kopjev e6e26d28fc Merge branch 'develop' into rename-wasbutton 2024-04-28 20:58:25 +03:00
Max Kopjev 0dd85c7d80 Merge pull request #820 from LilithSilver/add-missing-getpressedkeys
Decrease allocation overhead on KeyboardStateExtended
2024-04-28 19:54:50 +03:00
jimmy b a166f34078 Fixes incorrect rendering of flipped animation tiles 2024-04-28 11:39:21 -05:00
Max Kopjev 0012e0e988 Merge pull request #840 from toore/feature-oriented-bounding-rectangle
Add oriented rectangle shape for improved collision detection
2024-04-28 19:26:47 +03:00