Skip to content

Commit

Permalink
The AI now shuffles workers between resources as much as before, but …
Browse files Browse the repository at this point in the history
…the algorithm to do so is more efficient
  • Loading branch information
Andrettin committed Jun 13, 2015
1 parent 8a518de commit 8d7a4e8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ https://github.com/Andrettin/Wyrmsun
-----------------------------------------------------------------------

* AI
- The AI is now more conservative with shuffling workers between the harvesting of different resources.
- The AI algorithm for shuffling workers between the harvesting of different resources is now more efficient.

* Miscellaneous
- Pressing 'Q' will now select the player's entire army.
Expand Down
2 changes: 1 addition & 1 deletion scripts/stratagus.lua
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ DebugPrint("Stratagus default config file loading ...\n")
wyrmsun = {}

wyrmsun.Name = "Wyrmsun"
wyrmsun.Version = "1.1.9"
wyrmsun.Version = "1.2.0"
wyrmsun.Homepage = ""
wyrmsun.Licence = "GPL 2.0"
wyrmsun.Copyright = "Copyright (c) 2013-2015 by Andrettin"
Expand Down
Binary file modified wyrmsun.exe
Binary file not shown.

0 comments on commit 8d7a4e8

Please sign in to comment.