[Commits] [wesnoth/wesnoth] 524216: Removed two unused function declarations

GitHub noreply at github.com
Tue Dec 5 14:39:00 UTC 2017


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: 52421672e1cf36739cd99374a5c298e36b5766f0
      https://github.com/wesnoth/wesnoth/commit/52421672e1cf36739cd99374a5c298e36b5766f0
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2017-12-05 (Tue, 05 Dec 2017)

  Changed paths:
    M src/cursor.hpp

  Log Message:
  -----------
  Removed two unused function declarations


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

  Changed paths:
    M src/arrow.hpp
    M src/controller_base.cpp
    M src/cursor.cpp
    M src/editor/action/mouse/mouse_action.cpp
    M src/editor/action/mouse/mouse_action_item.cpp
    M src/editor/action/mouse/mouse_action_map_label.cpp
    M src/editor/action/mouse/mouse_action_select.cpp
    M src/editor/action/mouse/mouse_action_unit.cpp
    M src/editor/action/mouse/mouse_action_village.cpp
    M src/events.cpp
    M src/filesystem_sdl.cpp
    M src/floating_label.cpp
    M src/font/marked-up_text.cpp
    M src/font/text.cpp
    M src/gui/core/event/distributor.cpp
    M src/gui/core/event/distributor.hpp
    M src/gui/core/event/handler.cpp
    M src/gui/core/timer.cpp
    M src/gui/core/timer.hpp
    M src/gui/widgets/window.cpp
    M src/image_modifications.cpp
    M src/minimap.cpp
    M src/savegame.cpp
    M src/sdl/rect.hpp
    M src/sdl/surface.hpp
    M src/sdl/utils.cpp
    M src/sdl/utils.hpp
    M src/sdl/window.cpp
    M src/sdl/window.hpp
    M src/serialization/unicode.hpp
    M src/serialization/unicode_types.hpp
    M src/sound.cpp
    M src/terrain/translation.cpp
    M src/tests/test_sdl_utils.cpp
    M src/tests/test_sdl_utils.hpp
    M src/units/drawer.cpp
    M src/wesnoth.cpp
    M src/widgets/textbox.cpp

  Log Message:
  -----------
  Used standard C++ fixed-width integer types instead of SDL-provided ones

More consistent this way. It's very unlikely the SDL defines would clash with the standard
C++ ones, even in SDL-related code.


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

  Changed paths:
    R projectfiles/CodeLite/wesnoth.project
    R projectfiles/CodeLite/wesnoth.workspace

  Log Message:
  -----------
  Removed abandoned CodeLite projectfiles

[ci skip]

No updates have been made since 2015, and it was last used seriously in 2014 by @cbeck88.


Compare: https://github.com/wesnoth/wesnoth/compare/ac77c3226ec0...c2fbfbf8ac4a


More information about the Commits mailing list