Daniel_M_Williams
b63616b1be
[build] Updated dependencies for running from intellij
2018-09-03 14:10:00 -04:00
Daniel_M_Williams
3153ccf545
[ fixes #426 ] reworks FreeformFinSet Selected point display... it is now a second, expanded, different colored box.
2018-08-26 18:39:59 -04:00
Daniel_M_Williams
e4b6b25a8b
[ fixes #419 ] Adding new points to FreeformFins are now placed at the mouse cursor
2018-08-26 17:31:46 -04:00
Daniel_M_Williams
f3dbceba37
[refactor] separated FinSet Tests into files corresponding to FinSet, TrapezoidalFinSet, and FreeformFinSet
2018-08-26 17:27:41 -04:00
Daniel_M_Williams
104b0ce74f
[ fixes #425 ][ fixes #440 ] FinPointFigure contents are bottom-aligned, properly sized.
2018-08-26 16:59:01 -04:00
Daniel_M_Williams
10a0cabd98
[ fixes #436 ] Rocket figures now center as desired.
2018-08-26 16:59:01 -04:00
Daniel_M_Williams
c971978b02
[fix] AbstractScaleFigure now stores (& requires!) the visible bounds when setting zoom/scale.
...
- if the visible bounds are larger than the requested scale bounds, then the figure is expanded to match.
2018-08-26 16:59:01 -04:00
Daniel_M_Williams
3593b2197b
[ fixes #439 ] May now delete points again, in the FreeformFinSetConfig window
2018-08-26 16:59:01 -04:00
Daniel_M_Williams
8dfd4bfd53
[minor][debug][oneline] removed excess sys.err debug line
2018-08-26 16:59:01 -04:00
Daniel_M_Williams
fab167abdc
[fix] Fixes the way BarrowmanCalculator handles instancing, particularly for ComponentAssemblies
2018-08-26 16:59:01 -04:00
Daniel_M_Williams
e6b788cb0b
[test] Moved fins from core-body to booster-body; (they are now doubly-instanced); adjusted tests to accept this.
2018-08-26 16:59:01 -04:00
Daniel_M_Williams
4cb8a03454
[ resolves #423 ][partial] BarrowmanCalculator no longer multiplies instanced leaf nodes.
2018-08-26 16:59:01 -04:00
Daniel_M_Williams
7e5ab5de32
[fix] Revert patch 6289aef0... which introduced simulation anomalies
2018-08-26 16:59:01 -04:00
Daniel_M_Williams
4a91ecd63a
[feature][ Resolves #426 ] implemented FinPoint SelectedIndex Indicators
...
- figure and table update each other
2018-08-26 16:59:01 -04:00
Daniel_M_Williams
bea26fc511
[refactor] renamed FinSet#fins => FinSet#finCount to make it's meaning more explicit
2018-08-26 16:59:01 -04:00
Daniel_M_Williams
1418cb902b
[ fixes #431 ] Fins default to instance count / fin count == 1
...
- Fixed init bug
- added unittests for fin count loading/saving/creation
2018-08-26 16:59:01 -04:00
Daniel_M_Williams
eee24233cb
[ fixes #419 ] Clicking in fin-point figure now calculates closest segment correctly
2018-08-26 16:59:01 -04:00
Daniel_M_Williams
040c2d0091
[ fixes #424 ] Addes back in ConfigDialog outside spacing.
2018-08-26 16:59:01 -04:00
Daniel_M_Williams
165f005b12
Version Bump to Alpha 8
2018-08-26 16:59:01 -04:00
Daniel_M_Williams
fc43b19db0
[fix] clicking away from points now longer causes an exception
2018-08-26 16:59:01 -04:00
Daniel_M_Williams
80c0fa8568
[ fixes #425 ] FinPointFigure ScrollBars now adjust with zoom in/out
2018-08-26 16:59:01 -04:00
Daniel_M_Williams
c3918ad2d4
[feat] FinPointFigure draws its parent/mounting half-body (w/front & back terminators)
2018-08-26 16:59:01 -04:00
Daniel_M_Williams
b63ea3b3cc
[fix] FinPointFigure now auto-scales correctly
...
- auto-zooms on startup
- ScaleSelector Text updates with +/- buttons
- adjusts fin-point drawing code
2018-08-26 16:59:01 -04:00
Daniel_M_Williams
87b1f99a9b
[rm] excised EXTRA_SCALE (==S) factor in ScaleFigure Code
2018-08-26 16:59:01 -04:00
Daniel_M_Williams
885df6ce04
[refactor] Reduce redundant methods in Scalefigures, and harmonize common function names
...
- removed interface that was only inherited by the single AbstractBaseClass
- harmonizes the border pixels variables in the scalefigure package
2018-08-26 16:59:01 -04:00
Daniel_M_Williams
9d76ece128
[refactor] updated BoundingBox class to be more useful
...
- FlightConfiguration now exposes the BoundingBox method for its rocket
2018-08-26 16:59:01 -04:00
Daniel_M_Williams
95b1e8718b
[cleanup] Refactored naming in ScaleSelector to be more consistent 'Zoom' -> 'Scale'
2018-08-26 16:59:01 -04:00
Daniel_M_Williams
9aa71c94cf
[ Fixes #424 ] Respaced FinSetConfig Window:
...
Resolved some sources of phantom whitespace; Spacing on component configuration
windows is now generally tighter.
2018-08-26 16:59:00 -04:00
Daniel_M_Williams
c1d8bfda06
[refactor] fixed warnings and made variable names more explicit in [Freeform]FinSetConfig Dialogs
...
- de-duped writeCSVFile methods
2018-08-26 16:59:00 -04:00
Wes Cravens
3209e0201e
Merge pull request #437 from JoePfeiffer/fixSimulationLog
...
Fix simulation log
2018-08-07 18:21:31 -05:00
Joe Pfeiffer
7d2e4757e8
Also eliminate redundant "BasicEventSimulationEngine" in log lines
2018-08-06 17:21:24 -06:00
Joe Pfeiffer
39d961df56
Don't report timestep on thrust log line. First it was probably meant
...
to be simulation time, not time step, and second it's already reported
elsewhere
Report altitude and event type at each simulation step
2018-08-06 17:11:12 -06:00
Wes Cravens
e6612ddbe0
Merge pull request #430 from teyrana/fix_debug_window
...
[fixes #428 ] DebugLogDialog // details Pane stays hidden (if toggled hidden)
2018-08-01 10:49:32 -05:00
Daniel_M_Williams
6add0b396c
[ fixes #428 ] minor patch to fix behavior of toggling the details pane in the debug log window
2018-07-08 11:32:51 -04:00
Wes Cravens
3538d53c6d
Merge pull request #416 from JoePfeiffer/fixnewconfiguration
...
Set current configuration before creating simulation
2018-07-05 00:55:01 -05:00
Wes Cravens
5fcd62dc84
Merge pull request #420 from teyrana/fix_new_stage
...
[fix][oneline] both Create Stage buttons now create stages with the same name
2018-07-05 00:54:41 -05:00
Wes Cravens
a39f572c9a
Merge pull request #421 from teyrana/upgrade_java_8
...
Upgrade java 8: ant, eclipse, travis. Resolves #414
2018-07-05 00:54:31 -05:00
Wes Cravens
e3d1957f9a
Merge pull request #423 from teyrana/rm_duplicate_properties
...
[fix] removed duplicate property keys in 'resources/l10n'
2018-07-05 00:54:15 -05:00
Daniel_M_Williams
1e7e26b624
[upgrade] Upgrade travis configuration to Java 1.8
2018-06-17 15:34:55 -04: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
32c612fb91
[upgrade] Updated ant build.xml to use java 1.8
2018-06-17 15:34:46 -04:00
Daniel_M_Williams
14414d6279
[fix] removed duplicate property keys
2018-06-16 19:52:12 -04:00
Daniel_M_Williams
73db54ae7b
[fix] removes obsolete l10n string 'RocketActions.ActBoosterstage' from 'core/resources/l10n/message.properties'
2018-06-09 20:22:32 -04:00
Daniel_M_Williams
a9efed4288
[fix] both Create Stage buttons now create stages with the same name
...
- reads the value of `Stage.Stage` from 'core/resources/l10n/messages.properties'
- currently "Stage"
2018-06-09 20:15:19 -04:00
Wes Cravens
f41f9c1ae4
Merge pull request #417 from teyrana/fix_pod_shoulders
...
[fix] 2d figure - Transition Shoulders now rotate correctly
2018-06-04 19:43:58 -05:00
Daniel_M_Williams
f15830fc3b
[fix] 2d figure - Transition Shoulders now rotate correctly
2018-06-04 20:25:07 -04:00
Joe Pfeiffer
09123dd0ce
Set current configuration before creating simulation
...
createSimulationForConfiguration() assumed addConfiguration() and
copyConfiguration() would set the new configuration as selected, but
they didn't resulting in simulation based on old configuration, not new
one. Fixed.
addConfiguration() and copyConfiguration() had enough common code that
consolidating them and createSimulationForConfiguration() seemed like a
good idea.
Let FlightConfiguration.copy() create new ID for consistency with
constructor.
2018-06-04 12:37:40 -06:00
MadCompSci
aa300709f5
Refreshed from upstream
2018-06-01 13:19:03 -05:00
Wes Cravens
3d445c55b0
Merge pull request #412 from JoePfeiffer/fixconfigurationname
...
Fix Configuration name in motor configuration panel.
2018-06-01 11:44:41 -05:00
Joe Pfeiffer
f82fef44d7
Fix Configuration name in motor configuration panel.
...
Formerly just used delay value directly, resulting in huge delay for
plugged motors; now uses motor.getDesignation so it translates to "P" as
expected.
Changed name of toMotorDesription method to toMotorDesignation to match
usage of getDesignation() in ThrustCurveMotor.java
Changed toMotorDesignation to use motor.getDesignation
2018-06-01 09:27:08 -06:00