From: <he...@us...> - 2009-06-24 19:25:39
|
Revision: 71 http://simspark.svn.sourceforge.net/simspark/?rev=71&view=rev Author: hedayat Date: 2009-06-24 19:25:36 +0000 (Wed, 24 Jun 2009) Log Message: ----------- Preparing for simspark 0.1.1 and rcssserver3d 0.6.2 release. Modified Paths: -------------- trunk/rcssserver3d/CMakeLists.txt trunk/rcssserver3d/ChangeLog trunk/rcssserver3d/NEWS trunk/rcssserver3d/RELEASE trunk/spark/CMakeLists.txt trunk/spark/ChangeLog trunk/spark/NEWS trunk/spark/RELEASE Modified: trunk/rcssserver3d/CMakeLists.txt =================================================================== --- trunk/rcssserver3d/CMakeLists.txt 2009-06-23 20:54:09 UTC (rev 70) +++ trunk/rcssserver3d/CMakeLists.txt 2009-06-24 19:25:36 UTC (rev 71) @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 2.6) project(rcssserver3d CXX C) -set(PACKAGE_VERSION "0.6.1") +set(PACKAGE_VERSION "0.6.2") ########## check for headerfiles/libraries ########## include(CheckIncludeFile) Modified: trunk/rcssserver3d/ChangeLog =================================================================== --- trunk/rcssserver3d/ChangeLog 2009-06-23 20:54:09 UTC (rev 70) +++ trunk/rcssserver3d/ChangeLog 2009-06-24 19:25:36 UTC (rev 71) @@ -1,5 +1,9 @@ 2009-06-24 Hedayat Vatankhah <he...@gr...> + * NEWS: + * RELEASE: + - prepared for 0.6.2 release + * simspark/main.cpp: - simspark.rb path should be given using "--script-path" option. - add the new option to --help output Modified: trunk/rcssserver3d/NEWS =================================================================== --- trunk/rcssserver3d/NEWS 2009-06-23 20:54:09 UTC (rev 70) +++ trunk/rcssserver3d/NEWS 2009-06-24 19:25:36 UTC (rev 71) @@ -1,3 +1,15 @@ +[0.6.2] +This release is mainly a bug-fix release, and is the last release before +RoboCup 2009 competitions. + +* Some improvements: + - improved Windows and MacOSX support + - improved external monitor + - fixed a bug in rcssserver3d's goal counting + - added right kick-off key to the monitor (Simon Raffeiner) + - simspark can take command line argument specifying the rb script to run + (using --script-path command line option) + [0.6.1] This is the first release of the simulator after RoboCup 2008 competitions, and the first release of rcssserver3d package as a separate package which Modified: trunk/rcssserver3d/RELEASE =================================================================== --- trunk/rcssserver3d/RELEASE 2009-06-23 20:54:09 UTC (rev 70) +++ trunk/rcssserver3d/RELEASE 2009-06-24 19:25:36 UTC (rev 71) @@ -1,31 +1,15 @@ -RELEASE News of rcssserver3d-0.6.1 +RELEASE News of rcssserver3d-0.6.2 -This is the first release of the simulator after RoboCup 2008 competitions, -and the first release of rcssserver3d package as a separate package which -uses simspark package to implement a hunamoid soccer simulation environment. -In this version of the simulator, restricted vision perceptor is enabled again, -and is going to be used in 2009 competitions. You can read more about this -perceptor in 0.5.9 NEWS section. -Finally, we do not use autotools for our build system anymore. You should use -CMake (version 2.6) to build the package. See INSTALL for further installation -instructions. +This release is mainly a bug-fix release, and is the last release before +RoboCup 2009 competitions. -* Restricted Vision: - - restricted vision perceptor is installed on Nao. +* Some improvements: + - improved Windows and MacOSX support + - improved external monitor + - fixed a bug in rcssserver3d's goal counting + - added right kick-off key to the monitor (Simon Raffeiner) + - simspark can take command line argument specifying the rb script to run + (using --script-path command line option) -* New requirements for building the pacakge: - - You'll need CMake 2.6 to configure and build the package - - this package depends on simspark package, so you should install it first - -* New program names: - - agentspark is now called rcssagent3d - - monitorspark is now called rcssmonitor3d - -* Some small enhancements and bug fixes - -For details have a look into the ChangeLog coming with the package. (But some -changes are not documented in the new ChangeLog file, you can investigate the -old ChangeLog file in sserver CVS repository for more information). - You can get the package on the Simspark page on SourceForge at http://sourceforge.net/projects/simspark/ Modified: trunk/spark/CMakeLists.txt =================================================================== --- trunk/spark/CMakeLists.txt 2009-06-23 20:54:09 UTC (rev 70) +++ trunk/spark/CMakeLists.txt 2009-06-24 19:25:36 UTC (rev 71) @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 2.6) project(simspark CXX C) -set(PACKAGE_VERSION "0.1") +set(PACKAGE_VERSION "0.1.1") ########## check for headerfiles/libraries ########## include(CheckIncludeFile) Modified: trunk/spark/ChangeLog =================================================================== --- trunk/spark/ChangeLog 2009-06-23 20:54:09 UTC (rev 70) +++ trunk/spark/ChangeLog 2009-06-24 19:25:36 UTC (rev 71) @@ -1,8 +1,12 @@ 2009-06-24 Hedayat Vatankhah <he...@gr...> + * NEWS: + * RELEASE: + - prepared for 0.1.1 release + * lib/oxygen/simulationserver/agentcontrol.cpp: - Sending senses to agents after generating all senses, to be (hopefully!) a - bit more fare to agents. + bit more fare to agents. 2009-06-15 Sander van Dijk <sgv...@gm...> Modified: trunk/spark/NEWS =================================================================== --- trunk/spark/NEWS 2009-06-23 20:54:09 UTC (rev 70) +++ trunk/spark/NEWS 2009-06-24 19:25:36 UTC (rev 71) @@ -1,3 +1,11 @@ +[0.1.1] +This release is mainly a bug-fix release, and is the last release before +RoboCup 2009 competitions. It is not much different from version 0.1. +Main changes are: + - improved MacOSX and Windows support + - compilation fixes for latest library versions + - more reliable and a bit more fair network communication with the agents + [0.1] This is the first release of the simulator after RoboCup 2008 competitions, and the first release of simspark core simulation package as a separate Modified: trunk/spark/RELEASE =================================================================== --- trunk/spark/RELEASE 2009-06-23 20:54:09 UTC (rev 70) +++ trunk/spark/RELEASE 2009-06-24 19:25:36 UTC (rev 71) @@ -1,18 +1,11 @@ -RELEASE News of simspark-0.1 +RELEASE News of simspark-0.1.1 -This is the first release of the simulator after RoboCup 2008 competitions, -and the first release of simspark core simulation package as a separate -package. -In this release, MaxStepsPerCycle have been reduced to 1, so the simulation -time spent in each cycle is fixed. As a result, the performance of the agents -should not depend on the simulator speed, and they should be able to sense/act -in fixed simulation time steps. -This package provides a generic simulation framework and does not contain any -soccer features. To use the soccer simulator, you should install rcssserver3d -package which depends on this package. -Also, we do not use autotools for our build system anymore. You should use -CMake (version 2.6) to build the package. See INSTALL for further installation -instructions. +This release is mainly a bugfix release, and is the last release before +RoboCup 2009 competitions. +Main changes are: + - improved MacOSX and Windows support + - compilation fixes for latest library versions + - more reliable and a bit more fair network communication with the agents You can get the package on the Simspark page on SourceForge at http://sourceforge.net/projects/simspark/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |