Matt Jones

Results 49 issues of Matt Jones

This would be an engine-wide improvement that would allow the usage of the system's currently selected language for exception throwing. We would probably use some kind of KVP text file...

help wanted
feature
engine core
engine api
hacktoberfest

This should allow for the typical use case of writing a Fabulist script for the most basic of basic visual novels without needing to know C++, ideally.

engine api

This issue is an offshoot of imperfections from #376 . I have introduced a new enum for handling blend modes, however it is just a direct copy of Vulkan currently....

help wanted
good first issue
engine core
engine api
hacktoberfest

As per the title, a new namespace has been introduced into the main branch. This namespace is lacking documentation, however. It should be fairly straightforward to do - it should...

hacktoberfest

I'm not sure how to solve this. I'm not even sure if we can. At present I am holding off from restructuring the C API headers fully into the new...

feature
engine core
engine api

This one will definitely have to be done by me.

miscellaneous

We have places in our code where we could be using `noexcept` for better performance. We should implement this when we have the time.

help wanted
good first issue
engine core
engine api
hacktoberfest

As per #141 and the discussion that occured there, tests are probably needed for the logging service.

help wanted
good first issue
engine core
tests