Skip to content

Commit

Permalink
release 1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
smack42 committed Oct 5, 2014
1 parent 3d43136 commit cdf83e2
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.4 (2014-10-05)

+ small speedup of the IDDFS solver algorithm (using a few MB more memory)
+ fixed another solver bug triggered by some custom boards (issue #6)
+ fixed two small GUI-related bugs



1.3.3 (2014-06-30)

+ prettify the solutions after they have been found
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.3 (2014-06-30)
Version 1.3.4 (2014-10-05)
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.3 (2014-06-30)
Version 1.3.4 (2014-10-05)
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.4.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.4 (2014-10-05) __DEVELOPMENT__");
new SwingGUI("DriftingDroids 1.3.4 (2014-10-05)");
// runTestRandom1000();
// runTestKeyDepthMap();
// runTestKeyInt();
Expand Down

0 comments on commit cdf83e2

Please sign in to comment.