Azpegath

Results 6 issues of Azpegath

I really appreciate the work done on this, but it would be great to be able to download it from the "Extensions and Updates" window within Visual Studio. Any chance...

The redundant build flags are: strict-prototypes, missing-prototypes, old-style-definition GCC generates a build-warning if using them, which results in a build error since the -Werror flag is set. See SO-answer regarding...

There is currently a compilation error on GCC 12.2.1, for `ptr_fun is deprecated`. ``` /tmxparser/src/TmxUtil.cpp:49:93: error: ‘std::pointer_to_unary_function std::ptr_fun(_Result (*)(_Arg)) [with _Arg = int; _Result = int]’ is deprecated: use 'std::function'...

ptr_fun has been deprecated in C++11 and removed in C++17, so the code currently does not build with GCC 12.2.1. This PR replaces the use of ptr_fun with a local...

Embedded artwork in FLAC files breaks the whole import of the file ("unable to read metadata" or something like it). I guess there are two steps to this: 1. Fix...

If I minimize xfreerdp it fairly quickly disconnects. This happens quite infrequently when I don't have it minimized, but when minimized it always happens within minutes. (I found a bug...

waiting-feedback