Pheubel
Pheubel
Attempts to resolve https://github.com/novelrt/NovelRT/issues/362
This issue is a bit of a continuation of the [c exception codes pull request](https://github.com/novelrt/NovelRT/pull/246). Currently not all caught exceptions from that can happen during the C/C++ interop have a...
Although NovelRT compiles for C++ 17 on both Clang and MSVC, there are some obstacles that prevent the engine from moving forwards to C++ 20. # Status resolved - [x]...
Environment: Ubuntu 2022.4.1 LTS over WSL. Compiler: Clang 14 my project is hosted in `/mnt/d/Github Repos/`, when building the project it will fail to build and report: ``` [build] clang:...
The GeoVector classes currently lack an out of the box solution to some commonly used functions ## Squared length GeoVectors already provide an API to get a vector's length. However,...
**Is your feature request related to a problem? Please describe.** I want to be able to apply post processing effects over specific backgrounds, such as a distortion filter getting applied...
**Is your feature request related to a problem? Please describe.** For my game i want to save the current progress, for the save slot i want to have a label...
**Is your feature request related to a problem? Please describe.** I want to create a save/load UI, which could use the label name in order to display where in the...
In some scenarios I want to have multiple characters speaking the same sentence at once. Currently in order to do that, i have to create a separate character that would...
**Please check if the PR fulfills these requirements** - [x] The commit message follows our [guidelines](https://github.com/novelrt/NovelRT/blob/misc/templates/Contributing.md#pull-requests) - [ ] Tests for the changes have been added (for bug fixes /...