Commit Graph

644 Commits

Author SHA1 Message Date
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
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
andrey.zhirnov
2a68c66cc1 unit tests for dds and pvr image loader 2019-06-20 11:49:06 +03:00
andrey.zhirnov
9e44f8c5fa added pvr image loader 2019-06-19 19:52:06 +03:00
andrey.zhirnov
2b870656b4 added dds image loader 2019-06-19 19:51:50 +03:00
andrey.zhirnov
c2343ce9fe rename cmake variables 2019-06-19 18:18:21 +03:00
andrey.zhirnov
56f0bbf0e2 formating, removed warnings that enabled by default 2019-06-19 16:22:48 +03:00
andrey.zhirnov
e57df8b8d4 added compilation flags for clang 2019-06-19 15:07:49 +03:00
andrey.zhirnov
12f6f9d4eb used correct configuration names 2019-06-19 13:44:04 +03:00
328bfe38ef Merge pull request #77 from enduro2d/feature/audio_engine
Feature/audio engine
2019-06-12 01:40:38 +07:00
e66e746a53 update modules 2019-06-11 21:07:01 +07:00
14e20e8ef6 update linux bass libraries 2019-06-11 20:41:31 +07:00
bee3b5afc6 Merge branch 'feature/audio_engine_finalization' into feature/audio_engine 2019-06-11 20:25:48 +07:00
500935e139 fix CI build 2019-06-11 20:24:32 +07:00
c60104d03f more consistent engine audio flag names 2019-06-11 02:55:50 +07:00
48db22599e add audio sample data 2019-06-11 02:42:23 +07:00
d109337e75 fix cmake bass linking 2019-06-11 02:41:07 +07:00
7b66d1f17d code style fixes 2019-06-11 02:39:52 +07:00
e0646dfa9a update bass libraries 2019-06-10 22:58:06 +07:00
andrey.zhirnov
85cd73f156 Added headers 2019-06-10 11:16:51 +03:00
andrey.zhirnov
2df613499c copy bass libraries to the binary directory 2019-06-07 16:35:51 +03:00
andrey.zhirnov
75bc53c1a8 Added sample for audio module, fixed sound streaming 2019-06-07 16:09:43 +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
bc93e6eb5c added tracking for libraries to git-lfs 2019-06-07 10:19:32 +03:00
andrey.zhirnov
68091d00e3 Rename audio_engine to audio 2019-06-07 10:18:25 +03:00
andrey.zhirnov
421bee4ea8 Added BASS libraries for Mac & iOS 2019-06-06 18:49:22 +03:00
andrey.zhirnov
859be5a698 added 3d audio support, updated make 2019-06-06 18:40:18 +03:00
andrey.zhirnov
3d5ef62fb9 Added none backend for audio engine 2019-06-06 17:57:41 +03:00
andrey.zhirnov
4c617855af added audio engine with BASS backend 2019-06-06 17:43:50 +03:00
a6c2b1b50c Merge pull request #76 from enduro2d/feature/move_to_cpp17
Feature/move to cpp17
2019-06-04 21:23:06 +07: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
922bcd2bf2 restore CI clang 5.0 and 6.0 2019-05-30 19:55:37 +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