tagging release 1.1.6
[debian/openrocket] / ChangeLog
1 2011-07-22  Sampo Niskanen
2
3         * Released version 1.1.6.
4
5 2011-07-21  Sampo Niskanen
6
7         * [BUG] Converting triangular fin to freeform
8         * [BUG] Unit conversions in printout
9         * [BUG] Mass computations in printout
10         * [BUG] "Not a drop" exception in ComponentTreeTransferHandler
11         * [BUG] Plot annotation positioned wrong
12         * [BUG] Exception when writing PDF failed
13         * Language selector in preferences
14
15 2011-07-18  Sampo Niskanen
16
17         * Select motor type based on known manufacturers
18         * Updated motor thrust curves from thrustcurve.org
19
20 2011-07-17  Sampo Niskanen
21
22         * Component scaling support
23
24 2011-07-14  Sampo Niskanen
25
26         * [BUG] Body tube auto-radius not enabled
27         * Optimization implementation
28
29 2011-06-26  Sampo Niskanen
30
31         * [BUG] Original rocket was modified when sim.listener modified rocket
32
33 2011-06-18  Sampo Niskanen
34
35         * Merged l10n branch into trunk, initial l10n support
36
37 2011-06-10  Sampo Niskanen
38
39         * Released version 1.1.5
40
41 2011-05-16  Sampo Niskanen
42
43         * Updated about dialog
44
45 2011-04-15  Sampo Niskanen
46
47         * Removed native printing support
48
49 2011-03-05  Sampo Niskanen
50
51         * Released version 1.1.4
52
53 2011-01-20  Sampo Niskanen
54
55         * Initial i18n support
56
57 2011-01-18  Sampo Niskanen
58
59         * [BUG] Simulation warnings were not being stored
60         * [BUG] Exclamation mark did not fit in simulation table
61         * Added instructions for zooming in plot dialog
62
63 2010-12-01  Doug Pedrick
64
65         * Merging printing support
66
67 2010-10-30  Sampo Niskanen
68
69         * [BUG] Invalid refereces to components used in caches
70
71 2010-10-25  Doug Pedrick
72
73         * [BUG] Take launch lug radial angle into account when loading rkt file
74
75 2010-10-24  Sampo Niskanen
76
77         * Added SafetyMutex and took into use in Simulation
78
79 2010-10-18  Sampo Niskanen
80
81         * Ignore Sun JRE bug in D3D
82
83 2010-10-09  Sampo Niskanen
84
85         * [BUG] Fixed conversion to freeform fin set
86         * Enhanced logging
87
88 2010-10-08  Sampo Niskanen
89
90         * New components no longer look expandable in the component tree
91
92 2010-10-06  Sampo Niskanen
93
94         * Released version 1.1.3
95
96 2010-10-05  Sampo Niskanen
97
98         * Display comment as tooltip in component tree
99         * Limited allowed component attachments to those of the component
100           add buttons
101
102 2010-10-03  Sampo Niskanen
103
104         * Added VBOSE logging level
105
106 2010-10-02  Sampo Niskanen
107
108         * [BUG] Exception when undoing changes
109
110 2010-09-27  Sampo Niskanen
111
112         * Implemented DnD for component tree
113         * Documented undo/redo functionality
114
115 2010-09-07  Sampo Niskanen
116
117         * Released version 1.1.2
118
119 2010-09-05  Sampo Niskanen
120
121         * [BUG] Fixed bug that prevents adding stages to a rocket
122
123 2010-09-04  Sampo Niskanen
124
125         * Added launch rod velocity to FlightData
126         * [BUG] Total velocity was measured from airspeed
127
128 2010-09-03  Sampo Niskanen
129
130         * Released version 1.1.1
131
132 2010-09-01  Sampo Niskanen
133
134         * [BUG] Fixed rocket config dialog being too large
135
136 2010-08-31  Sampo Niskanen
137
138         * Updated all thrust curves from thrustcurve.org
139
140 2010-08-30  Sampo Niskanen
141
142         * Implemented user-defined thrust curve loading
143
144 2010-07-30  Sampo Niskanen
145
146         * [BUG] Fixed motor statistic computation
147         * Finalized enhanced motor selection dialog
148
149 2010-07-22  Doug Pedrick
150
151         * [BUG] Fixed RockSim fin loading
152
153 2010-07-21  Sampo Niskanen
154
155         * Implemented enhanced motor selection dialog
156         * Background motor loading & startup time optimization
157
158 2010-07-20  Doug Pedrick
159
160         * [BUG] Exception when loading Rocksim files
161
162 2010-07-19  Sampo Niskanen
163
164         * [BUG] Various small bug fixes
165
166 2010-07-18  Sampo Niskanen
167
168         * Major refactoring of simulation code
169
170 2010-03-21  Sampo Niskanen
171
172         * Released version 1.1.0
173
174 2010-03-20  Doug Pedrick
175
176         * [BUG] Fixed RockSim design material loading
177
178 2010-03-20  Sampo Niskanen
179
180         * Minor enhancements to the logging system
181         * Updated unit tests of Rocksim file loading
182
183 2010-03-13  Doug Pedrick / Sampo Niskanen
184
185         * Initial RockSim design loading support
186
187 2010-03-10  Sampo Niskanen
188
189         * Released version 1.0.0
190         * [BUG] Removing point of freeform fin could create intersecting shape
191
192 2010-03-09  Sampo Niskanen
193
194         * Updated thrustcurves with newest curves from thrustcurve.org
195         * Updated splash screen
196
197 2010-03-05  Sampo Niskanen
198
199         * [BUG] Fixed exception for fins with small root chord
200
201 2010-02-26  Sampo Niskanen
202
203         * Simulation panel max.acceleration now from flight stage only
204
205 2010-02-17  Sampo Niskanen
206
207         * Released version 0.9.6
208
209 2010-01-11  Sampo Niskanen
210
211         * Detect out of memory condition even if masked by another exception
212         * Updated copyright year
213
214 2009-12-31  Sampo Niskanen
215
216         * [BUG] Exception when removing component listeners
217         * [BUG] OutOfMemoryError was masked when saving file
218
219 2009-12-30  Sampo Niskanen
220
221         * [BUG] "Reset" button did nothing for simulation time step
222
223 2009-12-29  Sampo Niskanen
224
225         * Update fin calculation methods for 1 and 2 fin sets
226         * Rotate rocket to worst roll angle before simulations
227
228 2009-12-23  Sampo Niskanen
229
230         * Updated time step selection methods
231
232 2009-12-16  Sampo Niskanen
233
234         * [BUG] Fixed NullPointerException in ComponentConfigDialog
235
236 2009-12-15  Sampo Niskanen
237
238         * [BUG] Illegal mapping in SimulationRunDialog
239         * [BUG] Fixed assertions in Quaternion class
240
241 2009-12-14  Sampo Niskanen
242
243         * Implemented central logging system (not taken into use yet)
244
245 2009-12-05  Sampo Niskanen
246
247         * [BUG] Fixed assertions in Quaternion class
248
249 2009-12-03  Sampo Niskanen
250
251         * [BUG] Fixed fin computation of two-fin set
252
253 2009-12-02  Sampo Niskanen
254
255         * Take into account all fins in fin-fin interference
256         * Removed 15%/6% fin dependence on lateral wind direction
257
258 2009-11-28  Sampo Niskanen
259
260         * Released version 0.9.5
261         * [BUG] NPE when clearing combo box selections
262         * Minor fixes to update checking
263         * Added a few guidance texts
264
265 2009-11-27  Sampo Niskanen
266
267         * [BUG] Fixed computing inner radius of centering ring
268         * Removed RuntimeException instantiation from all classes
269
270 2009-11-24  Sampo Niskanen
271
272         * Released version 0.9.4
273
274 2009-11-24  Sampo Niskanen
275
276         * Close original window when opening example design
277         
278 2009-11-10  Sampo Niskanen
279
280         * [BUG] Fixed transition volume/mass computation
281         * [BUG] Simulations etc. using removed motor configuration IDs
282
283 2009-10-11  Sampo Niskanen
284
285         * [BUG] Sorting motor selection dialog with ',' decimal separator
286         
287 2009-10-10  Sampo Niskanen
288
289         * Removed non-ASCII characters from source code files
290         * Created Chars class for non-ASCII characters
291         * Added styrofoam materials
292
293 2009-10-04  Sampo Niskanen
294
295         * [BUG] Fixed too high configuration dialogs
296
297 2009-10-03  Sampo Niskanen
298
299         * Added debug information to ant build file compilation
300         * Implemented update information fetching (client side)
301
302 2009-09-26  Sampo Niskanen
303
304         * Implemented custom material editing
305
306 2009-09-20  Sampo Niskanen
307
308         * Implemented more unit tests, fixed bugs
309
310 2009-09-19  Sampo Niskanen
311
312         * [BUG] Ignore Sun JRE bug 6828938 in ExceptionHandler
313         * Implemented non-exception throwing bug handling
314         * [BUG] Fixed unnecessary cropping for component tree names
315
316 2009-09-10  Sampo Niskanen
317
318         * [BUG] Freeform fin set shape undo not working
319         * [BUG] Conversion to freeform fin set not working
320
321 2009-09-08  Sampo Niskanen
322
323         * Allow components to be attached to tube coupler
324
325 2009-09-07  Sampo Niskanen
326
327         * Implemented fin tab save/load
328
329 2009-09-04  Sampo Niskanen
330
331         * Implemented through-the-wall fin tabs (excluding save/load)
332
333 2009-09-01  Sampo Niskanen
334
335         * Released version 0.9.3
336
337 2009-08-29  Sampo Niskanen
338
339         * Extracted motor manufacturer into separate class
340         * Started writing unit tests
341
342 2009-08-28  Sampo Niskanen
343
344         * Added icon and source info to About dialog
345         * Finalized flight event plot icons
346         
347 2009-08-27  Sampo Niskanen
348
349         * Allow clicking on label to toggle checkbox in two tables
350
351 2009-08-21  Sampo Niskanen
352
353         * Showing events in non-time-domain-plots
354
355 2009-08-20  Sampo Niskanen
356
357         * Showing events in time-domain plots
358
359 2009-08-15  Sampo Niskanen
360
361         * Possibility to save user-defined materials
362
363 2009-08-14  Sampo Niskanen
364
365         * Plots ignore trailing NaN values
366         
367 2009-08-13  Sampo Niskanen
368
369         * [BUG] Added fin cant for elliptical fins
370
371 2009-08-12  Sampo Niskanen
372
373         * Warning dialog when loading files
374         * [BUG] Unnecessary warnings when loading files
375
376 2009-08-09  Sampo Niskanen
377
378         * [BUG] Fixed various bugs in motor loading (e.g. mass calculation,
379           more rigorous input checking etc)
380
381 2009-08-08  Sampo Niskanen
382
383         * Refactored motor loading and "Simple XML" loading classes
384         * Implemented RockSim motor definition file loading
385
386 2009-08-07  Sampo Niskanen
387
388         * Created window icons and took into use
389         * Changed motor burn time and avg. thrust calculations to be
390           NFPA 1125 compliant
391
392 2009-08-03  Sampo Niskanen
393
394         * Automatic bug reporting when uncaught exceptions occur
395
396 2009-07-29  Sampo Niskanen
397
398         * Clustered inner tube splitting
399         * [BUG] Copy-pasted inner tubes shared motors
400
401 2009-07-28  Sampo Niskanen
402
403         * Opening of example rocket designs
404         
405 2009-07-27  Sampo Niskanen
406
407         * [BUG] Launch lug radial position not correctly loaded
408
409 2009-07-26  Sampo Niskanen
410
411         * [BUG] Fixed unit name of ft/s^2
412         * Implemented flight data exporting
413         * [BUG] Fixed "unknown error" when opening file of zero size
414         * [BUG] Fixed exception in motor configuration name editing
415
416 2009-07-13  Sampo Niskanen
417
418         * Released version 0.9.2
419
420 2009-07-12  Sampo Niskanen
421
422         * [BUG] Better DescriptionArea based on JEditorPane
423
424 2009-07-09  Sampo Niskanen
425
426         * [BUG] Fixed imperial unit conversions
427         * [BUG] Fixed engine block icon transparency
428
429 2009-06-26  Sampo Niskanen
430
431         * Progress dialogs for file open/save
432         * File size estimate in save dialog
433
434 2009-06-20  Sampo Niskanen
435
436         * New edit motor configurations dialog
437         * Changed FreeformFinSet to throw checked exceptions
438
439 2009-06-11  Sampo Niskanen
440
441         * Added search field to motor chooser dialog
442
443 2009-06-09  Sampo Niskanen
444
445         * Released version 0.9.1
446
447 2009-06-08  Sampo Niskanen
448
449         * Fixed loading of icons from JAR
450
451 2009-06-06  Sampo Niskanen
452
453         * Cut/Copy/Paste of simulations
454         * Improved build scripts
455
456 2009-05-28  Sampo Niskanen
457
458         * Added startup check for Java 1.6 and OpenJDK
459
460 2009-05-28  Sampo Niskanen
461
462         * Fixed FixedPrecisionUnit formatting
463         * Fixed saving of transitions
464         * Fixed file dialog directory browsing
465         * Initial shift-click selects second component from figure
466         * Allow adding body components without selecting stage
467         
468 2009-05-24  Sampo Niskanen  <sampo.niskanen@iki.fi>
469
470         * Initial release 0.9.0