Monica S.

Results 43 issues of Monica S.

Fixes #8949 This adds the list of removed entries to the TagFile codec, and also shuffles the construction of TagFile to be done as a build step in TagBuilder, rather...

Regression
Triage
1.19

**Describe the issue:** Some inline functions in our header files cause cyclic dependencies - particularly ones with pointer casts. **Please provide the steps to reproduce if possible:** 1. Use the...

bug
engine core

**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 /...

feature
engine core
engine api
windows
linux: ubuntu
cmake
mac
CI/CD

**What is the current behaviour?** Native wayland support is broken due to a bug in GLFW (see #525) **What is the expected behaviour/change?** Wayland should be preferred if available, falling...

proposal
engine core
linux: ubuntu
blocked

There was a [short discussion](https://canary.discord.com/channels/313125603924639766/852298000042164244/1163412066980331540) in the NeoForged discord about ways that configuring logging could be made easier for mod developers and users, and this is roughly what came from...

enhancement

What tools should we use for generating documentation? What should the docs contain?

enhancement
help wanted
discussion
hacktoberfest

Most importantly, the section on [Constructors](http://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#cctor-constructors-assignments-and-destructors). This means defining appropriate ctors for types, or deleting them if not appropriate.

enhancement
in progress
design

This issue will be used to track the status of the websocket client. - [x] Connection logic - [ ] Heartbeat logic - [x] Receive gateway events - [ ]...

in progress

Some areas are missing `const` where the values returned/used/etc are not modified and so should be const.

enhancement
in progress
design

Unit tests are needed to ensure the code I'm writing actually works. This involves adding some stuff to the CMakeLists to allow building of unit tests. - [x] Add unit...

enhancement
help wanted