[wesnoth-commits] [wesnoth/wesnoth] 4205de: Remove the editor's unused set_starting_position d...
Sergey Popov
noreply at github.com
Wed Dec 30 15:20:41 UTC 2020
Branch: refs/heads/coroutine_experiment
Home: https://github.com/wesnoth/wesnoth
Commit: 4205de91e5868e4a28f76b7f11ebeae69b91b3ba
https://github.com/wesnoth/wesnoth/commit/4205de91e5868e4a28f76b7f11ebeae69b91b3ba
Author: Steve Cotton <steve at octalot.co.uk>
Date: 2020-12-30 (Wed, 30 Dec 2020)
Changed paths:
R data/gui/window/editor_set_starting_position.cfg
M projectfiles/CodeBlocks-SCons/wesnoth.cbp
M projectfiles/CodeBlocks/tests.cbp
M projectfiles/CodeBlocks/wesnoth.cbp
M projectfiles/VC16/wesnoth.vcxproj
M projectfiles/VC16/wesnoth.vcxproj.filters
M projectfiles/Xcode/The Battle for Wesnoth.xcodeproj/project.pbxproj
M source_lists/wesnoth
M src/editor/action/mouse/mouse_action.cpp
R src/gui/dialogs/editor/set_starting_position.cpp
R src/gui/dialogs/editor/set_starting_position.hpp
M src/tests/gui/test_gui2.cpp
Log Message:
-----------
Remove the editor's unused set_starting_position dialog
6424d79f489129791fedb23e267565922dba3751 changed to using an editor palette instead.
Commit: 56a8f7f7739d765f8d1b357f2315e541ba2d8a51
https://github.com/wesnoth/wesnoth/commit/56a8f7f7739d765f8d1b357f2315e541ba2d8a51
Author: Steve Cotton <steve at octalot.co.uk>
Date: 2020-12-30 (Wed, 30 Dec 2020)
Changed paths:
M data/core/editor/help.cfg
Log Message:
-----------
Editor help: add some translation hints and a missing link
Commit: 77c60a11f4fd2d5cc42aac507875b573d28d00db
https://github.com/wesnoth/wesnoth/commit/77c60a11f4fd2d5cc42aac507875b573d28d00db
Author: Charles Dang <exodia339 at gmail.com>
Date: 2020-12-31 (Thu, 31 Dec 2020)
Changed paths:
R data/gui/window/editor_set_starting_position.cfg
M projectfiles/CodeBlocks-SCons/wesnoth.cbp
M projectfiles/CodeBlocks/tests.cbp
M projectfiles/CodeBlocks/wesnoth.cbp
M projectfiles/VC16/wesnoth.vcxproj
M projectfiles/VC16/wesnoth.vcxproj.filters
M projectfiles/Xcode/The Battle for Wesnoth.xcodeproj/project.pbxproj
M source_lists/wesnoth
M src/editor/action/mouse/mouse_action.cpp
R src/gui/dialogs/editor/set_starting_position.cpp
R src/gui/dialogs/editor/set_starting_position.hpp
M src/tests/gui/test_gui2.cpp
Log Message:
-----------
Merge pull request #5398 from stevecotton/unused_editor_start_pos
Remove the editor's unused set_starting_position dialog
Commit: 204357c6d2b722bf5765002a52da8a98bad1a4e0
https://github.com/wesnoth/wesnoth/commit/204357c6d2b722bf5765002a52da8a98bad1a4e0
Author: Pentarctagon <pentarctagon at tutamail.com>
Date: 2020-12-30 (Wed, 30 Dec 2020)
Changed paths:
M src/game_board.cpp
M src/game_board.hpp
M src/menu_events.cpp
M src/playturn.cpp
M src/server/wesnothd/game.cpp
M src/server/wesnothd/game.hpp
Log Message:
-----------
Tell other clients about controller type changes from :droid
If one client changes the controller type of a side it controls from human -> AI or vice versa, the other clients need to know about it in case there's WML/lua that uses the controller type to determine what to do. This also means that droiding a side you own can now only be done when it's your turn.
Fixes #4996
Commit: b0808b988bd2a4ea5a2bee41cf90d75b60307567
https://github.com/wesnoth/wesnoth/commit/b0808b988bd2a4ea5a2bee41cf90d75b60307567
Author: loonycyborg <loonycyborg at gmail.com>
Date: 2020-12-30 (Wed, 30 Dec 2020)
Changed paths:
M data/core/editor/help.cfg
R data/gui/window/editor_set_starting_position.cfg
M projectfiles/CodeBlocks-SCons/wesnoth.cbp
M projectfiles/CodeBlocks/tests.cbp
M projectfiles/CodeBlocks/wesnoth.cbp
M projectfiles/VC16/wesnoth.vcxproj
M projectfiles/VC16/wesnoth.vcxproj.filters
M projectfiles/Xcode/The Battle for Wesnoth.xcodeproj/project.pbxproj
M source_lists/wesnoth
M src/editor/action/mouse/mouse_action.cpp
M src/game_board.cpp
M src/game_board.hpp
R src/gui/dialogs/editor/set_starting_position.cpp
R src/gui/dialogs/editor/set_starting_position.hpp
M src/menu_events.cpp
M src/playturn.cpp
M src/server/wesnothd/game.cpp
M src/server/wesnothd/game.hpp
M src/tests/gui/test_gui2.cpp
Log Message:
-----------
Merge branch 'master' into coroutine_experiment
Compare: https://github.com/wesnoth/wesnoth/compare/893b569be8cb...b0808b988bd2
More information about the Commits
mailing list