[Commits] [wesnoth/wesnoth] 9eb6e6: Reimplement string_to_color, using map label imple...

GitHub noreply at github.com
Tue Dec 15 15:08:03 UTC 2015


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: 9eb6e66e7b9ee9072a54864ec432747cae6b402a
      https://github.com/wesnoth/wesnoth/commit/9eb6e66e7b9ee9072a54864ec432747cae6b402a
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2015-12-16 (Wed, 16 Dec 2015)

  Changed paths:
    M src/help/help_text_area.cpp
    M src/map_label.cpp
    M src/sdl/utils.cpp
    M src/sdl/utils.hpp

  Log Message:
  -----------
  Reimplement string_to_color, using map label implementation


  Commit: 5813eb0aadfb52f4bd9d3935b26d3060417c8b17
      https://github.com/wesnoth/wesnoth/commit/5813eb0aadfb52f4bd9d3935b26d3060417c8b17
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2015-12-16 (Wed, 16 Dec 2015)

  Changed paths:
    M src/formula_function.cpp
    M src/game_display.cpp
    M src/game_display.hpp
    M src/game_events/action_wml.cpp
    M src/scripting/game_lua_kernel.cpp
    M src/unit_frame.cpp

  Log Message:
  -----------
  Pass color value directly to game_display::float_label

This is to allow color values created using different util functions -
ie, create_color() or string_to_color().


  Commit: 43709fe49d97a53ac963e69905bb50544222e145
      https://github.com/wesnoth/wesnoth/commit/43709fe49d97a53ac963e69905bb50544222e145
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2015-12-16 (Wed, 16 Dec 2015)

  Changed paths:
    M src/unit_frame.cpp

  Log Message:
  -----------
  Simplify color creation case in unit_frame::redraw


  Commit: c43df77725c9c1a087e014c1d250dbb730533e95
      https://github.com/wesnoth/wesnoth/commit/c43df77725c9c1a087e014c1d250dbb730533e95
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2015-12-16 (Wed, 16 Dec 2015)

  Changed paths:
    M src/game_events/action_wml.cpp
    M src/map_label.cpp
    M src/scripting/game_lua_kernel.cpp

  Log Message:
  -----------
  Added support for color= in [unstore_unit] and [print]


  Commit: 65c0df23432c408ba21f40c58cabac7bfea30a0d
      https://github.com/wesnoth/wesnoth/commit/65c0df23432c408ba21f40c58cabac7bfea30a0d
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2015-12-16 (Wed, 16 Dec 2015)

  Changed paths:
    M data/core/macros/image-utils.cfg

  Log Message:
  -----------
  Updated COLOR_* macros to use color=


Compare: https://github.com/wesnoth/wesnoth/compare/ac374909a39e...65c0df23432c


More information about the Commits mailing list