Commit Graph

31 Commits

Author SHA1 Message Date
Relintai b0b34add3f Added the new resource, and it's importer to the build, and fixed compile. 2019-10-22 11:53:49 +02:00
Relintai b731f18615 Work on an image resource class, and a custom importer. 2019-10-22 04:22:32 +02:00
Relintai 8d8e20a396 Docs setup. 2019-10-22 02:10:35 +02:00
Relintai c9cef93510 Added missing editor_hint check. 2019-10-22 01:07:53 +02:00
Relintai 63b908afb6 Added "automatic_merge" property, and a "texture_merged" signal. 2019-10-22 01:00:39 +02:00
Relintai 8f19801eaa Added a variant vector binding to TextureMerger. It will merge all textures on set. Added contains_texture to TexturePacker. Logic fixes in querying textures in TexturePacker. 2019-10-22 00:52:59 +02:00
Relintai d94977de50 The merger now won't have the REPEAT texture flag by default. 2019-10-22 00:18:27 +02:00
Relintai 95fbb4668b Added a TextureMerger Node. 2019-10-22 00:17:11 +02:00
Relintai 280dabf737 Implemented margins. 2019-10-22 00:03:04 +02:00
Relintai 1d8256548c Added a background_color property. 2019-10-21 23:42:53 +02:00
Relintai 6a6b844823 Avoid cast. 2019-10-21 23:26:30 +02:00
Relintai 4de8140563 Fix small mistake. 2019-10-21 23:25:51 +02:00
Relintai 87a80781a0 The bins vector is not a class member anymore, it's really unsafe to store it like that without proper updates. Also unnecessary. 2019-10-21 23:22:12 +02:00
Relintai 37043e7b2d Implemented reference counting. 2019-10-21 23:18:06 +02:00
Relintai fe6c61d22d Added clear(). 2019-10-21 23:04:11 +02:00
Relintai 9718212b9d Removed the TODO comment. 2019-10-21 23:01:46 +02:00
Relintai 63d9273326 Implemented proper support for adding AtlasTextures. Also implemented support for the keep_original_atlases property. 2019-10-21 22:38:51 +02:00
Relintai ec68fea42f Added 3 tweakable properties. (keep_original_atlases is not yet implemented). 2019-10-21 21:29:42 +02:00
Relintai b26b97d728 Removed the test method. 2019-10-21 21:15:30 +02:00
Relintai 54ab3d3bc7 Fix typo. 2019-10-21 21:13:03 +02:00
Relintai a0fe53dc24 Renamed MergeTexture to TexturePacker. 2019-10-21 21:11:11 +02:00
Relintai 171016d075 Renamed the module to texture_packer. 2019-10-21 21:05:02 +02:00
Relintai 8cd6a1e7e1 MergeTexture works now. 2019-10-21 20:57:39 +02:00
Relintai 2c7c826558 More work. 2019-10-21 18:33:12 +02:00
Relintai 5c4aa02eb8 Little work. 2019-10-21 12:18:31 +02:00
Relintai d36a770d22 Small experiments, and ran clang-format on the lib. 2019-10-21 00:06:09 +02:00
Relintai 8629ce4c43 Temporarily added in the example from the library for a few initial tests. 2019-10-20 22:13:45 +02:00
Relintai 35267a2c5c Let's use the legacy version of rectpack2D. 2019-10-20 21:46:36 +02:00
Relintai 1eaeafb49a Added the rectpack2D library. (https://github.com/TeamHypersomnia/rectpack2D) 2019-10-20 21:23:33 +02:00
Relintai 4a4c98fa68 Initial Skeleton. 2019-10-20 21:19:00 +02:00
Péter Magyar 3f74e3f401
Initial commit 2019-10-20 21:04:56 +02:00