-
Hi,
The policy as_std_shared_ptr does not using std::make_shared to can declare protected or private constructor.. but it would be great to use make_shared with the classes without this need.
Pe…
-
[OpenArena](http://openarena.ws/download.php) and [Xonotic](http://xonotic.org/) provide a single download for Windows, macOS and Linux. A single archive contains both i386 and amd64 binaries for thes…
-
I guess this is more a bug + feature request rolled into one.
First, the RTTR equivalent of the following regular C++ code does not work (don't have a working sample right now, but I think you get…
-
Consider the following example:
```
struct DataStruct
{
float mFloatProperty = 0.0f;
};
class SomeClass
{
public:
std::vector mArrayOfCompounds;
};
```
Assuming that DataStruct …
-
I just ran into the problem that I cannot start the client anymore by typing s25client into a terminal, all I get is this error
> Executable not at '"/home/user/s25client"'
>
> Press ENTER to c…
-
I'm trying to register a class with raw pointer properties (i.e. no smart pointer stuff) and RTTR (0.9.5) does not seem to handle it correctly. The issue seems to be that pointers are being assigned b…
-
We have a custom pointer type that we use to do some registration of objects and such. We'd like to expose properties of this type through RTTR. We've got it mostly working, but we're stuck on actuall…
-
This is because the installation is not proper cmake install rules, but gets piped to some shell scripts (I don't even know why). These shell scripts make assumptions about where the build directory i…
-
I am experimenting with the new associative_container_view, which I find great. Now trying to "map" non-STL types in order to use them with RTTR, but the [documentation](http://www.rttr.org/doc/master…
-
Hi, i have a problem with current versions of a game. Game starts normally, you can see all the screens, but no matter what map and mode i choice, the game crashes instantly ater clicking "start game"…