[Commits] [wesnoth/wesnoth] eb3eff: Replace int_to_color and string_to_color with thei...

GitHub noreply at github.com
Mon Nov 28 01:57:16 UTC 2016


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: eb3effad2141ffdbf3b3703786d992fe5dcbcead
      https://github.com/wesnoth/wesnoth/commit/eb3effad2141ffdbf3b3703786d992fe5dcbcead
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-11-28 (Mon, 28 Nov 2016)

  Changed paths:
    M src/ai/formula/function_table.cpp
    M src/display.cpp
    M src/display_chat_manager.cpp
    M src/game_display.cpp
    M src/gui/dialogs/unit_attack.cpp
    M src/gui/widgets/helper.cpp
    M src/help/help_impl.cpp
    M src/map/label.cpp
    M src/menu_events.cpp
    M src/minimap.cpp
    M src/mouse_events.cpp
    M src/reports.cpp
    M src/scripting/game_lua_kernel.cpp
    M src/sdl/utils.cpp
    M src/sdl/utils.hpp
    M src/team.cpp
    M src/units/frame.cpp

  Log Message:
  -----------
  Replace int_to_color and string_to_color with their appropriate color_t counterparts


  Commit: ce7a6ddbb1ebb70b669b2a322329b0932224bbbe
      https://github.com/wesnoth/wesnoth/commit/ce7a6ddbb1ebb70b669b2a322329b0932224bbbe
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-11-28 (Mon, 28 Nov 2016)

  Changed paths:
    M src/font/marked-up_text.cpp
    M src/font/text_cache.cpp
    M src/font/text_surface.cpp
    M src/font/text_surface.hpp
    M src/game_initialization/create_engine.hpp
    M src/game_initialization/lobby_data.cpp
    M src/game_initialization/lobby_data.hpp
    M src/gui/dialogs/end_credits.hpp
    M src/gui/widgets/widget.hpp
    M src/gui/widgets/window.hpp
    M src/help/help_menu.hpp
    M src/image.hpp
    M src/joystick.cpp
    M src/joystick.hpp
    M src/sdl/window.cpp
    M src/sdl/window.hpp
    M src/widgets/slider.hpp

  Log Message:
  -----------
  Cleaned up sdl/utils.hpp includes where possible

Mostly constitutes using forward-declarations. This also includes the removal of an unused 'mini_map' member in lobby_data.


Compare: https://github.com/wesnoth/wesnoth/compare/676768e44fa4...ce7a6ddbb1eb


More information about the Commits mailing list