Commit Graph

23 Commits

Author SHA1 Message Date
280dabf737 Implemented margins. 2019-10-22 00:03:04 +02:00
1d8256548c Added a background_color property. 2019-10-21 23:42:53 +02:00
6a6b844823 Avoid cast. 2019-10-21 23:26:30 +02:00
4de8140563 Fix small mistake. 2019-10-21 23:25:51 +02:00
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
37043e7b2d Implemented reference counting. 2019-10-21 23:18:06 +02:00
fe6c61d22d Added clear(). 2019-10-21 23:04:11 +02:00
9718212b9d Removed the TODO comment. 2019-10-21 23:01:46 +02:00
63d9273326 Implemented proper support for adding AtlasTextures. Also implemented support for the keep_original_atlases property. 2019-10-21 22:38:51 +02:00
ec68fea42f Added 3 tweakable properties. (keep_original_atlases is not yet implemented). 2019-10-21 21:29:42 +02:00
b26b97d728 Removed the test method. 2019-10-21 21:15:30 +02:00
54ab3d3bc7 Fix typo. 2019-10-21 21:13:03 +02:00
a0fe53dc24 Renamed MergeTexture to TexturePacker. 2019-10-21 21:11:11 +02:00
171016d075 Renamed the module to texture_packer. 2019-10-21 21:05:02 +02:00
8cd6a1e7e1 MergeTexture works now. 2019-10-21 20:57:39 +02:00
2c7c826558 More work. 2019-10-21 18:33:12 +02:00
5c4aa02eb8 Little work. 2019-10-21 12:18:31 +02:00
d36a770d22 Small experiments, and ran clang-format on the lib. 2019-10-21 00:06:09 +02:00
8629ce4c43 Temporarily added in the example from the library for a few initial tests. 2019-10-20 22:13:45 +02:00
35267a2c5c Let's use the legacy version of rectpack2D. 2019-10-20 21:46:36 +02:00
1eaeafb49a Added the rectpack2D library. (https://github.com/TeamHypersomnia/rectpack2D) 2019-10-20 21:23:33 +02:00
4a4c98fa68 Initial Skeleton. 2019-10-20 21:19:00 +02:00
3f74e3f401
Initial commit 2019-10-20 21:04:56 +02:00