Skip to content

Commit

Permalink
release 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
smack42 committed Jun 30, 2014
1 parent 10ca3e4 commit 9114c0f
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@ CHANGES



1.3.3 (2014-06-30)

+ prettify the solutions after they have been found
- try to transpose the moves within the solution
- create longest possible runs of moves of the same robot color
+ small speedup of the IDDFS solver algorithm
+ remember current robot positions when switching to custom board editor
+ fixed a solver bug triggered by some custom boards



1.3.2 (2014-03-23)

+ Esperanto translation contributed by Doro
Expand Down
2 changes: 1 addition & 1 deletion LIESMICH.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
DriftingDroids - noch ein weiteres Ricochet Robots Lösungsprogramm.

Version 1.3.2 (2014-03-23)
Version 1.3.3 (2014-06-30)
Homepage https://github.com/smack42/DriftingDroids/wiki


Expand Down
2 changes: 1 addition & 1 deletion README-developer.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## how to set up a development environment for DriftingDroids

DriftingDroids is pure Java program. Its sources are stored in the "src" folder
DriftingDroids is a pure Java program. Its sources are stored in "src" folder
and they consist of "*.java" and "*.properties" files.

When you import the sources into your favourite IDE then make sure that you set
Expand Down
2 changes: 1 addition & 1 deletion README.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
DriftingDroids - yet another Ricochet Robots solver program.

Version 1.3.2 (2014-03-23)
Version 1.3.3 (2014-06-30)
Homepage https://github.com/smack42/DriftingDroids/wiki


Expand Down
2 changes: 1 addition & 1 deletion buildjar.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
OUTPUT=driftingdroids.jar
OUTPUT=lib/driftingdroids.jar

rm -f $OUTPUT

Expand Down
Binary file modified doc/DriftingDroids_Nutzerdokumentation.odt
Binary file not shown.
Binary file modified doc/DriftingDroids_Nutzerdokumentation.pdf
Binary file not shown.
Binary file modified doc/DriftingDroids_user_documentation.odt
Binary file not shown.
Binary file modified doc/DriftingDroids_user_documentation.pdf
Binary file not shown.
Binary file added releases/DriftingDroids_1.3.3.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion src/driftingdroids/ui/Starter.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
public class Starter {

public static void main(String[] args) throws InterruptedException, InvocationTargetException {
new SwingGUI("DriftingDroids 1.3.3 (2014-06-29) __DEVELOPMENT__");
new SwingGUI("DriftingDroids 1.3.3 (2014-06-30)");
//runTestRandom1000();
// runTestKeyDepthMap();
// runTestKey2();
Expand Down

0 comments on commit 9114c0f

Please sign in to comment.