Rework the CustomExpression evaluation to use SimulationListeners. Removed the OpenR...
[debian/openrocket] / core / src /
2012-08-08 kruland2607Rework the CustomExpression evaluation to use Simulatio...
2012-08-07 kruland2607Make preset favorites per component type. That is...
2012-08-05 richardgrahamBig update to custom expression feature.
2012-08-04 kruland2607When creating a new user material from an existing...
2012-08-04 kruland2607Add factory method which constructs a user material...
2012-08-04 kruland2607escape for xml the material type key and flight data...
2012-08-01 kruland2607Changed the loader to pull *.rkt files from zip containers.
2012-07-31 kruland2607De-localize Material and FlightDataType objects when...
2012-07-31 kruland2607Fix refresh bug which sometimes happens when the plot...
2012-07-26 kruland2607More changes to make Froyo compatible.
2012-07-19 kruland2607Had to reimplement getValue to not use TreeMap/SortedMa...
2012-07-18 kruland2607Had to implement Arrays.copyOf for doubles because...
2012-07-18 kruland2607Merge branches/froyo_12.03 to head.
2012-07-12 kruland2607Comment out a bunch of System.out.printlns.
2012-07-12 kruland2607Extract Transformation.main to junit test.
2012-07-11 rodinia814Added inference of Rocksim shock cords to try to be...
2012-07-11 rodinia814Added an AttachedPartsHandler. This should automatical...
2012-07-10 kruland2607Extract Quaternion.main to junit test.
2012-07-10 kruland2607Extract PolyInterpolator.main into Junit test case.
2012-07-10 kruland2607Removed unused import.
2012-07-10 kruland2607Pull LinearInterpolator.main() into a JUnit test.
2012-07-10 kruland2607Extract Base64.main() as a unit test.
2012-07-10 kruland2607Configured the Motor ignition at delay time, parachute...
2012-07-10 kruland2607Bump out the timeouts on the Preset loader so it doesn...
2012-07-04 kruland2607Use unicode letter so it will compile under winders.
2012-06-27 bdureauAdded pl locale and credit
2012-06-27 kruland2607Added threaded loader to ComponentPresetDatabase follow...
2012-06-24 bkukerInclude OSX UI elements.
2012-06-23 bkukerAdd JOGL to the About Dialog's libraries list
2012-06-20 kruland2607Print the manufacturer and part number of the preset...
2012-06-18 plaaPotential plugin structure
2012-06-18 plaaComponent preset updates
2012-06-12 bdureauAdded credit for Czech translations
2012-06-11 bkukerJOGL Based support for a 3D view of the rocket.
2012-06-11 richardgraham- Implemented copying of custom expressions to other...
2012-06-06 kruland2607Change OpenRocketComponentSaver unmarshal function...
2012-06-06 kruland2607Change MaterialDTO.asMaterial() to convert the current...
2012-06-06 kruland2607When validating the xml we don't need the returned...
2012-06-06 kruland2607Add method to extract the List<Materials> from the...
2012-06-06 kruland2607Added conversion constructor from List<Material>.
2012-06-06 kruland2607Populate the Materials section of the output file with...
2012-06-06 kruland2607Change the semantics of MaterialHolder.getXXXMaterial...
2012-06-06 kruland2607Explicitly create the writerThread to be an executor...
2012-06-06 rodinia814Added most recently used design file list to File menu.
2012-06-05 kruland2607Fixed two bugs. When the data in the table was sorted...
2012-06-05 kruland2607Discovered a couple more shape parameter values used...
2012-06-04 kruland2607Added UnitGroup.fromUnit which delegates to UnitGroup...
2012-06-04 richardgrahamRemoved some debugging junk and fixed a null pointer...
2012-06-04 richardgrahamFixed issue where symbols / units for FlightDataTypes...
2012-06-02 kruland2607Remove dependency on awt.Window from CustomExpression...
2012-06-02 richardgrahamAdded new feature : user configurable custom expression...
2012-05-31 rodinia814More accurate fin marking guide circumference computati...
2012-05-31 rodinia814Support for different size clusters in centering ring...
2012-05-30 rodinia814Print support for clustered centering rings.
2012-05-28 rodinia814Added ruler graphic to printed output; improvements...
2012-05-24 rodinia814Printable Centering Ring templates.
2012-05-23 kruland2607Correct the computation of shape mass in integrate...
2012-05-22 kruland2607Change the textual representation of fractional units...
2012-05-22 kruland2607Remove the old FractionUtil class containing the parser...
2012-05-22 kruland2607Change the in/64 length unit to not allow decimal repre...
2012-05-22 kruland2607Use the fonts defined in PrintUtilities instead of...
2012-05-22 plaaExpression parser updates
2012-05-21 rodinia814Fix to streamer loading of materials; missing material...
2012-05-18 rodinia814Cleanup and tweaks to unit widths.
2012-05-17 kruland2607Added imperial and SI defaults for UNITS_WINDSPEED.
2012-05-17 richardgrahamAdded ability for doublemodel to evaluate math expressi...
2012-05-16 kruland2607Added convenience function RocketComponent.getMotorMoun...
2012-05-16 kruland2607Added UNITS_WINDSPEED so the preferred units for enteri...
2012-05-16 kruland2607Added clone() implementation to support the ThrustCurve...
2012-05-16 kruland2607Added protected copy constructor which makes a deep...
2012-05-16 rodinia814Constrain preset editor on existing files to only use...
2012-05-15 kruland2607Change from ClassLoader.getSystemResourceAsStream to...
2012-05-15 rodinia814Rename to ComponentPresetEditor
2012-05-15 rodinia814Added ability to open *.csv files to menu.
2012-05-15 kruland2607Put the loadMotor() method back since it is useful...
2012-05-12 rodinia814Added menu bar and menu items.
2012-05-11 kruland2607Fix up the logic for showing and using the aft/fore...
2012-05-11 kruland2607Change epsilon in the row filter to be 5mm instead...
2012-05-11 kruland2607Upon further investigation getMinimum and getMaximum...
2012-05-11 kruland2607Fix sorting on double columns.
2012-05-11 kruland2607Switch to a LinkedBlockingQueue in front of the loader...
2012-05-11 rodinia814Added delete button to preset row in table.
2012-05-10 rodinia814Refactored preset GUI for unit of measure spinners...
2012-05-10 kruland2607A little refactoring of ComponentPreset xml file parsin...
2012-05-10 dyster2000Added PageFitPrintStrategy and related files to print...
2012-05-10 kruland2607Added support for Unit 'in/64' which is inches with...
2012-05-09 kruland2607Implement a multithreaded pipeline to load the componen...
2012-05-09 kruland2607Give the threads names to facilitate thread performance...
2012-05-08 kruland2607Rework the ThrustCurve motor loading process to be...
2012-05-07 kruland2607Multithread the orc loading process.
2012-05-07 kruland2607Add slightly better sorting to the manufacturer and...
2012-05-06 kruland2607Change the InvalidComponentPresetException so it report...
2012-05-06 rodinia814Fixes to number validation and component type combo...
2012-05-05 rodinia814Initial GUI for editing and saving component presets...
2012-05-04 kruland2607Implement MaterialHolder, a container for the Material...
2012-05-04 kruland2607Sort the collections prior to serialization since that...
2012-05-04 kruland2607Don't use the default material database when loading...
2012-05-01 kruland2607Added LaunchLug, Streamer and Parachute ComponentPresets.
2012-05-01 kruland2607Make initializeLogging method public since it is a...
2012-05-01 kruland2607Move the component preset selection box outside of...
next