3201 Commits

Author SHA1 Message Date
SiboVG
0f05f41cc1 Update build version to March 2022-02-22 23:23:12 +01:00
SiboVG
1a0627e05a
Merge pull request #1154 from JoePfeiffer/update-thrustcurve
update motor database to 2022-02-22
2022-02-22 23:15:02 +01:00
SiboVG
4a08edd2b5
Merge pull request #1149 from JoePfeiffer/unlegacy-some-databases
Remove <legacy/> tag from four manufacturers that do not appear in Dave's database
2022-02-22 23:14:51 +01:00
JoePfeiffer
95b14abeef update motor database to 2022-02-22 2022-02-22 15:02:04 -07:00
SiboVG
8af5710380
Merge pull request #1151 from JoePfeiffer/unstable
Don't need to save <radialdirection> for pod sets, since there's no backward compatibility issue with them
2022-02-22 18:17:22 +01:00
JoePfeiffer
4c7b3694b2 Don't need to save <radialdirection> for pod sets, since there's no backward compatibility issue with them 2022-02-22 09:50:46 -07:00
JoePfeiffer
34302ccf13 Remove <legacy/> tag from four manuafacturers that do not appear in Dave's database 2022-02-21 15:38:27 -07:00
Joe Pfeiffer
a83de6b795
Merge pull request #1140 from SiboVG/issue-1134
[fixes #1134] Fix AxialOffset TubeFinSet
2022-02-21 10:36:34 -07:00
Joe Pfeiffer
0c16bdb32e
Merge pull request #1139 from SiboVG/issue-1130
[fixes #1130] Fix DebugLogDialog location
2022-02-21 10:29:23 -07:00
Joe Pfeiffer
a6ceb76a8e
Merge pull request #1138 from SiboVG/issue-358
[fixes #358] Implement multi-component selection
2022-02-21 10:28:41 -07:00
Joe Pfeiffer
232520c3f0
Merge pull request #1132 from SiboVG/issue-244
[fixes #244] Multi-selection in Motors, Recovery & Stages panels
2022-02-21 10:27:02 -07:00
Neil Weinstock
88c8d7fe23
Merge pull request #1142 from SiboVG/issue-1137
[fixes #1137] Use capitalized component names

Looks good, merging.
2022-02-20 21:54:23 -05:00
SiboVG
263b3957f2 Change Bulk Head to Bulkhead 2022-02-21 03:34:43 +01:00
SiboVG
493883bd87 [fixes #358] Implement multi-component component tree drag 2022-02-20 17:13:40 +01:00
SiboVG
cbb309d057
Merge pull request #1133 from SpaceXCheeseWheel/patch-1
Upload built Jarfiles as Artifacts with run Actions
2022-02-20 02:07:46 +01:00
SiboVG
4dee6f3b7e
Merge pull request #1143 from JoePfeiffer/rename-legacy-database-files
Rename legacy component files to avoid name conflicts with new database
2022-02-20 01:49:48 +01:00
JoePfeiffer
f4a13dff44 Rename legacy component files to avoid name conflicts with new database (several of the new database files were getting "shadowed" by the legacy files. 2022-02-19 14:42:34 -07:00
SiboVG
12cefe099c [fixes #1137] Use capitalized component names + Body, Nose & Transition Length --> Length 2022-02-19 22:26:34 +01:00
SiboVG
20420c707e [fixes #1134] Fix AxialOffset TubeFinSet 2022-02-19 14:40:22 +01:00
SiboVG
a8e6a4e70a [fixes #1130] Fix DebugLogDialog location 2022-02-19 14:11:59 +01:00
SiboVG
91b93debec [fixes #358] Fix Booster deletion 2022-02-19 13:01:48 +01:00
SiboVG
e8a2fbf449 [fixes #358] Move configListener's set-positions to front
Moving it to the front ensures that the method doesn't exit before the listeners' methods are set (because of a return in the main component) + causes the fireComponentChangeEvent to be in the end
2022-02-19 01:37:08 +01:00
SiboVG
117c0c76ca [fixes #358] Ignore component changes for configListeners
Otherwise, after every change, the fireComponentChanged would be called for every listener, as well as the current component. This was very inefficient...
2022-02-18 23:47:48 +01:00
SiboVG
9324d2a7ed [fixes #358] Dispose of ComponentConfigDialog instead of hiding it
This is to ensure proper invalidation of the previous dialog. Just setting the dialog invisible would cause problems with configListeners not invalidating.
2022-02-18 23:21:32 +01:00
SiboVG
9a77baf643 [fixes #358] Fix multi-component recovery device deployment 2022-02-18 18:36:55 +01:00
SiboVG
79973e2cfb [fixes #358] Fix multi-component stage editing 2022-02-18 18:28:55 +01:00
SiboVG
33b19ecc04 [fixes #358] Fix multi-component motor mount editing 2022-02-18 18:28:45 +01:00
SiboVG
ace8b2c24b [fixes #358] Implement multi-component tube fin cluster split 2022-02-17 17:38:46 +01:00
SiboVG
6a9ce5d34a [fixes #358] Fix some more issues... 2022-02-17 17:28:16 +01:00
SiboVG
161120855c [fixes #358] Fix some issues 2022-02-17 16:38:51 +01:00
SiboVG
d82c541464 [fixes #358] Implement deselection in RocketPanel multi-select 2022-02-17 02:28:02 +01:00
SiboVG
04b9332920 [fixes #358] Implement multi-component selection in ScaleDialog 2022-02-17 02:08:45 +01:00
SiboVG
6157ce04b6 [fixes #358] Implement multi-component selection in RocketPanel 2022-02-17 01:26:56 +01:00
SiboVG
8ce90d2bb5 [fixes #358] Implement multi-component editing 2022-02-17 00:33:15 +01:00
SiboVG
48eb4e7f4e
Merge pull request #1131 from JoePfeiffer/update-version
Update version string to 22.xx.BETA, add Justin Hanney to developers list in About dialog
2022-02-17 00:30:11 +01:00
SiboVG
aacc101f3a [fixes #358] Implement multi-selection for component tree - Move up, down, Delete, Cut, Copy, Paste 2022-02-16 20:25:41 +01:00
JoePfeiffer
61f574e836 Need month to be '00' for updater 2022-02-15 16:21:30 -07:00
G
a4c0d70721
Add Build Artifacts
Upload compiled jar files as Artifacts. Makes it a lot easier to test and distribute bleeding edge builds.
2022-02-15 13:19:44 -07:00
SiboVG
4ba92905b4 [fixes #244] Implement multi-selection for motor mounts
This does not have a direct effect yet. Once multi-component selection is implemented from #358, this will work
2022-02-15 00:11:21 +01:00
JoePfeiffer
3afae70c82 reformat version string to conform to update checker 2022-02-14 15:16:15 -07:00
SiboVG
08eeac5236 Merge remote-tracking branch 'origin/issue-244' into issue-244 2022-02-14 23:09:31 +01:00
SiboVG
52bb583564 [fixes #244] Multi-selection in Motors, Recovery & Stages panels 2022-02-14 23:09:28 +01:00
SiboVG
218368ecf8
Merge branch 'unstable' into issue-244 2022-02-14 19:05:33 +01:00
SiboVG
105e3c02f0 [fixes #244] Multi-selection in Motors, Recovery & Stages panels 2022-02-14 18:37:19 +01:00
JoePfeiffer
dba97cc339 Add Justin Hanney to list of developers 2022-02-14 09:58:39 -07:00
JoePfeiffer
b167468acb update version string to 22.xx.BETA 2022-02-14 09:55:27 -07:00
Joe Pfeiffer
a856e61df2
Merge pull request #1129 from SiboVG/issue-1101
[fixes #1101] Select motor mount when selecting motor configuration
2022-02-14 09:45:54 -07:00
Joe Pfeiffer
df64717e78
Merge pull request #1124 from SiboVG/issue-311
[fixes #311] Fix undo selection after component edit
2022-02-14 09:40:48 -07:00
Joe Pfeiffer
d1a3fcaaa8
Merge pull request #1120 from SiboVG/issue-1119
[fixes #1119] Fix rocket rotation after component analysis
2022-02-14 09:29:34 -07:00
Joe Pfeiffer
c40acb7cbd
Merge pull request #1126 from SiboVG/fix-layout-nose-cone
[fixes #1125] Fix nose cone config layout
2022-02-13 19:01:09 -07:00