5229 Commits

Author SHA1 Message Date
SiboVG
1b1c116479 Remove old web folder 2024-02-20 22:03:38 +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
cef38edc14 update to the gradle tasks 2023-05-10 13:56:02 -05: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
ef7ab040ce Merge branch 'openrocket-unstable' into gradle 2023-05-10 07:49:58 -05:00
thzero
71ffb36342 updates 2023-05-10 07:49:38 -05:00
thzero
0cc66bac05 added the check task to run the checkstyles for ascii and FIXME checks 2023-05-10 07:41:54 -05:00
thzero
a5f94a0b45 Merge branch 'openrocket-unstable2' into gradle 2023-05-10 07:40:00 -05:00
thzero
edc6faf641 sync 2023-05-10 07:39:45 -05:00
thzero
4bbf389130 update the branch to the unstable branch 2023-05-09 22:13:21 -05:00
thzero
08908d90cd checkstyles to replicate the FIXME and ASCII character checks. 2023-05-09 08:47:42 -05:00
thzero
aabb286708 checkstyles to replicate the FIXME and ASCII character checks. 2023-05-09 08:47:22 -05:00
thzero
c19d942b4b cleanup 2023-05-09 07:28:59 -05:00
thzero
5fec236aa4 update for build 2023-05-09 07:28:34 -05:00
thzero
ff134c6d51 tweaks to work better with the GitHub action 2023-05-08 19:58:54 -05:00
thzero
bb2be08a8c tweaks to work better with the GitHub action 2023-05-08 19:43:49 -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
6ed29715cd updates to get jar to work 2023-05-06 11:54:18 -05:00
thzero
00f256b4f5 osx 2023-05-06 11:54:09 -05:00
thzero
537018d79e Merge branch 'openrocket-unstable' into gradle 2023-05-06 11:38:36 -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
ab0c0a9aee update document... still probably out of date 2023-05-06 11:19:01 -05:00
thzero
24d66f6b81 rename tasks 2023-05-06 11:18:35 -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
c720db37e9 updates for gradle build 2023-05-05 18:58:18 -05:00
thzero
06c1e29794 cleanup 2023-05-05 18:57:55 -05:00
Sibo Van Gool
a0b9093957
Merge pull request #2201 from MayNc10/unstable
[Enhancement] Add better warning that data will be plotted in time order
2023-04-26 22:13:11 +02:00
May
ff47b8117a Change plot warning message name 2023-04-26 14:57:05 -04:00
thzero
8ff32dff14 resolve gradle build warning 2023-04-26 07:48:38 -05:00
May
8d1ce46d09 Fix problem with setForeground and setBackground 2023-04-25 14:19:41 -04:00
May
3ab2c13b4c Add translation message for plot warning 2023-04-25 14:19:07 -04:00
May
508160f88b Add warning message to plot display 2023-04-24 22:16:47 -04:00
May
a40dc83aeb Use openrocket Color instead of awt Color 2023-04-24 21:59:07 -04:00
May
657f8b761a [#2161] Improve "data will be plotted in time order" warning 2023-04-24 01:05:52 -04:00
May
3f86a868ee [#2161] Add setForeground and setBackground functions to DescriptionArea 2023-04-24 01:03:30 -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