Chris Robinson
|
fbae41020d
|
Remove extraneous typedef, struct, and enum keywords
|
2018-12-24 19:29:01 -08:00 |
|
Chris Robinson
|
10ce121dbd
|
Use a normal delete instead of ll_ringbuffer_free
And use RingBufferPtr in more places
|
2018-12-22 11:38:38 -08:00 |
|
Chris Robinson
|
0214a11024
|
Use inline methods for the device format sizes
|
2018-12-19 05:57:36 -08:00 |
|
Chris Robinson
|
b779ebb512
|
Fix some MSVC conversion warnings
|
2018-12-12 21:18:31 -08:00 |
|
Chris Robinson
|
461ef4196e
|
Avoid using ATOMIC_LOAD on ALCdevice::Connected
|
2018-11-26 18:07:52 -08:00 |
|
Chris Robinson
|
04c2802a82
|
Rename some struct members
|
2018-11-26 17:31:04 -08:00 |
|
Chris Robinson
|
9e10f632c7
|
Replace remaining uses of std::vector with al::vector
Which uses a custom allocator that uses our allocation functions.
|
2018-11-24 16:58:49 -08:00 |
|
Chris Robinson
|
a14f39ea06
|
Make ll_ringbuffer_write/read take void*/const void*
|
2018-11-19 04:11:21 -08:00 |
|
Chris Robinson
|
bafcba7194
|
Use a std::string for the device name
|
2018-11-18 18:45:45 -08:00 |
|
Chris Robinson
|
8b8f01e25d
|
Avoid more cases of an enum variable and type name clash
|
2018-11-18 08:01:50 -08:00 |
|
Chris Robinson
|
7b537c795b
|
Don't pass the current thread to althrd_setname
|
2018-11-17 06:07:04 -08:00 |
|
Chris Robinson
|
2ca6119e0e
|
Convert the DSound backend factory
|
2018-11-15 23:32:28 -08:00 |
|
Chris Robinson
|
7b3a2085aa
|
Use a regular char* for the device's name
|
2018-11-15 06:23:01 -08:00 |
|
Chris Robinson
|
1971d0f5c6
|
Use std::string instead of al_string for enumerating
|
2018-11-15 04:24:33 -08:00 |
|
Chris Robinson
|
7088f4e34a
|
Avoid calling through the vtable in the backends
|
2018-11-13 18:41:24 -08:00 |
|
Chris Robinson
|
41aa9845c4
|
Hide function pointer wrapper macros for IDE parsing
|
2018-11-07 18:26:33 -08:00 |
|
Chris Robinson
|
3cb0999a23
|
Use the proper enum values for atomic ops
|
2018-11-06 21:33:08 -08:00 |
|
Chris Robinson
|
3b664041ba
|
Convert the DSound backend to C++
|
2018-11-06 02:17:20 -08:00 |
|