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