D. M.

Results 16 comments of D. M.

Solved this problems by creating a [fork](https://github.com/ahiddenseeker/). Seems to work for me. Could somebody do a code review and point to an errors (if any)?

https://en.wikipedia.org/wiki/Binary_space_partitioning https://www.scss.tcd.ie/publications/tech-reports/reports.99/TCD-CS-1999-10.pdf

https://stackoverflow.com/questions/1616448/broad-phase-collision-detection-methods

As Travis support gave some credits for builds and it's enough for now, removing this from milestone as this is not critical in any way

https://habr.com/ru/post/278895/

See https://developer.android.com/ndk/samples/sample_teapot for an example

Note, that this bug exists only in formatted labels. It does not exists in non-formatted labels.

The more I think about it, I'm thinking that should be breaking change. First of all, we can't really hash strings at run-time. But the other way, if we should...

Probably not needed: if https://github.com/mamontov-cpp/irrklang-proxy will be finished, will integrate it instead

Well this works, but also requires utf-8 for MSVC ``` #include #include #include #include #include #include #ifndef LINUX static std::wstring _widen(const char* str) { std::wstring_convert convert; return convert.from_bytes(str); } #endif...