TPoller Version Notes: 1.0.0 Initial release of the poller. Polls the meta server once every 60 seconds and updates the display based on the number of players currently logged on. 1.1.0 Added audio alerts to the poller program. Plays alerts when the number of logged on players hit 6, 7, or 8. 1.1.1 Updated the alerts to account for larger player count shifts. i.e. from 9 to 5 or from 5 to 9. 1.1.2 Fixed a copy/paste bug in the dynamic sizing code. 1.2.2 Changed the main program flow to use UDP packets, and only use tcp/ip as a backup. //I think leaving the tcp/ip code in was a bad idea. 1.2.3 Set the delay to 60 seconds, was still set to the testing delay of 15 seconds. Made the error file creation dependant on bug mode status. Reduced the UDP time out to 3 seconds from 5 seconds. The program would appear to be nothing when in fact it was trying to establish a UDP connection.