Commit Graph

15 Commits

Author SHA1 Message Date
prisixia a652d1b7ec
Fix load_and_construct for Frames
Probably not elegant, but it shouldn't throw any compiler errors.
2023-05-24 22:21:32 +02:00
prisixia 7f2dbf80fb
Remove unused function 2023-05-08 10:02:40 +02:00
prisixia e27e16d083
Get string from path in some functions
Some variables were missing that
2023-05-07 20:42:55 +02:00
prisixia fdf1c4a9ee
clang-tidy: modernize-pass-by-value 2023-05-05 20:29:32 +02:00
prisixia 7d897c6081
clang-tidy: modernize-use-nodiscard 2023-05-05 15:43:14 +02:00
prisixia e50bb2bd80
clang-tidy: performance-unnecessary-value-param 2023-05-05 14:10:52 +02:00
prisixia 3324118cea
Add default constructor to Frames
Might be removed again at some point, but for now it's back so that the
program can compile again.
2023-05-04 20:36:16 +02:00
prisixia 8c7f47a3f9
Add cereal header to patch.h 2023-05-04 20:04:05 +02:00
prisixia 48ab92ea6f
Adjust constructors a little 2023-05-04 15:34:47 +02:00
prisixia a112f790b3
Combine namespaces 2023-05-04 10:54:08 +02:00
prisixia fa33186a37
Replace RapidJSON with cereal
This is a rather big change to pretty much everything here, including
some minor changes that were just required along the way. It's probably
by no means perfect, but this should work more or less for now, but
should be taken with a grain of salt.
2023-05-04 09:05:16 +02:00
prisixia 42c977b300
Update Metadata
It should match with its original structure.
2023-04-29 21:28:05 +02:00
prisixia 3bf7f58e4e
Split up the GUI a little
Panels now have their own files for hopefully better readability.
2023-04-27 21:20:23 +02:00
prisixia 9b143f99db
Copyright update 2023-04-26 14:42:24 +02:00
prisixia 1d13cedc14
init 2023-03-27 15:36:18 +02:00