4438 Commits

Author SHA1 Message Date
Joe Pfeiffer
e11fc35794
Merge pull request #1759 from SiboVG/issue-1750
[#1750] Separate override subcomponents to mass, CG, and CD subcomponents override
2022-10-23 10:16:27 -06:00
JoePfeiffer
194a802ea0 add some timeStep debug to BasicLandingStepper 2022-10-23 10:04:18 -06:00
SiboVG
eaf0b2358a Mark Rocksim imported data files as legacy 2022-10-23 03:17:56 +02:00
SiboVG
34214dfaf1 Mark build-orc-file generated files with "-legacy" 2022-10-23 02:59:49 +02:00
SiboVG
e2ededfa07 Fix quote character missing termination 2022-10-23 02:53:13 +02:00
SiboVG
1f7d77f2ae [#1542] Upgrade opencsv & add commons-lang3 2022-10-23 02:49:09 +02:00
Sibo Van Gool
3f55f5c67d
Merge pull request #1762 from SiboVG/issue-1761
[#1761] Fix Transition/Nose cone shape parameter resetting
2022-10-21 15:59:01 +02:00
SiboVG
164513fd6d [#1761] Correctly fix #1375 this time... 2022-10-21 14:23:01 +02:00
SiboVG
281169627e Move shape parameter label declaration 2022-10-21 14:22:32 +02:00
Sibo Van Gool
ea71c20fbb
Merge pull request #1752 from SiboVG/issue-1746
[#1746] Fix "Seek value of" unit selector in rocket optimizer
2022-10-21 09:19:46 +02:00
Sibo Van Gool
0f81eee204
Merge pull request #1760 from SiboVG/issue-1758
[#1758] Bump GitHub actions
2022-10-20 18:11:12 +02:00
SiboVG
4e63595159 Bump versions for Node.js 16 2022-10-20 18:02:02 +02:00
SiboVG
3a4949e008 Fix optimization calculation for non-SI units 2022-10-20 11:32:07 +02:00
SiboVG
3c217d3e15 [#1018] Update file format for OR 22.02 2022-10-19 23:13:42 +02:00
SiboVG
a60297dbfa Make inside appearance file tags more consistent with the rest
All other tags use lowercase text, without special characters like '-'
2022-10-19 23:11:14 +02:00
SiboVG
3daa050d5f Fix .ork file indentation for appearance 2022-10-19 23:07:34 +02:00
Sibo Van Gool
5f11766e9a
Merge pull request #1747 from SiboVG/issue-1743
[#1743] Better background color for optimization plot
2022-10-18 23:12:15 +02:00
Sibo Van Gool
1ded75fd49
Merge pull request #1745 from SiboVG/issue-1742
[#1742] Highlight text white if in selection
2022-10-18 23:12:03 +02:00
SiboVG
9f5fb060d2 [#1750] Separate override subcomponents to mass, CG, and CD subcomponents override 2022-10-18 21:40:14 +02:00
JoePfeiffer
0cc805b185 Merge branch 'unstable' into fix-1728 2022-10-17 10:44:58 -06:00
JoePfeiffer
2725c859a4 Improve display of max altitude in simulation run progress dialog
1) Since portions of a simulation may be run multiple times (notably in
calculating optimal coast time), update the max altitude whenever the rocket's
vertical velocity is positive rather than actually looking for a max.  The last run is the "real" one, so the correct apogee is recorded as max altitude

2) Don't have handleFlightEvent() set the simulation progress directly, as
this can end up skipping some updates from the postStep() listener.
2022-10-17 10:44:19 -06:00
SiboVG
e9bc8d1dd1 Add unit tests for flight events pt.2 2022-10-17 17:56:40 +02:00
SiboVG
6c97dc8440 Merge branch 'unstable' into issue-1621 2022-10-17 17:30:20 +02:00
SiboVG
a2f8e25360 [#1746] Fix units in rocket optimizer "seek value of" 2022-10-17 17:18:30 +02:00
Sibo Van Gool
4162e1d451
Merge pull request #1749 from JoePfeiffer/fix-jerk
Use absolute value of jerk in calculating time step in BasicLandingStepper, set minimum time step
2022-10-17 11:05:55 +02:00
JoePfeiffer
5f1440e3f6 Use absolute value of jerk in calculating time step in BasicLandingStepper()
Don't let time step in BasicLandingStepper() get smaller than MIN_TIME_STEP (.001 seconds)
2022-10-16 17:04:59 -06:00
JoePfeiffer
942b3adacf Get rid of redundant apogeeAltitude. Use maxAltitude[index] instead
(this actually solves the reported bug; apogeeAltitude was being set
to the first altitude after apogee which could in pathological conditions
already be 0).
2022-10-16 16:58:12 -06:00
JoePfeiffer
df00500077 Clarify comments and debug logging 2022-10-16 16:58:12 -06:00
Sibo Van Gool
3745584e1a
Merge pull request #1739 from SiboVG/issue-1715
[#1715] Add button in preferences for clearing cached preferences
2022-10-16 01:19:33 +02:00
Sibo Van Gool
fabebc900e
Merge pull request #1738 from SiboVG/issue-1729
Add motor designation to motor selection table
2022-10-16 01:18:41 +02:00
SiboVG
1b813ed4b4 Increase seek spinner width 2022-10-16 00:43:39 +02:00
Sibo Van Gool
4509b831ea
Merge pull request #1748 from luzpaz/typos
Fix various typos
2022-10-15 23:41:57 +02:00
luz paz
74567708a8 Fix various typos
Found via `codespell -q 3 -S ./swing,./**/l10n,*.eps -L bu,cant,cna,fo,gool,iif,reencode,wallthickness`
2022-10-15 14:32:21 -04:00
SiboVG
41b8b7bef1 [#1743] Better background color for optimization plot 2022-10-15 16:43:26 +02:00
SiboVG
7fe5d75d3d [#1742] Highlight text white if in selection 2022-10-15 15:11:07 +02:00
Joe Pfeiffer
be8ecc36bb
Merge pull request #1741 from SiboVG/issue-1167
[#1167] Remove modality for thrust curve import error dialog
2022-10-14 08:35:49 -06:00
SiboVG
07de50b509 [#1167] Remove modality for thrust curve import error dialog 2022-10-14 15:43:00 +02:00
SiboVG
d06396ac2e Use common name if preferences not SwingPreferences 2022-10-13 22:12:16 +02:00
SiboVG
9d8f5a6b38 Restore table selection after motor column name change 2022-10-13 22:01:48 +02:00
SiboVG
c1145bf008 Rename clear preferences button 2022-10-13 21:56:58 +02:00
SiboVG
8babcb59de Rename clear preferences button 2022-10-13 15:32:56 +02:00
SiboVG
15c7f3ebc2 Include unit reset in reset preferences action 2022-10-13 15:28:06 +02:00
SiboVG
158aa58517 Create method to reset units to default 2022-10-13 15:27:47 +02:00
SiboVG
7557b67dbb [#1715] Add button in preferences for clearing cached preferences 2022-10-12 19:16:18 +02:00
SiboVG
52b582db69 Add motor designation to motor selection table 2022-10-12 17:29:38 +02:00
SiboVG
a1eea8ce39 I find this easier to read, sue me :) 2022-10-12 17:27:17 +02:00
Sibo Van Gool
62d0305e86
Merge pull request #1720 from JoePfeiffer/fix-1712
Fix 1712
2022-10-12 11:17:51 +02:00
Joe Pfeiffer
5f8f2ccdf7
Merge branch 'openrocket:unstable' into fix-1712 2022-10-10 15:38:40 -06:00
JoePfeiffer
314464abe8 Copy WarningSet from old SimulationStatus to new when switching to BasicTumblerStepper
All prior warnings were getting lost when the simulation switched to the tumble stepper.  This fixes that.
2022-10-10 15:35:18 -06:00
Sibo Van Gool
304289350a
Merge pull request #1732 from SiboVG/issue-1731
[#1731] Catch out-of-range sim table click earlier on
2022-10-10 20:49:26 +02:00