[Commits] [wesnoth/wesnoth] b3eb48: Format forum URLs correctly

GitHub noreply at github.com
Fri Jul 21 08:15:03 UTC 2017


  Branch: refs/heads/accelerated_rendering
  Home:   https://github.com/wesnoth/wesnoth
  Commit: b3eb48ee71ff6cb3566a431abd8e0cb1b9e80092
      https://github.com/wesnoth/wesnoth/commit/b3eb48ee71ff6cb3566a431abd8e0cb1b9e80092
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2017-07-21 (Fri, 21 Jul 2017)

  Changed paths:
    M data/gui/window/mp_method_selection.cfg
    M src/server/forum_user_handler.cpp
    M src/server/server.cpp

  Log Message:
  -----------
  Format forum URLs correctly

[ci skip]

* Use https:// over http://
* Use 'forums' over 'forum'


  Commit: b74f8b47d155a4cefee11a7bdf07003c804e97ca
      https://github.com/wesnoth/wesnoth/commit/b74f8b47d155a4cefee11a7bdf07003c804e97ca
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2017-07-21 (Fri, 21 Jul 2017)

  Changed paths:
    M src/floating_label.cpp

  Log Message:
  -----------
  Floating Label: keep local pango_text object static

This also means I need to set set_add_outline every time create_texture is called to make sure the
text renderer has the correct settings.


  Commit: f383410c8d4293f73a8f9879805321f3be774bfc
      https://github.com/wesnoth/wesnoth/commit/f383410c8d4293f73a8f9879805321f3be774bfc
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2017-07-21 (Fri, 21 Jul 2017)

  Changed paths:
    M src/controller_base.cpp
    M src/controller_base.hpp
    M src/editor/controller/editor_controller.cpp
    M src/play_controller.cpp

  Log Message:
  -----------
  Removed unused CVideo argument from controller_base ctor


  Commit: afe43d91c956c04dd5a7e5578e7032d03a23100e
      https://github.com/wesnoth/wesnoth/commit/afe43d91c956c04dd5a7e5578e7032d03a23100e
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2017-07-21 (Fri, 21 Jul 2017)

  Changed paths:
    M src/controller_base.cpp
    M src/controller_base.hpp

  Log Message:
  -----------
  Controller Base: formatting cleanup

Header additions are one-line setters being moved there.


  Commit: d7f406a94072ca1539802ef344d3c536bceb3e09
      https://github.com/wesnoth/wesnoth/commit/d7f406a94072ca1539802ef344d3c536bceb3e09
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2017-07-21 (Fri, 21 Jul 2017)

  Changed paths:
    M src/controller_base.cpp

  Log Message:
  -----------
  Controller Base: shortened a few calls


  Commit: f197b3803f18c014bff6caa5855a7e905661aad0
      https://github.com/wesnoth/wesnoth/commit/f197b3803f18c014bff6caa5855a7e905661aad0
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2017-07-21 (Fri, 21 Jul 2017)

  Changed paths:
    M src/controller_base.cpp
    M src/controller_base.hpp

  Log Message:
  -----------
  Controller Base: removed unused process_focus_keydown_event event

This was used before the command console was converted to GUI2.


  Commit: 01277adea1d2fcdebaec08d8ca818cf1958c4c3f
      https://github.com/wesnoth/wesnoth/commit/01277adea1d2fcdebaec08d8ca818cf1958c4c3f
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2017-07-21 (Fri, 21 Jul 2017)

  Changed paths:
    M src/mouse_handler_base.cpp
    M src/mouse_handler_base.hpp

  Log Message:
  -----------
  Mouse Handler Base: formatting cleanup


Compare: https://github.com/wesnoth/wesnoth/compare/3bb038cccc9d...01277adea1d2


More information about the Commits mailing list