[wesnoth-commits] [wesnoth/wesnoth] 1b8d1d: Cleaned up a bunch more std::array uses
Charles Dang
noreply at github.com
Tue Mar 22 15:27:07 UTC 2022
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: 1b8d1d66cf8d25e49e96574224c0bff068a86228
https://github.com/wesnoth/wesnoth/commit/1b8d1d66cf8d25e49e96574224c0bff068a86228
Author: Charles Dang <exodia339 at gmail.com>
Date: 2022-03-22 (Tue, 22 Mar 2022)
Changed paths:
M src/display.cpp
M src/display.hpp
M src/font/font_config.cpp
M src/game_initialization/connect_engine.cpp
M src/generators/lua_map_generator.cpp
M src/replay.cpp
M src/scripting/game_lua_kernel.cpp
M src/tests/test_serialization.cpp
Log Message:
-----------
Cleaned up a bunch more std::array uses
Commit: b1ea4a53fd2007ed1a9c9ffea1e8b51ef5926379
https://github.com/wesnoth/wesnoth/commit/b1ea4a53fd2007ed1a9c9ffea1e8b51ef5926379
Author: Charles Dang <exodia339 at gmail.com>
Date: 2022-03-22 (Tue, 22 Mar 2022)
Changed paths:
M src/game_initialization/connect_engine.cpp
M src/game_initialization/connect_engine.hpp
Log Message:
-----------
Connect Engine: removed unused function argument from update_and_send_diff
Commit: 2e869ce2042b0b2a617fb0f72ae7e0b80d2c97e3
https://github.com/wesnoth/wesnoth/commit/2e869ce2042b0b2a617fb0f72ae7e0b80d2c97e3
Author: Charles Dang <exodia339 at gmail.com>
Date: 2022-03-22 (Tue, 22 Mar 2022)
Changed paths:
M src/ai/actions.cpp
M src/ai/actions.hpp
M src/terrain/builder.cpp
M src/terrain/builder.hpp
Log Message:
-----------
Few misc code cleanups I had sitting around
Commit: 3435cf7ab99450c7871699478aea9111bee7bd4c
https://github.com/wesnoth/wesnoth/commit/3435cf7ab99450c7871699478aea9111bee7bd4c
Author: Charles Dang <exodia339 at gmail.com>
Date: 2022-03-22 (Tue, 22 Mar 2022)
Changed paths:
M src/enum_base.hpp
M src/gui/dialogs/game_stats.cpp
M src/gui/dialogs/multiplayer/mp_create_game.cpp
M src/units/types.cpp
Log Message:
-----------
Added a sized_array alias to string enums
Commit: 9b72df307783474e2c0fd79de2058a7e80697339
https://github.com/wesnoth/wesnoth/commit/9b72df307783474e2c0fd79de2058a7e80697339
Author: Charles Dang <exodia339 at gmail.com>
Date: 2022-03-22 (Tue, 22 Mar 2022)
Changed paths:
M src/display.cpp
M src/display.hpp
Log Message:
-----------
Removed string_to_button_type from the display class
Commit: e95afdab9efb1078636c374a8f1e54b72d76b224
https://github.com/wesnoth/wesnoth/commit/e95afdab9efb1078636c374a8f1e54b72d76b224
Author: Charles Dang <exodia339 at gmail.com>
Date: 2022-03-22 (Tue, 22 Mar 2022)
Changed paths:
M src/ai/actions.cpp
M src/ai/actions.hpp
M src/display.cpp
M src/display.hpp
M src/enum_base.hpp
M src/font/font_config.cpp
M src/game_initialization/connect_engine.cpp
M src/game_initialization/connect_engine.hpp
M src/generators/lua_map_generator.cpp
M src/gui/dialogs/game_stats.cpp
M src/gui/dialogs/multiplayer/mp_create_game.cpp
M src/replay.cpp
M src/scripting/game_lua_kernel.cpp
M src/terrain/builder.cpp
M src/terrain/builder.hpp
M src/tests/test_serialization.cpp
M src/units/types.cpp
Log Message:
-----------
Merge pull request #6570 from wesnoth/misc-cleanups
Misc cleanups
Compare: https://github.com/wesnoth/wesnoth/compare/a6502e83bacf...e95afdab9efb
More information about the Commits
mailing list