Commit Graph

510 Commits

Author SHA1 Message Date
7d58e4fa9b Merge pull request #82 from enduro2d/feature/update_modules
Feature/update modules
2019-07-13 01:47:16 +07:00
fb17e2522e fix deprecated std::iterator warnings 2019-07-12 21:00:23 +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
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
Pinchuk Aleksei
4b361c1080 add sound_asset 2019-07-05 11:14:51 +03:00
0248bd2ef2 add dummy binding places 2019-06-17 19:06:47 +07:00
b709973bd3 remove lua stand-alone interpreter from 3rdparty 2019-06-13 19:39:05 +07:00
351d5a1009 add dummy luasol module 2019-06-13 19:29:32 +07:00
8d6cb376d4 add sol2 and lua libraries 2019-06-13 19:26:19 +07:00
b4bd5879ac add dummy script asset 2019-06-13 04:47:30 +07:00
ec4e8cfa50 add dummy behaviour component 2019-06-13 03:47:49 +07:00
e66e746a53 update modules 2019-06-11 21:07:01 +07:00
c60104d03f more consistent engine audio flag names 2019-06-11 02:55:50 +07:00
7b66d1f17d code style fixes 2019-06-11 02:39:52 +07:00
andrey.zhirnov
85cd73f156 Added headers 2019-06-10 11:16:51 +03:00
andrey.zhirnov
d27ebc6d7c added sound streaming 2019-06-07 14:38:03 +03:00
andrey.zhirnov
7aad845b50 Fixed code style 2019-06-07 10:50:16 +03:00
andrey.zhirnov
68091d00e3 Rename audio_engine to audio 2019-06-07 10:18:25 +03:00
andrey.zhirnov
859be5a698 added 3d audio support, updated make 2019-06-06 18:40:18 +03:00
andrey.zhirnov
4c617855af added audio engine with BASS backend 2019-06-06 17:43:50 +03:00
17db049a95 fix inl includes 2019-06-04 17:27:28 +07:00
4580ac8476 fix color api 2019-06-04 17:25:05 +07:00
b8bae8bdff update modules 2019-06-03 22:15:10 +07:00
89d983d60c warning fixes 2019-05-30 15:01:23 +07:00
83c1ba842a high to c++17 2019-05-30 14:52:14 +07:00
fb328f432b core to c++17 2019-05-30 14:40:59 +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
4d6f11c998 buffer_view to separated header file 2019-05-28 21:02:12 +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
f7def3ce0c flat containers for library 2019-05-28 01:07:19 +07:00
f4dc114bbb flat_map for render property map 2019-05-27 21:45:50 +07:00
b6f0073691 remove std::set and std::map using 2019-05-27 21:27:20 +07:00
608f9aae9b return mpark variant 2019-05-27 21:00:46 +07:00
54bfb2d5ba update modules 2019-05-27 01:32:08 +07:00
48a257f70d remove E2D_COUNTOF macro 2019-05-25 23:27:19 +07:00
92b0c5b837 remove std::unary_function using 2019-05-25 03:55:36 +07:00
534c915dbd remove std::array and std::bitset aliases 2019-05-25 03:54:50 +07:00
26abbee1b6 add flat.hpp module 2019-05-25 03:47:52 +07:00