Dmitry Marakasov
24482d85f6
Follow SDL2 include path conventions
...
Though these are broken and error prone, as they ignore the possibility
of conflicts between SDL, SDL2 and wrappers thereof discarding useful
include path prefix (SDL2/), since SDL and satellite libraries follow
these it's too hard to stay away.
So don't use prefixes for SDL include paths any longer.
2017-02-08 13:19:04 +03:00
Dmitry Marakasov
20bdc36577
Add export statements all over the code
2016-05-23 17:11:12 +03:00
Dmitry Marakasov
c822b7a00a
Add Mixer methods to reset sound/music finished handlers
2016-01-29 01:57:09 +03:00
Dmitry Marakasov
3bd28d002e
Finer grained doc groups for Mixer
2015-09-22 19:34:56 +03:00
Dmitry Marakasov
206d430e25
Fix argument types to match upstream API
2015-09-17 15:32:47 +03:00
Dmitry Marakasov
bc945cf8fa
Add documentation groups for Font and Mixer
2015-09-07 02:44:23 +03:00
Dmitry Marakasov
ecb62ab8ab
Improve wording of class descriptions
2015-09-07 02:24:11 +03:00
Dmitry Marakasov
326378c59c
Add buildin effects support
2015-09-04 23:08:04 +03:00
Dmitry Marakasov
01a537218a
Fix comments
2015-09-01 00:35:10 +03:00
Dmitry Marakasov
0cc8e489f8
Include <memory> for unique_ptr
2015-08-31 19:06:34 +03:00
Dmitry Marakasov
6ebd677893
Implement mixer groups
2015-08-31 19:02:04 +03:00
Dmitry Marakasov
f3511a1a71
Implement mixer music
2015-08-31 18:38:29 +03:00
Dmitry Marakasov
8155dc8158
Better method name
2015-08-31 18:15:45 +03:00
Dmitry Marakasov
88b7733d2a
Fix ChannelFading return type and name
2015-08-31 18:07:57 +03:00
Dmitry Marakasov
7916195c15
Use more meaningful function names
2015-08-30 16:39:06 +03:00
Dmitry Marakasov
995003768b
Document Mixer member typedef
2015-08-29 02:43:03 +03:00
Dmitry Marakasov
1ba35e5575
Implement ChannelFinished()
2015-08-28 23:45:52 +03:00
Dmitry Marakasov
30734317c8
It's a good idea to halt playback before Chunk destruction
2015-08-28 23:26:51 +03:00
Dmitry Marakasov
c5dc35574d
Implement mixer playback
2015-08-28 23:23:47 +03:00
Dmitry Marakasov
a25c84932c
Add stub Mixer class
2015-08-28 23:04:19 +03:00