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
Kevin Ruland
32ad0c1df6
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
..
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
moving to core/
2012-01-08 02:25:52 +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
Renamed the PresetTest helper class to PresetAssertHelper. This keeps ant unittest from carping about a *Test.java file which contains no tests.
2012-05-08 18:13:52 +00:00
rocketcomponent
Change the implementation of Transition getComponentVolume to include the volumes of the shoulders as well as the main body. This means that Transition no longer needs to override getComponentMass since the default implementation of density * volume now works correctly.
2012-04-24 18:24:22 +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
motor loading refactoring
2012-01-29 18:13:23 +00:00
simplerocket.ork
moving to core/
2012-01-08 02:25:52 +00:00