[libsfml] branch master updated (a4e819b -> 976584c)

James Cowgill jcowgill-guest at moszumanska.debian.org
Sun Sep 13 20:49:07 UTC 2015


This is an automated email from the git hooks/post-receive script.

jcowgill-guest pushed a change to branch master
in repository libsfml.

      from  a4e819b   Upload to unstable
       new  301fd78   Imported Upstream version 2.3.2+dfsg
       new  921ad62   Merge tag 'upstream/2.3.2+dfsg'
       new  976584c   Upload to unstable

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CMakeLists.txt                             |   2 +-
 CONTRIBUTING                               |  16 +
 changelog.txt                              |  35 ++
 cmake/Modules/FindSFML.cmake               |   6 +-
 debian/changelog                           |   6 +
 include/SFML/Config.hpp                    |   2 +-
 include/SFML/Graphics/Font.hpp             |   2 +-
 include/SFML/Graphics/Texture.hpp          |   1 +
 src/SFML/Audio/ALCheck.cpp                 |  23 +-
 src/SFML/Audio/ALCheck.hpp                 |  12 +-
 src/SFML/Graphics/GLCheck.cpp              |  28 +-
 src/SFML/Graphics/GLCheck.hpp              |  11 +-
 src/SFML/Graphics/ImageLoader.cpp          |  55 ++-
 src/SFML/Graphics/RenderTarget.cpp         |  15 +-
 src/SFML/Graphics/RenderTexture.cpp        |   3 +
 src/SFML/Graphics/RenderTextureImplFBO.cpp |   3 +-
 src/SFML/Graphics/Shader.cpp               |  24 +-
 src/SFML/Graphics/Texture.cpp              |   4 +
 src/SFML/Window/Unix/Display.cpp           | 187 --------
 src/SFML/Window/Unix/Display.hpp           |  17 -
 src/SFML/Window/Unix/InputImpl.cpp         | 253 +++++-----
 src/SFML/Window/Unix/InputImpl.hpp         |   6 -
 src/SFML/Window/Unix/WindowImplX11.cpp     | 716 ++++++-----------------------
 src/SFML/Window/Unix/WindowImplX11.hpp     |  14 +-
 24 files changed, 426 insertions(+), 1015 deletions(-)
 create mode 100644 CONTRIBUTING

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/libsfml.git



More information about the Pkg-games-commits mailing list