April 7, 2021
View a368e19

Use std::thread in place of the Windows API CreateThread.

Naram Qashat authored on 2021/04/07 21:52:53
View 21b7430

Fix compile issues because of the earlier std::unique_ptr change in in_xsf.cpp.

Naram Qashat authored on 2021/04/07 00:29:13
April 6, 2021
View e21d9d0

Make the NCSF Sound View dialog always available.

Naram Qashat authored on 2021/04/06 22:29:00
View 1769ac2

Use std::unique_ptr in in_xsf.cpp.

Naram Qashat authored on 2021/04/06 20:45:29
View 7fa2cc9

Removed my clamp function to use the C++17 one.

Naram Qashat authored on 2021/04/06 19:37:33
View 1574371

Revert "Removed my clamp function to use the C++17 one."

Naram Qashat authored on 2021/04/06 09:55:51
View 781afb6

Removed my clamp function to use the C++17 one.

Naram Qashat authored on 2021/04/06 00:05:39
View 8e6e38b

Fix previous commit, forgot to remove this.

Naram Qashat authored on 2021/04/06 00:05:15
April 5, 2021
View 7f777ea

Use range-based for loops where possible.

Naram Qashat authored on 2021/04/05 23:29:44
View 0657581

Some template cleanup:

Naram Qashat authored on 2021/04/05 21:47:28
View 3a107d7

Don't know why this was using fEqual, those are integers...

Naram Qashat authored on 2021/04/05 20:38:47
View 22e4fb5

Use [[fallthrough]] attribute.

Naram Qashat authored on 2021/04/05 00:56:42
View c286569

Minor change to use constexpr.

Naram Qashat authored on 2021/04/05 00:47:31
View 473c6d6

Use std::filesystem::path for reading/writing files.

Naram Qashat authored on 2021/04/05 00:20:56
April 4, 2021
View b6d1fc5

Add warnings to building with GCC/Clang.

Naram Qashat authored on 2021/04/04 23:35:09