This website requires JavaScript.
Explore
Help
Sign In
hongshaorou
/
openrocket
Watch
1
Star
0
Fork
0
You've already forked openrocket
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
openrocket
/
core
/
test
/
net
/
sf
/
openrocket
History
Doug Pedrick
eb0cfe141e
Added ruler graphic to printed output; improvements to layout and margins in printing; bug fix in PrintUnit; other
...
minor printing related cleanup.
2012-05-28 04:28:26 +00:00
..
arch
moving to core/
2012-01-08 02:25:52 +00:00
communication
Change toLowerCase() to toLowerCase(Locale.ENGLISH)
2012-03-27 11:42:31 +00:00
database
Change handling of Motor Digests. The computed digest value is now stored as a member variable in the ThrustCurveMotor and avaliable through the getDigest() method. getDigest() was added to the Motor interface. All references to MotorDigest.digestMotor() were removed from the application.
2012-01-15 02:46:13 +00:00
file
Fix tests
2012-03-10 21:12:33 +00:00
gui
Added ruler graphic to printed output; improvements to layout and margins in printing; bug fix in PrintUnit; other
2012-05-28 04:28:26 +00:00
l10n
Remove test dependency on Swing
2012-03-17 20:35:21 +00:00
logging
moving to core/
2012-01-08 02:25:52 +00:00
models
/gravity
moving to core/
2012-01-08 02:25:52 +00:00
motor
Change handling of Motor Digests. The computed digest value is now stored as a member variable in the ThrustCurveMotor and avaliable through the getDigest() method. getDigest() was added to the Motor interface. All references to MotorDigest.digestMotor() were removed from the application.
2012-01-15 02:46:13 +00:00
optimization
moving to core/
2012-01-08 02:25:52 +00:00
preset
Fix BaseComponentDTOTest to point to an image file which actually exists.
2012-05-22 20:40:18 +00:00
rocketcomponent
Minor modification to test case which makes setting breakpoints easier. No functional or assert changes.
2012-05-23 14:38:36 +00:00
unit
Change the textual representation of fractional units to use Unicode superscripts and subscripts. Unfortunately, the default fonts included with iText do not have these characters mapped so we needed to switch to a new true type font DejaVu. Added the DejaVuSerif font definition to the resources and modified the pdf writing process to use this font. Because this font is slightly wider, the column headings in the DesignReport had to be made smaller. Finally, had to modify the ExpressionParser to convert the unicode chars to real digits in order to have the expression parser be able to work with this representation.
2012-05-22 18:36:04 +00:00
util
Remove the old FractionUtil class containing the parser since we're using exp4j now.
2012-05-22 18:32:21 +00:00
Estes_A8.rse
moving to core/
2012-01-08 02:25:52 +00:00
IntegrationTest.java
My assessment of why IntegrationTest was failing was incorrect. After perusing the history I found that in repository revision 599, I introduced changes to the computation of Transition volume which accounted for the volume of the shoulders as well as the body of the transition. This change broke the computation of CG. This commit reverts IntegrationTest and adds some cg tests to SymmetricComponentVolumeTest which contains the values produced by the old code. A future commit will correct SymmetricComponent.getCG and all these tests will work again.
2012-05-23 14:23:01 +00:00
simplerocket.ork
moving to core/
2012-01-08 02:25:52 +00:00