933 Commits

Author SHA1 Message Date
SiboVG
e7e96ca715 [#1204] Fix overrideCGX slider length 2022-03-03 02:50:53 +01:00
SiboVG
91b43317f3 Use component iterator instead of self-written childrenRecursive 2022-03-03 00:28:45 +01:00
SiboVG
06f220d6a9 [#1208] Add StageSelector button for ParallelStage 2022-03-02 22:39:20 +01:00
SiboVG
ef809147e1 Only allow Java 11 runtime version 2022-03-01 18:58:53 +01:00
SiboVG
6a6fe8d862 [fixes #1176] Add JRE version checking at startup 2022-03-01 01:48:17 +01:00
SiboVG
7e14a07f9b
Merge pull request #1201 from SiboVG/issues-1163
[fixes #1163 & #1175] Fix unreliable simulation creation from new flight config
2022-02-28 23:56:21 +01:00
SiboVG
cd44d73b55 [fixes #1163] I messed up one line of code... 2022-02-28 22:56:44 +01:00
SiboVG
161884bc1b Rename some stuff 2022-02-28 21:10:40 +01:00
SiboVG
125e8f8270 Redo the changes from PR #970
I have no idea why the changes from that PR were gone, but... now they're back...
2022-02-28 20:40:48 +01:00
SiboVG
9be77d7a4f Clamp shine & opacity values 2022-02-28 20:39:38 +01:00
SiboVG
901d7b5332 Merge branch 'unstable' into issue-1189 2022-02-28 20:26:03 +01:00
Joe Pfeiffer
a6ddbcd1c5
Merge pull request #1197 from SiboVG/issue-1078
[fixes #1078] Add opacity slider to appearance config
2022-02-28 10:48:41 -07:00
Joe Pfeiffer
788b9ab12e
Merge pull request #1182 from SiboVG/issue-1181
[fixes #1181] Fix initial motor select in MotorChooserDialog
2022-02-28 10:38:25 -07:00
Joe Pfeiffer
804d9bad0d
Merge pull request #1180 from SiboVG/issue-1166
[fixes #1166] Use [{motors}] for flight config motors placeholder
2022-02-28 10:27:19 -07:00
SiboVG
6ca76c4e43 [fixes #1078] Add opacity slider to appearance config 2022-02-28 18:03:40 +01:00
SiboVG
7b09634760 [fixes #1190] Fix ConfigDialog Close-button cut off 2022-02-28 17:14:06 +01:00
SiboVG
fb872fdb66 [fixes #1189] Fix Shine slider zero width 2022-02-28 16:35:07 +01:00
SiboVG
0a9f5369a3 [fixes #1181] Fix initial motor select in MotorChooserDialog
Ensures that a table selection in the motor chooser gets translated to an actual motor selection
2022-02-27 16:25:54 +01:00
SiboVG
d3ec4f66eb [fixes #1166] Use [{motors}] for flight config motors placeholder 2022-02-27 12:50:59 +01:00
thzero
05aae61932 Refactored from new Boolean and new Integer to Boolean.valueOf and Integer.valueOf due to deprecation warnings. 2022-02-26 09:47:57 -06:00
SiboVG
2d54e9eeeb Update SoftwareUpdater to use .sh for Linux update 2022-02-25 02:04:57 +01:00
SiboVG
f4d46bd925 [fixes #1156] Fix jogl-all 2022-02-24 16:56:24 +01:00
SiboVG
21fa9c64f4 [fixes #1156] Update JOGL library + add more Linux distributions 2022-02-24 12:52:47 +01: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
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
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
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
79973e2cfb [fixes #358] Fix multi-component stage editing 2022-02-18 18:28:55 +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
aacc101f3a [fixes #358] Implement multi-selection for component tree - Move up, down, Delete, Cut, Copy, Paste 2022-02-16 20:25:41 +01: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
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