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
Sampo Niskanen
9ed7836999
Remove invalid unit test
2012-09-16 12:39:45 +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 dependency on java.text.Normalize
2012-08-27 19:46:44 +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
Fix correctness and threading issue in new Manufacturer lookup mechanism. It was incorrect because the Manufacturer objects should be registered under the searchNames. The threading correctness is only an issue in the Manufacturer.get(String) method when the name does not exist. This is handled by using external locking mechanism. Added a unit test which exposed the problem looking for the manufacturer "Contrail_Rockets".
2012-08-24 20:31:13 +00:00
optimization
Rework the CustomExpression evaluation to use SimulationListeners. Removed the OpenRocketDocument member variable from the Simulation object.
2012-08-08 02:24:40 +00:00
preset
Material localization support
2012-08-25 20:10:58 +00:00
rocketcomponent
Material localization support
2012-08-25 20:10:58 +00:00
simulation
/customexpression
Big update to custom expression feature.
2012-08-05 23:59:54 +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 invalid unit test
2012-09-16 12:39:45 +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