Commit Graph

687 Commits

Author SHA1 Message Date
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
d7f30b37e1 Merge pull request #86 from enduro2d/hotfix/fix_pvr_content_size
Hotfix/fix and check pvr content size
2019-07-27 06:35:30 +07:00
c918f9f54b fix and check pvr content size 2019-07-27 06:33:33 +07:00
12d9bcc35a Merge pull request #85 from enduro2d/hotfix/fix_image_noexcepts
Hotfix/fix image loading noexcept issues
2019-07-27 05:20:10 +07:00
3fdd233ca7 fix image loading noexcept issues 2019-07-26 22:58:38 +07: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
fe79fe1db8 buffer update moved to render class 2019-07-22 11:53:08 +03: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
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
e2c96d8511 add strings::try_parse function for arithmetic types 2019-07-12 15:25:42 +07: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