1048 Commits

Author SHA1 Message Date
Sampo Niskanen
2c64e83a6f TODO 2014-05-18 12:35:11 +03:00
Sampo Niskanen
cc6a39c34d Remove test code 2014-04-12 10:56:42 +03:00
Sampo Niskanen
b6e3a57b47 Implement simulation extensions
Squashed commit of the following:

commit 058f603c23accbcdbe9110645f19164da7d57c85
Author: Sampo Niskanen <sampo.niskanen@iki.fi>
Date:   Sat Apr 12 10:52:21 2014 +0300

    Implmenent simulation extensions

commit a1ca913c7d7793a9209a5f98235336270db6ce10
Author: Sampo Niskanen <sampo.niskanen@iki.fi>
Date:   Fri Apr 11 19:45:12 2014 +0300

    WIP

commit 916f0bc8961360c0906b413485ca4e3700033740
Author: Sampo Niskanen <sampo.niskanen@iki.fi>
Date:   Tue Apr 1 20:23:25 2014 +0300

    WIP
2014-04-12 10:54:17 +03: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
kruland
e0f0befa86 New Spanish and Chinese translations. 2013-11-23 20:23:26 -06:00
kruland
0707d8b957 Updated French translations from Boris. 2013-11-17 20:18:20 -06:00
kruland2607
972d6fd507 Update build number to 13.11.1dev 2013-11-14 23:30:15 -06:00
kruland2607
b4626e4b55 Update update.php script. 2013-11-14 23:29:10 -06:00
kruland2607
a0326e7a4f Updated release notes again and the web pages. 2013-11-14 23:16:52 -06:00
kruland2607
5c16873331 Updated ReleaseNotes and build.properties for 13.11.1 release. 2013-11-14 23:09:44 -06:00
kruland2607
25c1ba2307 Protect against NPE when simulations are not properly set up. 2013-11-11 09:51:52 -06:00
kruland
8f66c241fe Fix the .classpath to refer to the OpenRocket Test Libraries project. 2013-11-10 20:33:03 -06:00
kruland2607
88856b9145 Update release to 13.11dev 2013-11-07 21:41:29 -06:00
kruland2607
c51d776c52 Merge branch 'master' of https://github.com/openrocket/openrocket 2013-11-07 21:24:08 -06:00
kruland2607
05376e8861 Updated web pages for 13.11 release. 2013-11-07 21:21:57 -06:00
kruland2607
0fbeb9ecb8 Update updates.php script for 13.11. 2013-11-07 21:13:38 -06:00
kruland2607
87d515971b Updated release information for 13.11. 2013-11-07 20:59:08 -06:00
kruland2607
932ba67dd2 Merge pull request #165 from kruland2607/master
Updated jogl to 2.1.2.
2013-11-05 13:11:31 -08:00
kruland2607
4449f824cc Move the gogl source from core to swing. 2013-11-05 10:03:30 -06:00
kruland2607
af2f3cbc07 Merge pull request #164 from kruland2607/master
jdk 1.7.0_45 drag & drop fix and simulation panel tool tip fix.
2013-11-04 12:55:19 -08:00
kruland2607
a1944b765f Added workaround for problem introduced in Java 1.7.0_45-b18 with
DataFlavor being loaded in a different classloader.  We cannot refer to
singletons in the RocketComponent class.
2013-11-04 14:49:20 -06:00
kruland2607
d1efbdf766 Merge pull request #163 from kruland2607/master
Added sorting to simulation list.
2013-11-04 11:40:46 -08:00
kruland
7600efa7f3 Fix misspelling of Diameter. 2013-11-04 08:44:55 -06:00
kruland2607
a8f124355a Merge pull request #161 from celeron533/master
Simplified Chinese Language Pack
2013-10-19 20:15:51 -07:00
celeron533
5159d24afe zh_CN implementation
update l10n properties, add logo
2013-10-19 12:16:00 +11:00
rus
ff0538957f Russian translation updated, typos fixed 2013-10-16 16:32:56 +06:00