[Commits] [wesnoth/wesnoth] dcb265: Added util function for converting an RGB string t...

GitHub noreply at github.com
Thu Dec 10 11:07:52 UTC 2015


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

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

  Log Message:
  -----------
  Added util function for converting an RGB string to color

Note that this functions differently from the help namespace function
of the same name.


  Commit: 8f35c4bfcfd3b029ef17d3a3626d5c013a8d0a5d
      https://github.com/wesnoth/wesnoth/commit/8f35c4bfcfd3b029ef17d3a3626d5c013a8d0a5d
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2015-12-10 (Thu, 10 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: 956e5f932259517fd45efa4fcdffa60542a95d45
      https://github.com/wesnoth/wesnoth/commit/956e5f932259517fd45efa4fcdffa60542a95d45
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2015-12-10 (Thu, 10 Dec 2015)

  Changed paths:
    M src/scripting/game_lua_kernel.cpp

  Log Message:
  -----------
  Enable [print] color= and deprecate red,green,blue= keys


Compare: https://github.com/wesnoth/wesnoth/compare/fc72ae8431e2...956e5f932259


More information about the Commits mailing list