Commit Graph

  • 9a7ce46635 Cleanup (#862) Christopher Whitley 2024-05-20 02:12:43 -04:00
  • 0a17af4829 Remove GitHub Deploy (#860) Christopher Whitley 2024-05-19 16:23:26 -04:00
  • c16d831088 Fix GitHub Nuget Push (#859) Christopher Whitley 2024-05-19 16:17:05 -04:00
  • 8b34b04651 Merge pull request #858 from craftworkgames/reorg Christopher Whitley 2024-05-19 16:12:06 -04:00
  • 8c09ca1495 Correct spelling of minimal Christopher Whitley 2024-05-19 16:07:58 -04:00
  • 694b595694 Don't use nullable reference in a non-nullable context Christopher Whitley 2024-05-19 15:53:41 -04:00
  • f25d972b88 Setup code analysis with .editorconfig Christopher Whitley 2024-05-19 15:53:24 -04:00
  • 24d9477a0f Drop CAKE build and move Build CI to github workflow Christopher Whitley 2024-05-19 15:28:33 -04:00
  • 6b02975755 Set ArtifactPath within the project category directory Christopher Whitley 2024-05-19 15:27:43 -04:00
  • 36eb2c66bc Updated .gitignore Christopher Whitley 2024-05-19 15:25:54 -04:00
  • 8b991b8041 Updated .gitattributes Christopher Whitley 2024-05-19 15:25:36 -04:00
  • 4bcf940e08 Use new .artifacts directory Christopher Whitley 2024-05-18 21:50:55 -04:00
  • 33be368238 Read from props file not targets file. Christopher Whitley 2024-05-18 21:40:49 -04:00
  • 126b79dd42 Remove duplicate import statement Christopher Whitley 2024-05-18 21:40:34 -04:00
  • 7aa97cd909 Use correct working directory after moving Christopher Whitley 2024-05-18 21:40:22 -04:00
  • 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 Christopher Whitley 2024-05-18 21:37:29 -04:00
  • 399236428c nuget.config is not needed Christopher Whitley 2024-05-18 21:33:19 -04:00
  • a5f16a0cb9 Update for new .artifacts directory Christopher Whitley 2024-05-18 21:30:49 -04:00
  • 00808876f1 Removed targets file Christopher Whitley 2024-05-18 21:29:53 -04:00
  • a85188eb32 Moved props from targets file Christopher Whitley 2024-05-18 21:29:48 -04:00
  • a5c18a6f70 Add props to build directory Christopher Whitley 2024-05-18 21:15:58 -04:00
  • 32bb9d5601 Add common props for source directory Christopher Whitley 2024-05-18 21:01:47 -04:00
  • 2696b4f5f4 Added <Authors> to root props Christopher Whitley 2024-05-18 21:01:16 -04:00
  • a5209fecad Add common props for all tests Christopher Whitley 2024-05-18 20:40:12 -04:00
  • f4aff0e6a1 Add root props file Christopher Whitley 2024-05-18 20:39:58 -04:00
  • 99b995d6b1 Moved build into build directory Christopher Whitley 2024-05-18 20:04:57 -04:00
  • 7e5ffdcf6b Moved benchmarks into benchmark directory Christopher Whitley 2024-05-18 20:02:59 -04:00
  • f68cff17bf Moved tests into test directory Christopher Whitley 2024-05-18 20:01:37 -04:00
  • a4d72eaf6c Move source projects into source directory Christopher Whitley 2024-05-18 19:59:41 -04:00
  • 9c5f7cd3b4 Merge pull request #846 from tigurx/tiled_animation_flip_fix Christopher Whitley 2024-05-18 15:30:58 -04:00
  • 55bfe25c94 Merge branch 'tiled_animation_flip_fix' of https://github.com/tigurx/MonoGame.Extended into tiled_animation_flip_fix jimmy b 2024-05-18 13:17:47 -05:00
  • aea6ee4c91 Merge branch 'craftworkgames:develop' into tiled_animation_flip_fix tigurx 2024-05-18 13:15:19 -05:00
  • a7b0a12383 Changed the Flip Flag array to be private and readonly and added a public property that returns the backing field as a ReadOnlySpan. jimmy b 2024-05-18 13:14:32 -05:00
  • 455ea4d561 Merge pull request #857 from AristurtleDev/reorg Christopher Whitley 2024-05-17 22:24:58 -04:00
  • 6c6d00e234 Capital B Christopher Whitley 2024-05-17 22:22:48 -04:00
  • 0ff198c75f Fix path for project on build task Christopher Whitley 2024-05-17 22:19:57 -04:00
  • b935e2318e Fix project reference Christopher Whitley 2024-05-17 22:16:03 -04:00
  • a99c384d15 Move build into /src/cs Christopher Whitley 2024-05-17 22:15:54 -04:00
  • 021949fe8f Merge branch 'craftworkgames:develop' into tiled_animation_flip_fix tigurx 2024-05-17 14:23:23 -05:00
  • 2c13bf1933 Moved to /src/cs Moved benchmark and tweening test projects into the /src/cs to keep project organization constancy. Christopher Whitley 2024-05-17 12:05:09 -04:00
  • d650e64b44 Merge pull request #856 from AristurtleDev/disable/myget-feed Christopher Whitley 2024-05-17 10:38:51 -04:00
  • 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. Christopher Whitley 2024-05-17 10:31:28 -04:00
  • 0a25e0bdf7 Merge pull request #852 from AristurtleDev/fix/intersetcs-recursion-bug Christopher Whitley 2024-05-17 10:19:01 -04:00
  • 04283d58ee Merge pull request #854 from AristurtleDev/fix/update-newtonsoft-dependency Christopher Whitley 2024-05-17 10:18:17 -04:00
  • cd4a47ae35 Update Newtonsoft.Json.dll Dependency Christopher Whitley 2024-05-17 00:05:13 -04:00
  • 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. Christopher Whitley 2024-05-16 23:08:33 -04:00
  • 4da8929311 Merge pull request #815 from LilithSilver/rename-wasbutton Max Kopjev 2024-04-28 20:58:39 +03:00
  • e6e26d28fc Merge branch 'develop' into rename-wasbutton Max Kopjev 2024-04-28 20:58:25 +03:00
  • 0dd85c7d80 Merge pull request #820 from LilithSilver/add-missing-getpressedkeys Max Kopjev 2024-04-28 19:54:50 +03:00
  • a166f34078 Fixes incorrect rendering of flipped animation tiles jimmy b 2024-04-28 11:39:21 -05:00
  • 0012e0e988 Merge pull request #840 from toore/feature-oriented-bounding-rectangle Max Kopjev 2024-04-28 19:26:47 +03:00
  • a19b1e6881 Merge pull request #839 from safoster88/feature/check_for_undefined_layer Max Kopjev 2024-04-28 16:08:59 +03:00
  • a342fedfd7 Calc coll vector for oriented rects Andreas Torebring 2024-03-15 21:27:14 +01:00
  • 377df89247 Calc coll vector for circle and oriented rect Andreas Torebring 2024-03-10 21:23:21 +01:00
  • bf1159d9f3 Properly intersect circle and oriented rect Andreas Torebring 2024-03-08 18:16:03 +01:00
  • 6a380e381b Rename to OrientedRectangle Andreas Torebring 2024-02-29 22:11:57 +01:00
  • 1d878727ec Add Intersects method for OBB Andreas Torebring 2024-02-24 00:40:30 +01:00
  • 9007c6bd55 Update dependencies Andreas Torebring 2024-02-11 19:26:54 +01:00
  • 0a2ce12134 Update circle and oriented bound box intersection Andreas Torebring 2023-08-06 19:32:01 +02:00
  • c1873c2dec Add ascii art to describe intersection tests Andreas Torebring 2022-11-21 22:57:55 +01:00
  • 82303e48b1 OrientedBoundedRectangle implements ShapeF Andreas Torebring 2022-09-19 21:55:00 +02:00
  • 135507e850 Be explicit about conversion of geometries Andreas Torebring 2022-09-19 21:18:33 +02:00
  • b85f526275 Ignore Visual Studio cache Andreas Torebring 2024-02-07 21:55:52 +01:00
  • db807cd659 Add Points property to OrientedBoundingRectangle Andreas Torebring 2022-09-07 01:56:47 +02:00
  • 88a51a6f68 Add OrientedBoundingRectangle type Andreas Torebring 2022-09-05 19:24:24 +02:00
  • bde79b8997 Merge pull request #819 from Asthegor/patch-1 Max Kopjev 2024-04-07 23:20:37 +03:00
  • 68c0b3d736 Merge pull request #818 from KatDevsGames/pipeline-update-map-layer-tilemap-class Max Kopjev 2024-04-07 23:16:37 +03:00
  • 9c0865a2ae Merge branch 'develop' into pipeline-update-map-layer-tilemap-class Max Kopjev 2024-04-07 23:16:31 +03:00
  • 37026922e1 Merge pull request #817 from KatDevsGames/pipeline-update-class-properties Max Kopjev 2024-04-07 23:15:13 +03:00
  • ce0a1a2f8c Merge branch 'develop' into pipeline-update-class-properties Max Kopjev 2024-04-07 23:12:01 +03:00
  • 51aea6c84a Merge pull request #834 from Apllify/fix-hsl-lerp Max Kopjev 2024-04-07 21:19:19 +03:00
  • 6cc4b6cb96 Add test coverage Stephen 2024-02-17 13:25:11 +00:00
  • 8d95d49924 Check for undefined layer and throw on collision actor insertion Stephen 2024-02-17 13:15:56 +00:00
  • 6acc822be1 Merge pull request #837 from craftworkgames/tweener_enchancing3 Max Kopjev 2024-01-22 19:12:29 +01:00
  • 79a20706b1 Fix activator inside tweener. Gandifil 2024-01-22 21:11:44 +03:00
  • e93ec550c4 Add tweening tests Gandifil 2024-01-22 21:11:30 +03:00
  • c4f9b3cddc Merge pull request #836 from craftworkgames/tweener_enchancing2 Max Kopjev 2024-01-22 18:26:28 +01:00
  • 4383bb8113 Fix TweenTo Gandifil 2024-01-22 20:26:00 +03:00
  • bb8a70c607 Merge pull request #835 from craftworkgames/tweener_enchancing Max Kopjev 2024-01-22 18:11:09 +01:00
  • a2e3aacb90 Add special TweenTo. Gandifil 2024-01-22 20:10:34 +03:00
  • f961461a67 Add ColorTween Gandifil 2024-01-22 19:32:13 +03:00
  • 60d2fdfd1e Move impls of linear tweening into special class. Gandifil 2024-01-22 19:24:53 +03:00
  • 3f44766bd4 Move extracting linear operations into special class. Gandifil 2024-01-22 19:03:17 +03:00
  • c4e4ecb4d1 Fixed HSL lerp Apllify 2024-01-17 16:30:26 +01:00
  • 801196c3f0 Merge pull request #833 from craftworkgames/rectanglef_serializer Max Kopjev 2024-01-03 20:05:28 +01:00
  • fd760e3e4f Add RectangleFJsonConverter for default serializer. Gandifil 2024-01-03 22:04:44 +03:00
  • 6b2efb7bf3 Add test for new serizalizer Gandifil 2024-01-03 22:04:25 +03:00
  • 430a8d524a Add serializer for RectangleF Gandifil 2024-01-03 22:04:13 +03:00
  • 232156b57a Merge pull request #832 from craftworkgames/revert-831-add_copy-constructor-listener Max Kopjev 2024-01-03 19:20:33 +01:00
  • d1439587d9 Revert "Add copy constructor for KeyboardListener." Max Kopjev 2024-01-03 21:19:50 +03:00
  • 9393251fe3 Merge pull request #831 from craftworkgames/add_copy-constructor-listener Max Kopjev 2023-12-28 08:20:51 +01:00
  • ebd181b073 Add copy constructor for KeyboardListener. Gandifil 2023-12-28 09:43:06 +03:00
  • 95cc5f4183 Merge pull request #829 from craftworkgames/fix_tiled_bigobject_tileset3 Max Kopjev 2023-12-25 19:42:17 +01:00
  • 64f21f2533 Fix CiCD Gandifil 2023-12-25 21:39:54 +03:00
  • 6b93cc8c25 Merge pull request #828 from craftworkgames/fix_tiled_bigobject_tileset2 Max Kopjev 2023-12-25 19:26:33 +01:00
  • e9736a5ff0 Fix version Gandifil 2023-12-25 21:23:41 +03:00
  • 6fe961f6a6 Merge pull request #827 from craftworkgames/fix_tiled_bigobject_tileset Max Kopjev 2023-12-25 19:21:08 +01:00
  • 0222eedf3f Fix using ctor from remote Gandifil 2023-12-25 21:10:42 +03:00
  • 9c896d4ee2 Add image tileset support Gandifil 2023-12-25 21:05:16 +03:00
  • 7b0668a6bd Add texture for tile. Gandifil 2023-12-22 20:40:06 +03:00