2852 Commits

Author SHA1 Message Date
SiboVG
4e2801ea41 Fix issues in CG exporting 2023-04-01 17:13:09 +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
d834deb5ba Refactor 2023-04-01 16:09:24 +02:00
SiboVG
215080e0c9 Create default sim if no sims present 2023-04-01 16:05:56 +02:00
SiboVG
d0102fde0e Still set mass/CG even if there is no motor 2023-04-01 12:42:39 +02:00
SiboVG
27a77825be Fix issues in mass exporting 2023-04-01 12:23:02 +02:00
SiboVG
c8f79bbdf5 Fix some issues in mass importing + give warning when mass too low 2023-04-01 11:09:55 +02:00
SiboVG
153bd9ebf9 TODO: implement unit testing 2023-04-01 10:06:31 +02:00
SiboVG
7cad04653d Add 0-second delay suffic to RASAero motor export 2023-04-01 09:51:04 +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
a7c63260c5 Refactor RASAero motor conversion 2023-04-01 09:41:02 +02:00
SiboVG
b6af7220c6 Fill in missing warnings 2023-04-01 09:35:31 +02:00
SiboVG
027a7008a0 Refactor motors loader 2023-04-01 09:32:48 +02:00
SiboVG
3e2aec6e3e WIP 2023-03-31 18:01:41 +02:00
SiboVG
5e99746e71 [#2150] Don't let illegal file format be a silent warning 2023-03-31 15:19:37 +02:00
SiboVG
75408cd48c Fix typos 2023-03-31 15:12:52 +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
546e9b5ee8 Forgot conversions, doh! 2023-03-28 23:09:34 +02:00
SiboVG
b696e6f4b1 Check for tube children for motor mounts 2023-03-28 23:03:08 +02:00
SiboVG
f9bfb1fe43 Use aggregate weight and CG for sim imports 2023-03-28 23:00:48 +02:00
SiboVG
5c6dc67961 Implement RASAero recovery device exporting 2023-03-28 23:00:48 +02:00
SiboVG
f8e74b60f0 Replace explicit launch site defaults with methods 2023-03-28 23:00:48 +02:00
SiboVG
c60fc87538 Implement RASAero launch site exporting 2023-03-28 23:00:48 +02:00
SiboVG
7bef89c7da Implement RASAero simulation exporting 2023-03-28 23:00:48 +02:00
SiboVG
db46daf4f2 Fix wrong hasMotors method
The issue is that FlightConfigurableParameterSet.size() returns the map size minus 1, so it already ignores the default config
2023-03-28 23:00:48 +02:00
SiboVG
020ea2cf3f Fix RD2 position for small body tubes and rule 1 2023-03-28 19:17:44 +02:00
SiboVG
9e8163e3e1 Import motor settings even if the stage is disabled 2023-03-28 19:08:40 +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
SiboVG
8c9a04b74e Add dots to warning/error texts 2023-03-27 22:44:55 +02:00
SiboVG
de8ab74b2d Add warning for extra components in boosters 2023-03-27 22:39:18 +02:00
SiboVG
9667466fdb Add error & warning dialog for RASAero exporting 2023-03-27 22:31:52 +02:00
SiboVG
c5a2fc44df Create an error message & set 2023-03-27 00:07:04 +02:00
SiboVG
2bc93530bc Refactor WarningSet in general classes 2023-03-27 00:07:04 +02:00