2376 Commits

Author SHA1 Message Date
SiboVG
8171492a8a Add ability to test welcome info retrieval from IDE 2023-02-02 02:31:21 +00:00
SiboVG
545ea12fad Put show discard changes preferences in pref dialog 2023-02-01 21:23:54 +00:00
SiboVG
8d62dee370 [#2001] Add document save change on sim edit 2023-02-01 15:32:06 +00:00
SiboVG
640a9f155e Merge branch 'unstable' into 22.02_prep 2023-01-25 01:35:22 +01:00
JoePfeiffer
7778d9ff02 Merge remote-tracking branch 'origin' into fix-prev-next-component 2023-01-21 17:46:15 -07:00
JoePfeiffer
84aece8ffc check for children before taking child in geometry check. 2023-01-21 16:23:49 -07:00
Sibo Van Gool
989e757e4b
Merge pull request #1979 from SiboVG/issue-1894
Warn for phantom tubes earlier on
2023-01-21 13:22:32 +01:00
SiboVG
4f3d63f1db Apply zero-volume body warning earlier on + add component information 2023-01-21 13:19:58 +01:00
SiboVG
60896d2236 Better warning component printing 2023-01-21 13:14:57 +01:00
JoePfeiffer
c286eeaa16 check for children before taking child in geometry check. 2023-01-20 17:45:47 -07:00
JoePfeiffer
458e9e3d3d Add unit test for in-line pods 2023-01-20 11:33:34 -07:00
JoePfeiffer
6a64aa38d4 Add gap check for disabled stage
Add overlap checks for pod and parent component
2023-01-19 19:48:42 -07:00
Sibo Van Gool
ad676d9f5d
Merge pull request #1976 from SiboVG/issue-1973
[#1973] Don't mark all simulations out-of-date on flight config change
2023-01-20 00:58:00 +01:00
JoePfeiffer
098223eb31 Check for gaps and overlaps in airframe 2023-01-18 10:14:08 -07:00
JoePfeiffer
f03e31596a Make previous/next symmetric component search look for in-line pods 2023-01-18 10:13:32 -07:00
SiboVG
3d02766d41 [#1980] Render booster markers even if no children 2023-01-18 00:13:04 +01:00
SiboVG
738905d6d8 Refactoring 2023-01-17 22:48:28 +01:00
JoePfeiffer
768dcdaead fix merge conflict 2023-01-17 09:20:05 -07:00
JoePfeiffer
58ac3e4a1d Make copy of rocket when starting simulation 2023-01-17 09:11:45 -07:00
SiboVG
ebb9fd0e3c Merge branch 'unstable' into issue-1894 2023-01-16 23:20:27 +01:00
SiboVG
25f0984334 Sync sims modID after file import
This fixes loaded sims to still be marked as up-to-date after .ork importing
2023-01-16 03:26:29 +01:00
SiboVG
993cd3169a Fix sims going out-of-date on stage activeness change 2023-01-16 03:25:50 +01:00
SiboVG
be7813b23d Remove redundant update calls
These are already called in fireChangeEvent()
2023-01-16 02:41:42 +01:00
SiboVG
de32314569 [#1973] Don't mark all simulations out-of-date on flight config change 2023-01-16 00:10:09 +01:00
JoePfeiffer
5cfdb3959e Need to clamp finPosition, not value 2023-01-15 11:30:50 -07:00
SiboVG
9c7afc669a [#1966] Pass File in FileIterator instead of filename 2023-01-12 00:30:56 +01:00
SiboVG
96f8710d81 Add RC to release notes and update info retriever 2023-01-09 16:52:27 +01:00
SiboVG
e58761b1eb Merge branch 'unstable' into issue-960
# Conflicts:
#	core/resources/l10n/messages.properties
2023-01-08 04:39:26 +01:00
SiboVG
a3646cdbf8 Documentation update 2023-01-08 04:25:53 +01:00
SiboVG
e8638b25cf [#1956] Fix issue in multi-comp edit during undo operation
At least I hope this fixes it; it was a weird bug and hard to replicate...
2023-01-08 04:25:53 +01:00
SiboVG
ac03080588 Add multi-comp edit for nose cone flip 2023-01-08 03:11:26 +01:00
SiboVG
8124918cdf Merge branch 'unstable' into issue-1564 2023-01-07 01:39:34 +01:00
JoePfeiffer
ee8fe7f089 Modified simulation scripting example to use JavaScript for both listeners.
Modified simulation extension example to tell users where to look for the code for the extensions
2023-01-06 15:43:51 -07:00
SiboVG
10d36145cf [#1564] Add component information box 2023-01-05 23:18:38 +01:00
Billy Olsen
96bc101b02
Merge pull request #1949 from JoePfeiffer/fix-1910
Consider number of parachutes in landing drag calculation
2023-01-05 14:46:22 -07:00
Joe Pfeiffer
4010fe3f5b
Merge pull request #1947 from JoePfeiffer/tumble-solve-for-0
Solve time step for ground hit in tumble stepper
2023-01-05 10:55:58 -07:00
Joe Pfeiffer
05e894c1f2
Merge pull request #1945 from JoePfeiffer/fix-1938
Inhibit reignition of already ignited motor
2023-01-05 10:52:43 -07:00
JoePfeiffer
fbbe43390d Consider number of parachutes in landing drag calculation 2023-01-05 10:33:42 -07:00
JoePfeiffer
a7c205281d Solve time step for ground hit in tumble stepper 2023-01-04 14:33:19 -07:00
JoePfeiffer
a4fdc333ad Inhibit reignition of already ignited motor
If a later stage motor's ignition event is triggered by burnout of earlier stage motors, an ignition even gets queued for every burnout in the earlier stage. This checks to see if a motor is already burning when an ignition event is processed for it, and ignores the event if so.
2023-01-04 09:21:15 -07:00
JoePfeiffer
da1130fd97 Require next and previous symmetric components be in line. Avoids having "next" and "previous" go off between pods 2023-01-03 18:46:53 -07:00
JoePfeiffer
b3d2b92edd Merge remote-tracking branch 'origin/unstable' into add-open-airframe-warning 2023-01-03 18:46:26 -07:00
Sibo Van Gool
422f0049e2
Merge pull request #1935 from SiboVG/event-icons
Add option to switch (time) flight event markers to icons
2023-01-01 14:18:13 +01:00
SiboVG
29a737f38b Remove redundant boxing 2022-12-29 23:56:16 +01:00
SiboVG
7b88cb468e Add option to switch (time) flight event markers to icons 2022-12-29 23:56:16 +01:00
Joe Pfeiffer
a271b48db1
Merge branch 'openrocket:unstable' into add-open-airframe-warning 2022-12-28 18:14:30 -07:00
Sibo Van Gool
23b19fd9f0
Merge pull request #1929 from SiboVG/issue-1926
[#1926] Switch to match fore diameter when nose cone is flipped
2022-12-29 00:05:34 +01:00
JoePfeiffer
7ff06980b2 Use string displaying diameters instead of mathematical comparison of diameters
to set discontinuity warning
2022-12-28 11:36:10 -07:00
JoePfeiffer
d0c19efd3d Add check for open airframe forward end
Also, it turned out the discontinuity check didn't correctly check across stages (so it wouldn't notice if the aft end of one state wasn't the same as the forward end of the next).  Fixed.
2022-12-28 11:01:54 -07:00
JoePfeiffer
30cedd9215 Instead of just checking continuity, we're doing a few more sanity checks on
SymmetricComponent geometry.
2022-12-27 17:59:07 -07:00