- Apr 21, 2014
-
-
Oz Linden authored
-
- Apr 16, 2014
-
-
Aura Linden authored
-
- Apr 15, 2014
-
-
Aura Linden authored
-
Aura Linden authored
-
Aura Linden authored
-
- Apr 14, 2014
-
-
Aura Linden authored
-
- Apr 07, 2014
-
-
Aura Linden authored
-
Aura Linden authored
-
Merov Linden authored
-
Oz Linden authored
-
Oz Linden authored
-
- Mar 27, 2014
-
-
Aura Linden authored
-
- Mar 26, 2014
-
-
Aura Linden authored
-
Aura Linden authored
-
- Mar 25, 2014
-
-
Aura Linden authored
-
Aura Linden authored
-
Aura Linden authored
-
Aura Linden authored
-
Aura Linden authored
The simple approach has not worked. This hybrid solution should avoid the Windows issues and get us per-run logfiles.
-
Merov Linden authored
-
- Mar 24, 2014
-
-
Aura Linden authored
-
Aura Linden authored
-
Oz Linden authored
-
Oz Linden authored
-
Oz Linden authored
-
Aura Linden authored
-
- Mar 21, 2014
-
-
Aura Linden authored
-
- Mar 20, 2014
-
-
Aura Linden authored
-
- Mar 17, 2014
-
-
Merov Linden authored
-
- Mar 15, 2014
-
-
Monty Brandenberg authored
-
- Mar 14, 2014
-
-
Monty Brandenberg authored
-
Monty Brandenberg authored
Copy3rdPartyLibs needed to copy the now-corrected fmodexL libraries and it had a bad library reference on Linux for release. In llaudio land, the audio engine interfaces, even the fmodex specializations, seem to want to be external-structure free so use a forward declaration and pointer to FMOD_DSP_DESCRIPTION and deal with it in the ctor/dtor.
-
Monty Brandenberg authored
-
- Mar 13, 2014
-
-
Aura Linden authored
-
Aura Linden authored
-
- Mar 10, 2014
-
-
Monty Brandenberg authored
-
Merov Linden authored
-
Oz Linden authored
-
Oz Linden authored
-
Monty Brandenberg authored
Two problems found in DLL involving threads. First, DllMain was reinitializing a critical section for all entry reasons (process attach, detach and thread attach, detach). Should only be done on process attach. Second, static container object was being modified and accessed without serialization. Added some double-check locking to the initialization path to reduce the total number of serialization calls made while making the code thread safe.
-