Skip to content

Commit

Permalink
release 1.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
smack42 committed Sep 17, 2018
1 parent a879934 commit 17a4f44
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@ CHANGES



1.3.7 (2018-09-17)

+ speedup of "solution01 solver mode"; in response to bug #12
- active robot has to ricochet at least once before reaching the goal
- this special search mode is now about as fast as the normal mode



1.3.6 (2018-04-29)

+ compatibility fix for Java 9; in response to bug #11
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.6 (2018-04-29)
Version 1.3.7 (2018-09-17)
Homepage https://github.com/smack42/DriftingDroids/wiki


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.6 (2018-04-29)
Version 1.3.7 (2018-09-17)
Homepage https://github.com/smack42/DriftingDroids/wiki


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.7.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 @@ -40,7 +40,7 @@
public class Starter {

public static void main(String[] args) throws InterruptedException, InvocationTargetException {
new SwingGUI("DriftingDroids 1.3.7 __DEV__ (2018-09-16)");
new SwingGUI("DriftingDroids 1.3.7 (2018-09-17)");
// runTestRandom1000();
// runTestKeyDepthMap();
// runTestKeyInt();
Expand Down

0 comments on commit 17a4f44

Please sign in to comment.