TOS 1.4.2 released

Submitted by yuz on Sun, 2005-03-13 09:44.

I've just released TOS 1.4.2, which includes the implementation for Prof. Kyrylov's recent wishes, especially the statistics gathering observer, and fixed player&ball positions during the PRE_GAME and HALF_TIME period. Others are minor GUI & network improvements, for example a disconnectted client can do an immediate reconnection.

TOS ver 1.4.2

* players positions and the ball positions are fixed on the scooer field during the PRE_GAME and HALF_TIME period.
* the color of the soccer ball is now purple in Java 3D.
* server command line switch port, log and offside are removed and added into the property file.
* AI team programs read parameters from a property file instead of getting them from from command-line options
* a client can send any number of connect packet to the server at any time, the server will always return an init packet, if the client is already connected, the server will send its original init packet back.
* a simple viewer client edu.sfu.soccer.agent.Observer that gathers statistics, include the total time the ball stays in each side and the total kicks by each team.