Matt Jones

Results 49 issues of Matt Jones

At present, NovelRT will fail to compile of GCC is used. Due to some concerns over platform support, it appears we need to provide support for GCC. It will also...

feature
linux: ubuntu
blocked

This one is pretty much what it says on the tin - the Maths namespace is lacking complete doxygen-based documentation in it's headers, especially when compared to a namespace such...

good first issue
engine api

In the default behaviour, we should probably fail fast if this file cannot be found, as we assume conan is there by default.

bug
wontfix
cmake

Just a quick thought from me - we have certain things that could probably benefit from this.

proposal
engine api
dev team approved

In certain instances, our current CMake setup can be less than helpful when it is unable to find certain dependencies. On windows for example, it doesn't specify why it failed...

good first issue
proposal
dev team approved
cmake

As per the title NovelRT does not work in 32-bit builds at the moment. As such we should stop CMake from configuring if the chosen compiler is a 32-bit compiler....

bug
good first issue
cmake

As the title suggests, we should be reworking the old error handling system to use the new system as outlined in #260 to create a smoother translation experience from error...

help wanted
feature
engine api
hacktoberfest

It was proposed as a minor todo in #362 that we add a roatation-supported intersects check, that explicitly states that it is slower than our current AABB check, but will...

help wanted
good first issue
proposal
engine api
dev team approved
hacktoberfest

As per #263 new exceptions are required to handle the new runtime errors that currently exist in that part of the codebase. At present I am considering a `VulkanMemoryMapFailureException` and...

proposal
engine api

At this current moment in time, we have `NovelRT::Animation::SpriteAnimator` which is hard-coded to update an `ImageRect` in a certain fashion based on the engine delta, like so: ```cpp void SpriteAnimator::constructAnimation(double...

proposal
feature
engine core
engine api
dev team approved