Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Only build ex-common as needed | Chris Robinson | 2019-09-24 | 1 | -8/+7 |
| | |||||
* | Move the ifstream wrapper to common | Chris Robinson | 2019-09-22 | 1 | -0/+2 |
| | |||||
* | Remove large file macros | Chris Robinson | 2019-09-22 | 1 | -13/+0 |
| | | | | | Large file offsets aren't being utilized, and C++ seems to use to 64-bit offsets anyway. | ||||
* | Remove deprecated CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS | Chris Robinson | 2019-09-19 | 1 | -2/+0 |
| | |||||
* | Work around MSVC's lack of standard _Pragma support | Chris Robinson | 2019-09-18 | 1 | -1/+1 |
| | |||||
* | Silence a couple specific warning instances | Chris Robinson | 2019-09-18 | 1 | -1/+1 |
| | |||||
* | Enable and fix some more warnings | Chris Robinson | 2019-09-18 | 1 | -0/+1 |
| | |||||
* | Disable warnings 4268 and 4324 on MSVC | Chris Robinson | 2019-09-18 | 1 | -1/+1 |
| | | | | | | | warning C4268: 'const' static/global data initialized with compiler generated default constructor fills the object with zeros warning C4324: structure was padded due to alignment specifier | ||||
* | Enable some more MSVC warnings | Chris Robinson | 2019-09-18 | 1 | -1/+5 |
| | |||||
* | Some cleanup for CMakeLists.txt | Chris Robinson | 2019-09-18 | 1 | -130/+87 |
| | |||||
* | Remove unnecessary long long checks | Chris Robinson | 2019-09-16 | 1 | -8/+0 |
| | |||||
* | Add preprocessor defines for the common lib | Chris Robinson | 2019-09-16 | 1 | -1/+2 |
| | |||||
* | Add a missing include directory for the common lib | Chris Robinson | 2019-09-16 | 1 | -1/+1 |
| | |||||
* | Remove the last uses of the system's str[n]casecmp | Chris Robinson | 2019-09-16 | 1 | -20/+0 |
| | |||||
* | Use our case-insensitive compare functions in makemhr | Chris Robinson | 2019-09-16 | 1 | -1/+1 |
| | |||||
* | Make the common code a separate static library | Chris Robinson | 2019-09-16 | 1 | -8/+11 |
| | |||||
* | Add and use custom string types and functions | Chris Robinson | 2019-09-16 | 1 | -0/+2 |
| | |||||
* | Build with -Wunused | Chris Robinson | 2019-09-14 | 1 | -1/+1 |
| | |||||
* | Enable and fix more warnings | Chris Robinson | 2019-09-14 | 1 | -5/+2 |
| | |||||
* | Enable -Wconversion warnings | Chris Robinson | 2019-09-14 | 1 | -1/+1 |
| | | | | This is now clean with Clang 7, let's see what other compilers give. | ||||
* | Only pass -Wold-style-cast for C++ | Chris Robinson | 2019-09-11 | 1 | -1/+1 |
| | |||||
* | Avoid C-style casts in C++ | Chris Robinson | 2019-09-11 | 1 | -1/+1 |
| | |||||
* | Move UID definitions to a separate source | Chris Robinson | 2019-08-12 | 1 | -17/+18 |
| | |||||
* | Add methods to get env vars as an optional | Chris Robinson | 2019-08-12 | 1 | -0/+1 |
| | |||||
* | Move vector.h to common | Chris Robinson | 2019-08-11 | 1 | -1/+1 |
| | |||||
* | Move the wstr converters to a separate header | Chris Robinson | 2019-08-11 | 1 | -0/+1 |
| | |||||
* | Move the dynload decls and defs to common | Chris Robinson | 2019-08-10 | 1 | -0/+2 |
| | |||||
* | Move some declarations out of alcmain.h | Chris Robinson | 2019-08-05 | 1 | -0/+2 |
| | |||||
* | Add a common base for auto-deleting ref-counted objects | Chris Robinson | 2019-08-01 | 1 | -0/+1 |
| | | | | Which will also work as the basis for a future intrusive_ptr | ||||
* | Move another function to a ALCcontext method | Chris Robinson | 2019-07-30 | 1 | -1/+0 |
| | |||||
* | Rename al/* sources to avoid camel-case | Chris Robinson | 2019-07-29 | 1 | -17/+17 |
| | |||||
* | Move the event declarations to a separate header | Chris Robinson | 2019-07-29 | 1 | -0/+1 |
| | |||||
* | Rename the OpenAL32 directory to al | Chris Robinson | 2019-07-29 | 1 | -18/+18 |
| | |||||
* | Remove some unnecessary cmake checks | Chris Robinson | 2019-07-29 | 1 | -31/+16 |
| | |||||
* | Move some headers out of the Include subdirectory | Chris Robinson | 2019-07-28 | 1 | -8/+8 |
| | |||||
* | Rename Alc to alc | Chris Robinson | 2019-07-28 | 1 | -86/+86 |
| | |||||
* | Rename alMain.h to alcmain.h | Chris Robinson | 2019-07-28 | 1 | -3/+2 |
| | | | | And move it and alu.h to Alc/. | ||||
* | Move the ADPCM decoders to alBuffer.cpp | Chris Robinson | 2019-07-28 | 1 | -2/+0 |
| | |||||
* | Remove a couple more cmake checks | Chris Robinson | 2019-07-28 | 1 | -4/+0 |
| | |||||
* | Remove some unnecessary header checks | Chris Robinson | 2019-07-28 | 1 | -19/+5 |
| | |||||
* | Use more proper cmake to set the C/C++ standard version | Chris Robinson | 2019-07-27 | 1 | -13/+6 |
| | |||||
* | Don't explicitly check for standard functions | Chris Robinson | 2019-07-26 | 1 | -1/+0 |
| | |||||
* | Add the Windows SDK for the winmm library path | Chris Robinson | 2019-07-10 | 1 | -1/+11 |
| | |||||
* | Get rid of the custom CHECK_SHARED_FUNCTION_EXISTS function | Chris Robinson | 2019-07-10 | 1 | -12/+9 |
| | |||||
* | Use a find module for OpenSL | Chris Robinson | 2019-07-10 | 1 | -11/+9 |
| | |||||
* | vocal morpher implementation (#312) | Lopuska | 2019-07-09 | 1 | -0/+1 |
| | | | | | | * vocal morpher implementation * compile fix for GCC | ||||
* | Added rc scripts for dll (#306) | Philip Muzzall | 2019-06-30 | 1 | -1/+6 |
| | | | | | | * Added rc scripts for dll * Reverted numbering scheme in CMakeLists | ||||
* | Add a simple optional<> implementation | Chris Robinson | 2019-06-30 | 1 | -0/+1 |
| | |||||
* | Don't warn about standard functions with MSVC | Chris Robinson | 2019-06-06 | 1 | -1/+1 |
| | |||||
* | Disable MSVC warning 4200 again | Chris Robinson | 2019-06-06 | 1 | -1/+1 |
| |