75 Commits

Author SHA1 Message Date
JoePfeiffer
523fce1a4c Instead of attempting to calculate interesting values for flight data every time a data branch is added and only succeeding the first time, wait until the simulation is complete and calculate them at that time. 2024-04-20 07:56:02 -06:00
JoePfeiffer
872de38b8d It's confusing to have types FlightData and FlightDataBranch, with many variables of type FlightDataBranch named flightData. This commit changes these to be named flightDataBranch (and also changes a few other similarly named variables, so for instance data becomes dataBranch).
Also, FlightDataBranch.getBranchName() is renamed FlightDataBranch.getName(). I suspect the reason for the old method name was to clarify code in the presence of the confusion described above.
2024-04-20 07:47:54 -06:00
SiboVG
c272a140ee Fix some mistakes in merge conflicts 2024-04-07 01:23:24 +02:00
SiboVG
69c995b829 Fix material not being set when loading recovery device from preset 2024-04-06 02:24:15 +02:00
SiboVG
a590bdc299 Fix merge conflicts 2024-04-06 02:23:58 +02:00
SiboVG
d32faea6c6 Use jakarta.xml instead of javax.xml 2024-03-23 02:13:09 +01:00
SiboVG
4475bf47b0 Add missing VCS components 2024-03-21 22:21:30 +00:00
SiboVG
34fac46e1a Move database components from swing to core 2024-03-21 22:20:30 +00:00
SiboVG
b168f09906 Also include service implementations in meta-inf 2024-02-29 01:14:43 +01:00
SiboVG
90c195b05f THE JAVA SCRIPTING ERROR IS FINALLY GONE!!! 2024-02-28 23:30:52 +01:00
SiboVG
5e315c55da Some more gradle debugging... 2024-02-27 05:54:31 +01:00
SiboVG
46849e14e1 Fix Plugin dynamic injection 2024-02-27 02:54:27 +01:00
SiboVG
84a897525f Declare service providers in modules 2024-02-27 02:53:13 +01:00
SiboVG
f728357655 Some more cleaning up 2024-02-25 04:11:37 +01:00
SiboVG
4d597715f4 Some more fixups of JPMS 2024-02-24 01:37:07 +01:00
SiboVG
101530a5df Remove unnecessary resources from core module 2024-02-22 23:00:10 +01:00
SiboVG
323b3d9ba6 Modularize codebase to JPMS 2024-02-22 19:49:55 +01:00
thzero
92859640fa merge latest changes into gradle branch, updated required dependencies for new swing theme code 2023-12-23 16:02:01 -06:00
thzero
85ec55eb7f moved the stepper updates into the correct gradle source folder 2023-05-10 07:52:13 -05:00
thzero
71ffb36342 updates 2023-05-10 07:49:38 -05:00
thzero
edc6faf641 sync 2023-05-10 07:39:45 -05:00
thzero
5fec236aa4 update for build 2023-05-09 07:28:34 -05:00
thzero
8aac8594d3 updates 2023-05-06 11:31:24 -05:00
thzero
f22d5887df sync with updates from unstable branch 2023-05-06 11:17:44 -05:00
thzero
9ac552fb84 updates for gradle 2023-04-18 21:48:26 -05:00