Commit Graph

248 Commits

Author SHA1 Message Date
66477ba347 Merge branch 'master' into feature/scripting 2019-10-19 13:35:25 +07:00
1e3b9c792c update catch2 to 2.10.0 2019-10-19 01:29:27 +07:00
afd691a52f Merge branch 'feature/safe_gobject' into feature/scripting 2019-10-12 07:08:12 +07:00
3a87f9c60d new gobject and gcomponent safe wrappers 2019-10-12 07:04:32 +07:00
b9423484dc add loading behaviour script asset 2019-10-10 21:15:12 +07:00
ad37e6fe84 add color/color32 bindings 2019-10-07 15:44:48 +07:00
c7e2b52141 add trs2/trs3 bindings 2019-10-04 02:45:46 +07:00
cb2ee365b1 add rect and aabb bindings 2019-10-04 02:29:46 +07:00
8db4f8b5d2 add matrix bindings 2019-10-04 01:58:11 +07:00
496a8725b2 add quat and unit bindings 2019-10-03 22:52:25 +07:00
7c11a2fb20 Merge branch 'master' into feature/scripting 2019-10-03 21:18:58 +07:00
6f5fbad449 fix few MSVC warnings 2019-10-01 08:14:59 +07:00
85fe12be09 Merge branch 'master' into feature/opengl4 2019-09-30 18:11:58 +07:00
8423209c49 Merge branch 'master' into feature/scripting 2019-09-10 21:37:37 +07:00
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
andrey.zhirnov
cff16a5cfa removed index type unsigned_byte 2019-08-05 12:32:51 +03: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
f3ee3ada02 Merge branch 'master' into feature/scripting 2019-07-17 06:02:37 +07: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