dementive

Results 13 issues of dementive

Adds an option to use clang PCH to build a pch and then use it. On my computer this makes clean build times go from 92 seconds without PCH to...

enhancement

std::list was being used in in one place for method args in class_db.hpp. This replaces it with Godot's List. This works fine but after looking at the code I'm pretty...

enhancement

I'm looking into converting my module code over to godot-cpp and there are a lot of scons flags that I use in my build system for my module that currently...