401 Commits

Author SHA1 Message Date
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
7ea26fa6d6 Add unit test for config copy 2023-03-20 15:56:05 +01:00
SiboVG
c4794e5bd9 Fix unit tests for tumbling 2023-03-20 13:36:06 +01:00
SiboVG
2dc4a0fd39 Merge branch 'unstable' into issue-875 2023-03-20 12:41:12 +01:00
SiboVG
9ef59ec6af Fix unit-test 2023-03-19 21:09:27 +01:00
JoePfeiffer
c3e87bb138 Add unit test for railbutton drag when velocity is 0 2023-03-18 10:49:26 -06:00
SiboVG
e3c34f197a Fix/improve import warnings 2023-03-15 22:53:07 +01:00
JoePfeiffer
769ac69300 Unit test for multiple instances of rail buttons 2023-03-14 21:37:17 -06:00
SiboVG
a9ff65fc69 Update unit tests 2023-03-11 15:37:32 +01:00
SiboVG
5e6abcffa7 Fix some merge conflicts 2023-03-11 15:34:04 +01:00
Joe Pfeiffer
14db274d42
Merge pull request #2110 from JoePfeiffer/fix-2058
[#2058] Create simulation exception for zero-length stages; improve exception reporting
2023-03-10 10:57:27 -07:00
Joe Pfeiffer
5e9cbe2706
Merge pull request #2097 from JoePfeiffer/2078-typo
Fix error in sim loading, add unit test, refine loading a bit.
2023-03-10 10:56:59 -07:00
JoePfeiffer
435b2bfcad update unit tests 2023-03-09 15:56:59 -07:00
SiboVG
2252a31f97 Add extra rocket test 2023-03-09 01:01:21 +01:00
Sibo Van Gool
cfea331712
Merge pull request #2105 from SiboVG/issue-2103
[#2103] Fix type in default pressure setter
2023-03-08 21:35:54 +01:00
SiboVG
4dfe63bc69 Merge branch 'unstable' into issue-875
# Conflicts:
#	core/src/net/sf/openrocket/rocketcomponent/RocketComponent.java
#	core/src/net/sf/openrocket/rocketcomponent/SymmetricComponent.java
#	core/test/net/sf/openrocket/rocketcomponent/SymmetricComponentVolumeTest.java
#	swing/src/net/sf/openrocket/gui/main/BasicFrame.java
#	swing/src/net/sf/openrocket/gui/util/Icons.java
2023-03-08 21:29:05 +01:00
SiboVG
7252f44a37 Add unit tests for default simulation options 2023-03-08 21:13:05 +01:00
SiboVG
80e33ba01b Refactor string utils to common class 2023-03-06 19:55:35 +01:00
JoePfeiffer
b6c6a47811 Unit test to see if sim status is saved/loaded properly 2023-03-03 18:23:40 -07:00
JoePfeiffer
590e550511 update unit tests 2023-02-25 18:56:09 -07:00
Sibo Van Gool
2c22015ec7
Merge pull request #2057 from SiboVG/issue-2055
[#2055] Add motor manufacturers substitutor
2023-02-24 22:12:12 +01:00
SiboVG
5ba08cf8a4 Remove unused imports 2023-02-23 23:40:22 +01:00
SiboVG
9557287bc1 Merge branch 'unstable' into issue-2048 2023-02-23 23:21:37 +01:00
SiboVG
dfac4c6e56 Add unit-tests for RASAero import
Could probably be elaborated more for the separate handlers... I'm just sick of RASAero importing at this point
2023-02-23 21:50:57 +01:00
SiboVG
a621bed20a [#2068] Use generalized motor config substitutor 2023-02-23 16:15:30 +01:00
SiboVG
5be3e381e7 Update geometry check for new next/prev comp behavior 2023-02-22 00:56:06 +01:00
Sibo Van Gool
9618fdb400
Merge pull request #2053 from SiboVG/issue-2040
[#2040] Fix CM of launch lug & rail button instances
2023-02-21 23:32:39 +01:00
SiboVG
074fee3663 [#2048] Support inline, flush assemblies in prev/next sym comp 2023-02-21 03:15:47 +01:00
Sibo Van Gool
45604e22cf
Merge pull request #2042 from SiboVG/issue-2003
[#2003] Increase resolution of launch temp and pressure to 2 decimals
2023-02-16 05:11:35 +01:00
SiboVG
5b921eebaf Fix non-ASCII characters 2023-02-14 19:23:54 +01:00
SiboVG
fb3a22d210 Add unit tests for config name 2023-02-14 16:43:21 +00:00
SiboVG
813f0d5fc6 Only search active stages in substitutor 2023-02-14 16:32:59 +00:00
SiboVG
6449883ddd [#2040] Fix CM of launch lug & rail button instances 2023-02-13 23:56:08 +00:00
SiboVG
ba341fc0bb Update unit tests 2023-02-12 09:40:59 +00:00
SiboVG
0fb70b9e81 [#2036] Fix incorrect position of parachute when auto radius 2023-02-12 08:48:24 +00:00
SiboVG
ec9bfa8f63 [#875] Implement RASAero importing 2023-02-12 07:23:29 +00:00
SiboVG
8a779cfc11 Rename get/setType to get/setShapeType 2023-02-12 06:52:33 +00:00
SiboVG
b5de5347ff Add filename information to file/rocket loading
Useful later for using the file name as the rocket name
2023-02-12 02:38:39 +00:00
SiboVG
9c45e067fc Fix some issues in software updater 2023-02-03 01:33:55 +00:00
SiboVG
8171492a8a Add ability to test welcome info retrieval from IDE 2023-02-02 02:31:21 +00:00
SiboVG
a412100140 Add additional debug messages 2023-02-02 02:20:02 +00:00
SiboVG
640a9f155e Merge branch 'unstable' into 22.02_prep 2023-01-25 01:35:22 +01:00
JoePfeiffer
458e9e3d3d Add unit test for in-line pods 2023-01-20 11:33:34 -07:00
JoePfeiffer
b272a98620 Update unit tests since rocket is now a copy during the simulation 2023-01-17 09:32:32 -07:00
SiboVG
9c7afc669a [#1966] Pass File in FileIterator instead of filename 2023-01-12 00:30:56 +01:00
SiboVG
96f8710d81 Add RC to release notes and update info retriever 2023-01-09 16:52:27 +01:00
JoePfeiffer
b3d2b92edd Merge remote-tracking branch 'origin/unstable' into add-open-airframe-warning 2023-01-03 18:46:26 -07:00
SiboVG
5ad66e9151 Increase error margin 2023-01-01 14:22:47 +01:00
JoePfeiffer
30cedd9215 Instead of just checking continuity, we're doing a few more sanity checks on
SymmetricComponent geometry.
2022-12-27 17:59:07 -07:00
H Craig Miller
ecb7b5da7a
Merge branch 'openrocket:unstable' into Change-side-view-to-top-view 2022-12-24 21:56:44 -08:00