[Commits] [wesnoth/wesnoth] da4074: use boost mersenne twister rng, add boost::random ...
GitHub
noreply at github.com
Mon Nov 3 23:22:51 UTC 2014
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: da4074e882cad537e8c8b02aa0fba69b9f3f78b5
https://github.com/wesnoth/wesnoth/commit/da4074e882cad537e8c8b02aa0fba69b9f3f78b5
Author: Chris Beck <render787 at gmail.com>
Date: 2014-11-03 (Mon, 03 Nov 2014)
Changed paths:
M .travis.yml
M CMakeLists.txt
M SConstruct
M src/CMakeLists.txt
M src/SConscript
M src/actions/attack.cpp
M src/carryover.cpp
M src/carryover.hpp
M src/game_data.cpp
M src/game_data.hpp
M src/game_events/action_wml.cpp
A src/mt_rng.cpp
A src/mt_rng.hpp
M src/random_new.cpp
M src/random_new.hpp
M src/random_new_deterministic.cpp
M src/random_new_deterministic.hpp
M src/random_new_synced.cpp
M src/random_new_synced.hpp
M src/replay_controller.cpp
A src/seed_rng.cpp
A src/seed_rng.hpp
M src/server/game.cpp
M src/server/game.hpp
M src/synced_context.cpp
M src/synced_context.hpp
M src/tests/test_network_worker.cpp
A src/tests/test_rng.cpp
M src/unit.cpp
Log Message:
-----------
use boost mersenne twister rng, add boost::random dependency
This is a squash of work done in april, see closed github pull
request. #160
Commit: 55078504a900190d0a4b517c465f5754eab96ae6
https://github.com/wesnoth/wesnoth/commit/55078504a900190d0a4b517c465f5754eab96ae6
Author: Chris Beck <beck.ct at gmail.com>
Date: 2014-11-03 (Mon, 03 Nov 2014)
Changed paths:
M .travis.yml
M CMakeLists.txt
M SConstruct
M src/CMakeLists.txt
M src/SConscript
M src/actions/attack.cpp
M src/carryover.cpp
M src/carryover.hpp
M src/game_data.cpp
M src/game_data.hpp
M src/game_events/action_wml.cpp
A src/mt_rng.cpp
A src/mt_rng.hpp
M src/random_new.cpp
M src/random_new.hpp
M src/random_new_deterministic.cpp
M src/random_new_deterministic.hpp
M src/random_new_synced.cpp
M src/random_new_synced.hpp
M src/replay_controller.cpp
A src/seed_rng.cpp
A src/seed_rng.hpp
M src/server/game.cpp
M src/server/game.hpp
M src/synced_context.cpp
M src/synced_context.hpp
M src/tests/test_network_worker.cpp
A src/tests/test_rng.cpp
M src/unit.cpp
Log Message:
-----------
Merge pull request #322 from cbeck88/boost_rng_squash
use boost mersenne twister rng, add boost::random dependency
Compare: https://github.com/wesnoth/wesnoth/compare/da9ea372661f...55078504a900
More information about the Commits
mailing list