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