1070 Commits

Author SHA1 Message Date
kruland2607
f8037614a4 Update thrustcurves. 2014-10-29 19:11:07 -05:00
kruland2607
756577400c Fixed NPE reported through a bug report. Somehow the listenerList was
null when a change event was fired.  Don't know how this really can
happen, but protecting against the NPE isn't a bad idea.
2014-10-28 20:34:47 -05:00
celeron533
5c0d9eb118 Update registered language code in L10nPropertyReport
Update registered language code in L10nPropertyReport.java
Register "tr", "zh_CN".

Existing property files (13):

messages.properties
messages_cs.properties
messages_de.properties
messages_es.properties
messages_fr.properties
messages_it.properties
messages_ja.properties
messages_pl.properties
messages_pt.properties
messages_ru.properties
messages_tr.properties
messages_uk_UA.properties
messages_zh_CN.properties
2014-10-19 20:45:10 +08:00
kruland2607
73fabd01dd Added ukranian translations. 2014-10-02 20:23:51 -05:00
celeron533
c9e4c6dd37 Update zh_CN translation & logo 2014-09-26 15:13:45 +10:00
Doug Pedrick
c2e79ba50e Added support for Rocksim SubAssembly file elements (import only). 2014-08-30 21:08:13 -05:00
kruland2607
f7553c9a6f Update release to 14.06dev. 2014-06-26 08:42:32 -05:00
kruland2607
38595284ca updates to make the 14.06 release. 2014-06-25 15:58:38 -05:00
kruland2607
414cd82374 Update thrustcurves. 2014-06-25 15:21:30 -05:00
kruland2607
35f9ae384e Added motor texture for Klima motors. 2014-05-21 15:11:31 -05:00
kruland2607
0e984d51f0 Add knots to velocity group. 2014-05-21 12:47:34 -05:00
kruland2607
3ea50e1fad Added knots to windspeed unit group. 2014-05-20 21:17:00 -05:00
kruland2607
eaaac8d2fe Update build.properties for 14.05dev. 2014-05-20 13:45:55 -05:00
kruland2607
a3e6c0d183 Update the version number in htp.def for release 14.05. 2014-05-20 13:26:29 -05:00
kruland2607
967b6b3eeb Preparing for release 14.05. 2014-05-20 13:04:30 -05:00
kruland2607
49ddd78cbc Updated thrustcurves. 2014-05-20 10:43:58 -05:00
kruland2607
b1e53e4e6b Removed the tumbling warning during coast to apogee. 2014-05-20 09:29:31 -05:00
Sampo Niskanen
8c97f13c56 Update README.txt for Klima_*.eng 2014-05-18 12:51:45 +03:00
Sampo Niskanen
4a0960e4f6 Clean up spurious decimals from Klima thrust curve files 2014-05-18 12:46:14 +03:00
Sampo Niskanen
da8910a0ba Add Klima motor files 2014-05-18 12:41:34 +03:00
kruland2607
12c47442f3 Renamed the cg-marker.png to cg-override.png. 2014-05-08 09:08:27 -05:00
kruland2607
bef5ff4f4a Merge remote-tracking branch 'upstream/master' into override-indicators 2014-04-24 09:46:10 -05:00
kruland2607
33af46a105 Added mass-override.png icon. 2014-04-24 09:42:00 -05:00
kruland2607
ae64f7a7f9 CG & Mass override indicators in component tree. 2014-04-23 21:22:43 -05:00
kruland2607
a34d41d6af Implement feature to compute the optimum delay for a simulation. 2014-04-08 13:09:38 -05:00
kruland2607
11328bc1fc Prepare for dev release. 2014-03-19 16:59:15 -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
kruland2607
81739c340f Updated AT F44, G74, J170 and GR O2700 thrustcurves. 2014-03-18 13:59:09 -05:00
kruland2607
5a549495b7 Updated thrustcurve serialized file. 2014-02-27 20:42:24 -06:00
kruland2607
8d7039995f Added YourKit support announcement to the front page. 2014-02-27 20:38:11 -06:00
kruland2607
a2e1a67145 Merge pull request #183 from kruland2607/master
Updated Spanish translation and thrustcurves.
2014-02-27 20:33:14 -06:00
kruland2607
faead389b0 Added YourKit support announcement to the front page. 2014-02-27 20:30:30 -06:00
kruland2607
3993bc481d Updated thrustcurves from thrustcurve.org. 2014-02-26 21:34:27 -06:00
kruland2607
836eb92cd6 Update Spanish translation file. 2014-02-26 21:18:46 -06:00
bkuker
8e063f0a64 The changes to the tumble transition discussed on or-dev 2014-02-25 15:39:12 -05:00
bkuker
7c72bc88b1 Fix BasicTumbleStatus to initialize drag to non-zero.
computeTumbleDrag() is never called without this fix.

The one-arg constructor is the only constructor ever used, to init this
status based on the previous status, copying the tumble drag if it can.

The first BasicTumbleStatus is constructed from an RK4 Status, so it's
drag is not copied, but neither is the drag computed. From then on the 0
is copied from one BasicTumbleStatus to the next.
2014-02-25 09:51:03 -05:00
kruland
11a59e0759 Remove FIXME comment since it was addressed by the previous commit which
modified the epsilon to check for equality in y points.

Removed a bunch of vertical whitespace.
2014-02-04 08:11:26 -06:00
kruland2607
5905bc9cf0 Merge pull request #176 from bkuker/photobooth-split
3D Photo Studio
2014-01-31 20:32:01 -08:00
bkuker
1d38fb93db Apply translation to photo studio 2014-01-26 16:05:57 -05:00
kruland
b39cd8a016 Fix for Issue #175. Use a larger number to test equality of fin point y
positions to reduce numerical stability in computation of chord lengths.
2014-01-17 20:36:46 -06:00
bkuker
651b9d6418 Rename analysis meny to tools and move photo item there 2014-01-11 17:01:19 -05:00
UncleRus
43bb9ec941 New l10n strings 2014-01-04 04:17:39 +06:00
UncleRus
96e7c790aa Russian l10n update. Typos fixed. 2014-01-04 03:39:52 +06:00
kruland
0637be06ef Spanish translation file had all the accented characters incorrectly
specified as \ufffd.  I tried to selectively roll back to a previous
revision while keeping new strings and corrections.
2014-01-01 20:39:12 -06:00
kruland2607
ceda02150b Update version number to 13.11.2dev 2014-01-01 20:39:11 -06:00
kruland2607
2ce989b99d Update for release of 13.11.2. 2014-01-01 20:39:10 -06:00
kruland
96960ce930 Added start to turkish translations. 2013-12-31 20:28:29 -06:00
kruland2607
305ad36103 Simplify the RocketComponentVisitor by removing the generic interfaces.
Added functionality to the RocketComponentVisitor by providing a
templated return value.

Modified the Configuration tab UI to disable recovery & staging tabs
when they are not appropriate and adding some help text to the motor
table when there are no motor mounts defined.
2013-12-19 10:40:11 -06:00
kruland
28d970cad6 When importing a rkt file, if we cannot find the decal image file on the
local disk, we just ignore it.
2013-12-01 18:22:45 -06:00