Skip to content

Commit

Permalink
August ver.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paracel committed Aug 11, 2014
1 parent d0ecb54 commit 91fd300
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions builds/vs2010/sanguosha.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1249,22 +1249,22 @@
<translation>托管中 ...</translation>
</message>
<message>
<location filename="../../src/ui/dashboard.cpp" line="771"/>
<location filename="../../src/ui/dashboard.cpp" line="772"/>
<source>Sort handcards</source>
<translation>整理手牌</translation>
</message>
<message>
<location filename="../../src/ui/dashboard.cpp" line="773"/>
<location filename="../../src/ui/dashboard.cpp" line="774"/>
<source>Sort by type</source>
<translation>按类型排序</translation>
</message>
<message>
<location filename="../../src/ui/dashboard.cpp" line="776"/>
<location filename="../../src/ui/dashboard.cpp" line="777"/>
<source>Sort by suit</source>
<translation>按花色排序</translation>
</message>
<message>
<location filename="../../src/ui/dashboard.cpp" line="779"/>
<location filename="../../src/ui/dashboard.cpp" line="780"/>
<source>Sort by number</source>
<translation>按点数排序</translation>
</message>
Expand Down
2 changes: 1 addition & 1 deletion lua/ai/smart-ai.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ math.randomseed(tostring(os.time()):reverse():sub(1, 6))
-- SmartAI is the base class for all other specialized AI classes
SmartAI = (require "middleclass").class("SmartAI")

version = "QSanguosha AI 20140701 (V1.4142135 Alpha)"
version = "QSanguosha AI 20140801 (V1.41421356 Alpha)"
--- this function is only function that exposed to the host program
--- and it clones an AI instance by general name
-- @param player The ServerPlayer object that want to create the AI object
Expand Down
2 changes: 1 addition & 1 deletion lua/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-- and it is a little different from config.ini

config = {
version = "20140701",
version = "20140801",
version_name = "V2",
mod_name = "Para",
big_font = 56,
Expand Down

0 comments on commit 91fd300

Please sign in to comment.