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