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 |
|
|
|
df3b476356
|
add float vector bindings
|
2019-06-17 21:19:31 +07: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 |
|
|
|
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 |
|
|
|
970f87792d
|
utils to c++17
|
2019-05-30 14:16:07 +07:00 |
|