[wesnoth-commits] [wesnoth/wesnoth] 9514cb: Preferences/Game: code formatting
Charles Dang
noreply at github.com
Fri Jan 8 16:40:28 UTC 2021
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: 9514cb9a96f674b3fdf797e6b05183af5bef0f8d
https://github.com/wesnoth/wesnoth/commit/9514cb9a96f674b3fdf797e6b05183af5bef0f8d
Author: Charles Dang <exodia339 at gmail.com>
Date: 2021-01-09 (Sat, 09 Jan 2021)
Changed paths:
M src/preferences/game.cpp
M src/preferences/game.hpp
Log Message:
-----------
Preferences/Game: code formatting
Commit: 487a9fe079b3ab5f3d83ef378e4ca371b9483913
https://github.com/wesnoth/wesnoth/commit/487a9fe079b3ab5f3d83ef378e4ca371b9483913
Author: Charles Dang <exodia339 at gmail.com>
Date: 2021-01-09 (Sat, 09 Jan 2021)
Changed paths:
M src/preferences/game.cpp
Log Message:
-----------
Preferences/Game: minor code cleanup
Commit: dbf9d355cf36a753b2261111a9e486358c2ecc74
https://github.com/wesnoth/wesnoth/commit/dbf9d355cf36a753b2261111a9e486358c2ecc74
Author: Charles Dang <exodia339 at gmail.com>
Date: 2021-01-09 (Sat, 09 Jan 2021)
Changed paths:
M src/game_config_manager.cpp
M src/game_launcher.cpp
M src/game_launcher.hpp
M src/preferences/advanced.cpp
M src/preferences/advanced.hpp
M src/wesnoth.cpp
Log Message:
-----------
Moved advanced prefs manager out of game_launcher
It didn't really make much sense to keep it here. The manager singleton is now local to its implementation
and initialized in game_config_manager::init_game_config like the credits data.
Compare: https://github.com/wesnoth/wesnoth/compare/2f6241290042...dbf9d355cf36
More information about the Commits
mailing list