This commit is contained in:
prisixia 2023-03-27 15:36:18 +02:00
commit 1d13cedc14
Signed by: prisixia
GPG Key ID: CB939A148C9B4125
28 changed files with 4776 additions and 0 deletions

10
.clang-format Normal file
View File

@ -0,0 +1,10 @@
---
BasedOnStyle: LLVM
IndentWidth: 4
TabWidth: 4
UseTab: Always
IndentAccessModifiers: false
AccessModifierOffset: -4
MacroBlockBegin: 'wxBEGIN_EVENT_TABLE'
MacroBlockEnd: 'wxEND_EVENT_TABLE'
StatementMacros: ['EVT_COMMAND', 'EVT_COMMAND_RANGE', 'EVT_BUTTON', 'EVT_CHECKBOX', 'EVT_CHOICE', 'EVT_COMBOBOX', 'EVT_LISTBOX', 'EVT_LISTBOX_DCLICK', 'EVT_CHECKLISTBOX', 'EVT_MENU', 'EVT_MENU_RANGE', 'EVT_CONTEXT_MENU', 'EVT_RADIOBOX', 'EVT_RADIOBUTTON', 'EVT_SCROLLBAR', 'EVT_SLIDER', 'EVT_TEXT', 'EVT_TEXT_ENTER', 'EVT_TEXT_MAXLEN', 'EVT_TOGGLEBUTTON', 'EVT_TOOL', 'EVT_TOOL_RANGE', 'EVT_TOOL_RCLICKED', 'EVT_TOOL_RCLICKED_RANGE', 'EVT_TOOL_ENTER', 'EVT_COMMAND_LEFT_CLICK', 'EVT_COMMAND_LEFT_DCLICK', 'EVT_COMMAND_RIGHT_CLICK', 'EVT_COMMAND_SET_FOCUS', 'EVT_COMMAND_KILL_FOCUS', 'EVT_COMMAND_ENTER']

6
.gitmodules vendored Normal file
View File

@ -0,0 +1,6 @@
[submodule "thirdparty/magic_enum"]
path = thirdparty/magic_enum
url = https://github.com/Neargye/magic_enum
[submodule "thirdparty/rapidjson"]
path = thirdparty/rapidjson
url = https://github.com/Tencent/rapidjson

51
CMakeLists.txt Normal file
View File

@ -0,0 +1,51 @@
cmake_minimum_required(VERSION 3.8)
include(ExternalProject)
include(FetchContent)
project(speciesgen VERSION 6.0.0)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED True)
if (NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE "Release")
endif()
if (NOT MSVC AND NOT WIN32)
add_executable(speciesgen
"src/speciesgen.cpp"
"src/error.cpp"
"src/starbound/metadata.cpp"
"src/starbound/item.cpp"
"src/starbound/patch.cpp"
"src/starbound/frames.cpp"
"src/starpounds/weightstage.cpp"
"src/starpounds/types.cpp"
)
else()
add_executable(speciesgen WIN32
"src/speciesgen.cpp"
"src/error.cpp"
"src/starbound/metadata.cpp"
"src/starbound/item.cpp"
"src/starbound/patch.cpp"
"src/starbound/frames.cpp"
"src/starpounds/weightstage.cpp"
"src/starpounds/types.cpp"
#"resources/resource.rc"
)
endif()
find_package(wxWidgets 3.1.5 REQUIRED COMPONENTS propgrid core base)
include(${wxWidgets_USE_FILE})
include_directories(speciesgen "include" "thirdparty/rapidjson/include" "thirdparty/magic_enum/include")
target_link_libraries(speciesgen PRIVATE ${wxWidgets_LIBRARIES})
add_definitions(-DSPECIESGEN_VERSION="${CMAKE_PROJECT_VERSION}")
if (NOT CMAKE_BUILD_TYPE EQUAL "DEBUG")
add_definitions(-DwxDEBUG_LEVEL=0 -D_ITERATOR_DEBUG_LEVEL=0)
endif()
if (CMAKE_VERSION VERSION_GREATER 3.12)
set_property(TARGET speciesgen PROPERTY CXX_STANDARD 17)
endif()

66
INSTALL.md Normal file
View File

