[Commits] [wesnoth/wesnoth] dcd037: small load_game_exception refactor
GitHub
noreply at github.com
Sat Sep 10 18:45:51 UTC 2016
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: dcd037e5302109d5943607173dff2c0684ffa38f
https://github.com/wesnoth/wesnoth/commit/dcd037e5302109d5943607173dff2c0684ffa38f
Author: gfgtdf <daniel.gfgtdf at gmail.com>
Date: 2016-09-10 (Sat, 10 Sep 2016)
Changed paths:
M src/ai/contexts.cpp
M src/ai/manager.cpp
M src/game_errors.cpp
M src/game_errors.hpp
M src/game_events/action_wml.cpp
M src/game_initialization/multiplayer_create.cpp
M src/game_launcher.cpp
M src/game_launcher.hpp
M src/gui/dialogs/game_load.hpp
M src/hotkey/hotkey_handler.cpp
M src/log.cpp
M src/play_controller.cpp
M src/playmp_controller.cpp
M src/playsingle_controller.cpp
M src/save_index.cpp
M src/savegame.cpp
M src/savegame.hpp
M src/serialization/preprocessor.hpp
M src/serialization/validator.hpp
M src/whiteboard/move.hpp
Log Message:
-----------
small load_game_exception refactor
* Moves load_game_exception to savegame.hpp and cleans some #includes
* Removes the load_game_exception statis members and replaces them with
a non-static load_game_metadata member.
* Adds loadgame::DIALOG_TYPE to remove the gui1 dependency.
* Fixes loading of replay saves.
* Adds soem mising override specifers in savegame.hpp
Commit: eb3e27b81903d96630e355f7209388d50ade1fcb
https://github.com/wesnoth/wesnoth/commit/eb3e27b81903d96630e355f7209388d50ade1fcb
Author: gfgtdf <daniel.gfgtdf at gmail.com>
Date: 2016-09-10 (Sat, 10 Sep 2016)
Changed paths:
M src/generators/default_map_generator.cpp
Log Message:
-----------
clena some includes.
Compare: https://github.com/wesnoth/wesnoth/compare/54e879b18344...eb3e27b81903
More information about the Commits
mailing list