Commit Graph

861 Commits

Author SHA1 Message Date
andrey.zhirnov
add585af72 added performance test 2019-07-26 18:39:44 +03:00
Pinchuk Aleksei
7854fd2c22 label width implementation 2019-07-26 17:18:05 +03:00
Pinchuk Aleksei
a8817ebe20 add halign and valign implementation 2019-07-26 17:01:51 +03:00
andrey.zhirnov
28556da761 fixed compilation on mac 2019-07-26 11:08:23 +03:00
andrey.zhirnov
7c7a58c0c8 enabled some errors for msvc 2019-07-25 19:09:06 +03:00
andrey.zhirnov
04695f4c00 use .json-large to put json into lfs 2019-07-25 19:08:02 +03:00
andrey.zhirnov
2fb7870e71 fixed spine rendering 2019-07-25 18:53:36 +03:00
andrey.zhirnov
abb7fe44ca added spine components and asset 2019-07-25 17:40:56 +03:00
ba8c4827fb add font loading test and sample arial font 2019-07-25 17:32:29 +07:00
67801491cb font loading fixes 2019-07-25 10:49:09 +07:00
50bc6b97cb add new label properties (unimplemented yet) 2019-07-25 05:37:58 +07:00
ba92155606 fix order of includes, add label_system to the engine start 2019-07-25 02:39:59 +07:00
Pinchuk Aleksei
11af7b306c fix bug with line break 2019-07-23 16:26:54 +03:00
Pinchuk Aleksei
7f53bee4cc label loaded from json 2019-07-23 15:15:39 +03:00
10496badaa remove unsupported mipmap and cubemap filtration options 2019-07-23 09:38:32 +07:00
180be22b9e Merge pull request #84 from enduro2d/feature/update_buffer_and_image
buffer update moved to render class
2019-07-23 07:28:47 +07:00
3eb0c70858 allow to update buffer and texture with empty data. fix CI tests 2019-07-23 06:18:18 +07:00
5cd9bbc810 reduce render state setting code 2019-07-23 06:02:48 +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
f27e0f6e6e little code style fixes 2019-07-22 18:27:48 +07:00
andrey.zhirnov
dea63977eb added support for compressed formats to render::update_texture 2019-07-22 13:20:04 +03:00
andrey.zhirnov
04eece6bb8 added spine submodule 2019-07-22 12:09:43 +03:00
andrey.zhirnov
fe79fe1db8 buffer update moved to render class 2019-07-22 11:53:08 +03:00
Pinchuk Aleksei
2501993dbd add standart functions to font 2019-07-22 10:53:29 +03:00
Pinchuk Aleksei
e74f113948 add label:dirty component 2019-07-22 10:52:14 +03:00
d434472666 update ecs.hpp submodule 2019-07-19 01:06:45 +07:00
Pinchuk Aleksei
0813c05fd2 added standart functions to label 2019-07-17 20:10:26 +03:00
Pinchuk Aleksei
58d12be548 fix kerning 2019-07-17 18:42:08 +03:00
Pinchuk Aleksei
f1997890e5 update label 2019-07-17 17:35:34 +03:00
f3ee3ada02 Merge branch 'master' into feature/scripting 2019-07-17 06:02:37 +07:00
0e5d3d4802 Merge pull request #83 from enduro2d/feature/network2
Feature/network2
2019-07-17 05:46:50 +07:00
07b8d1707b link blackmatov libraries without copy headers to 3rdparty 2019-07-17 04:44:05 +07:00
aaae8f2a72 fix add_e2d_shared_libraries_to_target for parent cmake projects 2019-07-17 03:10:32 +07:00
Pinchuk Aleksei
30331350bd draw bm font 2019-07-16 18:14:24 +03:00
631cc09aa4 update curly.hpp submodule 2019-07-16 21:04:29 +07:00
17ecb133ed fix curly static runtime linking flag 2019-07-16 15:22:55 +07:00
cb97171e25 add explicit curly.hpp flags to cmake 2019-07-15 18:58:52 +07:00
a2cf5dc298 add promised network request 2019-07-15 16:51:48 +07:00
8ae456b691 update curly.hpp submodule 2019-07-15 16:35:43 +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
33e6ada49c Merge pull request #81 from enduro2d/feature/strings_try_parse
Feature/strings try parse
2019-07-12 23:00:22 +07:00
fb17e2522e fix deprecated std::iterator warnings 2019-07-12 21:00:23 +07:00
5b1397dacc temp fix utf8 after update
https://github.com/nemtrif/utfcpp/issues/43
2019-07-12 20:44: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