[Commits] [wesnoth/wesnoth] d8ed11: Drop the _new suffix from random_new
GitHub
noreply at github.com
Wed Apr 19 21:49:12 UTC 2017
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: d8ed11c2b1100ff13635935f47bab220a1f83e4c
https://github.com/wesnoth/wesnoth/commit/d8ed11c2b1100ff13635935f47bab220a1f83e4c
Author: Charles Dang <exodia339 at gmail.com>
Date: 2017-04-20 (Thu, 20 Apr 2017)
Changed paths:
M projectfiles/CodeBlocks/wesnoth.cbp
M source_lists/wesnoth
M src/actions/advancement.cpp
M src/actions/attack.cpp
M src/ai/default/recruitment.cpp
M src/attack_prediction.cpp
M src/editor/action/action.cpp
M src/formula/formula.cpp
M src/game_events/action_wml.cpp
M src/game_state.cpp
M src/gui/auxiliary/tips.cpp
M src/playsingle_controller.cpp
A src/random.cpp
A src/random.hpp
A src/random_deterministic.cpp
A src/random_deterministic.hpp
R src/random_new.cpp
R src/random_new.hpp
R src/random_new_deterministic.cpp
R src/random_new_deterministic.hpp
R src/random_new_synced.cpp
R src/random_new_synced.hpp
A src/random_synced.cpp
A src/random_synced.hpp
M src/scripting/lua_kernel_base.cpp
M src/synced_context.cpp
M src/synced_context.hpp
M src/tests/test_rng.cpp
M src/tod_manager.cpp
M src/tod_manager.hpp
M src/units/unit.cpp
M src/utils/context_free_grammar_generator.cpp
M src/utils/markov_generator.cpp
Log Message:
-----------
Drop the _new suffix from random_new
The 'old' random code has long been removed.
More information about the Commits
mailing list