@ -0,0 +1,66 @@
# Manual Installation
1. [Prerequisites](#prerequisites)
1. [Source Code](#clone-the-source-code)
2. [Linux](#linux)
3. [Windows](#windows)
2. [Building](#building)
1. [Linux](#building-on-linux)
2. [Windows](#building-on-windows)
## Prerequisites
### Clone the source code
To compile speciesgen, please clone the source code:
```sh
git clone http://git.vern.cc/prisixia/speciesgen.git --recurse-submodules
cd speciesgen
```
Please also make sure that you have wxWidgets >= 3.1.5 installed.
### Linux
Please make sure to have a C++ compiler that supports C++17 (such as the GNU C++ compiler) and `cmake` installed.
On Ubuntu and other Debian based systems, you may run
```sh
sudo apt install g++ cmake libwxgtk3.2-dev
```
### Windows
Tools such as w64devkit or Visual Studio can be used for compiling the program.
wxWidgets can be found [here](https://www.wxwidgets.org/downloads/).
## Building
To build a release version of speciesgen, run
### Building on Linux
In the terminal, run
```sh
mkdir build
cd build
cmake ..
make
```
If all goes well, the program will be found in the build directory as `speciesgen`.
### Building on Windows
In a developer command prompt or an equivalent, run
```sh
mkdir build
cd build
cmake -G "Ninja" ..
ninja
```
If all goes well, the program will be found in the build directory as `speciesgen.exe`.

674
LICENSE Normal file
View File

@ -0,0 +1,674 @@
GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
The GNU General Public License is a free, copyleft license for
software and other kinds of works.
The licenses for most software and other practical works are designed
to take away your freedom to share and change the works. By contrast,
the GNU General Public License is intended to guarantee your freedom to
share and change all versions of a program--to make sure it remains free
software for all its users. We, the Free Software Foundation, use the
GNU General Public License for most of our software; it applies also to
any other work released this way by its authors. You can apply it to
your programs, too.
When we speak of free software, we are referring to freedom, not
price. Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
them if you wish), that you receive source code or can get it if you
want it, that you can change the software or use pieces of it in new
free programs, and that you know you can do these things.
To protect your rights, we need to prevent others from denying you
these rights or asking you to surrender the rights. Therefore, you have
certain responsibilities if you distribute copies of the software, or if
you modify it: responsibilities to respect the freedom of others.
For example, if you distribute copies of such a program, whether
gratis or for a fee, you must pass on to the recipients the same
freedoms that you received. You must make sure that they, too, receive
or can get the source code. And you must show them these terms so they
know their rights.
Developers that use the GNU GPL protect your rights with two steps:
(1) assert copyright on the software, and (2) offer you this License
giving you legal permission to copy, distribute and/or modify it.
For the developers' and authors' protection, the GPL clearly explains
that there is no warranty for this free software. For both users' and
authors' sake, the GPL requires that modified versions be marked as
changed, so that their problems will not be attributed erroneously to
authors of previous versions.
Some devices are designed to deny users access to install or run
modified versions of the software inside them, although the manufacturer
can do so. This is fundamentally incompatible with the aim of
protecting users' freedom to change the software. The systematic
pattern of such abuse occurs in the area of products for individuals to
use, which is precisely where it is most unacceptable. Therefore, we
have designed this version of the GPL to prohibit the practice for those
products. If such problems arise substantially in other domains, we
stand ready to extend this provision to those domains in future versions
of the GPL, as needed to protect the freedom of users.
Finally, every program is threatened constantly by software patents.
States should not allow patents to restrict development and use of
software on general-purpose computers, but in those that do, we wish to
avoid the special danger that patents applied to a free program could
make it effectively proprietary. To prevent this, the GPL assures that
patents cannot be used to render the program non-free.
The precise terms and conditions for copying, distribution and
modification follow.
TERMS AND CONDITIONS
0. Definitions.
"This License" refers to version 3 of the GNU General Public License.
"Copyright" also means copyright-like laws that apply to other kinds of
works, such as semiconductor masks.
"The Program" refers to any copyrightable work licensed under this
License. Each licensee is addressed as "you". "Licensees" and
"recipients" may be individuals or organizations.
To "modify" a work means to copy from or adapt all or part of the work
in a fashion requiring copyright permission, other than the making of an
exact copy. The resulting work is called a "modified version" of the
earlier work or a work "based on" the earlier work.
A "covered work" means either the unmodified Program or a work based
on the Program.
To "propagate" a work means to do anything with it that, without
permission, would make you directly or secondarily liable for
infringement under applicable copyright law, except executing it on a
computer or modifying a private copy. Propagation includes copying,
distribution (with or without modification), making available to the
public, and in some countries other activities as well.
To "convey" a work means any kind of propagation that enables other
parties to make or receive copies. Mere interaction with a user through
a computer network, with no transfer of a copy, is not conveying.
An interactive user interface displays "Appropriate Legal Notices"
to the extent that it includes a convenient and prominently visible
feature that (1) displays an appropriate copyright notice, and (2)
tells the user that there is no warranty for the work (except to the
extent that warranties are provided), that licensees may convey the
work under this License, and how to view a copy of this License. If
the interface presents a list of user commands or options, such as a
menu, a prominent item in the list meets this criterion.
1. Source Code.
The "source code" for a work means the preferred form of the work
for making modifications to it. "Object code" means any non-source
form of a work.
A "Standard Interface" means an interface that either is an official
standard defined by a recognized standards body, or, in the case of
interfaces specified for a particular programming language, one that
is widely used among developers working in that language.
The "System Libraries" of an executable work include anything, other
than the work as a whole, that (a) is included in the normal form of
packaging a Major Component, but which is not part of that Major
Component, and (b) serves only to enable use of the work with that
Major Component, or to implement a Standard Interface for which an
implementation is available to the public in source code form. A
"Major Component", in this context, means a major essential component
(kernel, window system, and so on) of the specific operating system
(if any) on which the executable work runs, or a compiler used to
produce the work, or an object code interpreter used to run it.
The "Corresponding Source" for a work in object code form means all
the source code needed to generate, install, and (for an executable
work) run the object code and to modify the work, including scripts to
control those activities. However, it does not include the work's
System Libraries, or general-purpose tools or generally available free
programs which are used unmodified in performing those activities but
which are not part of the work. For example, Corresponding Source
includes interface definition files associated with source files for
the work, and the source code for shared libraries and dynamically
linked subprograms that the work is specifically designed to require,
such as by intimate data communication or control flow between those
subprograms and other parts of the work.
The Corresponding Source need not include anything that users
can regenerate automatically from other parts of the Corresponding
Source.
The Corresponding Source for a work in source code form is that
same work.
2. Basic Permissions.
All rights granted under this License are granted for the term of
copyright on the Program, and are irrevocable provided the stated
conditions are met. This License explicitly affirms your unlimited
permission to run the unmodified Program. The output from running a
covered work is covered by this License only if the output, given its
content, constitutes a covered work. This License acknowledges your
rights of fair use or other equivalent, as provided by copyright law.
You may make, run and propagate covered works that you do not
convey, without conditions so long as your license otherwise remains
in force. You may convey covered works to others for the sole purpose
of having them make modifications exclusively for you, or provide you
with facilities for running those works, provided that you comply with
the terms of this License in conveying all material for which you do
not control copyright. Those thus making or running the covered works
for you must do so exclusively on your behalf, under your direction
and control, on terms that prohibit them from making any copies of
your copyrighted material outside their relationship with you.
Conveying under any other circumstances is permitted solely under
the conditions stated below. Sublicensing is not allowed; section 10
makes it unnecessary.
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
No covered work shall be deemed part of an effective technological
measure under any applicable law fulfilling obligations under article
11 of the WIPO copyright treaty adopted on 20 December 1996, or
similar laws prohibiting or restricting circumvention of such
measures.
When you convey a covered work, you waive any legal power to forbid
circumvention of technological measures to the extent such circumvention
is effected by exercising rights under this License with respect to
the covered work, and you disclaim any intention to limit operation or
modification of the work as a means of enforcing, against the work's
users, your or third parties' legal rights to forbid circumvention of
technological measures.
4. Conveying Verbatim Copies.
You may convey verbatim copies of the Program's source code as you
receive it, in any medium, provided that you conspicuously and
appropriately publish on each copy an appropriate copyright notice;
keep intact all notices stating that this License and any
non-permissive terms added in accord with section 7 apply to the code;
keep intact all notices of the absence of any warranty; and give all
recipients a copy of this License along with the Program.
You may charge any price or no price for each copy that you convey,
and you may offer support or warranty protection for a fee.
5. Conveying Modified Source Versions.
You may convey a work based on the Program, or the modifications to
produce it from the Program, in the form of source code under the
terms of section 4, provided that you also meet all of these conditions:
a) The work must carry prominent notices stating that you modified
it, and giving a relevant date.
b) The work must carry prominent notices stating that it is
released under this License and any conditions added under section
7. This requirement modifies the requirement in section 4 to
"keep intact all notices".
c) You must license the entire work, as a whole, under this
License to anyone who comes into possession of a copy. This
License will therefore apply, along with any applicable section 7
additional terms, to the whole of the work, and all its parts,
regardless of how they are packaged. This License gives no
permission to license the work in any other way, but it does not
invalidate such permission if you have separately received it.
d) If the work has interactive user interfaces, each must display
Appropriate Legal Notices; however, if the Program has interactive
interfaces that do not display Appropriate Legal Notices, your
work need not make them do so.
A compilation of a covered work with other separate and independent
works, which are not by their nature extensions of the covered work,
and which are not combined with it such as to form a larger program,
in or on a volume of a storage or distribution medium, is called an
"aggregate" if the compilation and its resulting copyright are not
used to limit the access or legal rights of the compilation's users
beyond what the individual works permit. Inclusion of a covered work
in an aggregate does not cause this License to apply to the other
parts of the aggregate.
6. Conveying Non-Source Forms.
You may convey a covered work in object code form under the terms
of sections 4 and 5, provided that you also convey the
machine-readable Corresponding Source under the terms of this License,
in one of these ways:
a) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by the
Corresponding Source fixed on a durable physical medium
customarily used for software interchange.
b) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by a
written offer, valid for at least three years and valid for as
long as you offer spare parts or customer support for that product
model, to give anyone who possesses the object code either (1) a
copy of the Corresponding Source for all the software in the
product that is covered by this License, on a durable physical
medium customarily used for software interchange, for a price no
more than your reasonable cost of physically performing this
conveying of source, or (2) access to copy the
Corresponding Source from a network server at no charge.
c) Convey individual copies of the object code with a copy of the
written offer to provide the Corresponding Source. This
alternative is allowed only occasionally and noncommercially, and
only if you received the object code with such an offer, in accord
with subsection 6b.
d) Convey the object code by offering access from a designated
place (gratis or for a charge), and offer equivalent access to the
Corresponding Source in the same way through the same place at no
further charge. You need not require recipients to copy the
Corresponding Source along with the object code. If the place to
copy the object code is a network server, the Corresponding Source
may be on a different server (operated by you or a third party)
that supports equivalent copying facilities, provided you maintain
clear directions next to the object code saying where to find the
Corresponding Source. Regardless of what server hosts the
Corresponding Source, you remain obligated to ensure that it is
available for as long as needed to satisfy these requirements.
e) Convey the object code using peer-to-peer transmission, provided
you inform other peers where the object code and Corresponding
Source of the work are being offered to the general public at no
charge under subsection 6d.
A separable portion of the object code, whose source code is excluded
from the Corresponding Source as a System Library, need not be
included in conveying the object code work.
A "User Product" is either (1) a "consumer product", which means any
tangible personal property which is normally used for personal, family,
or household purposes, or (2) anything designed or sold for incorporation
into a dwelling. In determining whether a product is a consumer product,
doubtful cases shall be resolved in favor of coverage. For a particular
product received by a particular user, "normally used" refers to a
typical or common use of that class of product, regardless of the status
of the particular user or of the way in which the particular user
actually uses, or expects or is expected to use, the product. A product
is a consumer product regardless of whether the product has substantial
commercial, industrial or non-consumer uses, unless such uses represent
the only significant mode of use of the product.
"Installation Information" for a User Product means any methods,
procedures, authorization keys, or other information required to install
and execute modified versions of a covered work in that User Product from
a modified version of its Corresponding Source. The information must
suffice to ensure that the continued functioning of the modified object
code is in no case prevented or interfered with solely because
modification has been made.
If you convey an object code work under this section in, or with, or
specifically for use in, a User Product, and the conveying occurs as
part of a transaction in which the right of possession and use of the
User Product is transferred to the recipient in perpetuity or for a
fixed term (regardless of how the transaction is characterized), the
Corresponding Source conveyed under this section must be accompanied
by the Installation Information. But this requirement does not apply
if neither you nor any third party retains the ability to install
modified object code on the User Product (for example, the work has
been installed in ROM).
The requirement to provide Installation Information does not include a
requirement to continue to provide support service, warranty, or updates
for a work that has been modified or installed by the recipient, or for
the User Product in which it has been modified or installed. Access to a
network may be denied when the modification itself materially and
adversely affects the operation of the network or violates the rules and
protocols for communication across the network.
Corresponding Source conveyed, and Installation Information provided,
in accord with this section must be in a format that is publicly
documented (and with an implementation available to the public in
source code form), and must require no special password or key for
unpacking, reading or copying.
7. Additional Terms.
"Additional permissions" are terms that supplement the terms of this
License by making exceptions from one or more of its conditions.
Additional permissions that are applicable to the entire Program shall
be treated as though they were included in this License, to the extent
that they are valid under applicable law. If additional permissions
apply only to part of the Program, that part may be used separately
under those permissions, but the entire Program remains governed by
this License without regard to the additional permissions.
When you convey a copy of a covered work, you may at your option
remove any additional permissions from that copy, or from any part of
it. (Additional permissions may be written to require their own
removal in certain cases when you modify the work.) You may place
additional permissions on material, added by you to a covered work,
for which you have or can give appropriate copyright permission.
Notwithstanding any other provision of this License, for material you
add to a covered work, you may (if authorized by the copyright holders of
that material) supplement the terms of this License with terms:
a) Disclaiming warranty or limiting liability differently from the
terms of sections 15 and 16 of this License; or
b) Requiring preservation of specified reasonable legal notices or
author attributions in that material or in the Appropriate Legal
Notices displayed by works containing it; or
c) Prohibiting misrepresentation of the origin of that material, or
requiring that modified versions of such material be marked in
reasonable ways as different from the original version; or
d) Limiting the use for publicity purposes of names of licensors or
authors of the material; or
e) Declining to grant rights under trademark law for use of some
trade names, trademarks, or service marks; or
f) Requiring indemnification of licensors and authors of that
material by anyone who conveys the material (or modified versions of
it) with contractual assumptions of liability to the recipient, for
any liability that these contractual assumptions directly impose on
those licensors and authors.
All other non-permissive additional terms are considered "further
restrictions" within the meaning of section 10. If the Program as you
received it, or any part of it, contains a notice stating that it is
governed by this License along with a term that is a further
restriction, you may remove that term. If a license document contains
a further restriction but permits relicensing or conveying under this
License, you may add to a covered work material governed by the terms
of that license document, provided that the further restriction does
not survive such relicensing or conveying.
If you add terms to a covered work in accord with this section, you
must place, in the relevant source files, a statement of the
additional terms that apply to those files, or a notice indicating
where to find the applicable terms.
Additional terms, permissive or non-permissive, may be stated in the
form of a separately written license, or stated as exceptions;
the above requirements apply either way.
8. Termination.
You may not propagate or modify a covered work except as expressly
provided under this License. Any attempt otherwise to propagate or
modify it is void, and will automatically terminate your rights under
this License (including any patent licenses granted under the third
paragraph of section 11).
However, if you cease all violation of this License, then your
license from a particular copyright holder is reinstated (a)
provisionally, unless and until the copyright holder explicitly and
finally terminates your license, and (b) permanently, if the copyright
holder fails to notify you of the violation by some reasonable means
prior to 60 days after the cessation.
Moreover, your license from a particular copyright holder is
reinstated permanently if the copyright holder notifies you of the
violation by some reasonable means, this is the first time you have
received notice of violation of this License (for any work) from that
copyright holder, and you cure the violation prior to 30 days after
your receipt of the notice.
Termination of your rights under this section does not terminate the
licenses of parties who have received copies or rights from you under
this License. If your rights have been terminated and not permanently
reinstated, you do not qualify to receive new licenses for the same
material under section 10.
9. Acceptance Not Required for Having Copies.
You are not required to accept this License in order to receive or
run a copy of the Program. Ancillary propagation of a covered work
occurring solely as a consequence of using peer-to-peer transmission
to receive a copy likewise does not require acceptance. However,
nothing other than this License grants you permission to propagate or
modify any covered work. These actions infringe copyright if you do
not accept this License. Therefore, by modifying or propagating a
covered work, you indicate your acceptance of this License to do so.
10. Automatic Licensing of Downstream Recipients.
Each time you convey a covered work, the recipient automatically
receives a license from the original licensors, to run, modify and
propagate that work, subject to this License. You are not responsible
for enforcing compliance by third parties with this License.
An "entity transaction" is a transaction transferring control of an
organization, or substantially all assets of one, or subdividing an
organization, or merging organizations. If propagation of a covered
work results from an entity transaction, each party to that
transaction who receives a copy of the work also receives whatever
licenses to the work the party's predecessor in interest had or could
give under the previous paragraph, plus a right to possession of the
Corresponding Source of the work from the predecessor in interest, if
the predecessor has it or can get it with reasonable efforts.
You may not impose any further restrictions on the exercise of the
rights granted or affirmed under this License. For example, you may
not impose a license fee, royalty, or other charge for exercise of
rights granted under this License, and you may not initiate litigation
(including a cross-claim or counterclaim in a lawsuit) alleging that
any patent claim is infringed by making, using, selling, offering for
sale, or importing the Program or any portion of it.
11. Patents.
A "contributor" is a copyright holder who authorizes use under this
License of the Program or a work on which the Program is based. The
work thus licensed is called the contributor's "contributor version".
A contributor's "essential patent claims" are all patent claims
owned or controlled by the contributor, whether already acquired or
hereafter acquired, that would be infringed by some manner, permitted
by this License, of making, using, or selling its contributor version,
but do not include claims that would be infringed only as a
consequence of further modification of the contributor version. For
purposes of this definition, "control" includes the right to grant
patent sublicenses in a manner consistent with the requirements of
this License.
Each contributor grants you a non-exclusive, worldwide, royalty-free
patent license under the contributor's essential patent claims, to
make, use, sell, offer for sale, import and otherwise run, modify and
propagate the contents of its contributor version.
In the following three paragraphs, a "patent license" is any express
agreement or commitment, however denominated, not to enforce a patent
(such as an express permission to practice a patent or covenant not to
sue for patent infringement). To "grant" such a patent license to a
party means to make such an agreement or commitment not to enforce a
patent against the party.
If you convey a covered work, knowingly relying on a patent license,
and the Corresponding Source of the work is not available for anyone
to copy, free of charge and under the terms of this License, through a
publicly available network server or other readily accessible means,
then you must either (1) cause the Corresponding Source to be so
available, or (2) arrange to deprive yourself of the benefit of the
patent license for this particular work, or (3) arrange, in a manner
consistent with the requirements of this License, to extend the patent
license to downstream recipients. "Knowingly relying" means you have
actual knowledge that, but for the patent license, your conveying the
covered work in a country, or your recipient's use of the covered work
in a country, would infringe one or more identifiable patents in that
country that you have reason to believe are valid.
If, pursuant to or in connection with a single transaction or
arrangement, you convey, or propagate by procuring conveyance of, a
covered work, and grant a patent license to some of the parties
receiving the covered work authorizing them to use, propagate, modify
or convey a specific copy of the covered work, then the patent license
you grant is automatically extended to all recipients of the covered
work and works based on it.
A patent license is "discriminatory" if it does not include within
the scope of its coverage, prohibits the exercise of, or is
conditioned on the non-exercise of one or more of the rights that are
specifically granted under this License. You may not convey a covered
work if you are a party to an arrangement with a third party that is
in the business of distributing software, under which you make payment
to the third party based on the extent of your activity of conveying
the work, and under which the third party grants, to any of the
parties who would receive the covered work from you, a discriminatory
patent license (a) in connection with copies of the covered work
conveyed by you (or copies made from those copies), or (b) primarily
for and in connection with specific products or compilations that
contain the covered work, unless you entered into that arrangement,
or that patent license was granted, prior to 28 March 2007.
Nothing in this License shall be construed as excluding or limiting
any implied license or other defenses to infringement that may
otherwise be available to you under applicable patent law.
12. No Surrender of Others' Freedom.
If conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License. If you cannot convey a
covered work so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you may
not convey it at all. For example, if you agree to terms that obligate you
to collect a royalty for further conveying from those to whom you convey
the Program, the only way you could satisfy both those terms and this
License would be to refrain entirely from conveying the Program.
13. Use with the GNU Affero General Public License.
Notwithstanding any other provision of this License, you have
permission to link or combine any covered work with a work licensed
under version 3 of the GNU Affero General Public License into a single
combined work, and to convey the resulting work. The terms of this
License will continue to apply to the part which is the covered work,
but the special requirements of the GNU Affero General Public License,
section 13, concerning interaction through a network will apply to the
combination as such.
14. Revised Versions of this License.
The Free Software Foundation may publish revised and/or new versions of
the GNU General Public License from time to time. Such new versions will
be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.
Each version is given a distinguishing version number. If the
Program specifies that a certain numbered version of the GNU General
Public License "or any later version" applies to it, you have the
option of following the terms and conditions either of that numbered
version or of any later version published by the Free Software
Foundation. If the Program does not specify a version number of the
GNU General Public License, you may choose any version ever published
by the Free Software Foundation.
If the Program specifies that a proxy can decide which future
versions of the GNU General Public License can be used, that proxy's
public statement of acceptance of a version permanently authorizes you
to choose that version for the Program.
Later license versions may give you additional or different
permissions. However, no additional obligations are imposed on any
author or copyright holder as a result of your choosing to follow a
later version.
15. Disclaimer of Warranty.
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
16. Limitation of Liability.
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
SUCH DAMAGES.
17. Interpretation of Sections 15 and 16.
If the disclaimer of warranty and limitation of liability provided
above cannot be given local legal effect according to their terms,
reviewing courts shall apply local law that most closely approximates
an absolute waiver of all civil liability in connection with the
Program, unless a warranty or assumption of liability accompanies a
copy of the Program in return for a fee.
END OF TERMS AND CONDITIONS
How to Apply These Terms to Your New Programs
If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.
To do so, attach the following notices to the program. It is safest
to attach them to the start of each source file to most effectively
state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
<one line to give the program's name and a brief idea of what it does.>
Copyright (C) <year> <name of author>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
Also add information on how to contact you by electronic and paper mail.
If the program does terminal interaction, make it output a short
notice like this when it starts in an interactive mode:
<program> Copyright (C) <year> <name of author>
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.
The hypothetical commands `show w' and `show c' should show the appropriate
parts of the General Public License. Of course, your program's commands
might be different; for a GUI interface, you would use an "about box".
You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU GPL, see
<https://www.gnu.org/licenses/>.
The GNU General Public License does not permit incorporating your program
into proprietary programs. If your program is a subroutine library, you
may consider it more useful to permit linking proprietary applications with
the library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License. But first, please read
<https://www.gnu.org/licenses/why-not-lgpl.html>.

