Chris Robinson
|
69f6f56160
|
Avoid using internal AL[u]int64 types
|
2019-02-11 12:16:58 -08:00 |
|
Filip Gawin
|
4169c6f37d
|
Use c++ headers
|
2019-01-09 19:42:40 +01:00 |
|
kcat
|
2a7f27ca58
|
Merge pull request #260 from ShFil119/impr/nullptr
Use nullptr in cpp files
|
2019-01-07 04:36:50 -08:00 |
|
Chris Robinson
|
4d047e2bc1
|
Use user-defined literals for 64-bit literals
|
2019-01-07 04:06:40 -08:00 |
|
Filip Gawin
|
0537414baf
|
Use nullptr in cpp files
|
2019-01-07 12:37:13 +01:00 |
|
Chris Robinson
|
b779ebb512
|
Fix some MSVC conversion warnings
|
2018-12-12 21:18:31 -08:00 |
|
Chris Robinson
|
2d45ec8dc3
|
Use a standard mutex for the remaining locks
|
2018-11-26 22:06:53 -08:00 |
|
Chris Robinson
|
127ec026e7
|
Automatically clean up filters and effects with their sublists
|
2018-11-25 16:16:40 -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
|
6a84a2ca61
|
Fix a couple comments
|
2018-11-24 12:09:37 -08:00 |
|
Chris Robinson
|
505e535655
|
Use RAII more with alFilter.cpp
|
2018-11-24 09:40:13 -08:00 |
|
Chris Robinson
|
e0d0faaa63
|
Use a normal vector for filter sublists
|
2018-11-18 23:02:31 -08:00 |
|
Chris Robinson
|
fa3c34268d
|
Move the ALCcontext definition to its own header
|
2018-11-17 23:02:27 -08:00 |
|
Chris Robinson
|
317acd6ae2
|
Convert alEffect.c and alFilter.c to C++
|
2018-11-16 18:44:43 -08:00 |
|