Commit Graph

231 Commits

Author SHA1 Message Date
0ae038b51e fix same CI warnings 2019-09-05 18:14:55 +07:00
b965094d14 rename spine_model to spine 2019-09-05 14:12:39 +07:00
0e96190872 just variadic min and max 2019-09-05 02:10:00 +07:00
86d53a3c40 remove custom mpark.variant and use C++17 version 2019-09-04 18:26:53 +07:00
3847dd7f66 update modules 2019-08-22 09:52:39 +07:00
b7b2b5889f label: add leading and tracking props 2019-08-21 07:23:27 +07:00
2eecc0ae6e make_vecX from color and color32 2019-08-17 10:59:34 +07:00
d32ad1f895 rewrite bmfont parser, remove sample07 2019-08-17 02:45:10 +07:00
74175287f8 Merge branch 'master' into feature/label 2019-08-16 07:40:40 +07:00
2ca47055fb add astc texture support 2019-08-09 07:14:33 +07:00
ef9b214d2c add etc1 and etc2 texture support 2019-08-09 04:15:16 +07:00
c5dd5ef49a more buffer_view using 2019-08-08 23:57:38 +07:00
e909556c99 rewrite dds,pvr loading and saving
add new a8 texture format
remove rgb_dxt1
add image loading and saving tests
2019-08-08 23:19:49 +07:00
6609f4c07b explicit conversion buffer_view to buffer 2019-08-08 19:35:58 +07:00
Pinchuk Aleksei
31c1dd4146 save dds and pvr 2019-08-05 11:52:24 +03:00
Pinchuk Aleksei
31a77e4c0d Merge branch 'master' into feature/label 2019-08-02 16:50:59 +03:00
28706cc9bf check environment variables E2D_WITHOUT_AUDIO and E2D_WITHOUT_GRAPHICS on engine start 2019-07-31 03:19:52 +07:00
7501a6d676 auto opengl/es shader headers 2019-07-31 02:00:13 +07:00
ba8c4827fb add font loading test and sample arial font 2019-07-25 17:32:29 +07:00
10496badaa remove unsupported mipmap and cubemap filtration options 2019-07-23 09:38:32 +07:00
3eb0c70858 allow to update buffer and texture with empty data. fix CI tests 2019-07-23 06:18:18 +07:00
22f88a7bdd grab_XXX functions are temporarily removed 2019-07-23 05:35:08 +07:00
010da6e620 more general buffer iterators 2019-07-23 03:00:06 +07:00
andrey.zhirnov
739267f670 added ability to read uncompressed texture data 2019-07-22 19:44:28 +03:00
andrey.zhirnov
a689e42441 added more asserts, fixed code style 2019-07-22 18:42:38 +03:00
andrey.zhirnov
72da243995 added ability to read texture and render_target; added region instead of size and offset to update_texture, added g8 and ga8 pixel_type 2019-07-22 18:24:42 +03:00
a2cf5dc298 add promised network request 2019-07-15 16:51:48 +07:00
ba14f857e5 Merge branch 'master' into feature/network2 2019-07-15 16:34:30 +07:00
7d58e4fa9b Merge pull request #82 from enduro2d/feature/update_modules
Feature/update modules
2019-07-13 01:47:16 +07:00
cce2be0da6 update modules 2019-07-12 20:36:40 +07:00
0f9a9645e2 add auto base for try_parse and more tests 2019-07-12 20:32:29 +07:00
0f41221083 fix try_parse behaviour with empty string input 2019-07-12 19:18:08 +07:00
c58e7523cf remove charconv from try_parse impl 2019-07-12 18:46:35 +07:00
e2c96d8511 add strings::try_parse function for arithmetic types 2019-07-12 15:25:42 +07:00
af680ed986 fix sound_asset loading 2019-07-09 12:43:45 +07:00
3a98bd1211 add e2d::net namespace and include curly.hpp 2019-07-08 10:20:08 +07:00
049d8a7276 add dummy network module 2019-07-08 08:33:56 +07:00
1b8cfbf902 little finalization 2019-06-28 12:52:35 +07:00
andrey.zhirnov
dd2dc510bc fixed math unittests 2019-06-21 11:19:40 +03:00
andrey.zhirnov
3660dcf42a added tests for align_ceil/align_floor, fixed unit tests for loader, replaced C-style cast to reinterpret_cast 2019-06-21 10:36:13 +03:00
andrey.zhirnov
c0d0df4df0 added more images for tests 2019-06-20 12:19:04 +03:00
andrey.zhirnov
2a68c66cc1 unit tests for dds and pvr image loader 2019-06-20 11:49:06 +03:00
d109337e75 fix cmake bass linking 2019-06-11 02:41:07 +07:00
4580ac8476 fix color api 2019-06-04 17:25:05 +07:00
970f87792d utils to c++17 2019-05-30 14:16:07 +07:00
6703988d21 hast_set, hash_multiset, flat_set, flat_multiset json parsing 2019-05-30 13:42:29 +07:00
b1bab8a291 math to c++17 2019-05-28 12:10:04 +07:00
3788a0e577 fix msvc string_view iterator problems 2019-05-28 08:27:23 +07:00
608f9aae9b return mpark variant 2019-05-27 21:00:46 +07:00
48a257f70d remove E2D_COUNTOF macro 2019-05-25 23:27:19 +07:00