2772 Commits

Author SHA1 Message Date
SiboVG
4be2bd1624 [#2180] Recompute layers if null 2023-04-07 14:49:58 +02:00
Sibo Van Gool
27de9f6692
Merge pull request #2173 from SiboVG/issue-2137
[#2137] Import mass and CG from RASAero sims
2023-04-05 01:10:13 +02:00
SiboVG
3ddb7b7844 Fix issues in CG importing 2023-04-01 19:53:46 +02:00
SiboVG
bd02f17f8f Fix importing when motor name has delay
Could not import e.g. B6-0 motor, it needed to be B6 (delay '-0' removed)
2023-04-01 16:20:54 +02:00
SiboVG
66f7542bcc Fix motor CG 2023-04-01 16:14:30 +02:00
SiboVG
c8f79bbdf5 Fix some issues in mass importing + give warning when mass too low 2023-04-01 11:09:55 +02:00
Sibo Van Gool
161e536be9
Merge pull request #2164 from SiboVG/issue-2159
[#2159] Add multi-sim edit indicators
2023-04-01 09:45:24 +02:00
Sibo Van Gool
d64a8b931c
Merge pull request #2163 from SiboVG/issue-2158
[#2158] Add ok/cancel button for simulation editing
2023-04-01 09:44:51 +02:00
Sibo Van Gool
57c3522f6c
Merge pull request #2157 from SiboVG/issue-2076
[#2076] Support transparent rendering and exporting of PS images
2023-04-01 09:44:14 +02:00
SiboVG
33e3c4314c [#2159] Add multi-sim edit indicators 2023-03-30 18:57:58 +02:00
Sibo Van Gool
556522c8ef
Merge pull request #2149 from SiboVG/issue-2140
[#2148] Apply sim changes when window closes & [#1826] Fill in gaps in multi-sim editing
2023-03-30 15:54:28 +02:00
SiboVG
26f6473446 Fix set launch rod length & launch into wind not triggering change event 2023-03-30 11:44:00 +02:00
SiboVG
24605bde58 Add sky color opacity slider 2023-03-30 01:28:26 +02:00
SiboVG
f6b932c4a7 [#2158] Add ok/cancel button for simulation editing 2023-03-30 00:47:40 +02:00
SiboVG
a27796b7d2 Remove unused (and worse) copyFrom method 2023-03-30 00:46:58 +02:00
SiboVG
2535c1c468 Always let condition change fire a change event 2023-03-30 00:39:30 +02:00
SiboVG
3acdda83c3 Clean up sim cloning & loading 2023-03-30 00:30:03 +02:00
SiboVG
5aad8b9722 Implement loadFrom sims 2023-03-29 22:45:06 +02:00
SiboVG
3eb513c78f Implement simulation & flightdata(branch) cloning 2023-03-29 22:44:49 +02:00
SiboVG
0e1cd01377 Fire change when modID is synced 2023-03-29 22:42:14 +02:00
SiboVG
1ae3008438 Remove unnecessary variable 2023-03-29 21:59:47 +02:00
SiboVG
b302718211 [#2137] Import mass and CG from RASAero sims 2023-03-29 16:00:45 +02:00
SiboVG
6490b08847 Refactor SimulationHandler to separate class 2023-03-28 23:19:43 +02:00
SiboVG
fa7f7635ca [#1826] Fill in gaps in multi-sim editing 2023-03-28 18:37:32 +02:00
Joe Pfeiffer
6084ba6512
Merge pull request #2138 from JoePfeiffer/fix-2113
Fix 2113
2023-03-27 19:45:26 -06:00
Sibo Van Gool
52988bf31e
Merge pull request #2129 from SiboVG/issue-2102
[#2102] Add "Select components of same color" and "Select none" option
2023-03-24 11:38:28 +01:00
Sibo Van Gool
193eb6db23
Merge pull request #2133 from SiboVG/issue-2104
[#2104] Display ISA values in temp & pressure fields
2023-03-24 11:38:11 +01:00
Sibo Van Gool
cb901a56a5
Merge pull request #2134 from SiboVG/issue-2098
[#2098] Use higher precision for inches lengths
2023-03-24 11:37:55 +01:00
Sibo Van Gool
a93a20611b
Merge pull request #2135 from SiboVG/issue-2131
[#2131] Throw warning message when save filename contains illegal characters
2023-03-24 11:37:36 +01:00
Joe Pfeiffer
39ebe49329
Merge pull request #2127 from SiboVG/issue-2126
[#2126] Apply freeform conversion to config listeners
2023-03-23 20:59:01 -06:00
JoePfeiffer
c43875af96 Finish resolving merge conflicts 2023-03-23 20:47:24 -06:00
JoePfeiffer
49bf1126c7 Merge branch 'unstable' into fix-base-drag-take-2
Resolve merge conflicts
2023-03-23 20:26:27 -06:00
JoePfeiffer
20c2b96fba Merge branch 'unstable' into fix-2113 2023-03-23 20:13:34 -06:00
JoePfeiffer
77d2a5cd57 Add unit test 2023-03-23 20:11:28 -06:00
SiboVG
3d9792cafa Merge branch 'unstable' into issue-2131
# Conflicts:
#	swing/src/net/sf/openrocket/gui/main/DesignFileSaveAsFileChooser.java
2023-03-23 11:16:18 +01:00
H Craig Miller
2fb29cb3dc
Merge pull request #2123 from SiboVG/issue-875
[#875] Implement RASAero II importing
2023-03-22 20:12:25 -07:00
SiboVG
ea05bc5001 Rename "Select none" to "Deselect all" 2023-03-23 03:16:37 +01:00
SiboVG
7431fa8bd6 Final one... 2023-03-23 02:59:27 +01:00
SiboVG
52c8fac454 Use LinkedList instead of ArrayList to keep body tube order 2023-03-23 01:40:28 +01:00
SiboVG
e1c86f6a74 [#2131] Throw warning message when design filename contains illegal characters 2023-03-23 01:20:58 +01:00
SiboVG
463895adb6 Use higher precision for inches lengths 2023-03-23 00:39:12 +01:00
SiboVG
158fa2f6b6 Use VB rules for more than 3 body tubes 2023-03-22 23:50:02 +01:00
SiboVG
61fc13b404 Fix small logic error 2023-03-22 23:35:28 +01:00
JoePfeiffer
43b17c6eab Consider points along fin root when calculating fin geometry 2023-03-22 16:26:22 -06:00
SiboVG
4257bb2777 [#2104] Display ISAA values in temp & pressure fields 2023-03-22 22:28:21 +01:00
SiboVG
636f8e75dc GitHub can't handle Non-ASCII characters, boohoo... 2023-03-22 19:27:50 +01:00
SiboVG
fadff986eb Implement new recovery device position rules (hopefully final) 2023-03-22 19:20:17 +01:00
Sibo Van Gool
f4f6200662
Merge pull request #2130 from SiboVG/issue-2094
[#2094] Display CD override with 3 decimals
2023-03-21 23:18:52 +01:00
SiboVG
4b525611ce Fix split not working on config listeners 2023-03-21 23:06:01 +01:00
SiboVG
62506eced0 Use rocket freezing for split fins 2023-03-21 22:52:29 +01:00