Commit Graph

1826 Commits

Author SHA1 Message Date
Gandifil e9736a5ff0 Fix version 2023-12-25 21:23:41 +03:00
Max Kopjev 6fe961f6a6 Merge pull request #827 from craftworkgames/fix_tiled_bigobject_tileset
Add support of "Collection of Images" tileset type.
2023-12-25 19:21:08 +01:00
Gandifil 0222eedf3f Fix using ctor from remote 2023-12-25 21:10:42 +03:00
Gandifil 9c896d4ee2 Add image tileset support 2023-12-25 21:05:16 +03:00
Gandifil 7b0668a6bd Add texture for tile. 2023-12-22 20:40:06 +03:00
Gandifil c3fe4b071c Fix tiledMap processing and writing. 2023-12-21 23:47:38 +03:00
Gandifil 60f3fa1994 Add speical contentItem for referencing images. 2023-12-21 23:15:57 +03:00
Gandifil dbdb2eec18 Add extentions for ContentImporter. 2023-12-21 23:15:05 +03:00
Max Kopjev cedf863d7e Merge pull request #825 from craftworkgames/new_collision_2023
Add constructor for CollisionComponent.cs
2023-12-09 18:09:00 +01:00
Gandifil 0367e93bd0 Add constructor for CollisionComponent.cs 2023-12-09 20:05:15 +03:00
Max Kopjev 3e173129a2 Merge pull request #824 from craftworkgames/new_collision_2023
New collision 2023
2023-12-04 19:07:16 +01:00
Gandifil 102cba574d Fix ctor call's 2023-12-01 23:58:19 +03:00
Gandifil 97b9eb6c1b Add method for set default layer 2023-12-01 23:49:43 +03:00
Gandifil 094e9a1563 Refactor layers. 2023-12-01 23:21:03 +03:00
Gandifil 1a31bd7728 Fix tests 2023-12-01 22:55:48 +03:00
Gandifil 6e2becc67e Refactor benchmarks for collisions. 2023-11-25 22:35:07 +03:00
Gandifil 5faacbc786 Add inline for private methods of SpatialHash.cs 2023-11-25 22:34:51 +03:00
Gandifil 81e2878f65 Rename Quadtree to QuadTree 2023-11-25 22:33:51 +03:00
Gandifil 12a6b95c86 Add spatialHash algo for collision spacing 2023-11-25 02:33:14 +03:00
Gandifil af0658d512 Add comments for space algo interface. 2023-11-25 02:32:52 +03:00
Gandifil b24933b1b7 Add comments for collision actor. 2023-11-25 02:32:37 +03:00
Gandifil b02f5f42c6 Refactor layers for new interface 2023-11-22 23:22:52 +03:00
Gandifil 01abb187cc Add interface for space splitting and impls 2023-11-22 23:22:40 +03:00
Gandifil f0d558c8be Add layers for collisions 2023-11-22 19:50:05 +03:00
Gandifil 515896cef4 Refactor QuadTree - now we use static AABB intersection check 2023-11-22 18:47:36 +03:00
Gandifil 66ac2ee652 Add BoundingRectanglle property for IShape 2023-11-22 18:46:52 +03:00
Gandifil d5e3e461e0 Refactor collision update, correct reset map 2023-11-21 23:54:55 +03:00
Gandifil 62137c7356 Add benchmarks for collisions 2023-11-21 22:47:48 +03:00
Gandifil b5de529507 Add failing test for collisions. 2023-11-21 22:45:26 +03:00
Gandifil 6836db47e5 Fix namespaces 2023-11-20 19:28:04 +03:00
Gandifil 65c261171c Move collision code to root folder 2023-11-20 19:17:36 +03:00
Gandifil e237249fdc Remove old collision code. 2023-11-20 19:17:02 +03:00
Lucas Girouard-Stranks 17c45f51ee Merge pull request #822 from AristurtleDev/feature/automated-packaging
Update GitHub Workflow to Automate Build, Test, and Package Deployment
2023-11-19 16:12:30 -05:00
Christopher Whitley f4b29420b5 Apparently i forgot a semi colon.... 2023-11-16 17:07:51 -05:00
Christopher Whitley 3ae6aa4b14 Remove async, ignore NU5118 on package 2023-11-16 13:32:50 -05:00
Christopher Whitley fac64ccd74 Ignore Missing XML comment warnings on build 2023-11-16 13:32:35 -05:00
Christopher Whitley 16e8a825d1 Simplify, move most logic into cake build script 2023-11-16 13:21:39 -05:00
Christopher Whitley 09abeb92ff Added Deploy task 2023-11-16 13:20:54 -05:00
Christopher Whitley c6e472338d Create DeployToNuGetTask 2023-11-16 13:20:18 -05:00
Christopher Whitley 9d73597323 Create DeployToMyGetTask 2023-11-16 13:19:56 -05:00
Christopher Whitley 809b525e43 Create DeployToGithubTask 2023-11-16 13:19:23 -05:00
Christopher Whitley 5403441e02 Update TestTask to use same verbosity, nologo, and nobuild as original workflow 2023-11-16 13:18:49 -05:00
Christopher Whitley 03256fdc0d Created Restore task
Uses same verbosity as original workflow did
2023-11-16 13:18:06 -05:00
Christopher Whitley 35d21b0696 Use same verbosity and nologo setting as original 2023-11-16 13:17:11 -05:00
Christopher Whitley b67391d4aa Use same verbosity, restore, and logo flags as originally used 2023-11-16 13:15:33 -05:00
Christopher Whitley bd86991e61 Add additional context variables for build script 2023-11-16 13:14:33 -05:00
Christopher Whitley f5bee8e7a2 Enable Nullable in build project 2023-11-16 13:12:57 -05:00
Christopher Whitley e0e12e3bd1 NuGet Deploy only in craftworksgames repo 2023-11-16 01:55:19 -05:00
Christopher Whitley f6a8cd6e69 Better name for package step 2023-11-16 01:53:16 -05:00
Christopher Whitley e1d280b356 Forgot to add System.Runtime using statement 2023-11-16 01:49:35 -05:00