Sqeaky

Results 66 issues of Sqeaky

Integrate OgreProcedural into our code base. Give it a touch up so it matches our code styling and guidelines so we can expose it directly to the game developer. Lets...

Feature-Major
Research

The only library we require that has significant restriction is the FreeImage which is GPL 2 licensed with no alternative. This means games shipping the mezzanine must be GPL licensed....

The most core headers like "datatypes.h" are used by most BTS software yet are included only in the mezzanine. These need to be separated into a separate piece of software...

Feature-Major

Starting /home/sqeaky/Code/Mezzanine-build/UnitTests/bin/UnitTests... /home/sqeaky/Code/Mezzanine-build/UnitTests/bin/UnitTests networksocket debugtests automatic - Failure Test Name Result Noting result of ::Process::networksocket as Failed NetworkSocket::TCPv4_Send/Receive_Client_functionality. Success NetworkSocket::TCPv4_Send/Receive_Server_functionality. Success NetworkSocket::TCPv6_Send/Receive_Client_functionality. Failed File: /home/sqeaky/Code/Mezzanine/UnitTests/tests/networksockettests.h Function: RunAutomaticTests Line: 259 NetworkSocket::TCPv6_Send/Receive_Server_functionality....

Bug-Minor

The only classes using the singleton's functionality are the Entresol, CatchApp and managers that really don't use its functionality. The Manager pattern is a suitable replace for the singleton class...

Bug-Minor

Create a NetworkManager class to encapsulate the functionality of a networking library. Must have IPv4, Address, stream, packet support and an asynchronous workunir. It would be nice to have IPv6,...

Feature-WholeSubSystem
Research

Create an external program for the assembly of scene's, taking content created from other tools (our tools or outside tools, as long as the supported file types match). This program/tool...

Feature-WholeSubSystem

When searching the system path with which in the ResourceUtilities.cpp/h if the item to be found is in the last item it is not found. The issue appears to be...

Bug-Minor

In the function String DirName(const String& FileName) there is this lovely WTF, I probably wrote it too: ``` if( Last

Bug-Minor

Many warnings such as --- CMake Warning (dev) at Mezzanine/CMakeLists.txt:1433 (add_dependencies): Policy CMP0046 is not set: Error on non-existent dependency in add_dependencies. Run "cmake --help-policy CMP0046" for policy details. Use...

Bug-Minor