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