//////////////////// //REVISION HISTORY// //////////////////// v1.3 *Current Release Version* *Current Stable Build* COMPLETION DATE: 9 Aug 2005 - Added checkboxes for grid selection. - Made Drawing option selection universal. - Rewrote much of javadoc code. - Redid Javadoc stylesheet. - Added variable wind support - Renumbering to indicate final version status v1.2.82 COMPLETION DATE: 3 Aug 2005 - MAJOR bug fixes, including non-ordering of output statements leading to incorrect results. v1.2.81 COMPLETION DATE: 1 Aug 2005 - Bug fixes. v1.2.8 COMPLETION DATE: 28 Jul 2005 - Rewrite of optimization methods for greatly increased speeds. - Rewriting of methods in SensorGrid class to static factory constrctors. - Renaming of Packages to conform to Java conventions. - Final major release. v1.2.72 COMPLETION DATE: 22 Jul 2005 - Added new optimization method "Maximize utility". v1.2.71 COMPLETION DATE: 21 Jul 2005 - Modified output during optimization runs. v1.2.7 COMPLETION DATE: 21 Jul 2005 - Added fully functional optimization for minimizing sensors for a certain performance threshold. - Fixed Bug 0005 "Drawing Display flickers on Optimization Panel". v1.2.62 COMPLETION DATE: 21 Jul 2005 - Added (non-functional) optimizaton choice combo box. - Created dynamic updating display for optimization panel. - Introduced Bug 0005 "Drawing Display flickers on Optimization Panel" - Added uniform/dice 5 choices to the optimization panel. - Fixed problem with uniform grid generation. - Had SensorGrid throw an Exception when an illegal grid is attempted. v1.2.61 COMPLETION DATE: 20 Jul 2005 - Added diagram on optimization panel. v1.2.6 COMPLETION DATE: 20 Jul 2005 - Fixes area computation code issue. - Project file strcture changed. v1.2.53 COMPLETION DATE: 19 Jul 2005 - Added interrupt option to optimization. - Changes all angle storage to radians. - Added additional ellipse methods, but still not usable. - Added validity check for user-defined sensor grids. v1.2.52 COMPLETION DATE: 18 Jul 2005 - Fixed Bug 0002 ("Look and Feel changes alter layout"). v1.2.51 COMPLETION DATE: 18 Jul 2005 - Added Plume interface for plumes, which isosceles triangles and ellipses implement. - Added ellipses (not enabled yet). - Caused progress monitor to only appear in tasks lasting more than 500 ms. - Added javadocs for packages. v1.2.5 COMPLETION DATE: 18 Jul 2005 - Added Displayable abstract class for DisplayPanels. - Introduced Bug 0004 ("Printing does not work"). v1.2.42 COMPLETION DATE: 18 Jul 2005 - Changed scoring selection GUI to a JComboBox. v1.2.41 COMPLETION DATE: 15 Jul 2005 - Forced extension of saved files to be ".scenario". - Added dialog when user inputs parameters that hide the plume panel. v1.2.4 COMPLETION DATE: 15 Jul 2005 - Fixed Bug 0003 ("Drawing options cannot be selected"). v1.2.3 COMPLETION DATE: 15 Jul 2005 - Enabled scenario runnings to be cancelled. - Fixed Bug 0001 ("Plume center movement causes invalid plumes"). v1.2.2 COMPLETION DATE: 15 Jul 2005 - Added safe area. - Added color shading on diagram. v1.2.1 COMPLETION DATE: 15 Jul 2005 - Optimization tolerance enabled. - Removed redundant controls from optimization panel. v1.2.0 COMPLETION DATE: 14 Jul 2005 - Optmization enabled and functional. - Drawing scaling now done with affine transformations. v1.1.8 COMPLETION DATE: 13 Jul 2005 - Added past runs panel. v1.1.71 COMPLETION DATE: 13 Jul 2005 - Modified layout of configuration panel. - Added shell for optimization panel. - Progress monitor now appears, but cannot be cancelled. v1.1.7 COMPLETION DATE: 12 Jul 2005 - Modified Configuration Panel to be more fluid. v1.1.6 COMPLETION DATE: 12 Jul 2005 - Made the GUI and scenario execution run in different threads. v1.1.52 COMPLETION DATE: 11 Jul 2005 - Very minor bug fixes. v1.1.51 COMPLETION DATE: 8 Jul 2005 - Modified GUI to eventually allow seperate optimization windows. v1.1.5 COMPLETION DATE: 8 Jul 2005 - Fixed Importing arc lengths bug. - Fixed Dice 5 Creation bug. v1.1.4 COMPLETION DATE: 8 Jul 2005 - Image quality toggles moved to "View" Menu. - Printing enabled is initial form - Only prints diagram. - Introduced Bug 0003 ("Drawing options cannot be selected"). v1.1.3 COMPLETION DATE: 7 Jul 2005 - Image quality toggles added. v1.1.2 COMPLETION DATE: 7 Jul 2005 - Look and Feel Toggles added. - Power law scoring added. - Minor GUI tweaks. - Introduced Bug 0002 ("Look and Feel changes alter layout") v1.1.1 COMPLETION DATE: 7 Jul 2005 - Drawing interface greatly improved (changed to Graphics2D system). - Scenario saving and loading feature added. v1.1.0 COMPLETION DATE: 6 Jul 2005 - Logging, random seed, scenaro naming features enabled. - General GUI Tweaking. v1.00 COMPLETION DATE: 30 Jun 2005 - Initial completed version. - All major features translated from original C++ code. - Introduced Bug 0001 ("Plume center movement causes invalid plumes").