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
|
84225699ce
|
Set length as first config property for others
|
2023-03-29 19:46:33 +02:00 |
|
SiboVG
|
0d0eabd8a2
|
Merge branch 'unstable' into issue-2076
|
2023-03-29 19:40:24 +02:00 |
|
SiboVG
|
32e7d328f5
|
[#2076] Support transparent rendering and exporting of PS images
|
2023-03-29 19:35:08 +02:00 |
|
SiboVG
|
206fcc291c
|
[#2142] Set length setting as first item
|
2023-03-29 19:09:12 +02:00 |
|
SiboVG
|
3a41ea40e3
|
[#2152] Fix table column width changing
|
2023-03-29 19:03:31 +02:00 |
|
SiboVG
|
b1cf701448
|
[#2151] Update the ruler unit upon a unit change in prefs
|
2023-03-29 18:26:18 +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
|
268d4f0ad8
|
Delete export file if unsuccessful
|
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
|
fd0018c9a4
|
Enable the edit sim action for multiple sims
|
2023-03-28 18:44:08 +02:00 |
|
SiboVG
|
fa7f7635ca
|
[#1826] Fill in gaps in multi-sim editing
|
2023-03-28 18:37:32 +02:00 |
|
SiboVG
|
f7a66472d5
|
[#2148] Apply sim changes when window closes
|
2023-03-28 18:32:39 +02:00 |
|
SiboVG
|
5fcf3e9850
|
Clean up code
|
2023-03-28 18:22:18 +02:00 |
|
Joe Pfeiffer
|
6084ba6512
|
Merge pull request #2138 from JoePfeiffer/fix-2113
Fix 2113
|
2023-03-27 19:45:26 -06:00 |
|
SiboVG
|
522c3a49b6
|
Fix bad naming of menu variables
|
2023-03-27 22:50:45 +02: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 |
|
SiboVG
|
bc3e812fe5
|
Move WarningSet and Warning to dedicated package
|
2023-03-27 00:07:04 +02:00 |
|
SiboVG
|
41a045038e
|
[WIP] Implement RASAero exporting
|
2023-03-27 00:07:04 +02:00 |
|
SiboVG
|
05b6611730
|
Change key names
|
2023-03-25 00:18:10 +01:00 |
|
Sibo Van Gool
|
e210415a7b
|
Merge pull request #2139 from SiboVG/unstable
Fix merge conflict
|
2023-03-24 12:00:52 +01:00 |
|
SiboVG
|
1d8ba75382
|
Fix merge conflict
|
2023-03-24 12:00:20 +01:00 |
|
Sibo Van Gool
|
a43d11966d
|
Merge pull request #2128 from SiboVG/issue-2108
[#2108] Don't dispose config dialog when no components selected in 3D view
|
2023-03-24 11:38:50 +01: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 |
|
Joe Pfeiffer
|
f5fa5fabdf
|
Merge pull request #2124 from SiboVG/issue-2107
[#2107] Don't render decals on component edges
|
2023-03-23 20:58:23 -06:00 |
|
Joe Pfeiffer
|
f26d0cbfaf
|
Merge pull request #2119 from JoePfeiffer/fix-base-drag-take-2
Fix base drag
|
2023-03-23 20:57:56 -06:00 |
|