Skip to content

Commit

Permalink
Release version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesbraun committed Jan 6, 2021
1 parent edd4d83 commit 9838015
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
1.2.0 (January 6, 2021)
------------------------------
* Fixed most of the occurring self collisions
* The horizontal kick angle is now relative to the agent
* The 2D projected torso position will now be used for calculating the ball distance in the kick
* magmaFatProxy now prevents kick-ins caused by pulling the ball out of the field by a previous kick-in. This is accomplished by setting the playmode to `PLAY_ON` while executing a kick-in.
* Updated RSG Parser to understand pass mode nodes

1.1.0 (September 28, 2020)
------------------------------
* Fixed a `NoSuchMethodError` in the generated JAR file.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>magmaOffenburg</groupId>
<artifactId>magmaFatProxy</artifactId>
<packaging>jar</packaging>
<version>1.1.0</version>
<version>1.2.0</version>
<name>magmaFatProxy</name>
<url>https://github.com/magmaOffenburg/magmaFatProxy</url>

Expand Down
4 changes: 4 additions & 0 deletions src/assembly/release.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
<source>${project.basedir}/scripts/start.sh</source>
<outputDirectory>/</outputDirectory>
</file>
<file>
<source>${project.basedir}/CHANGELOG.md</source>
<outputDirectory>/</outputDirectory>
</file>
</files>

</assembly>

0 comments on commit 9838015

Please sign in to comment.