42 Commits

Author SHA1 Message Date
SiboVG
34fac46e1a Move database components from swing to core 2024-03-21 22:20:30 +00:00
thzero
92859640fa merge latest changes into gradle branch, updated required dependencies for new swing theme code 2023-12-23 16:02:01 -06:00
thzero
f22d5887df sync with updates from unstable branch 2023-05-06 11:17:44 -05:00
thzero
9654012d1b cleanup of temporary folder 2023-04-19 17:38:45 -05:00
thzero
9ac552fb84 updates for gradle 2023-04-18 21:48:26 -05:00
SiboVG
7cbbae2a4a Update thrust curves & parts database 2023-01-26 19:43:58 +01:00
H Craig Miller
d85eb8a13f Update RailButton_Database.orc
Add Wildman 1515 rail buttons
2022-12-18 14:35:11 -08:00
SiboVG
99b4c72ddb Fix unknown characters 2022-10-23 23:37:56 +02:00
SiboVG
e2ededfa07 Fix quote character missing termination 2022-10-23 02:53:13 +02:00
SiboVG
424b03879b Update dbcook's database 2022-09-29 01:08:39 +02:00
JoePfeiffer
3841a21dcb Mark all component files from 15.03 as Legacy, whether there is a better source or not 2022-09-16 11:38:59 -06:00
JoePfeiffer
5adddb7421 Move Dave's database to swing/resources-src/datafiles/components-dbcook
Move component files originally created within OR to swing/resources-src/datafiles/components-openrocket
2022-09-16 10:03:39 -06:00
JoePfeiffer
80bd6f4165 Correct thickness of BMS CR5060-W centering ring. 2022-09-12 10:04:33 -06:00
JoePfeiffer
948b6ebe9d catch up component databases 2022-08-25 12:54:41 -06:00
SiboVG
e00c5d5e0f Update dbcook's database 2022-08-16 01:11:51 +02:00
Joe Pfeiffer
c0ba04edac
Merge pull request #1540 from SiboVG/railbutton-database
Incorporate rail button database items
2022-07-31 15:10:13 -06:00
SiboVG
bc40509094 Update dbcook's database 2022-07-29 01:47:38 +02:00
SiboVG
2c401c47fc Implement rail button presets 2022-07-19 13:14:44 +02:00
UncleRus
87c4d7905f sync russian tranlsation 2022-06-28 05:35:35 +05:00
thzero
c2c22697cc
Dependency Updates (#1483)
* remove the resources\datafiles\presets folder as its is being built by the copy-orc-files build script

* Refactored from new Boolean and new Integer to Boolean.valueOf and Integer.valueOf due to deprecation warnings.   Value of is supported in Java 8 (https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html)

* Removed non-atomic updates around deprecation

* updated test dependencies

* dependency updates

* dependency updates
2022-06-26 18:58:18 +02:00
JoePfeiffer
d0fd71f399 rerun all examples 2022-05-14 09:18:06 -06:00
JoePfeiffer
fbd80f480d Modify GroundStepper to not add datapoint to simulation status
Modify BasicLandingStepper to recalculate timestep on last step to find
actual landing data
Modify BasicEventSimulationEngine to watch for altitude less than MathUtil.EPSILON rather than 0 (since BasicLandingStepper now finds altitude exactly equal to 0)
2022-05-13 10:32:00 -06:00
hcraigmiller
bbb578ce63 CRITICAL pre-beta ORC corrections
Corrects FruityChutes packed length and diameter units omission in entire parachute line; as well as Rocketman single decimal point placement error.
2022-05-10 15:46:29 -07:00
SiboVG
59c4b6d687 Update dbcook's database 2022-05-10 03:28:14 +02:00
hcraigmiller
2c5a449302 Additional parachute manufacturer products
Adds b2Rocketry and Spherachutes product lines
2022-04-26 03:39:53 -07:00
hcraigmiller
0ee4e14727 Parachute Manufacturers
Addition of Front Range Recovery and The Rocketman parachutes.
2022-04-19 12:11:39 -07:00
hcraigmiller
87d7210a0e
Delete Rocketman.orc 2022-04-19 04:08:30 -07:00
hcraigmiller
53b0bb7b80
Delete Rocketman_Enhanced.orc 2022-04-19 04:08:15 -07:00
hcraigmiller
21695a5ac2
Delete Front_Range_Rocket_Recovery_Enhanced.orc 2022-04-19 04:06:26 -07:00
hcraigmiller
7d7a831e3b
Delete Fruity_Chutes.orc 2022-04-19 04:05:57 -07:00
hcraigmiller
b9213ce300
Delete Front_Range_Rocket_Recovery.orc 2022-04-19 04:05:39 -07:00
hcraigmiller
3fefca0c2c Parachute Manufacturers added to preset components
Adds Front Range, FruityChutes, and The Rocketman parachutes.
2022-04-19 04:01:35 -07:00
hcraigmiller
1b7c065654 Parachute Manufacturers added to preset components
Adds Front Range, FruityChutes, and The Rocketman.
2022-04-16 21:20:04 -07:00
hcraigmiller
cb3343dd78 Augment parachute manufactures and parachute components
Adds Front Range and FruityChutes parachutes to preset components list
2022-04-14 10:19:32 -07:00
SiboVG
524a94b722 Update parts database 2022-03-22 12:52:00 +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
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
JoePfeiffer
4fa38e45fc Add submodule for Dave Cook's database 2022-01-24 18:22:55 -07:00
JoePfeiffer
5aa16cb556 Added an optional <Legacy /> element to the .orc files to mark all
the components in the file as legacy; used this to mark the files from our old
database.
2022-01-20 14:41:50 -07:00
JoePfeiffer
71202abfdc Add Dave Cook's parts database as a git submodule, in a directory called swing/swing/resources-src/datafiles/components/
Move old rocksim-based database from .../presets to .../legacy_components
Move rocksim .csv files from .../rocksim_components to .../rocksim_src
Modify BaseComponentDTO to process units
Modify SerializePresets to take a set of directories containing .orc files
as command-line arguments, and process all of them.
Modify swing/build.xml to specify both legacy and new databases for import
2022-01-18 14:50:30 -07:00
kruland2607
cc5340ca46 Upon further research the estes nc data contained incorrect PNC-80FB
part which does not exist.
2014-04-23 15:15:38 -05:00
kruland2607
26fb295554 Rework source structure to separate swing gui code from core code.
Separate swing application code from core code.  Moved a bunch of sources
and libraries around.  Created new eclipse project.

Further refinements to make it build.

Update gitignore.
2013-09-27 11:34:46 -05:00