From: <he...@us...> - 2016-05-31 20:58:25
|
Revision: 407 http://sourceforge.net/p/simspark/svn/407 Author: hedayat Date: 2016-05-31 20:58:23 +0000 (Tue, 31 May 2016) Log Message: ----------- Prepare simspark 0.3.0 release Modified Paths: -------------- trunk/spark/CMakeLists.txt trunk/spark/NEWS trunk/spark/RELEASE Modified: trunk/spark/CMakeLists.txt =================================================================== --- trunk/spark/CMakeLists.txt 2016-05-29 05:32:35 UTC (rev 406) +++ trunk/spark/CMakeLists.txt 2016-05-31 20:58:23 UTC (rev 407) @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 2.6) project(simspark CXX C) -set(PACKAGE_VERSION "0.2.4") +set(PACKAGE_VERSION "0.3.0") ########## check for headerfiles/libraries ########## include(CheckIncludeFile) @@ -156,13 +156,13 @@ set(SALT_SO_VERSION 1) set(SALT_VERSION ${SALT_SO_VERSION}.0.0) set(ZEITGEIST_SO_VERSION 3) -set(ZEITGEIST_VERSION ${ZEITGEIST_SO_VERSION}.1.4) +set(ZEITGEIST_VERSION ${ZEITGEIST_SO_VERSION}.2.0) set(OXYGEN_SO_VERSION 6) -set(OXYGEN_VERSION ${OXYGEN_SO_VERSION}.0.1) +set(OXYGEN_VERSION ${OXYGEN_SO_VERSION}.1.0) set(KEROSIN_SO_VERSION 2) -set(KEROSIN_VERSION ${KEROSIN_SO_VERSION}.1.1) +set(KEROSIN_VERSION ${KEROSIN_SO_VERSION}.2.0) set(SPARK_SO_VERSION 1) -set(SPARK_VERSION ${SPARK_SO_VERSION}.0.1) +set(SPARK_VERSION ${SPARK_SO_VERSION}.1.0) set(CARBON_SO_VERSION 1) set(CARBON_VERSION ${CARBON_SO_VERSION}.0.0) set(RCSSNET_SO_VERSION 0) Modified: trunk/spark/NEWS =================================================================== --- trunk/spark/NEWS 2016-05-29 05:32:35 UTC (rev 406) +++ trunk/spark/NEWS 2016-05-31 20:58:23 UTC (rev 407) @@ -1,3 +1,18 @@ +[0.3.0] +This release comes with a new library: carbon. The carbon library contains a +gui-framework and a simulation-framework which wraps simspark using qt. +Its main features are: + - Offering a graphical user interface which can be extended + by visual and functional plugins. The plugins can be used + to write easy-to-use interfaces to simspark simulations. + - Creating, managing and executing simspark-simulations + alongside with any additional threads and processes. + - The gui can be altered flexibly. Its main window with + "attachment points" is loaded from a shared library, and + its used plugins are loaded from shared libraries too. + Plugins with visual representation can be attached to the + Gui. + [0.2.4] Simspark 0.2.4 is ready. This release is mostly a bug fix and compile fix release for RoboCup 2013. New exciting changes are pending, but will be Modified: trunk/spark/RELEASE =================================================================== --- trunk/spark/RELEASE 2016-05-29 05:32:35 UTC (rev 406) +++ trunk/spark/RELEASE 2016-05-31 20:58:23 UTC (rev 407) @@ -1,13 +1,18 @@ -RELEASE News of simspark-0.2.4 +RELEASE News of simspark-0.3.0 -Simspark 0.2.4 is ready. This release is mostly a bug fix and compile fix -release for RoboCup 2013. New exciting changes are pending, but will be -released in Simspark 0.3.0 very soon. The most considerable change in this -release is the possibility of sending parameters to the SceneEffector, which -is required for Heterogeneous robots functionality. +This release comes with a new library: carbon. The carbon library contains a +gui-framework and a simulation-framework which wraps simspark using qt. +Its main features are: + - Offering a graphical user interface which can be extended + by visual and functional plugins. The plugins can be used + to write easy-to-use interfaces to simspark simulations. + - Creating, managing and executing simspark-simulations + alongside with any additional threads and processes. + - The gui can be altered flexibly. Its main window with + "attachment points" is loaded from a shared library, and + its used plugins are loaded from shared libraries too. + Plugins with visual representation can be attached to the + Gui. -Additionally, a paper about recent changes to Simspark/Rcssserver3d which is -mostly written by Yuan Xu is available in SimSpark SVN repository. - 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. |