Added SuggesterTest and fixed coding style in sources
commit1454ce0c2b9eef46eda33b838417a95b79e9357c
authorDaniele Battaglia <dbat.fk@gmail.com>
Tue, 11 Mar 2008 16:47:31 +0000 (11 17:47 +0100)
committerDaniele Battaglia <dbat.fk@gmail.com>
Tue, 11 Mar 2008 16:47:31 +0000 (11 17:47 +0100)
tree920c4be7222871bcd9e251a249702da88f17aaa1
parentce26c15bdf9f85cd8f43a2068357bc6da86957bd
Added SuggesterTest and fixed coding style in sources
27 files changed:
src/ai/CCThreat.cpp
src/ai/CCThreat.h
src/ai/CCThreatSearchAI.h
src/ai/Suggester.h
src/ai/Threat.cpp
src/ai/Threat.h
src/ai/ThreatSearchAI.cpp
src/ai/ThreatSearchAI.h
src/core/GameMatrix.cpp
src/core/GameMatrix.h
src/core/Move.h
src/core/Player.h
src/core/Point.h
src/core/SyncSharedCondition.h
tests/CCThreatSearchAITest/CCThreatSearchAITest.h
tests/CCThreatTest/CCThreatTest.h
tests/GameLoopTest/PlayerStub.h
tests/GameMatrixTest/GameMatrixTest.h
tests/MoveTest/MoveTest.h
tests/PointTest/PointTest.h
tests/SuggesterTest/SuggesterTest [new file with mode: 0755]
tests/SuggesterTest/SuggesterTest.cpp [copied from tests/CCThreatSearchAITest/CCThreatSearchAITest.h with 55% similarity]
tests/SuggesterTest/SuggesterTest.h [copied from tests/MoveTest/MoveTest.h with 80% similarity]
tests/SuggesterTest/SuggesterTest.pro [new file with mode: 0644]
tests/SyncSharedConditionTest/SyncSharedConditionTest.h
tests/ThreatSearchAITest/ThreatSearchAITest.h
tests/ThreatTest/ThreatTest.h