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