Commit Graph

887 Commits

Author SHA1 Message Date
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
0f41221083 fix try_parse behaviour with empty string input 2019-07-12 19:18:08 +07:00
bc986da464 fix E2D_ALLOCA msvc impl 2019-07-12 18:46:51 +07:00
c58e7523cf remove charconv from try_parse impl 2019-07-12 18:46:35 +07:00
Pinchuk Aleksei
1f0e25db91 added default value 2019-07-12 11:53:33 +03:00
e2c96d8511 add strings::try_parse function for arithmetic types 2019-07-12 15:25:42 +07:00
Pinchuk Aleksei
1e8c5d710b clean code 2019-07-11 17:49:53 +03:00
Pinchuk Aleksei
dd8bb6e67e load BMF 2019-07-11 16:27:42 +03:00
ae5205c1b3 Merge pull request #80 from enduro2d/feature/audio_resource
Feature/audio resource
2019-07-09 15:05:31 +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
5b754c3e90 add curly.hpp submodule 2019-07-08 09:27:34 +07:00
049d8a7276 add dummy network module 2019-07-08 08:33:56 +07:00
Pinchuk Aleksei
7cdbf31f29 param stream into asset 2019-07-05 15:38:38 +03:00
Pinchuk Aleksei
4b361c1080 add sound_asset 2019-07-05 11:14:51 +03:00
76be08d543 Merge pull request #79 from enduro2d/feature/image_loader
Feature/image loader
2019-06-28 13:03:28 +07:00
1b8cfbf902 little finalization 2019-06-28 12:52:35 +07:00
ad0d2f8630 Merge pull request #78 from enduro2d/feature/cmake_flags
Feature/cmake flags
2019-06-27 23:41:24 +07:00
fb26f70a21 fixes by code style 2019-06-27 23:37:55 +07:00
azhirnov
12712cebc5 added support for single-configuration generators 2019-06-27 17:54:51 +03:00
andrey.zhirnov
dd2dc510bc fixed math unittests 2019-06-21 11:19:40 +03:00
andrey.zhirnov
f22f87d298 fixed compilation 2019-06-21 10:54:50 +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
62a9da8985 added align_ceil and align_floor functions 2019-06-20 12:23:34 +03:00
andrey.zhirnov
c0d0df4df0 added more images for tests 2019-06-20 12:19:04 +03:00