Pheubel

Results 37 comments of Pheubel

some more looking into it and [`std::messages`](https://en.cppreference.com/w/cpp/locale/messages) from the [``](https://en.cppreference.com/w/cpp/header/locale) header is also worth having a look at. However, i do not know how well that plays with windows.

After [recent discussions in the NovelRT discord](https://discord.com/channels/543898968380145675/543898968942444573/1084797042880172164) a possible path forwards seems to be to focus on translating the engine using POT, PO and MO files with an implementation of...

>Removing rect completely has potential drawbacks. The path is not obviously "selected" and you don't see its bounds. While this is a minor problem, an alternative of showing the rect...

I was wondering, since the original implementation was based on how Arrays were done, could the same be done again by looking at the face lifted [ArrayValue](https://github.com/coppolaemilio/dialogic/blob/main/addons/dialogic/Editor/Events/Fields/ArrayValue.gd)?

~~spdlog came out with a [new release](https://github.com/gabime/spdlog/releases/tag/v1.11.0) a couple of days ago, with it it should be able to get rid of the compilation error with the logger.~~ after a...

Now that #486 is merged, this can be unblocked, right

In general i think it would allow for a more straight forward usage of the API, as newcomers to C++ might not be familiar with where the value suddenly comes...

i'll make a little start with this.

Given the fact that eventually the database will be converted to a sql database, it might be a good idea to ask how ordering of fields should be handled first....

i've decided to create my own derivative of this plugin for godot 4.2+. it's still early on in it's development, but is in a usable state. If you want to...