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 |
|
|
|
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 |
|
|
|
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 |
|
|
|
049d8a7276
|
add dummy network module
|
2019-07-08 08:33:56 +07:00 |
|
|
|
1b8cfbf902
|
little finalization
|
2019-06-28 12:52:35 +07:00 |
|
andrey.zhirnov
|
dd2dc510bc
|
fixed math unittests
|
2019-06-21 11:19:40 +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
|
c0d0df4df0
|
added more images for tests
|
2019-06-20 12:19:04 +03:00 |
|
andrey.zhirnov
|
2a68c66cc1
|
unit tests for dds and pvr image loader
|
2019-06-20 11:49:06 +03:00 |
|
|
|
d109337e75
|
fix cmake bass linking
|
2019-06-11 02:41:07 +07:00 |
|
|
|
4580ac8476
|
fix color api
|
2019-06-04 17:25:05 +07:00 |
|
|
|
970f87792d
|
utils to c++17
|
2019-05-30 14:16:07 +07:00 |
|
|
|
6703988d21
|
hast_set, hash_multiset, flat_set, flat_multiset json parsing
|
2019-05-30 13:42:29 +07:00 |
|
|
|
b1bab8a291
|
math to c++17
|
2019-05-28 12:10:04 +07:00 |
|
|
|
3788a0e577
|
fix msvc string_view iterator problems
|
2019-05-28 08:27:23 +07:00 |
|
|
|
608f9aae9b
|
return mpark variant
|
2019-05-27 21:00:46 +07:00 |
|
|
|
48a257f70d
|
remove E2D_COUNTOF macro
|
2019-05-25 23:27:19 +07:00 |
|
|
|
9e5f32b041
|
fix samples
|
2019-05-25 21:55:32 +07:00 |
|
|
|
534c915dbd
|
remove std::array and std::bitset aliases
|
2019-05-25 03:54:50 +07:00 |
|
|
|
066be20fe2
|
remove string_view backport
|
2019-05-25 03:28:48 +07:00 |
|
|
|
65e9063ab7
|
remove variant 3rdparty module
|
2019-05-25 02:05:47 +07:00 |
|
|
|
8b422b3d9f
|
add cpp17 build flags, remove old compilers from CI
|
2019-05-25 01:53:28 +07:00 |
|
|
|
27a92fc3ad
|
add library loading error messages
|
2019-05-24 02:45:27 +07:00 |
|
|
|
061086e46e
|
add quaternion parsing to json_utils
|
2019-05-16 18:29:26 +07:00 |
|
|
|
9c03203713
|
Merge branch 'hotfix/update_modules' into feature/gobject
|
2019-05-15 17:18:08 +07:00 |
|
|
|
50de1cd6e0
|
clean up cmake config
|
2019-05-15 12:32:45 +07:00 |
|
|
|
e0c98dfac2
|
update modules
|
2019-05-15 07:53:18 +07:00 |
|
|
|
b1ba916b17
|
fix tests compilation
|
2019-05-14 18:29:48 +07:00 |
|
|
|
64b8e594a3
|
clean up cmake config
|
2019-05-05 14:35:06 +07:00 |
|
|
|
204bede84b
|
json utils unit tests
|
2019-05-01 12:24:30 +07:00 |
|
|
|
e857f0751b
|
dummy component_factory
|
2019-04-20 07:21:26 +07:00 |
|
|
|
d28ce63c80
|
Merge branch 'feature/asset_dependencies' into feature/gobject
|
2019-04-19 14:28:58 +07:00 |
|
|
|
5ca60c84b1
|
don’t add resolved asset to loading assets
|
2019-04-19 11:11:12 +07:00 |
|
|
|
acecd55f05
|
Merge branch 'feature/asset_dependencies' into feature/gobject
|
2019-04-19 02:12:57 +07:00 |
|
|
|
8507361f5c
|
move asset cache into library
|
2019-04-19 00:24:45 +07:00 |
|
|
|
c6c20df1a6
|
add utils::type_family
|
2019-04-18 00:23:05 +07:00 |
|
|
|
48d9977e16
|
fix asset double loading
|
2019-04-17 23:54:23 +07:00 |
|
|
|
3099ff04fe
|
add asset_group as result of asset dependencies loading
|
2019-04-16 03:28:32 +07:00 |
|
|
|
8da82f0198
|
draft asset dependencies impl
|
2019-04-15 21:22:16 +07:00 |
|
|
|
53fefff3f3
|
dummy asset dependencies classes
|
2019-04-14 20:32:29 +07:00 |
|
|
|
fab0ee391a
|
Merge branch 'master' into feature/gobject
|
2019-04-12 18:16:57 +07:00 |
|