Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-25 | SL-14992 Replaced LLAPRFile's isExist with LLDirUtil's fileExists in fmodstudio | Andrey Kleshchev | |
This particular case of LLAPRFile crashes due to thread issues (and if it doesn't it might be affecting some other apr call due to using default pool). Function is not opening the .dsf file in question and LLAPRFile won't ensure that file exists till the end of the function, it just checks that file exists at a given moment. No point to overcomplicate things by adding thread safe pool, so replaced with dirutil. | |||
2020-04-14 | SL-12607 WIP, take pre-sized icons from repo instead of package | Andrey Kleshchev | |
2020-04-10 | SL-11445 Provide 'name' for Pulse Audio | Andrey Kleshchev | |
2020-04-09 | SL-11445 On exit LLWindGen can be invalid | Andrey Kleshchev | |
2020-04-09 | SL-11445 Fix fmod studio position and orientation attributes | Andrey Kleshchev | |
2020-04-09 | SL-11445 Fix fmod studio opening audio files | Andrey Kleshchev | |
2020-03-19 | SL-11445 Fix crash caused by wind cleanup | Andrey Kleshchev | |
2020-02-05 | SL-11455 Added linux pulseaudio and alsa support | Andrey Kleshchev | |
2020-01-31 | Merged in SL-11445 Upgrade Fmodex to Fmod Studio | Andrey Kleshchev | |