[Commits] [wesnoth/wesnoth] c83021: Attack Prediction: incomplete conversion of debug ...
GitHub
noreply at github.com
Wed May 10 15:04:08 UTC 2017
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: c83021f8298cb968fd26bc3bf94999cf5d37e0cf
https://github.com/wesnoth/wesnoth/commit/c83021f8298cb968fd26bc3bf94999cf5d37e0cf
Author: Charles Dang <exodia339 at gmail.com>
Date: 2017-05-11 (Thu, 11 May 2017)
Changed paths:
M src/attack_prediction.cpp
Log Message:
-----------
Attack Prediction: incomplete conversion of debug output to use C++ streams
Incomplete because C string format syntax is still Greek to me.
Commit: c5da7b2163478d81f48a9a8a84f04f04a47b2a21
https://github.com/wesnoth/wesnoth/commit/c5da7b2163478d81f48a9a8a84f04f04a47b2a21
Author: Charles Dang <exodia339 at gmail.com>
Date: 2017-05-11 (Thu, 11 May 2017)
Changed paths:
M src/attack_prediction.cpp
Log Message:
-----------
Attack Prediction: use a constexpr static instead of a macro constant
Commit: e351af4a200f62eb2ebbf6750c5ab8aec44b0ae8
https://github.com/wesnoth/wesnoth/commit/e351af4a200f62eb2ebbf6750c5ab8aec44b0ae8
Author: Charles Dang <exodia339 at gmail.com>
Date: 2017-05-11 (Thu, 11 May 2017)
Changed paths:
M src/attack_prediction.cpp
Log Message:
-----------
Attack Prediction: range-for
Commit: a75e606d8c66127bffc3fa3f3c798536a6182e90
https://github.com/wesnoth/wesnoth/commit/a75e606d8c66127bffc3fa3f3c798536a6182e90
Author: Charles Dang <exodia339 at gmail.com>
Date: 2017-05-11 (Thu, 11 May 2017)
Changed paths:
M src/attack_prediction.cpp
Log Message:
-----------
Attack Prediction: use unique_ptr to manage prob_matrix plane_ ptrs
Commit: 8e065f4ff4c6cbf899128929b0a94763f069379e
https://github.com/wesnoth/wesnoth/commit/8e065f4ff4c6cbf899128929b0a94763f069379e
Author: Charles Dang <exodia339 at gmail.com>
Date: 2017-05-11 (Thu, 11 May 2017)
Changed paths:
M src/attack_prediction.cpp
Log Message:
-----------
Attack Prediction: fixed game_config symbol clash when building wtih BENCHMARK or CHECK
At some point this was intended to prevent the inclusion of game_config.hpp. However, that file is now included.
Compare: https://github.com/wesnoth/wesnoth/compare/82348700ac8c...8e065f4ff4c6
More information about the Commits
mailing list