Sqeaky

Results 66 issues of Sqeaky

Currently if someone wants to jump in and just start using crow, even just the header only version of it, the are a few steps that need to be performed...

I tried this on Ubuntu X64. But there is a nonsensical way to get a window to be minimized and maximized at the same time. I think I am understanding...

Question

When loading a dynamic library at runtime that is statically linked to Robot it will fail to find X11 libraries. This was found when loading such library via JNI after...

Bug

Currently I do not see any way to build this with MinGW on windows or Clang on Linux. I would like to use Clang for the code analysis tools, and...

Request

Added individual preprocessor macros for 4 msvc compiler, Clang, GCC and MinGw. I also added a test function, TestPrepoc to the Process tests. This emits all the compiler macros and...

Request

For the move to the foundation library the HashedString, a string class optimized for very fast comparisons, needs to be adjusted to be API compatible with std::string enough for Mezzanine...

Feature-Minor

Determine what can and cannot be easily and automatically serialized and deserialized. For everything that makes sense and is technically possible have it support serialization and deserialization.

Feature-WholeSubSystem

Opus is a streaming optimized audio codec ( http://www.opus-codec.org/ ). This or something like it will need to be implemented to support in game voice chat. Unlike most other audio...

Feature-Minor

In Issue #108 Texture packing algorithm we created some texture packing algorithms. These work an have decent tests, but don't currently work with the UI

Feature-Major

The is no reason doxygen docs generation should be throroughly integrated with the projects it reads. Config and log files should appear in IDE message windows and file browsers. Using...

Feature-Minor