[Commits] [wesnoth/wesnoth] f08696: remove "difficulty_" from game_data and carryover
GitHub
noreply at github.com
Sun Jun 1 16:36:17 UTC 2014
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: f086963b39717c6e82d4d8783fd5cf36dbca88dd
https://github.com/wesnoth/wesnoth/commit/f086963b39717c6e82d4d8783fd5cf36dbca88dd
Author: gfgtdf <f492343 at rmqkr.net>
Date: 2014-05-31 (Sat, 31 May 2014)
Changed paths:
M src/ai/default/ai.cpp
M src/ai/testing/ca.cpp
M src/gamestatus.cpp
M src/gamestatus.hpp
M src/savegame.cpp
M src/savegame.hpp
Log Message:
-----------
remove "difficulty_" from game_data and carryover
we already have this data in the classification.
same will happen to random_mode
Commit: 7ebbac36b36350c8ef5eac0049f3fdad590a1a3c
https://github.com/wesnoth/wesnoth/commit/7ebbac36b36350c8ef5eac0049f3fdad590a1a3c
Author: gfgtdf <f492343 at rmqkr.net>
Date: 2014-05-31 (Sat, 31 May 2014)
Changed paths:
M src/synced_context.cpp
Log Message:
-----------
removed unneeded check in synced_context.cpp
the plan is to remove "random_mode" form game_data
Commit: b138912ce331fb377f4bebbe4c70fe3245fa48c6
https://github.com/wesnoth/wesnoth/commit/b138912ce331fb377f4bebbe4c70fe3245fa48c6
Author: gfgtdf <f492343 at rmqkr.net>
Date: 2014-05-31 (Sat, 31 May 2014)
Changed paths:
M src/gamestatus.cpp
M src/gamestatus.hpp
M src/play_controller.cpp
Log Message:
-----------
remove "random_mode_" from game_data
we already have this information in the classification.
Commit: c0b81688cb9d1a9b6e9b25380f1949825e45a41b
https://github.com/wesnoth/wesnoth/commit/c0b81688cb9d1a9b6e9b25380f1949825e45a41b
Author: gfgtdf <f492343 at rmqkr.net>
Date: 2014-06-01 (Sun, 01 Jun 2014)
Changed paths:
M src/gamestatus.cpp
Log Message:
-----------
fixup 'remove difficulcy_'
otherwise we don't see the difficulcy in the loadgame menu and only see
"UNTLB" instead.
Commit: ebbf813e03d04d02a9546d063f80e8ea8beb99d1
https://github.com/wesnoth/wesnoth/commit/ebbf813e03d04d02a9546d063f80e8ea8beb99d1
Author: gfgtdf <tischpapier at gmail.com>
Date: 2014-06-01 (Sun, 01 Jun 2014)
Changed paths:
M src/ai/default/ai.cpp
M src/ai/testing/ca.cpp
M src/gamestatus.cpp
M src/gamestatus.hpp
M src/play_controller.cpp
M src/savegame.cpp
M src/savegame.hpp
M src/synced_context.cpp
Log Message:
-----------
Merge pull request #177 from gfgtdf/remove_diffic
remove "difficulty_" and "random_mode_" from game_data and carryover
(we already have them in the classification)
Compare: https://github.com/wesnoth/wesnoth/compare/1979e5e1d1b1...ebbf813e03d0
More information about the Commits
mailing list