2894 Commits

Author SHA1 Message Date
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
538710c55b Fix unit test bugs leftover from bump to JUnit 5
I had to rewrite the unit tests using regex and a Python script (because of the scale of the unit test). That code still contained errors...
2024-02-27 03:18:55 +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
9a8bfc0c37 Bump unit testing from JUnit 4 to 5 2024-02-25 05:55:27 +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
SiboVG
1f14382988 Upgrade Guice for proper Java 17 support 2024-02-21 15:41:12 +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
52d7e4d8ba cleanup of test resource in the java folder instead of the resources folder 2023-05-10 07:57:46 -05: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
aabb286708 checkstyles to replicate the FIXME and ASCII character checks. 2023-05-09 08:47:22 -05:00
thzero
5fec236aa4 update for build 2023-05-09 07:28:34 -05:00
thzero
c4fa643e61 tweaks to work better with the GitHub action 2023-05-08 19:40:52 -05:00
thzero
5b8f078201 cleanup 2023-05-08 19:40:35 -05:00
Joe Pfeiffer
e35eeab23a
Merge pull request #2199 from JoePfeiffer/fix-1948
Pull common code from BasicLandingStepper and BasicTumbleStepper into new AbstractEulerStepper
2023-05-07 09:25:52 -06:00
thzero
4f79c3f82b cleanup of comments and naming 2023-05-07 08:12:55 -05:00
thzero
0da7515b3a cleanup of any development markers 2023-05-07 08:12:40 -05:00
thzero
1338088621 merge cleanup 2023-05-06 11:38:13 -05:00
thzero
8aac8594d3 updates 2023-05-06 11:31:24 -05:00
thzero
0bd3b1630e merge sync issues 2023-05-06 11:29:20 -05:00
thzero
f22d5887df sync with updates from unstable branch 2023-05-06 11:17:44 -05:00
Sibo Van Gool
3ffdf5fb34
Add font info 2023-05-06 16:01:02 +02:00
thzero
06c1e29794 cleanup 2023-05-05 18:57:55 -05:00
May
ff47b8117a Change plot warning message name 2023-04-26 14:57:05 -04:00
May
3ab2c13b4c Add translation message for plot warning 2023-04-25 14:19:07 -04:00
Sibo Van Gool
dbd08ea03f
Merge pull request #2191 from SiboVG/issue-2083
[#2083] Account for units of measure in material database loader
2023-04-22 23:11:28 +02:00
JoePfeiffer
2d8799a862 Needed to commit the new class 2023-04-21 17:14:10 -06:00
JoePfeiffer
7fc8632574 Pull common code from BasicLandingStepper and BasicTumbleStepper into new
abstract class AbstractEulerStepper
2023-04-21 17:09:29 -06:00
JoePfeiffer
44cf2eafca save all the same data in tumble stepper as landing stepper 2023-04-21 16:39:08 -06:00
JoePfeiffer
4954099b40 incorporate adaptive time step in tumble stepper 2023-04-21 16:30:49 -06:00
JoePfeiffer
dfd7e04db5 Pull CD calculation out of BasicLandingStepper sim step
Aligh BasicLandingStepper and BasicTumbleStepper sim steps
2023-04-21 16:18:49 -06:00
JoePfeiffer
77d4bc890f Move tumble drag calculations into BasicTumbleStepper and eliminate BasicTumbleStatus 2023-04-21 11:37:05 -06:00
JoePfeiffer
b6aaa3857a Convert BasicTumbleStepper and BasicTumbleStatus to use CD instead of drag
(for consistency with everywhere else)
2023-04-21 11:13:11 -06:00
Sibo Van Gool
42a9a5572b
Merge branch 'unstable' into issue-1147 2023-04-20 14:20:03 +02:00
Sibo Van Gool
6608725a47
Merge pull request #2185 from SiboVG/issue-2183
[#2183] Don't track stages when copying
2023-04-20 14:19:04 +02:00
thzero
ca8329159e updates to publish test results during gradle builds 2023-04-19 17:36:08 -05:00
thzero
9ac552fb84 updates for gradle 2023-04-18 21:48:26 -05:00
Sibo Van Gool
a18452c824
Merge pull request #2184 from SiboVG/issue-2171
[#2171] Compute position based on active components
2023-04-12 22:07:07 +02:00
Sibo Van Gool
49ce89f49f
Merge pull request #2182 from SiboVG/issue-2180
[#2180] Recompute layers if null
2023-04-12 22:06:42 +02:00
Sibo Van Gool
a0cb228186
Merge pull request #2167 from SiboVG/issue-2150
[#2150] Don't let illegal file format be a silent warning
2023-04-12 22:06:05 +02:00
Sibo Van Gool
17d60c4d9b
Merge pull request #2176 from SiboVG/issue-2096
[#2096] Update values after auto is set
2023-04-12 22:05:25 +02:00
Sibo Van Gool
25240012aa
Merge pull request #2174 from SiboVG/exportPrefs
Add preferences exporting & importing
2023-04-12 22:05:05 +02:00