[Commits] [wesnoth/wesnoth] b01466: Advertise support for clipboard in the SDL2 code

GitHub noreply at github.com
Mon Aug 17 00:29:56 UTC 2015


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: b01466cf21e6b82637ec48e98515d28e7f6e8f0c
      https://github.com/wesnoth/wesnoth/commit/b01466cf21e6b82637ec48e98515d28e7f6e8f0c
  Author: Andreas Löf <andreas at alternating.net>
  Date:   2015-08-16 (Sun, 16 Aug 2015)

  Changed paths:
    M src/desktop/clipboard.cpp

  Log Message:
  -----------
  Advertise support for clipboard in the SDL2 code


  Commit: 4c4c469eadf1e71fdb842986a2d5ae54f6ff3cf6
      https://github.com/wesnoth/wesnoth/commit/4c4c469eadf1e71fdb842986a2d5ae54f6ff3cf6
  Author: Andreas Löf <andreas at alternating.net>
  Date:   2015-08-17 (Mon, 17 Aug 2015)

  Changed paths:
    M CMakeLists.txt
    A cmake/FindSDL2.cmake
    A cmake/FindSDL2_image.cmake
    A cmake/FindSDL2_mixer.cmake
    A cmake/FindSDL2_net.cmake
    A cmake/FindSDL2_ttf.cmake
    M src/CMakeLists.txt

  Log Message:
  -----------
  Add SDL2 support to the CMake.

To compile with SDL2, run with -DENABLE_SDL2=TRUE. SDL2 is disabled by default.


  Commit: 4f20341add96041d9a632018f281aa0bdad48b22
      https://github.com/wesnoth/wesnoth/commit/4f20341add96041d9a632018f281aa0bdad48b22
  Author: Andreas Löf <andreas at alternating.net>
  Date:   2015-08-17 (Mon, 17 Aug 2015)

  Changed paths:
    M src/sdl/window.hpp

  Log Message:
  -----------
  Remove dead code related to ttexture


  Commit: e7d4eed00d80a8722a6c07f471f272480e96433c
      https://github.com/wesnoth/wesnoth/commit/e7d4eed00d80a8722a6c07f471f272480e96433c
  Author: Ignacio R. Morelle <shadowm at wesnoth.org>
  Date:   2015-08-16 (Sun, 16 Aug 2015)

  Changed paths:
    M CMakeLists.txt
    A cmake/FindSDL2.cmake
    A cmake/FindSDL2_image.cmake
    A cmake/FindSDL2_mixer.cmake
    A cmake/FindSDL2_net.cmake
    A cmake/FindSDL2_ttf.cmake
    M src/CMakeLists.txt
    M src/desktop/clipboard.cpp
    M src/sdl/window.hpp

  Log Message:
  -----------
  Merge pull request #458 from aginor/sdl2

Add SDL2 support to CMake, advertise clipboard availabilty and remove a small piece of dead code


Compare: https://github.com/wesnoth/wesnoth/compare/0dfe2a21d925...e7d4eed00d80


More information about the Commits mailing list