Go to file
prisixia 06a472a358
Disable cppcoreguidelines-owning-memory
Due to how wxWidgets works, certain parts of it don't require owning the
memory and it's just recommend to use raw pointers instead.
2023-05-06 15:33:40 +02:00
include clang-tidy: modernize-pass-by-value 2023-05-05 20:29:32 +02:00
src Disable cppcoreguidelines-owning-memory 2023-05-06 15:33:40 +02:00
thirdparty Replace RapidJSON with cereal 2023-05-04 09:05:16 +02:00
.clang-format Add language to clang-format 2023-05-04 10:18:10 +02:00
.clang-tidy Remove modernize-use-trailing-return-type 2023-05-05 20:37:58 +02:00
.gitmodules Replace RapidJSON with cereal 2023-05-04 09:05:16 +02:00
CMakeLists.txt Add clang-tidy 2023-05-04 10:17:31 +02:00
INSTALL.md init 2023-03-27 15:36:18 +02:00
LICENSE init 2023-03-27 15:36:18 +02:00
LICENSE.cereal Replace RapidJSON with cereal 2023-05-04 09:05:16 +02:00
LICENSE.magic_enum init 2023-03-27 15:36:18 +02:00
LICENSE.md init 2023-03-27 15:36:18 +02:00
LICENSE.wxWidgets init 2023-03-27 15:36:18 +02:00
README.md Update README 2023-04-26 14:47:34 +02:00

README.md

speciesgen

About

speciesgen is a tool to aid in the creation of mods to support modded species in the StarPounds mod for the game Starbound.

Installation

Detailed instructions on how to build speciesgen yourself can be found here.