21
LICENSE.magic_enum Normal file
View File

@ -0,0 +1,21 @@
MIT License
Copyright (c) 2019 - 2022 Daniil Goncharov
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

675
LICENSE.md Normal file
View File

@ -0,0 +1,675 @@
### GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
Copyright (C) 2007 Free Software Foundation, Inc.
<https://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies of this
license document, but changing it is not allowed.
### Preamble
The GNU General Public License is a free, copyleft license for
software and other kinds of works.
The licenses for most software and other practical works are designed
to take away your freedom to share and change the works. By contrast,
the GNU General Public License is intended to guarantee your freedom
to share and change all versions of a program--to make sure it remains
free software for all its users. We, the Free Software Foundation, use
the GNU General Public License for most of our software; it applies
also to any other work released this way by its authors. You can apply
it to your programs, too.
When we speak of free software, we are referring to freedom, not
price. Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
them if you wish), that you receive source code or can get it if you
want it, that you can change the software or use pieces of it in new
free programs, and that you know you can do these things.
To protect your rights, we need to prevent others from denying you
these rights or asking you to surrender the rights. Therefore, you
have certain responsibilities if you distribute copies of the
software, or if you modify it: responsibilities to respect the freedom
of others.
For example, if you distribute copies of such a program, whether
gratis or for a fee, you must pass on to the recipients the same
freedoms that you received. You must make sure that they, too, receive
or can get the source code. And you must show them these terms so they
know their rights.
Developers that use the GNU GPL protect your rights with two steps:
(1) assert copyright on the software, and (2) offer you this License
giving you legal permission to copy, distribute and/or modify it.
For the developers' and authors' protection, the GPL clearly explains
that there is no warranty for this free software. For both users' and
authors' sake, the GPL requires that modified versions be marked as
changed, so that their problems will not be attributed erroneously to
authors of previous versions.
Some devices are designed to deny users access to install or run
modified versions of the software inside them, although the
manufacturer can do so. This is fundamentally incompatible with the
aim of protecting users' freedom to change the software. The
systematic pattern of such abuse occurs in the area of products for
individuals to use, which is precisely where it is most unacceptable.
Therefore, we have designed this version of the GPL to prohibit the
practice for those products. If such problems arise substantially in
other domains, we stand ready to extend this provision to those
domains in future versions of the GPL, as needed to protect the
freedom of users.
Finally, every program is threatened constantly by software patents.
States should not allow patents to restrict development and use of
software on general-purpose computers, but in those that do, we wish
to avoid the special danger that patents applied to a free program
could make it effectively proprietary. To prevent this, the GPL
assures that patents cannot be used to render the program non-free.
The precise terms and conditions for copying, distribution and
modification follow.
### TERMS AND CONDITIONS
#### 0. Definitions.
"This License" refers to version 3 of the GNU General Public License.
"Copyright" also means copyright-like laws that apply to other kinds
of works, such as semiconductor masks.
"The Program" refers to any copyrightable work licensed under this
License. Each licensee is addressed as "you". "Licensees" and
"recipients" may be individuals or organizations.
To "modify" a work means to copy from or adapt all or part of the work
in a fashion requiring copyright permission, other than the making of
an exact copy. The resulting work is called a "modified version" of
the earlier work or a work "based on" the earlier work.
A "covered work" means either the unmodified Program or a work based
on the Program.
To "propagate" a work means to do anything with it that, without
permission, would make you directly or secondarily liable for
infringement under applicable copyright law, except executing it on a
computer or modifying a private copy. Propagation includes copying,
distribution (with or without modification), making available to the
public, and in some countries other activities as well.
To "convey" a work means any kind of propagation that enables other
parties to make or receive copies. Mere interaction with a user
through a computer network, with no transfer of a copy, is not
conveying.
An interactive user interface displays "Appropriate Legal Notices" to
the extent that it includes a convenient and prominently visible
feature that (1) displays an appropriate copyright notice, and (2)
tells the user that there is no warranty for the work (except to the
extent that warranties are provided), that licensees may convey the
work under this License, and how to view a copy of this License. If
the interface presents a list of user commands or options, such as a
menu, a prominent item in the list meets this criterion.
#### 1. Source Code.
The "source code" for a work means the preferred form of the work for
making modifications to it. "Object code" means any non-source form of
a work.
A "Standard Interface" means an interface that either is an official
standard defined by a recognized standards body, or, in the case of
interfaces specified for a particular programming language, one that
is widely used among developers working in that language.
The "System Libraries" of an executable work include anything, other
than the work as a whole, that (a) is included in the normal form of
packaging a Major Component, but which is not part of that Major
Component, and (b) serves only to enable use of the work with that
Major Component, or to implement a Standard Interface for which an
implementation is available to the public in source code form. A
"Major Component", in this context, means a major essential component
(kernel, window system, and so on) of the specific operating system
(if any) on which the executable work runs, or a compiler used to
produce the work, or an object code interpreter used to run it.
The "Corresponding Source" for a work in object code form means all
the source code needed to generate, install, and (for an executable
work) run the object code and to modify the work, including scripts to
control those activities. However, it does not include the work's
System Libraries, or general-purpose tools or generally available free
programs which are used unmodified in performing those activities but
which are not part of the work. For example, Corresponding Source
includes interface definition files associated with source files for
the work, and the source code for shared libraries and dynamically
linked subprograms that the work is specifically designed to require,
such as by intimate data communication or control flow between those
subprograms and other parts of the work.
The Corresponding Source need not include anything that users can
regenerate automatically from other parts of the Corresponding Source.
The Corresponding Source for a work in source code form is that same
work.
#### 2. Basic Permissions.
All rights granted under this License are granted for the term of
copyright on the Program, and are irrevocable provided the stated
conditions are met. This License explicitly affirms your unlimited
permission to run the unmodified Program. The output from running a
covered work is covered by this License only if the output, given its
content, constitutes a covered work. This License acknowledges your
rights of fair use or other equivalent, as provided by copyright law.
You may make, run and propagate covered works that you do not convey,
without conditions so long as your license otherwise remains in force.
You may convey covered works to others for the sole purpose of having
them make modifications exclusively for you, or provide you with
facilities for running those works, provided that you comply with the
terms of this License in conveying all material for which you do not
control copyright. Those thus making or running the covered works for
you must do so exclusively on your behalf, under your direction and
control, on terms that prohibit them from making any copies of your
copyrighted material outside their relationship with you.
Conveying under any other circumstances is permitted solely under the
conditions stated below. Sublicensing is not allowed; section 10 makes
it unnecessary.
#### 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
No covered work shall be deemed part of an effective technological
measure under any applicable law fulfilling obligations under article
11 of the WIPO copyright treaty adopted on 20 December 1996, or
similar laws prohibiting or restricting circumvention of such
measures.
When you convey a covered work, you waive any legal power to forbid
circumvention of technological measures to the extent such
circumvention is effected by exercising rights under this License with
respect to the covered work, and you disclaim any intention to limit
operation or modification of the work as a means of enforcing, against
the work's users, your or third parties' legal rights to forbid
circumvention of technological measures.
#### 4. Conveying Verbatim Copies.
You may convey verbatim copies of the Program's source code as you
receive it, in any medium, provided that you conspicuously and
appropriately publish on each copy an appropriate copyright notice;
keep intact all notices stating that this License and any
non-permissive terms added in accord with section 7 apply to the code;
keep intact all notices of the absence of any warranty; and give all
recipients a copy of this License along with the Program.
You may charge any price or no price for each copy that you convey,
and you may offer support or warranty protection for a fee.
#### 5. Conveying Modified Source Versions.
You may convey a work based on the Program, or the modifications to
produce it from the Program, in the form of source code under the
terms of section 4, provided that you also meet all of these
conditions:
- a) The work must carry prominent notices stating that you modified
it, and giving a relevant date.
- b) The work must carry prominent notices stating that it is
released under this License and any conditions added under
section 7. This requirement modifies the requirement in section 4
to "keep intact all notices".
- c) You must license the entire work, as a whole, under this
License to anyone who comes into possession of a copy. This
License will therefore apply, along with any applicable section 7
additional terms, to the whole of the work, and all its parts,
regardless of how they are packaged. This License gives no
permission to license the work in any other way, but it does not
invalidate such permission if you have separately received it.
- d) If the work has interactive user interfaces, each must display
Appropriate Legal Notices; however, if the Program has interactive
interfaces that do not display Appropriate Legal Notices, your
work need not make them do so.
A compilation of a covered work with other separate and independent
works, which are not by their nature extensions of the covered work,
and which are not combined with it such as to form a larger program,
in or on a volume of a storage or distribution medium, is called an
"aggregate" if the compilation and its resulting copyright are not
used to limit the access or legal rights of the compilation's users
beyond what the individual works permit. Inclusion of a covered work
in an aggregate does not cause this License to apply to the other
parts of the aggregate.
#### 6. Conveying Non-Source Forms.
You may convey a covered work in object code form under the terms of
sections 4 and 5, provided that you also convey the machine-readable
Corresponding Source under the terms of this License, in one of these
ways:
- a) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by the
Corresponding Source fixed on a durable physical medium
customarily used for software interchange.
- b) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by a
written offer, valid for at least three years and valid for as
long as you offer spare parts or customer support for that product
model, to give anyone who possesses the object code either (1) a
copy of the Corresponding Source for all the software in the
product that is covered by this License, on a durable physical
medium customarily used for software interchange, for a price no
more than your reasonable cost of physically performing this
conveying of source, or (2) access to copy the Corresponding
Source from a network server at no charge.
- c) Convey individual copies of the object code with a copy of the
written offer to provide the Corresponding Source. This
alternative is allowed only occasionally and noncommercially, and
only if you received the object code with such an offer, in accord
with subsection 6b.
- d) Convey the object code by offering access from a designated
place (gratis or for a charge), and offer equivalent access to the
Corresponding Source in the same way through the same place at no
further charge. You need not require recipients to copy the
Corresponding Source along with the object code. If the place to
copy the object code is a network server, the Corresponding Source
may be on a different server (operated by you or a third party)
that supports equivalent copying facilities, provided you maintain
clear directions next to the object code saying where to find the
Corresponding Source. Regardless of what server hosts the
Corresponding Source, you remain obligated to ensure that it is
available for as long as needed to satisfy these requirements.
- e) Convey the object code using peer-to-peer transmission,
provided you inform other peers where the object code and
Corresponding Source of the work are being offered to the general
public at no charge under subsection 6d.
A separable portion of the object code, whose source code is excluded
from the Corresponding Source as a System Library, need not be
included in conveying the object code work.
A "User Product" is either (1) a "consumer product", which means any
tangible personal property which is normally used for personal,
family, or household purposes, or (2) anything designed or sold for
incorporation into a dwelling. In determining whether a product is a
consumer product, doubtful cases shall be resolved in favor of
coverage. For a particular product received by a particular user,
"normally used" refers to a typical or common use of that class of
product, regardless of the status of the particular user or of the way
in which the particular user actually uses, or expects or is expected
to use, the product. A product is a consumer product regardless of
whether the product has substantial commercial, industrial or
non-consumer uses, unless such uses represent the only significant
mode of use of the product.
"Installation Information" for a User Product means any methods,
procedures, authorization keys, or other information required to
install and execute modified versions of a covered work in that User
Product from a modified version of its Corresponding Source. The
information must suffice to ensure that the continued functioning of
the modified object code is in no case prevented or interfered with
solely because modification has been made.
If you convey an object code work under this section in, or with, or
specifically for use in, a User Product, and the conveying occurs as
part of a transaction in which the right of possession and use of the
User Product is transferred to the recipient in perpetuity or for a
fixed term (regardless of how the transaction is characterized), the
Corresponding Source conveyed under this section must be accompanied
by the Installation Information. But this requirement does not apply
if neither you nor any third party retains the ability to install
modified object code on the User Product (for example, the work has
been installed in ROM).
The requirement to provide Installation Information does not include a
requirement to continue to provide support service, warranty, or
updates for a work that has been modified or installed by the
recipient, or for the User Product in which it has been modified or
installed. Access to a network may be denied when the modification
itself materially and adversely affects the operation of the network
or violates the rules and protocols for communication across the
network.
Corresponding Source conveyed, and Installation Information provided,
in accord with this section must be in a format that is publicly
documented (and with an implementation available to the public in
source code form), and must require no special password or key for
unpacking, reading or copying.
#### 7. Additional Terms.
"Additional permissions" are terms that supplement the terms of this
License by making exceptions from one or more of its conditions.
Additional permissions that are applicable to the entire Program shall
be treated as though they were included in this License, to the extent
that they are valid under applicable law. If additional permissions
apply only to part of the Program, that part may be used separately
under those permissions, but the entire Program remains governed by
this License without regard to the additional permissions.
When you convey a copy of a covered work, you may at your option
remove any additional permissions from that copy, or from any part of
it. (Additional permissions may be written to require their own
removal in certain cases when you modify the work.) You may place
additional permissions on material, added by you to a covered work,
for which you have or can give appropriate copyright permission.
Notwithstanding any other provision of this License, for material you
add to a covered work, you may (if authorized by the copyright holders
of that material) supplement the terms of this License with terms:
- a) Disclaiming warranty or limiting liability differently from the
terms of sections 15 and 16 of this License; or
- b) Requiring preservation of specified reasonable legal notices or
author attributions in that material or in the Appropriate Legal
Notices displayed by works containing it; or
- c) Prohibiting misrepresentation of the origin of that material,
or requiring that modified versions of such material be marked in
reasonable ways as different from the original version; or
- d) Limiting the use for publicity purposes of names of licensors
or authors of the material; or
- e) Declining to grant rights under trademark law for use of some
trade names, trademarks, or service marks; or
- f) Requiring indemnification of licensors and authors of that
material by anyone who conveys the material (or modified versions
of it) with contractual assumptions of liability to the recipient,
for any liability that these contractual assumptions directly
impose on those licensors and authors.
All other non-permissive additional terms are considered "further
restrictions" within the meaning of section 10. If the Program as you
received it, or any part of it, contains a notice stating that it is
governed by this License along with a term that is a further
restriction, you may remove that term. If a license document contains
a further restriction but permits relicensing or conveying under this
License, you may add to a covered work material governed by the terms
of that license document, provided that the further restriction does
not survive such relicensing or conveying.
If you add terms to a covered work in accord with this section, you
must place, in the relevant source files, a statement of the
additional terms that apply to those files, or a notice indicating
where to find the applicable terms.
Additional terms, permissive or non-permissive, may be stated in the
form of a separately written license, or stated as exceptions; the
above requirements apply either way.
#### 8. Termination.
You may not propagate or modify a covered work except as expressly
provided under this License. Any attempt otherwise to propagate or
modify it is void, and will automatically terminate your rights under
this License (including any patent licenses granted under the third
paragraph of section 11).
However, if you cease all violation of this License, then your license
from a particular copyright holder is reinstated (a) provisionally,
unless and until the copyright holder explicitly and finally
terminates your license, and (b) permanently, if the copyright holder
fails to notify you of the violation by some reasonable means prior to
60 days after the cessation.
Moreover, your license from a particular copyright holder is
reinstated permanently if the copyright holder notifies you of the
violation by some reasonable means, this is the first time you have
received notice of violation of this License (for any work) from that
copyright holder, and you cure the violation prior to 30 days after
your receipt of the notice.
Termination of your rights under this section does not terminate the
licenses of parties who have received copies or rights from you under
this License. If your rights have been terminated and not permanently
reinstated, you do not qualify to receive new licenses for the same
material under section 10.
#### 9. Acceptance Not Required for Having Copies.
You are not required to accept this License in order to receive or run
a copy of the Program. Ancillary propagation of a covered work
occurring solely as a consequence of using peer-to-peer transmission
to receive a copy likewise does not require acceptance. However,
nothing other than this License grants you permission to propagate or
modify any covered work. These actions infringe copyright if you do
not accept this License. Therefore, by modifying or propagating a
covered work, you indicate your acceptance of this License to do so.
#### 10. Automatic Licensing of Downstream Recipients.
Each time you convey a covered work, the recipient automatically
receives a license from the original licensors, to run, modify and
propagate that work, subject to this License. You are not responsible
for enforcing compliance by third parties with this License.
An "entity transaction" is a transaction transferring control of an
organization, or substantially all assets of one, or subdividing an
organization, or merging organizations. If propagation of a covered
work results from an entity transaction, each party to that
transaction who receives a copy of the work also receives whatever
licenses to the work the party's predecessor in interest had or could
give under the previous paragraph, plus a right to possession of the
Corresponding Source of the work from the predecessor in interest, if
the predecessor has it or can get it with reasonable efforts.
You may not impose any further restrictions on the exercise of the
rights granted or affirmed under this License. For example, you may
not impose a license fee, royalty, or other charge for exercise of
rights granted under this License, and you may not initiate litigation
(including a cross-claim or counterclaim in a lawsuit) alleging that
any patent claim is infringed by making, using, selling, offering for
sale, or importing the Program or any portion of it.
#### 11. Patents.
A "contributor" is a copyright holder who authorizes use under this
License of the Program or a work on which the Program is based. The
work thus licensed is called the contributor's "contributor version".
A contributor's "essential patent claims" are all patent claims owned
or controlled by the contributor, whether already acquired or
hereafter acquired, that would be infringed by some manner, permitted
by this License, of making, using, or selling its contributor version,
but do not include claims that would be infringed only as a
consequence of further modification of the contributor version. For
purposes of this definition, "control" includes the right to grant
patent sublicenses in a manner consistent with the requirements of
this License.
Each contributor grants you a non-exclusive, worldwide, royalty-free
patent license under the contributor's essential patent claims, to
make, use, sell, offer for sale, import and otherwise run, modify and
propagate the contents of its contributor version.
In the following three paragraphs, a "patent license" is any express
agreement or commitment, however denominated, not to enforce a patent
(such as an express permission to practice a patent or covenant not to
sue for patent infringement). To "grant" such a patent license to a
party means to make such an agreement or commitment not to enforce a
patent against the party.
If you convey a covered work, knowingly relying on a patent license,
and the Corresponding Source of the work is not available for anyone
to copy, free of charge and under the terms of this License, through a
publicly available network server or other readily accessible means,
then you must either (1) cause the Corresponding Source to be so
available, or (2) arrange to deprive yourself of the benefit of the
patent license for this particular work, or (3) arrange, in a manner
consistent with the requirements of this License, to extend the patent
license to downstream recipients. "Knowingly relying" means you have
actual knowledge that, but for the patent license, your conveying the
covered work in a country, or your recipient's use of the covered work
in a country, would infringe one or more identifiable patents in that
country that you have reason to believe are valid.
If, pursuant to or in connection with a single transaction or
arrangement, you convey, or propagate by procuring conveyance of, a
covered work, and grant a patent license to some of the parties
receiving the covered work authorizing them to use, propagate, modify
or convey a specific copy of the covered work, then the patent license
you grant is automatically extended to all recipients of the covered
work and works based on it.
A patent license is "discriminatory" if it does not include within the
scope of its coverage, prohibits the exercise of, or is conditioned on
the non-exercise of one or more of the rights that are specifically
granted under this License. You may not convey a covered work if you
are a party to an arrangement with a third party that is in the
business of distributing software, under which you make payment to the
third party based on the extent of your activity of conveying the
work, and under which the third party grants, to any of the parties
who would receive the covered work from you, a discriminatory patent
license (a) in connection with copies of the covered work conveyed by
you (or copies made from those copies), or (b) primarily for and in
connection with specific products or compilations that contain the
covered work, unless you entered into that arrangement, or that patent
license was granted, prior to 28 March 2007.
Nothing in this License shall be construed as excluding or limiting
any implied license or other defenses to infringement that may
otherwise be available to you under applicable patent law.
#### 12. No Surrender of Others' Freedom.
If conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License. If you cannot convey a
covered work so as to satisfy simultaneously your obligations under
this License and any other pertinent obligations, then as a
consequence you may not convey it at all. For example, if you agree to
terms that obligate you to collect a royalty for further conveying
from those to whom you convey the Program, the only way you could
satisfy both those terms and this License would be to refrain entirely
from conveying the Program.
#### 13. Use with the GNU Affero General Public License.
Notwithstanding any other provision of this License, you have
permission to link or combine any covered work with a work licensed
under version 3 of the GNU Affero General Public License into a single
combined work, and to convey the resulting work. The terms of this
License will continue to apply to the part which is the covered work,
but the special requirements of the GNU Affero General Public License,
section 13, concerning interaction through a network will apply to the
combination as such.
#### 14. Revised Versions of this License.
The Free Software Foundation may publish revised and/or new versions
of the GNU General Public License from time to time. Such new versions
will be similar in spirit to the present version, but may differ in
detail to address new problems or concerns.
Each version is given a distinguishing version number. If the Program
specifies that a certain numbered version of the GNU General Public
License "or any later version" applies to it, you have the option of
following the terms and conditions either of that numbered version or
of any later version published by the Free Software Foundation. If the
Program does not specify a version number of the GNU General Public
License, you may choose any version ever published by the Free
Software Foundation.
If the Program specifies that a proxy can decide which future versions
of the GNU General Public License can be used, that proxy's public
statement of acceptance of a version permanently authorizes you to
choose that version for the Program.
Later license versions may give you additional or different
permissions. However, no additional obligations are imposed on any
author or copyright holder as a result of your choosing to follow a
later version.
#### 15. Disclaimer of Warranty.
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT
WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND
PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE
DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR
CORRECTION.
#### 16. Limitation of Liability.
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR
CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT
NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR
LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM
TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER
PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
#### 17. Interpretation of Sections 15 and 16.
If the disclaimer of warranty and limitation of liability provided
above cannot be given local legal effect according to their terms,
reviewing courts shall apply local law that most closely approximates
an absolute waiver of all civil liability in connection with the
Program, unless a warranty or assumption of liability accompanies a
copy of the Program in return for a fee.
END OF TERMS AND CONDITIONS
### How to Apply These Terms to Your New Programs
If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these
terms.
To do so, attach the following notices to the program. It is safest to
attach them to the start of each source file to most effectively state
the exclusion of warranty; and each file should have at least the
"copyright" line and a pointer to where the full notice is found.
<one line to give the program's name and a brief idea of what it does.>
Copyright (C) <year> <name of author>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
Also add information on how to contact you by electronic and paper
mail.
If the program does terminal interaction, make it output a short
notice like this when it starts in an interactive mode:
<program> Copyright (C) <year> <name of author>
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.
The hypothetical commands \`show w' and \`show c' should show the
appropriate parts of the General Public License. Of course, your
program's commands might be different; for a GUI interface, you would
use an "about box".
You should also get your employer (if you work as a programmer) or
school, if any, to sign a "copyright disclaimer" for the program, if
necessary. For more information on this, and how to apply and follow
the GNU GPL, see <https://www.gnu.org/licenses/>.
The GNU General Public License does not permit incorporating your
program into proprietary programs. If your program is a subroutine
library, you may consider it more useful to permit linking proprietary
applications with the library. If this is what you want to do, use the
GNU Lesser General Public License instead of this License. But first,
please read <https://www.gnu.org/licenses/why-not-lgpl.html>.

57
LICENSE.rapidjson Normal file
View File

@ -0,0 +1,57 @@
Tencent is pleased to support the open source community by making RapidJSON available.
Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved.
If you have downloaded a copy of the RapidJSON binary from Tencent, please note that the RapidJSON binary is licensed under the MIT License.
If you have downloaded a copy of the RapidJSON source code from Tencent, please note that RapidJSON source code is licensed under the MIT License, except for the third-party components listed below which are subject to different license terms. Your integration of RapidJSON into your own projects may require compliance with the MIT License, as well as the other licenses applicable to the third-party components included within RapidJSON. To avoid the problematic JSON license in your own projects, it's sufficient to exclude the bin/jsonchecker/ directory, as it's the only code under the JSON license.
A copy of the MIT License is included in this file.
Other dependencies and licenses:
Open Source Software Licensed Under the BSD License:
--------------------------------------------------------------------
The msinttypes r29
Copyright (c) 2006-2013 Alexander Chemeris
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
* Neither the name of copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS AND CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Open Source Software Licensed Under the JSON License:
--------------------------------------------------------------------
json.org
Copyright (c) 2002 JSON.org
All Rights Reserved.
JSON_checker
Copyright (c) 2002 JSON.org
All Rights Reserved.
Terms of the JSON License:
---------------------------------------------------
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
The Software shall be used for Good, not Evil.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Terms of the MIT License:
--------------------------------------------------------------------
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

53
LICENSE.wxWidgets Normal file
View File

@ -0,0 +1,53 @@
wxWindows Library Licence, Version 3.1
======================================
Copyright (c) 1998-2005 Julian Smart, Robert Roebling et al
Everyone is permitted to copy and distribute verbatim copies
of this licence document, but changing it is not allowed.
WXWINDOWS LIBRARY LICENCE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
This library is free software; you can redistribute it and/or modify it
under the terms of the GNU Library General Public Licence as published by
the Free Software Foundation; either version 2 of the Licence, or (at
your option) any later version.
This library is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library
General Public Licence for more details.
You should have received a copy of the GNU Library General Public Licence
along with this software, usually in a file named COPYING.LIB. If not,
write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301 USA.
EXCEPTION NOTICE
1. As a special exception, the copyright holders of this library give
permission for additional uses of the text contained in this release of
the library as licenced under the wxWindows Library Licence, applying
either version 3.1 of the Licence, or (at your option) any later version of
the Licence as published by the copyright holders of version
3.1 of the Licence document.
2. The exception is that you may use, copy, link, modify and distribute
under your own terms, binary object code versions of works based
on the Library.
3. If you copy code from files distributed under the terms of the GNU
General Public Licence or the GNU Library General Public Licence into a
copy of this library, as this licence permits, the exception does not
apply to the code that you add in this way. To avoid misleading anyone as
to the status of such modified files, you must delete this exception
notice from such code and/or adjust the licensing conditions notice
accordingly.
4. If you write modifications of your own for this library, it is your
choice whether to permit this exception to apply to your modifications.
If you do not wish that, you must delete the exception notice from such
code and/or adjust the licensing conditions notice accordingly.

11
README.md Normal file
View File

@ -0,0 +1,11 @@
<h1 align="center">speciesgen</h1>
# This version has been indefinitely put on hold in favor of the [Rust version](http://git.vern.cc/prisixia/speciesgen.rs).
## 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](INSTALL.md).

51
include/error.h Normal file
View File

@ -0,0 +1,51 @@
/*
speciesgen
Copyright (C) 2022 prisixia
This file is part of speciesgen.
speciesgen is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
speciesgen is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with speciesgen. If not, see <https://www.gnu.org/licenses/>.
*/
/////////////////////////////////////////////////////////////////////////////
// Name: error.cpp
// Purpose: Implementation of ErrorHandler
// Author: prisixia
// Created: 2022-10-13
// Copyright: (c) 2022 prisixia
// License: GNU General Public License version 3
/////////////////////////////////////////////////////////////////////////////
#ifndef SPECIESGEN_ERROR_H
#define SPECIESGEN_ERROR_H
#include <memory>
#include <string>
#include <vector>
namespace SpeciesGen {
class ErrorHandler {
public:
ErrorHandler(const std::string = "ErrorHandler");
virtual size_t CheckForErrors() = 0;
virtual std::string GetError(const size_t);
virtual void ClearErrors();
protected:
std::string m_handlerName;
std::vector<std::string> m_errorLog;
};
} // namespace SpeciesGen
#endif // SPECIESGEN_ERROR_H

313
include/speciesgen.h Normal file
View File

@ -0,0 +1,313 @@
/*
speciesgen
Copyright (C) 2022 prisixia
This file is part of speciesgen.
speciesgen is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
speciesgen is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with speciesgen. If not, see <https://www.gnu.org/licenses/>.
*/
/////////////////////////////////////////////////////////////////////////////
// Name: speciesgen.cpp
// Purpose: Generating species support mods for Starpounds
// Author: prisixia
// Created: 2022-02-13
// Copyright: (c) 2022 prisixia
// License: GNU General Public License version 3
/////////////////////////////////////////////////////////////////////////////
#ifndef SPECIESGEN_H
#define SPECIESGEN_H
#include <wx/wxprec.h>
#ifndef WX_PRECOMP
#include <wx/wx.h>
#endif // WX_PRECOMP
#if wxUSE_CLIPBOARD
#include <wx/clipbrd.h>
#include <wx/dataobj.h>
#endif // wxUSE_CLIPBOARD
// We test for wxUSE_DRAG_AND_DROP also, because data objects may not be
// implemented for compilers that can't cope with the OLE parts in
// wxUSE_DRAG_AND_DROP.
#if !wxUSE_DRAG_AND_DROP
#undef wxUSE_CLIPBOARD
#define wxUSE_CLIPBOARD 0
#endif // wxUSE_DRAG_AND_DROP
#include <wx/dir.h>
#include <wx/notebook.h>
#include <wx/propgrid/propgrid.h>
#include <wx/stdpaths.h>
#include <filesystem>
#include <optional>
#include "error.h"
#include "starbound/frames.h"
#include "starbound/item.h"
#include "starbound/metadata.h"
#include "starbound/patch.h"
#include "starpounds/weightstage.h"
#include "magic_enum.hpp"
#include "rapidjson/istreamwrapper.h"
#include "rapidjson/ostreamwrapper.h"
#include "rapidjson/prettywriter.h"
#define SPECIESGEN_ABOUT_PAGE \
"This program generates mods to add support for\n" \
"modded species in Starpounds.\n\n" \
"Version " SPECIESGEN_VERSION "\n" \
"Copyright (c) 2022, prisixia" \
"\n" \
"GNU General Public License version 3" \
"\n" \
"\n\n" \
"The author(s) of this program is in no way affiliated\n" \
"with the hereunder licensed software" \
"\n\n" \
"wxWidgets:\n" \
"Copyright (c) 1998-2005 Julian Smart, Robert Roebling et al" \
"\n" \
"wxWindows Library Licence, Version 3.1" \
"\n\n" \
"RapidJSON:\n" \
"Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip" \
"\n" \
"MIT License" \
"\n" \
"All rights reserved." \
"\n\n" \
"magic_enum:\n" \
"Copyright (c) 2019-2022 Daniil Goncharov" \
"\n" \
"MIT License" \
"\n" \
"All rights reserved."
//----------------------------------------------------------------------
// class definitions
//----------------------------------------------------------------------
namespace SpeciesGen {
enum {
TEXT_QUIT = wxID_EXIT,
TEXT_ABOUT = wxID_ABOUT,
TEXT_EXPORT = 2,
TEXT_IMPORT,
TEXT_IMPORT_APPEND,
// TEXT_CLIPBOARD_COPY,
// TEXT_CLIPBOARD_PASTE,
// TEXT_CLIPBOARD_VETO,
MOD_GENERATE,
DIR_CHOOSE,
STAGES_ADD,
STAGES_REMOVE,
STAGES_SUB_ADD,
STAGES_SUB_REMOVE,
STAGES_SET_DEFAULT,
STAGES_ID,
STAGES_LIST,
STAGES_SUB_LIST,
STAGES_FRAMES,
STAGES_TYPE_CHEST,
STAGES_TYPE_LEG,
STAGES_TEXT_NAME,
STAGES_TEXT_FRIENDLYNAME,
STAGES_TEXT_DESCRIPTION_CHEST,
STAGES_TEXT_DESCRIPTION_LEG,
CONFIG_IMPORT = (1 << 0),
CONFIG_IMPORT_APPEND = (1 << 1),
CONFIG_EXPORT = (1 << 2)
};
class App : public wxApp {
public:
bool OnInit() wxOVERRIDE;
};
class MainPanel : public wxPanel, public ErrorHandler {
public:
MainPanel(wxWindow *, int, int, int, int, const std::string);
#if wxUSE_CLIPBOARD
// bool HasSelection() const;
// void DoPasteFromClipboard();
// void DoCopyToClipboard();
#endif // wxUSE_CLIPBOARD
#if wxUSE_DIRDLG
void DoChooseDir(wxCommandEvent &WXUNUSED(event));
#endif // wxUSE_DIRDLG
virtual size_t CheckForErrors();
wxTextCtrl *m_author;
wxTextCtrl *m_name;
wxTextCtrl *m_friendlyName;
wxTextCtrl *m_modDestination;
wxButton *m_generate;
private:
#if wxUSE_CLIPBOARD
// wxTextCtrl *GetFocusedText() const;
#endif // wxUSE_CLIPBOARD
wxButton *m_browse;
wxStaticText *m_modDestinationText;
wxStaticText *m_authorText;
wxStaticText *m_nameText;
wxStaticText *m_friendlyNameText;
wxDECLARE_EVENT_TABLE();
};
class StagesPanel : public wxPanel, public ErrorHandler {
public:
StagesPanel(wxWindow *, int, int, int, int, const std::string);
void DoAddWeightStage(Starpounds::WeightStage = Starpounds::WeightStage(
"new", "New", "Chest description.",
Starpounds::Types::Chests::Belly,
"Leg description.", Starpounds::Types::Legs::Legs,
false, true, {}));
void DoRemoveWeightStage();
void DoAddWeightStageSub(
Starpounds::WeightStageSub =
Starpounds::WeightStageSub("new", "New", "Chest description.",
Starpounds::Types::Chests::Belly));
void DoRemoveWeightStageSub();
void DoClickCheckboxID(const bool);
std::vector<Starpounds::WeightStage> GetWeightStages() const;
virtual size_t CheckForErrors();
void ClearForm();
wxButton *m_add;
wxButton *m_remove;
wxButton *m_subAdd;
wxButton *m_subRemove;
wxCheckBox *m_id;
private:
void EnableForm(const bool, const bool = true, const bool = false);
void PopulateForm(const Starpounds::WeightStage &);
void PopulateForm(const Starpounds::WeightStageSub &);
void DoResetWeightStages();
std::string GetInternalNameReplacement(const Starpounds::WeightStage &);
std::string GetInternalNameReplacement(const Starpounds::WeightStageSub &);
bool HasDuplicateInternalName(const std::string &, const bool);
bool HasDuplicateNoID();
void OnClickWeightStage(wxCommandEvent &);
void OnClickWeightStageSub(wxCommandEvent &);
void OnClickCheckboxFrames(wxCommandEvent &);
void OnSelectComboBoxChest(wxCommandEvent &);
void OnSelectComboBoxLeg(wxCommandEvent &);
void OnInternalNameEdit(wxCommandEvent &WXUNUSED(event));
void OnFriendlyNameEdit(wxCommandEvent &WXUNUSED(event));
void OnDescriptionChestEdit(wxCommandEvent &WXUNUSED(event));
void OnDescriptionLegEdit(wxCommandEvent &WXUNUSED(event));
void OnResetWeightStages(wxCommandEvent &WXUNUSED(event));
wxTextCtrl *m_name;
wxTextCtrl *m_friendlyName;
wxTextCtrl *m_descriptionChest;
wxTextCtrl *m_descriptionLeg;
wxChoice *m_typeChest;
wxChoice *m_typeLeg;
wxCheckBox *m_frames;
wxListBox *m_stagesList;
wxListBox *m_subStagesList;
wxButton *m_default;
wxStaticText *m_nameText;
wxStaticText *m_friendlyNameText;
wxStaticText *m_descriptionChestText;
wxStaticText *m_descriptionLegText;
wxStaticText *m_typeChestText;
wxStaticText *m_typeLegText;
wxStaticText *m_stagesListText;
wxStaticText *m_subStagesListText;
std::vector<Starpounds::WeightStage> m_stages;
wxDECLARE_EVENT_TABLE();
};
/*
class SpritesPanel: public wxPanel, public ErrorHandler
{
public:
SpritesPanel(wxWindow *, int, int, int, int, const std::string);
};
*/
class Frame : public wxFrame {
public:
Frame(const wxString &, int, int);
private:
void DoReadWeightStages(int);
void DoGenerateMod(wxCommandEvent &WXUNUSED(event));
bool DoCheckErrors();
#if wxUSE_CLIPBOARD
// void OnPasteFromClipboard(wxCommandEvent &WXUNUSED(event));
// void OnCopyToClipboard(wxCommandEvent &WXUNUSED(event));
// void OnUpdatePasteFromClipboard(wxUpdateUIEvent &);
// void OnUpdateCopyToClipboard(wxUpdateUIEvent &);
#endif // wxUSE_CLIPBOARD
#if wxUSE_FILEDLG
void OnFileOpen(const std::string &, const std::string &, int,
std::filesystem::path &);
#endif // wxUSE_FILEDLG
#if wxUSE_FILEDLG
void OnExport(wxCommandEvent &WXUNUSED(event));
void OnImport(wxCommandEvent &WXUNUSED(event));
void OnImportAppend(wxCommandEvent &WXUNUSED(event));
#endif // wxUSE_FILEDLG
void OnQuit(wxCommandEvent &WXUNUSED(event));
void OnAbout(wxCommandEvent &WXUNUSED(event));
void OnCheckErrors(wxCommandEvent &WXUNUSED(event));
void OnAddWeightStage(wxCommandEvent &WXUNUSED(event));
void OnRemoveWeightStage(wxCommandEvent &WXUNUSED(event));
void OnAddWeightStageSub(wxCommandEvent &WXUNUSED(event));
void OnRemoveWeightStageSub(wxCommandEvent &WXUNUSED(event));
void OnChangedValue(wxPropertyGridEvent &WXUNUSED(event));
void OnClickCheckboxID(wxCommandEvent &);
MainPanel *m_panel_main;
StagesPanel *m_panel_stages;
// SpritesPanel *m_panel_sprites;
wxNotebook *m_notebook;
wxDECLARE_EVENT_TABLE();
};
} // namespace SpeciesGen
#endif // SPECIESGEN_H

View File

@ -0,0 +1,87 @@
/*
speciesgen
Copyright (C) 2022 prisixia
This file is part of speciesgen.
speciesgen is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
speciesgen is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with speciesgen. If not, see <https://www.gnu.org/licenses/>.
*/
/////////////////////////////////////////////////////////////////////////////
// Name: frames.cpp
// Purpose: Implementation of Frames and related
// Author: prisixia
// Created: 2022-10-03
// Copyright: (c) 2022 prisixia
// License: GNU General Public License version 3
/////////////////////////////////////////////////////////////////////////////
#ifndef SPECIESGEN_STARBOUND_FRAMES_H
#define SPECIESGEN_STARBOUND_FRAMES_H
#include <filesystem>
#include <fstream>
#include <optional>
#include <string>
#include <tuple>
#include <unordered_map>
#include <vector>
#include "rapidjson/ostreamwrapper.h"
#include "rapidjson/prettywriter.h"
namespace Starbound {
namespace Frames {
class Grid {
public:
Grid(const std::vector<std::vector<std::optional<std::string>>>,
const std::tuple<uint32_t, uint32_t> = {129, 129},
const std::tuple<uint32_t, uint32_t> = {9, 6});
std::tuple<uint32_t, uint32_t> GetSize() const;
std::tuple<uint32_t, uint32_t> GetDimensions() const;
std::vector<std::vector<std::optional<std::string>>> GetNames() const;
void SetSize(const std::tuple<uint32_t, uint32_t>);
void SetDimensions(const std::tuple<uint32_t, uint32_t>);
void SetNames(const std::vector<std::vector<std::optional<std::string>>>);
void Serialize(const std::filesystem::path) const;
template <typename Writer> void Serialize(Writer &) const;
private:
std::tuple<uint32_t, uint32_t> m_size;
std::tuple<uint32_t, uint32_t> m_dimensions;
std::vector<std::vector<std::optional<std::string>>> m_names;
};
class Frames {
public:
Frames(const std::unordered_map<std::string, std::string>, const Grid);
std::unordered_map<std::string, std::string> GetAliases() const;
Grid GetGrid() const;
void SetAliases(const std::unordered_map<std::string, std::string>);
void SetGrid(const Grid);
void Serialize(const std::filesystem::path) const;
template <typename Writer> void Serialize(Writer &) const;
private:
std::unordered_map<std::string, std::string> m_aliases;
Grid m_grid;
};
} // namespace Frames
} // namespace Starbound
#endif // SPECIESGEN_STARBOUND_FRAMES_H

124
include/starbound/item.h Normal file
View File

@ -0,0 +1,124 @@
/*
speciesgen
Copyright (C) 2022 prisixia
This file is part of speciesgen.
speciesgen is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
speciesgen is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with speciesgen. If not, see <https://www.gnu.org/licenses/>.
*/
/////////////////////////////////////////////////////////////////////////////
// Name: item.cpp
// Purpose: Implementation of Item and related
// Author: prisixia
// Created: 2022-10-02
// Copyright: (c) 2022 prisixia
// License: GNU General Public License version 3
/////////////////////////////////////////////////////////////////////////////
#ifndef SPECIESGEN_STARBOUND_ITEM_H
#define SPECIESGEN_STARBOUND_ITEM_H
#include <algorithm>
#include <filesystem>
#include <fstream>
#include <string>
#include "magic_enum.hpp"
#include "rapidjson/ostreamwrapper.h"
#include "rapidjson/prettywriter.h"
namespace Starbound {
namespace Item {
enum class Rarity {
Common = 0,
Uncommon = 1,
Rare = 2,
Legendary = 3,
Essential = 4
};
enum class Category { Headwear = 0, Chestwear = 1, Legwear = 2 };
enum class TooltipKind { Armor = 0 };
class Frames {
public:
Frames(const std::filesystem::path, const std::filesystem::path = "",
const std::filesystem::path = "");
std::filesystem::path GetBody() const;
std::filesystem::path GetBackSleeve() const;
std::filesystem::path GetFrontSleeve() const;
void SetBody(const std::filesystem::path);
void SetBackSleeve(const std::filesystem::path);
void SetFrontSleeve(const std::filesystem::path);
void Serialize(const std::filesystem::path) const;
template <typename Writer> void Serialize(Writer &) const;
private:
std::filesystem::path m_body;
std::filesystem::path m_backSleeve;
std::filesystem::path m_frontSleeve;
};
class Item {
public:
Item(const std::string, const std::filesystem::path, const Category,
const std::string, const std::string, const Frames, const Frames);
std::string GetItemName() const;
uint32_t GetPrice() const;
std::filesystem::path GetInventoryIcon() const;
uint16_t GetMaxStack() const;
Rarity GetRarity() const;
Category GetCategory() const;
std::string GetDescription() const;
std::string GetShortDescription() const;
TooltipKind GetTooltipKind() const;
Frames GetMaleFrames() const;
Frames GetFemaleFrames() const;
void SetItemName(const std::string);
void SetPrice(const uint32_t);
void SetInventoryIcon(const std::filesystem::path);
void SetMaxStack(const uint16_t);
void SetRarity(const Rarity);
void SetCategory(const Category);
void SetDescription(const std::string);
void SetShortDescription(const std::string);
void SetTooltipKind(const TooltipKind);
void SetMaleFrames(const Frames);
void SetFemaleFrames(const Frames);
void Serialize(const std::filesystem::path) const;
template <typename Writer> void Serialize(Writer &) const;
private:
std::string m_itemName;
uint32_t m_price;
std::filesystem::path m_inventoryIcon;
uint16_t m_maxStack;
Rarity m_rarity;
Category m_category;
std::string m_description;
std::string m_shortDescription;
TooltipKind m_tooltipKind;
Frames m_maleFrames;
Frames m_femaleFrames;
};
} // namespace Item
} // namespace Starbound
#endif // SPECIESGEN_STARBOUND_ITEM_H

View File

@ -0,0 +1,80 @@
/*
speciesgen
Copyright (C) 2022 prisixia
This file is part of speciesgen.
speciesgen is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
speciesgen is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with speciesgen. If not, see <https://www.gnu.org/licenses/>.
*/
/////////////////////////////////////////////////////////////////////////////
// Name: metadata.cpp
// Purpose: Implementation of Metadata
// Author: prisixia
// Created: 2022-10-02
// Copyright: (c) 2022 prisixia
// License: GNU General Public License version 3
/////////////////////////////////////////////////////////////////////////////
#ifndef SPECIESGEN_STARBOUND_METADATA_H
#define SPECIESGEN_STARBOUND_METADATA_H
#include <filesystem>
#include <fstream>
#include <string>
#include <vector>
#include "rapidjson/ostreamwrapper.h"
#include "rapidjson/prettywriter.h"
namespace Starbound {
class Metadata {
public:
Metadata(const std::string, const std::string, const std::string,
const std::string =
"This mod has been generated via speciesgen made by prisixia.",
const std::string = "1.0.0_gen" SPECIESGEN_VERSION,
const std::string = "http://git.vern.cc/prisixia/speciesgen",
const std::vector<std::string> = {"starpounds"});
std::string GetName() const;
std::string GetFriendlyName() const;
std::string GetDescription() const;
std::string GetAuthor() const;
std::string GetVersion() const;
std::string GetLink() const;
std::vector<std::string> GetRequires() const;
void SetName(const std::string);
void SetFriendlyName(const std::string);
void SetDescription(const std::string);
void SetAuthor(const std::string);
void SetVersion(const std::string);
void SetLink(const std::string);
void SetRequires(const std::vector<std::string>);
void Serialize(const std::filesystem::path) const;
template <typename Writer> void Serialize(Writer &) const;
private:
std::string m_name;
std::string m_friendlyName;
std::string m_description;
std::string m_author;
std::string m_version;
std::string m_link;
std::vector<std::string> m_requires;
};
} // namespace Starbound
#endif // SPECIESGEN_STARBOUND_METADATA_H

78
include/starbound/patch.h Normal file
View File

@ -0,0 +1,78 @@
/*
speciesgen
Copyright (C) 2022 prisixia
This file is part of speciesgen.
speciesgen is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
speciesgen is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with speciesgen. If not, see <https://www.gnu.org/licenses/>.
*/
/////////////////////////////////////////////////////////////////////////////
// Name: patch.cpp
// Purpose: Implementation of Patch and related
// Author: prisixia
// Created: 2022-10-02
// Copyright: (c) 2022 prisixia
// License: GNU General Public License version 3
/////////////////////////////////////////////////////////////////////////////
#ifndef SPECIESGEN_STARBOUND_PATCH_H
#define SPECIESGEN_STARBOUND_PATCH_H
#include <algorithm>
#include <filesystem>
#include <fstream>
#include <string>
#include "magic_enum.hpp"
#include "rapidjson/ostreamwrapper.h"
#include "rapidjson/prettywriter.h"
namespace Starbound {
namespace Patch {
enum class Operation {
Test = 0,
Add = 1,
Remove = 2,
Copy = 3,
Move = 4,
Replace = 5
};
class Patch {
public:
Patch(std::string, Operation = Operation::Add);
Operation GetOperation() const;
std::string GetPath() const;
std::string GetOverride() const;
std::string GetOverrideDirectives() const;
void SetOperation(const Operation);
void SetPath(const std::string);
void SetOverride(const std::string);
void SetOverrideDirectives(const std::string);
void Serialize(const std::filesystem::path) const;
template <typename Writer> void Serialize(Writer &) const;
private:
Operation m_op;
std::string m_path;
std::string m_override;
std::string m_overrideDirectives;
};
} // namespace Patch
} // namespace Starbound
#endif // SPECIESGEN_STARBOUND_PATCH_HPP

View File

@ -0,0 +1,62 @@
/*
speciesgen
Copyright (C) 2022 prisixia
This file is part of speciesgen.
speciesgen is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
speciesgen is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with speciesgen. If not, see <https://www.gnu.org/licenses/>.
*/
/////////////////////////////////////////////////////////////////////////////
// Name: types.cpp
// Purpose: Implementation of Types
// Author: prisixia
// Created: 2022-10-09
// Copyright: (c) 2022 prisixia
// License: GNU General Public License version 3
/////////////////////////////////////////////////////////////////////////////
#ifndef SPECIESGEN_STARPOUNDS_SUBS_H
#define SPECIESGEN_STARPOUNDS_SUBS_H
#include <algorithm>
#include <string>
#include "magic_enum.hpp"
namespace Starpounds {
namespace Types {
enum class Chests { Chest = 0, Bust = 1, Belly = 2, Arms = 3 };
enum class Legs { Legs = 0, Body = 1 };
enum class Subs {
Busty = 0,
Milky = 1,
Hyper = 2,
Saturated = 3,
Stuffed = 4,
Packed = 5,
Glutted = 6,
Filled = 7,
Gorged = 8
};
std::string AsString(const Subs);
std::string AsFriendly(const Subs);
Chests AsChest(const Subs);
} // namespace Types
} // namespace Starpounds
#endif // SPECIESGEN_STARPOUNDS_SUBS_H

View File

@ -0,0 +1,105 @@
/*
speciesgen
Copyright (C) 2022 prisixia
This file is part of speciesgen.
speciesgen is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
speciesgen is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with speciesgen. If not, see <https://www.gnu.org/licenses/>.
*/
/////////////////////////////////////////////////////////////////////////////
// Name: weightstage.cpp
// Purpose: Implementation of WeightStage and related
// Author: prisixia
// Created: 2022-10-03
// Copyright: (c) 2022 prisixia
// License: GNU General Public License version 3
/////////////////////////////////////////////////////////////////////////////
#ifndef SPECIESGEN_STARPOUNDS_WEIGHTSTAGE_H
#define SPECIESGEN_STARPOUNDS_WEIGHTSTAGE_H
#include <filesystem>
#include <fstream>
#include <string>
#include <vector>
#include "starpounds/types.h"
// #include "rapidjson/document.h"
#include "rapidjson/istreamwrapper.h"
#include "rapidjson/ostreamwrapper.h"
#include "rapidjson/prettywriter.h"
namespace Starpounds {
class WeightStageSub {
public:
WeightStageSub(const std::string, const std::string, const std::string,
const Types::Chests);
WeightStageSub(const std::string);
WeightStageSub(const Types::Subs, const std::string);
std::string GetName() const;
std::string GetFriendlyName() const;
std::string GetChestDescription() const;
Types::Chests GetChestType() const;
void SetName(const std::string);
void SetFriendlyName(const std::string);
void SetChestDescription(const std::string);
void SetChestType(const Types::Chests);
void Serialize(const std::filesystem::path) const;
template <typename Writer> void Serialize(Writer &) const;
protected:
std::string m_name;
std::string m_friendlyName;
std::string m_descriptionChest;
Types::Chests m_typeChest;
};
class WeightStage : public WeightStageSub {
public:
WeightStage(const std::string, const std::string, const std::string,
const Types::Chests, const std::string, const Types::Legs,
const bool, const bool, const std::vector<WeightStageSub> = {});
WeightStage(const std::string, const bool, const bool,
const std::vector<WeightStageSub> = {});
std::string GetLegDescription() const;
Types::Legs GetLegType() const;
bool HasFrames() const;
bool HasID() const;
std::vector<WeightStageSub> GetSubs() const;
void SetLegDescription(const std::string);
void SetLegType(const Types::Legs);
void SetFrames(const bool);
void SetID(const bool);
void SetSubs(const std::vector<WeightStageSub>);
void Serialize(const std::filesystem::path) const;
template <typename Writer> void Serialize(Writer &) const;
// void Deserialize(const std::filesystem::path);
// void Deserialize(const rapidjson::Value &);
private:
std::string m_descriptionLeg;
Types::Legs m_typeLeg;
bool m_frames;
bool m_id;
std::vector<WeightStageSub> m_subs;
};
} // namespace Starpounds
#endif // SPECIESGEN_STARPOUNDS_WEIGHTSTAGE_H

46
src/error.cpp Normal file
View File

@ -0,0 +1,46 @@
/*
speciesgen
Copyright (C) 2022 prisixia
This file is part of speciesgen.
speciesgen is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
speciesgen is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with speciesgen. If not, see <https://www.gnu.org/licenses/>.
*/
#include "error.h"
namespace SpeciesGen {
//----------------------------------------------------------------------
// ErrorHandler
//----------------------------------------------------------------------
ErrorHandler::ErrorHandler(const std::string handlerName)
: m_handlerName(handlerName) {}
std::string ErrorHandler::GetError(const size_t index) {
const std::string handlerName = m_handlerName;
const std::string &error = m_errorLog.at(index);
const char *format = "[ERROR/%s]: %s";
const int bufferSize =
std::snprintf(nullptr, 0, format, handlerName.c_str(), error.c_str()) +
1;
std::unique_ptr<char[]> buffer(new char[bufferSize]);
std::snprintf(buffer.get(), bufferSize, format, handlerName.c_str(),
error.c_str());
return std::string(buffer.get(), buffer.get() + bufferSize - 1);
}
void ErrorHandler::ClearErrors() { m_errorLog.clear(); }
} // namespace SpeciesGen

1343
src/speciesgen.cpp Normal file

File diff suppressed because it is too large Load Diff

144
src/starbound/frames.cpp Normal file
View File

@ -0,0 +1,144 @@
/*
speciesgen
Copyright (C) 2022 prisixia
This file is part of speciesgen.
speciesgen is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
speciesgen is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with speciesgen. If not, see <https://www.gnu.org/licenses/>.
*/
#include "starbound/frames.h"
namespace Starbound {
namespace Frames {
//----------------------------------------------------------------------
// Grid
//----------------------------------------------------------------------
Grid::Grid(const std::vector<std::vector<std::optional<std::string>>> names,
const std::tuple<uint32_t, uint32_t> size,
const std::tuple<uint32_t, uint32_t> dimensions)
: m_size(size), m_dimensions(dimensions), m_names(names) {}
std::tuple<uint32_t, uint32_t> Grid::GetSize() const { return m_size; }
std::tuple<uint32_t, uint32_t> Grid::GetDimensions() const {
return m_dimensions;
}
std::vector<std::vector<std::optional<std::string>>> Grid::GetNames() const {
return m_names;
}
void Grid::SetSize(const std::tuple<uint32_t, uint32_t> size) { m_size = size; }
void Grid::SetDimensions(const std::tuple<uint32_t, uint32_t> dimensions) {
m_dimensions = dimensions;
}
void Grid::SetNames(
const std::vector<std::vector<std::optional<std::string>>> names) {
m_names = names;
}
void Grid::Serialize(const std::filesystem::path path) const {
std::ofstream file(path);
rapidjson::BasicOStreamWrapper wrapper(file);
rapidjson::PrettyWriter writer(wrapper);
writer.StartObject();
this->Serialize(writer);
writer.EndObject();
}
template <typename Writer> void Grid::Serialize(Writer &writer) const {
const std::tuple<uint32_t, uint32_t> size = m_size;
const std::tuple<uint32_t, uint32_t> dimensions = m_dimensions;
const std::vector<std::vector<std::optional<std::string>>> names = m_names;
writer.Key(RAPIDJSON_STRINGIFY(size));
writer.StartArray();
writer.Uint(std::get<0>(size));
writer.Uint(std::get<1>(size));
writer.EndArray();
writer.Key(RAPIDJSON_STRINGIFY(dimensions));
writer.StartArray();
writer.Uint(std::get<0>(dimensions));
writer.Uint(std::get<1>(dimensions));
writer.EndArray();
writer.Key(RAPIDJSON_STRINGIFY(names));
writer.StartArray();
for (auto &vec : names) {
writer.StartArray();
for (auto &name : vec) {
if (name.has_value())
writer.String(name.value().c_str());
else
writer.Null();
}
writer.EndArray();
}
writer.EndArray();
}
//----------------------------------------------------------------------
// Frames
//----------------------------------------------------------------------
Frames::Frames(const std::unordered_map<std::string, std::string> aliases,
const Grid grid)
: m_aliases(aliases), m_grid(grid) {}
std::unordered_map<std::string, std::string> Frames::GetAliases() const {
return m_aliases;
}
Grid Frames::GetGrid() const { return m_grid; }
void Frames::SetAliases(
const std::unordered_map<std::string, std::string> aliases) {
m_aliases = aliases;
}
void Frames::SetGrid(const Grid grid) { m_grid = grid; }
void Frames::Serialize(const std::filesystem::path path) const {
std::ofstream file(path);
rapidjson::BasicOStreamWrapper wrapper(file);
rapidjson::PrettyWriter writer(wrapper);
writer.StartObject();
this->Serialize(writer);
writer.EndObject();
}
template <typename Writer> void Frames::Serialize(Writer &writer) const {
const std::unordered_map<std::string, std::string> aliases = m_aliases;
const Grid grid = m_grid;
writer.Key(RAPIDJSON_STRINGIFY(aliases));
writer.StartObject();
for (auto &it : aliases) {
writer.Key(it.first.c_str());
writer.String(it.second.c_str());
}
writer.EndObject();
writer.Key(RAPIDJSON_STRINGIFY(grid));
writer.StartObject();
grid.Serialize(writer);
writer.EndObject();
}
} // namespace Frames
} // namespace Starbound

226
src/starbound/item.cpp Normal file
View File

@ -0,0 +1,226 @@
/*
speciesgen
Copyright (C) 2022 prisixia
This file is part of speciesgen.
speciesgen is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
speciesgen is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with speciesgen. If not, see <https://www.gnu.org/licenses/>.
*/
#include "starbound/item.h"
namespace Starbound {
namespace Item {
//----------------------------------------------------------------------
// Frames
//----------------------------------------------------------------------
Frames::Frames(const std::filesystem::path body,
const std::filesystem::path backSleeve,
const std::filesystem::path frontSleeve)
: m_body(body), m_backSleeve(backSleeve), m_frontSleeve(frontSleeve) {}
std::filesystem::path Frames::GetBody() const { return m_body; }
std::filesystem::path Frames::GetBackSleeve() const { return m_backSleeve; }
std::filesystem::path Frames::GetFrontSleeve() const { return m_frontSleeve; }
void Frames::SetBody(const std::filesystem::path body) { m_body = body; }
void Frames::SetBackSleeve(const std::filesystem::path backSleeve) {
m_backSleeve = backSleeve;
}
void Frames::SetFrontSleeve(const std::filesystem::path frontSleeve) {
m_frontSleeve = frontSleeve;
}
void Frames::Serialize(const std::filesystem::path path) const {
std::ofstream file(path);
rapidjson::BasicOStreamWrapper wrapper(file);
rapidjson::PrettyWriter writer(wrapper);
writer.StartObject();
this->Serialize(writer);
writer.EndObject();
}
template <typename Writer> void Frames::Serialize(Writer &writer) const {
const std::string body = m_body.string();
const std::string backSleeve = m_backSleeve.string();
const std::string frontSleeve = m_frontSleeve.string();
writer.Key(RAPIDJSON_STRINGIFY(body));
writer.String(body.c_str(),
static_cast<rapidjson::SizeType>(body.length()));
writer.Key(RAPIDJSON_STRINGIFY(backSleeve));
writer.String(backSleeve.c_str(),
static_cast<rapidjson::SizeType>(backSleeve.length()));
writer.Key(RAPIDJSON_STRINGIFY(frontSleeve));
writer.String(frontSleeve.c_str(),
static_cast<rapidjson::SizeType>(frontSleeve.length()));
}
//----------------------------------------------------------------------
// Item
//----------------------------------------------------------------------
Item::Item(const std::string itemName,
const std::filesystem::path inventoryIcon, const Category category,
const std::string description, const std::string shortDescription,
const Frames maleFrames, const Frames femaleFrames)
: m_itemName(itemName), m_price(0), m_inventoryIcon(inventoryIcon),
m_maxStack(0), m_rarity(Rarity::Essential), m_category(category),
m_description(description), m_shortDescription(shortDescription),
m_tooltipKind(TooltipKind::Armor), m_maleFrames(maleFrames),
m_femaleFrames(femaleFrames) {}
std::string Item::GetItemName() const { return m_itemName; }
uint32_t Item::GetPrice() const { return m_price; }
std::filesystem::path Item::GetInventoryIcon() const { return m_inventoryIcon; }
uint16_t Item::GetMaxStack() const { return m_maxStack; }
Rarity Item::GetRarity() const { return m_rarity; }
Category Item::GetCategory() const { return m_category; }
std::string Item::GetDescription() const { return m_description; }
std::string Item::GetShortDescription() const { return m_shortDescription; }
TooltipKind Item::GetTooltipKind() const { return m_tooltipKind; }
Frames Item::GetMaleFrames() const { return m_maleFrames; }
Frames Item::GetFemaleFrames() const { return m_femaleFrames; }
void Item::SetItemName(const std::string itemName) { m_itemName = itemName; }
void Item::SetPrice(const uint32_t price) { m_price = price; }
void Item::SetInventoryIcon(const std::filesystem::path inventoryIcon) {
m_inventoryIcon = inventoryIcon;
}
void Item::SetMaxStack(const uint16_t maxStack) { m_maxStack = maxStack; }
void Item::SetRarity(const Rarity rarity) { m_rarity = rarity; }
void Item::SetCategory(const Category category) { m_category = category; }
void Item::SetDescription(const std::string description) {
m_description = description;
}
void Item::SetShortDescription(const std::string shortDescription) {
m_shortDescription = shortDescription;
}
void Item::SetTooltipKind(const TooltipKind tooltipKind) {
m_tooltipKind = tooltipKind;
}
void Item::SetMaleFrames(const Frames maleFrames) { m_maleFrames = maleFrames; }
void Item::SetFemaleFrames(const Frames femaleFrames) {
m_femaleFrames = femaleFrames;
}
void Item::Serialize(const std::filesystem::path path) const {
std::ofstream file(path);
rapidjson::BasicOStreamWrapper wrapper(file);
rapidjson::PrettyWriter writer(wrapper);
writer.StartObject();
this->Serialize(writer);
writer.EndObject();
}
template <typename Writer> void Item::Serialize(Writer &writer) const {
const std::string itemName = m_itemName;
const uint32_t price = m_price;
const std::string inventoryIcon = m_inventoryIcon.string();
const uint16_t maxStack = m_maxStack;
std::string rarity =
static_cast<std::string>(magic_enum::enum_name(m_rarity));
std::string category =
static_cast<std::string>(magic_enum::enum_name(m_category));
const std::string description = m_description;
const std::string shortdescription = m_shortDescription;
std::string tooltipKind =
static_cast<std::string>(magic_enum::enum_name(m_tooltipKind));
const Starbound::Item::Frames maleFrames = m_maleFrames;
const Starbound::Item::Frames femaleFrames = m_femaleFrames;
std::for_each(rarity.begin(), rarity.end(),
[](char &c) { c = ::tolower(c); });
std::for_each(category.begin(), category.end(),
[](char &c) { c = ::tolower(c); });
std::for_each(tooltipKind.begin(), tooltipKind.end(),
[](char &c) { c = ::tolower(c); });
writer.Key(RAPIDJSON_STRINGIFY(itemName));
writer.String(itemName.c_str(),
static_cast<rapidjson::SizeType>(itemName.length()));
writer.Key(RAPIDJSON_STRINGIFY(price));
writer.Uint(price);
writer.Key(RAPIDJSON_STRINGIFY(inventoryIcon));
writer.String(inventoryIcon.c_str(),
static_cast<rapidjson::SizeType>(inventoryIcon.length()));
writer.Key(RAPIDJSON_STRINGIFY(maxStack));
writer.Uint(price);
writer.Key(RAPIDJSON_STRINGIFY(rarity));
writer.String(rarity.c_str(),
static_cast<rapidjson::SizeType>(rarity.length()));
writer.Key(RAPIDJSON_STRINGIFY(category));
writer.String(category.c_str(),
static_cast<rapidjson::SizeType>(category.length()));
writer.Key(RAPIDJSON_STRINGIFY(description));
writer.String(description.c_str(),
static_cast<rapidjson::SizeType>(description.length()));
writer.Key(RAPIDJSON_STRINGIFY(shortdescription));
writer.String(shortdescription.c_str(),
static_cast<rapidjson::SizeType>(shortdescription.length()));
writer.Key(RAPIDJSON_STRINGIFY(tooltipKind));
writer.String(tooltipKind.c_str(),
static_cast<rapidjson::SizeType>(tooltipKind.length()));
writer.Key(RAPIDJSON_STRINGIFY(maleFrames));
// TODO: Make that better, idk, at least it works for now
if (m_category == Category::Chestwear) {
writer.StartObject();
maleFrames.Serialize(writer);
writer.EndObject();
} else {
const std::string body = maleFrames.GetBody().string();
writer.String(body.c_str(),
static_cast<rapidjson::SizeType>(body.length()));
}
writer.Key(RAPIDJSON_STRINGIFY(femaleFrames));
if (m_category == Category::Chestwear) {
writer.StartObject();
femaleFrames.Serialize(writer);
writer.EndObject();
} else {
const std::string body = femaleFrames.GetBody().string();
writer.String(body.c_str(),
static_cast<rapidjson::SizeType>(body.length()));
}
}
} // namespace Item
} // namespace Starbound

116
src/starbound/metadata.cpp Normal file
View File

@ -0,0 +1,116 @@
/*
speciesgen
Copyright (C) 2022 prisixia
This file is part of speciesgen.
speciesgen is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
speciesgen is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with speciesgen. If not, see <https://www.gnu.org/licenses/>.
*/
#include "starbound/metadata.h"
namespace Starbound {
//----------------------------------------------------------------------
// Metadata
//----------------------------------------------------------------------
Metadata::Metadata(const std::string name, const std::string friendlyName,
const std::string author, const std::string description,
const std::string version, const std::string link,
const std::vector<std::string> requires)
: m_name(name), m_friendlyName(friendlyName), m_author(author),
m_description(description), m_version(version), m_link(link),
m_requires(requires) {}
std::string Metadata::GetName() const { return m_name; }
std::string Metadata::GetFriendlyName() const { return m_friendlyName; }
std::string Metadata::GetDescription() const { return m_description; }
std::string Metadata::GetAuthor() const { return m_author; }
std::string Metadata::GetVersion() const { return m_version; }
std::string Metadata::GetLink() const { return m_link; }
std::vector<std::string> Metadata::GetRequires() const { return m_requires; }
void Metadata::SetName(const std::string name) { m_name = name; }
void Metadata::SetFriendlyName(const std::string friendlyName) {
m_friendlyName = friendlyName;
}
void Metadata::SetDescription(const std::string description) {
m_description = description;
}
void Metadata::SetAuthor(const std::string author) { m_author = author; }
void Metadata::SetVersion(const std::string version) { m_version = version; }
void Metadata::SetLink(const std::string link) { m_link = link; }
void Metadata::SetRequires(const std::vector<std::string> requires) {
m_requires = requires;
}
void Metadata::Serialize(const std::filesystem::path path) const {
std::ofstream file(path);
rapidjson::BasicOStreamWrapper wrapper(file);
rapidjson::PrettyWriter writer(wrapper);
writer.StartObject();
this->Serialize(writer);
writer.EndObject();
}
template <typename Writer> void Metadata::Serialize(Writer &writer) const {
const std::string name = m_name;
const std::string friendlyName = m_friendlyName;
const std::string description = m_description;
const std::string author = m_author;
const std::string version = m_version;
const std::string link = m_link;
const std::vector<std::string>
requires = m_requires;
writer.Key(RAPIDJSON_STRINGIFY(name));
writer.String(name.c_str(),
static_cast<rapidjson::SizeType>(name.length()));
writer.Key(RAPIDJSON_STRINGIFY(friendlyName));
writer.String(friendlyName.c_str(),
static_cast<rapidjson::SizeType>(friendlyName.length()));
writer.Key(RAPIDJSON_STRINGIFY(description));
writer.String(description.c_str(),
static_cast<rapidjson::SizeType>(description.length()));
writer.Key(RAPIDJSON_STRINGIFY(author));
writer.String(author.c_str(),
static_cast<rapidjson::SizeType>(author.length()));
writer.Key(RAPIDJSON_STRINGIFY(version));
writer.String(version.c_str(),
static_cast<rapidjson::SizeType>(version.length()));
writer.Key(RAPIDJSON_STRINGIFY(link));
writer.String(link.c_str(),
static_cast<rapidjson::SizeType>(link.length()));
writer.Key(RAPIDJSON_STRINGIFY(requires));
writer.StartArray();
for (auto &require : requires)
writer.String(require.c_str(),
static_cast<rapidjson::SizeType>(require.length()));
writer.EndArray();
}
} // namespace Starbound

90
src/starbound/patch.cpp Normal file
View File

@ -0,0 +1,90 @@
/*
speciesgen
Copyright (C) 2022 prisixia
This file is part of speciesgen.
speciesgen is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
speciesgen is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with speciesgen. If not, see <https://www.gnu.org/licenses/>.
*/
#include "starbound/patch.h"
namespace Starbound {
namespace Patch {
//----------------------------------------------------------------------
// Patch
//----------------------------------------------------------------------
Patch::Patch(std::string path, Operation op) : m_op(op), m_path(path) {}
Operation Patch::GetOperation() const { return m_op; }
std::string Patch::GetPath() const { return m_path; }
std::string Patch::GetOverride() const { return m_override; }
std::string Patch::GetOverrideDirectives() const {
return m_overrideDirectives;
}
void Patch::SetOperation(const Operation op) { m_op = op; }
void Patch::SetPath(const std::string path) { m_path = path; }
void Patch::SetOverride(const std::string override) { m_override = override; }
void Patch::SetOverrideDirectives(const std::string overrideDirectives) {
m_overrideDirectives = overrideDirectives;
}
void Patch::Serialize(const std::filesystem::path path) const {
std::ofstream file(path);
rapidjson::BasicOStreamWrapper wrapper(file);
rapidjson::PrettyWriter writer(wrapper);
writer.StartObject();
this->Serialize(writer);
writer.EndObject();
}
template <typename Writer> void Patch::Serialize(Writer &writer) const {
std::string op =
static_cast<std::string>(magic_enum::enum_name(m_op)).c_str();
const std::string path = m_path;
const std::string override = m_override;
const std::string overrideDirectives = m_overrideDirectives;
std::for_each(op.begin(), op.end(), [](char &c) { c = ::tolower(c); });
writer.Key(RAPIDJSON_STRINGIFY(op));
writer.String(op.c_str(), static_cast<rapidjson::SizeType>(op.length()));
writer.Key(RAPIDJSON_STRINGIFY(path));
writer.String(path.c_str(),
static_cast<rapidjson::SizeType>(path.length()));
writer.Key(RAPIDJSON_STRINGIFY(value));
writer.StartObject();
if (!m_override.empty()) {
writer.Key(RAPIDJSON_STRINGIFY(override));
writer.String(override.c_str(),
static_cast<rapidjson::SizeType>(override.length()));
writer.Key(RAPIDJSON_STRINGIFY(overrideDirectives));
writer.String(
overrideDirectives.c_str(),
static_cast<rapidjson::SizeType>(overrideDirectives.length()));
}
writer.EndObject();
}
} // namespace Patch
} // namespace Starbound

55
src/starpounds/types.cpp Normal file
View File

@ -0,0 +1,55 @@
/*
speciesgen
Copyright (C) 2022 prisixia
This file is part of speciesgen.
speciesgen is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
speciesgen is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with speciesgen. If not, see <https://www.gnu.org/licenses/>.
*/
#include "starpounds/types.h"
namespace Starpounds {
namespace Types {
std::string AsString(const Subs type) {
std::string type_str =
static_cast<std::string>(magic_enum::enum_name(type));
std::for_each(type_str.begin(), type_str.end(),
[](char &c) { c = ::tolower(c); });
return type_str;
}
std::string AsFriendly(const Subs type) {
std::string type_str =
(type == Subs::Milky
? "XBusty"
: static_cast<std::string>(magic_enum::enum_name(type)));
return type_str;
}
Chests AsChest(const Subs type) {
switch (type) {
case Subs::Busty:
case Subs::Milky:
return Chests::Chest;
case Subs::Hyper:
return Chests::Bust;
default:
return Chests::Belly;
}
}
} // namespace Types
} // namespace Starpounds

View File

@ -0,0 +1,230 @@
/*
speciesgen
Copyright (C) 2022 prisixia
This file is part of speciesgen.
speciesgen is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
speciesgen is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with speciesgen. If not, see <https://www.gnu.org/licenses/>.
*/
#include "starpounds/weightstage.h"
namespace Starpounds {
//----------------------------------------------------------------------
// WeightStageSub
//----------------------------------------------------------------------
WeightStageSub::WeightStageSub(const std::string name,
const std::string friendlyName,
const std::string descriptionChest,
const Types::Chests typeChest)
: m_name(name), m_friendlyName(friendlyName),
m_descriptionChest(descriptionChest), m_typeChest(typeChest) {}
WeightStageSub::WeightStageSub(const std::string name)
: m_name(name), m_friendlyName(""), m_descriptionChest(""),
m_typeChest(Types::Chests::Chest) {}
WeightStageSub::WeightStageSub(const Types::Subs type,
const std::string descriptionChest)
: m_name(Types::AsString(type)), m_friendlyName(Types::AsFriendly(type)),
m_descriptionChest(descriptionChest), m_typeChest(Types::AsChest(type)) {}
std::string WeightStageSub::GetName() const { return m_name; }
std::string WeightStageSub::GetFriendlyName() const { return m_friendlyName; }
std::string WeightStageSub::GetChestDescription() const {
return m_descriptionChest;
}
Types::Chests WeightStageSub::GetChestType() const { return m_typeChest; }
void WeightStageSub::SetName(const std::string name) { m_name = name; }
void WeightStageSub::SetFriendlyName(const std::string friendlyName) {
m_friendlyName = friendlyName;
}
void WeightStageSub::SetChestDescription(const std::string descriptionChest) {
m_descriptionChest = descriptionChest;
}
void WeightStageSub::SetChestType(const Types::Chests typeChest) {
m_typeChest = typeChest;
}
void WeightStageSub::Serialize(const std::filesystem::path path) const {
std::ofstream file(path);
rapidjson::BasicOStreamWrapper wrapper(file);
rapidjson::PrettyWriter writer(wrapper);
writer.StartObject();
this->Serialize(writer);
writer.EndObject();
}
template <typename Writer>
void WeightStageSub::Serialize(Writer &writer) const {
const std::string name = m_name;
const std::string friendly_name = m_friendlyName;
const std::string desc_chest = m_descriptionChest;
const std::string type_chest =
static_cast<std::string>(magic_enum::enum_name(m_typeChest));
writer.Key(RAPIDJSON_STRINGIFY(name));
writer.String(name.c_str(),
static_cast<rapidjson::SizeType>(name.length()));
writer.Key(RAPIDJSON_STRINGIFY(friendly_name));
writer.String(friendly_name.c_str(),
static_cast<rapidjson::SizeType>(friendly_name.length()));
writer.Key(RAPIDJSON_STRINGIFY(desc_chest));
writer.String(desc_chest.c_str(),
static_cast<rapidjson::SizeType>(desc_chest.length()));
writer.Key(RAPIDJSON_STRINGIFY(type_chest));
writer.String(type_chest.c_str(),
static_cast<rapidjson::SizeType>(type_chest.length()));
}
//----------------------------------------------------------------------
// WeightStage
//----------------------------------------------------------------------
WeightStage::WeightStage(const std::string name, const std::string friendlyName,
const std::string descriptionChest,
const Types::Chests typeChest,
const std::string descriptionLeg,
const Types::Legs typeLeg, const bool frames,
const bool id, const std::vector<WeightStageSub> subs)
: WeightStageSub(name, friendlyName, descriptionChest, typeChest),
m_descriptionLeg(descriptionLeg), m_typeLeg(typeLeg), m_frames(frames),
m_id(id), m_subs(subs) {}
WeightStage::WeightStage(const std::string name, const bool frames,
const bool id, const std::vector<WeightStageSub> subs)
: WeightStageSub(name), m_descriptionLeg(""), m_typeLeg(Types::Legs::Legs),
m_frames(frames), m_id(id), m_subs(subs) {}
std::string WeightStage::GetLegDescription() const { return m_descriptionLeg; }
Types::Legs WeightStage::GetLegType() const { return m_typeLeg; }
bool WeightStage::HasFrames() const { return m_frames; }
bool WeightStage::HasID() const { return m_id; }
std::vector<WeightStageSub> WeightStage::GetSubs() const { return m_subs; }
void WeightStage::SetLegDescription(const std::string descriptionLeg) {
m_descriptionLeg = descriptionLeg;
}
void WeightStage::SetLegType(const Types::Legs typeLeg) { m_typeLeg = typeLeg; }
void WeightStage::SetFrames(const bool frames) { m_frames = frames; }
void WeightStage::SetID(const bool id) { m_id = id; }
void WeightStage::SetSubs(const std::vector<WeightStageSub> subs) {
m_subs = subs;
}
void WeightStage::Serialize(const std::filesystem::path path) const {
std::ofstream file(path);
rapidjson::BasicOStreamWrapper wrapper(file);
rapidjson::PrettyWriter writer(wrapper);
writer.StartObject();
this->Serialize(writer);
writer.EndObject();
}
template <typename Writer> void WeightStage::Serialize(Writer &writer) const {
const std::string name = m_name;
const std::string friendly_name = m_friendlyName;
const std::string desc_chest = m_descriptionChest;
const std::string desc_leg = m_descriptionLeg;
const std::string type_chest =
static_cast<std::string>(magic_enum::enum_name(m_typeChest));
const std::string type_leg =
static_cast<std::string>(magic_enum::enum_name(m_typeLeg));
const bool frames = m_frames;
const bool id = m_id;
const std::vector<WeightStageSub> subs = m_subs;
writer.Key(RAPIDJSON_STRINGIFY(name));
writer.String(name.c_str(),
static_cast<rapidjson::SizeType>(name.length()));
if (id) {
writer.Key(RAPIDJSON_STRINGIFY(friendly_name));
writer.String(friendly_name.c_str(),
static_cast<rapidjson::SizeType>(friendly_name.length()));
writer.Key(RAPIDJSON_STRINGIFY(desc_chest));
writer.String(desc_chest.c_str(),
static_cast<rapidjson::SizeType>(desc_chest.length()));
writer.Key(RAPIDJSON_STRINGIFY(desc_leg));
writer.String(desc_leg.c_str(),
static_cast<rapidjson::SizeType>(desc_leg.length()));
writer.Key(RAPIDJSON_STRINGIFY(type_chest));
writer.String(type_chest.c_str(),
static_cast<rapidjson::SizeType>(type_chest.length()));
writer.Key(RAPIDJSON_STRINGIFY(type_leg));
writer.String(type_leg.c_str(),
static_cast<rapidjson::SizeType>(type_leg.length()));
}
writer.Key(RAPIDJSON_STRINGIFY(frames));
writer.Bool(frames);
writer.Key(RAPIDJSON_STRINGIFY(id));
writer.Bool(id);
if (!subs.empty()) {
writer.Key(RAPIDJSON_STRINGIFY(subs));
writer.StartArray();
for (const WeightStageSub &sub : subs) {
writer.StartObject();
sub.Serialize(writer);
writer.EndObject();
}
writer.EndArray();
}
}
// TODO: Get proper deserialization to work
/*
void WeightStage::Deserialize(const std::filesystem::path path)
{
std::ifstream file(path);
std::stringstream buffer;
buffer << file.rdbuf();
file.close();
rapidjson::Document doc;
doc.Parse(buffer.str().c_str());
Deserialize(doc);
}
void WeightStage::Deserialize(const rapidjson::Value &value)
{
m_name = value["name"].GetString();
m_friendlyName = value["friendly_name"].GetString();
m_descriptionChest = value["desc_chest"].GetString();
m_descriptionLeg = value["desc_leg"].GetString();
m_frames = value["frames"].GetBool();
m_id = value["id"].GetBool();
}
*/
} // namespace Starpounds

1
thirdparty/magic_enum vendored Submodule

@ -0,0 +1 @@
Subproject commit 43a9272f450fd07e85868ed277ebd793e40806df

1
thirdparty/rapidjson vendored Submodule

@ -0,0 +1 @@
Subproject commit f54b0e47a08782a6131cc3d60f94d038fa6e0a51