XOpenATC Version 0.0.1.1 Intitial - Sandy Barbour 07/01/2007. Version 0.0.2.1 Increase the file buffer size - Sandy Barbour 07/02/2007. Set negative altitudes to zero. If aircraft is lost, stop its movement. If aircraft is found again, reset lost counter. Version 0.0.3.1 Added Magnetic Variation Added InterpolateATCData INI field Added Callsign to Graphics Text Added colour change to red for lost aircraft. Reduced the Find Airport area as KLAX was not getting found. Web Server data retrieval problem fixed. - Sandy Barbour 08/02/2007. Version 0.0.4.1 Added Countdown to Read Data - Sandy Barbour 15/02/2007. Version 0.0.5.1 Fixed current aircraft position update so that it changes the area. Changed INI file FileReadDelay property to float so that it can be a fraction of second. Temporary disabled the countdown in file read mode as it does not work well with current code. - Sandy Barbour 17/02/2007. Version 0.0.6.1 Added transparency to aircraft data widget - Sandy Barbour 18/02/2007. Version 0.0.7.1 Made altitude lower test greater than or equal so that a lower limit of zero is handled properly. Removed Magnetic Variation Check Box. - Sandy Barbour 21/02/2007. Version 0.0.8.1 Fixed OnGround, Alert, Emergency and Ident, these were not being displayed correctly. Added extra log message if INI file not found stating that default settings will be used. Changed Load Settings failure from a plugin error to a plugin warning as the plugin can still run. - Sandy Barbour 25/02/2007. Version 0.1.0.1 Added better logic for the flaps, gear and landing light. - Sandy Barbour 11/03/2007. Version 0.1.1.1 When end of XOpenATCData.txt is reached the aircraft are now cleared before the file pointer is set to the first entry. - Sandy Barbour 12/03/2007. Version 0.1.2.1 Added text to Aircraft Data Screen to show which data Retrieval Mode is being used. When the location is changed the Airport ID is written to the XOpenATCSavedData.txt file if enabled. Added Widget to change settings from the INI file. Modified Get() functione to make it more efficient. Added Altitude Offset to setting screen (Airport elevation + Aicraft cockpit offset). - Sandy Barbour 01/04/2007. Version 0.1.3.1 Added code so that plugin waits for thread to exit, Made struct alignment 1 byte. Both of these were causing problem when exiting Xplane without stopping the plugin. This was only showing up when debugging but still a time bomb waiting to go off. - Sandy Barbour 09/04/2007. Version 0.1.4.1 Stopped using the XPWidgetsEx.lib version of my Listbox widget as this could clash with Goodway on Linux Using my standalone version which is now part of the XOpenATC project. - Sandy Barbour 17/04/2007. Version 0.2.0.1 Added new INI file property so that a settings file can be created automatically. Added Web Server Status to Aircraft Data Widget Added Distance and Bearing to the AI Aircraft in the Aircraft Data Widget When aircraft is on the ground pitch and roll are now zero. Added text to warn that the apply button should be used when INI file settings widget's data is altered. Added code to check for the number of Xplane aircraft and warn user when it is lower than the INI file setting. Changed "Settings" menu and Widget Title to "Settings (per Airport)" Changed "INI File Settings" menu and Widget Title to "Global Settings (INI file)" Aircraft Data Widget now stays in the same position when you change from normal to transparent etc. Added facility so that columns can be omitted to save screen space - Sandy Barbour 29/04/2007. Version 0.2.1.1 Added Create button to the Global Settings (INI file) Widget - Sandy Barbour 19/05/2007.