Commit Graph

869 Commits

Author SHA1 Message Date
74175287f8 Merge branch 'master' into feature/label 2019-08-16 07:40:40 +07:00
Pinchuk Aleksei
9e1ccd6786 improve font shaders 2019-08-12 19:49:06 +03:00
Pinchuk Aleksei
56c550d491 fix read_int 2019-08-12 16:37:47 +03:00
98d97762b9 Merge pull request #88 from enduro2d/feature/save_image
Feature/save image
2019-08-09 17:03:48 +07:00
ab69ed6f5e fix etc2 texture support detection 2019-08-09 07:41:58 +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
f476eee943 load mesh and shape from buffer_view 2019-08-08 23:33:27 +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
Pinchuk Aleksei
f9291ae454 fix sdf shader 2019-08-08 18:47:46 +03:00
Pinchuk Aleksei
beb8de2040 imporved sdf shader 2019-08-08 18:16:04 +03:00
Pinchuk Aleksei
f8fda0c645 new sdf shader 2019-08-08 17:13:55 +03:00
b697a8a007 add tga and jpg to LFS 2019-08-08 19:36:21 +07:00
6609f4c07b explicit conversion buffer_view to buffer 2019-08-08 19:35:58 +07:00
Pinchuk Aleksei
a976342733 removed filtering 2019-08-07 16:12:32 +03:00
Pinchuk Aleksei
f0605be927 bug fix: removed second camera 2019-08-07 16:00:52 +03:00
Pinchuk Aleksei
54f32a56a4 removed lowp 2019-08-07 11:13:56 +03:00
Pinchuk Aleksei
98fa28e521 label supports sdf 2019-08-06 19:39:04 +03:00
andrey.zhirnov
5f469a8ac3 added default animation mix, log errors 2019-08-06 12:59:04 +03:00
andrey.zhirnov
d45685d4be update sample: added key bindings to start animations, bug fix 2019-08-06 12:34:22 +03:00
Pinchuk Aleksei
52252187b5 added sdf material 2019-08-06 11:55:43 +03:00
andrey.zhirnov
664f021c2e load spine model from dependencies 2019-08-05 15:14:01 +03:00
Pinchuk Aleksei
bb0b8be545 updated pvr channel type 2019-08-05 12:52:51 +03:00
Pinchuk Aleksei
08201aa48a updated masks for dds 2019-08-05 12:51:46 +03:00
andrey.zhirnov
cff16a5cfa removed index type unsigned_byte 2019-08-05 12:32:51 +03:00
andrey.zhirnov
3fcf6e053a added opengl4 support (for debugging with RenderDoc) 2019-08-05 12:31:24 +03:00
Pinchuk Aleksei
31c1dd4146 save dds and pvr 2019-08-05 11:52:24 +03:00
andrey.zhirnov
21487e6690 added coin spine, load spine_player from json 2019-08-05 11:29:48 +03:00
andrey.zhirnov
614a9606a1 fixed clipping 2019-08-02 19:25:04 +03:00
Pinchuk Aleksei
6726417ad8 updated fonts shader and material 2019-08-02 18:33:41 +03:00
Pinchuk Aleksei
e442d40d6e minor fix label_system 2019-08-02 18:32:25 +03:00
Pinchuk Aleksei
ba989c6034 changed str to str_view, stoi to try_parse 2019-08-02 18:31:47 +03:00
andrey.zhirnov
a1da012f4b load spine renderer component from json 2019-08-02 18:00:51 +03:00
andrey.zhirnov
19a5670f4c load binary skeleton 2019-08-02 18:00:14 +03:00
andrey.zhirnov
3a00702b67 _spUtil_readFile now uses library module instead of vfs 2019-08-02 17:59:14 +03:00
Pinchuk Aleksei
31a77e4c0d Merge branch 'master' into feature/label 2019-08-02 16:50:59 +03:00
8b72688390 Merge pull request #87 from enduro2d/feature/opengles
Feature/opengles
2019-08-02 15:18:14 +03:00
Pinchuk Aleksei
4cde0582aa updated material creation for font 2019-08-02 15:07:35 +03:00
Pinchuk Aleksei
22c35892ad fix font loading for utils test 2019-08-02 13:01:41 +03:00
Pinchuk Aleksei
af0942a371 changed kernings key to u64 2019-07-31 18:35:08 +03:00
Pinchuk Aleksei
3d3437c4a4 changed flat_set to flat_map in fonts chars and kernings 2019-07-31 18:27:23 +03:00
Pinchuk Aleksei
1188a179c8 new bmfont parsing 2019-07-31 15:52:13 +03:00
bc95c3e5f4 remove depth32 texture format, fix render target support detection 2019-07-31 03:45:08 +07:00
28706cc9bf check environment variables E2D_WITHOUT_AUDIO and E2D_WITHOUT_GRAPHICS on engine start 2019-07-31 03:19:52 +07:00
3160547fa1 setup ios/android opengles render defines 2019-07-31 02:01:19 +07:00
7501a6d676 auto opengl/es shader headers 2019-07-31 02:00:13 +07:00
747c24177e Merge branch 'master' into feature/opengles 2019-07-31 00:11:45 +07:00
5136c4aaf5 check opengl es extensions without glew 2019-07-31 00:04:07 +07:00
andrey.zhirnov
ad0db0de86 use vfs for spine 2019-07-30 11:47:24 +03:00