49 Commits

Author SHA1 Message Date
H Craig Miller
ec76aa6787 Update Apocalypse with decals.ork
Apocalypse example, changed lunch lugs to rails buttons, and reoriented rotation to -120 to avoid fins.
2022-11-21 23:09:52 -08:00
JoePfeiffer
2c8c29c46d Wait to do TUMBLE processing until actual TUMBLE event is removed from queue
Run TARC payloader simulation and save new simulation data.  I compared our simulation data with an on-line descent rate calculator at https://descentratecalculator.onlinetesting.net/ and saw that the results are well within 1 fps of each other.
2022-11-07 08:02:48 -07:00
JoePfeiffer
d8e04a8127 Add dual deploy example 2022-09-27 16:08:06 -06:00
thzero
8074ab1349 replace const keyword with let keyword to resolve issue; also cleanup to name variables with descriptive names instead of single letters 2022-07-24 07:24:58 -05:00
thzero
1b1eecaa4b refactor the graaljs integration to allow Java code to be called; updated the simulation extension and scripting to due to a change in the FlightConfiguration 2022-07-02 13:55:09 -05:00
hcraigmiller
0e3716bc52 Update Three-stage rocket example
Ran/saved simulations
2022-06-26 21:00:04 -07:00
hcraigmiller
ce462bcf22 Update Three-stage rocket example
Corrected design error related to staging couplers.
2022-06-26 18:00:20 -07:00
hcraigmiller
80524572e3 Update Tube Fin Example
Updated Tube Fin example to include basic required components to function correctly... streamer decent rate too high (substituted parachute), no engine block or launch lug. Changes also re-ran simulation and eliminated tube fin warning.
2022-06-20 21:36:30 -07:00
Neil Weinstock
0efcaf9c73
Merge pull request #1463 from hcraigmiller/Update-Apocalypse
Update Apocalypse example
2022-06-20 17:23:00 -04:00
hcraigmiller
ae3c3f74d8 Update Apocalypse example
changed nose cone and transition shoulder diameters to be consistent with body tube inner diameter; changed parachute characteristics to reduce decent to appropriate rate; moved centering forward and middle centering rings to ends of fins; changed fin tabs to be consistent with 15.03; rotated launch lugs so that rod is not going through fins.
2022-06-18 09:57:00 -07:00
hcraigmiller
b3db5ced19 Update Three-stage Rocket
Changed sustainer motor delays to avoid recovery device deployment at high speed warning.
2022-06-17 22:43:16 -07:00
JoePfeiffer
34f7e42c74 Replace old parallel staging example with a new one that just demonstrates paralllel booster stages, and is a more reasonable design 2022-06-01 14:48:00 -06:00
JoePfeiffer
d0fd71f399 rerun all examples 2022-05-14 09:18:06 -06:00
Joe Pfeiffer
6a3fa9820c
Merge pull request #1106 from SiboVG/issue-1055
[fixes #1055] Improve OR's simulation behavior
2022-02-08 18:56:46 -07:00
SiboVG
2350b5cbd6 Update example files with corrected launchRodDirection
The launchRodDirection saved in these example files was wrong and caused an outdated status update when editing the sim or saving the file
2022-02-06 18:49:02 +01:00
JoePfeiffer
0cd5dcbe09 Eliminate serialization of component preset files
Relabel "Legacy Component Checkbox" to "Legacy Database Checkbox" to make clearer
2022-01-26 09:54:28 -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
Billy Olsen
f71ae2bb40 Resize space.jpg for display
Resize space.jpg to be 1024x1024 to resolve rendering issues on MacOS.

Fixes #861

Signed-off-by: Billy Olsen <billy.olsen@gmail.com>
2021-02-23 13:19:35 -07:00
Daniel_M_Williams
4ede3a8c60 [fix][example] Fixes 'High Power Airstart' -- with new motor: I211 2020-03-30 20:21:15 -04:00
Daniel_M_Williams
af3d226b2b [fix #592] Fixes the 'Apocalypse with decals' example rocket 2020-03-21 20:53:40 -04:00
Daniel_M_Williams
cc1e39900a [fix] updates the Boosters example rocket 2020-03-19 18:20:15 -04:00
Daniel_M_Williams
154df7bb34 [fix] updates the Pods example rocket 2020-03-19 18:20:15 -04:00
JoePfeiffer
1bf2ed2a54 Show stage names instead of stage numbers 2018-10-31 18:46:17 -06:00
Daniel_M_Williams
82d5f871f0 [upgrade] Updated Eclipse buildfiles to use Java 1.8 2018-06-17 15:34:55 -04:00
Daniel_M_Williams
23d7397fa6 [refactor] Pods and ParallelStages are now attached to BodyTubes *only* 2018-01-13 14:35:16 -05:00
Kevin Ruland
a082e8a24b Resave the Pods Example to get rid of older attribute. 2016-10-26 19:46:00 -05:00
Kevin Ruland
10bd864ef6 Fix 3d rendering issues with AxialStage and ParallelStage. Renamed
example to get rid of underscores.
2016-10-26 18:39:10 -05:00
Daniel_M_Williams
39420ddfc0 [Bugfix] Cleaned up simulation and configuration Ids loading
- Simulations now load the configuration ids corresponding to it's file entry.
  - involved removing redundand flightconfig id fields
    - FROM simulation conditions and simulation options
    - TO "Simulation"
- Distilled some unit tests to use all rockets from the TestRocket class.
- Fixed a few warnings
2016-01-19 00:03:25 -05:00
Daniel_M_Williams
54f1a4c672 added example rockets for Boosters and Pods 2015-08-29 14:45:36 -04:00
Daniel_M_Williams
0c01123551 refactored Stages (Axial & Booster) now load correctly. 2015-08-25 22:38:13 -04:00
Daniel_M_Williams
29430218d5 Fixed example files, added descriptions 2015-08-24 10:52:43 -04:00
Daniel_M_Williams
d2793249a0 added example files for boosters and pods 2015-08-23 20:36:51 -04:00
kruland2607
37225b04e2 Merge remote-tracking branch 'upstream/master' into feature-tubefins 2015-03-22 21:06:57 -05:00
Sampo Niskanen
c2f44f97f6 Update example design of simulation extensions 2015-01-07 17:59:43 +02:00
kruland2607
f5e0b36dee Added preliminary aerodynamics based on approximating each tube fin with
3 regular fins.  Added example Tube Fin rocket.
2014-11-18 14:29:20 -06:00
kruland2607
a9ba6172a9 Update documentation for 14.11 release. 2014-11-02 12:11:49 -06:00
kruland2607
35f9ae384e Added motor texture for Klima motors. 2014-05-21 15:11:31 -05:00
kruland2607
967b6b3eeb Preparing for release 14.05. 2014-05-20 13:04:30 -05:00
kruland2607
a34d41d6af Implement feature to compute the optimum delay for a simulation. 2014-04-08 13:09:38 -05:00
kruland2607
ae36404431 Changes for 14.03 Release. 2014-03-19 15:54:22 -05:00
CarVac
708323af73 Fixed an OpenGL error; just a stopgap it seems. 2014-03-18 19:17:03 -04:00
Sampo Niskanen
d4ba3eba01 Replace lake.png with lake.jpg 2014-02-02 13:28:52 +02:00
bkuker
78ab978180 Fix float literals in shader for my mac 2014-01-12 19:14:57 -05:00
bkuker
e9a75b1111 Add light from flame to smoke. 2013-12-04 12:33:35 -05:00
bkuker
9069277573 Give smoke quads random rotation to reduce artifacts from repitition 2013-11-27 19:36:43 -05:00
bkuker
63570880e3 Photo-booth files copied to the split version of OR.
I HOPE I didn't miss anything!
2013-11-27 17:52:28 -05:00
kruland2607
87d515971b Updated release information for 13.11. 2013-11-07 20:59:08 -06: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