[bzflag] 05/07: Update upstream source from tag 'upstream/2.4.12'

Markus Koschany apo at moszumanska.debian.org
Sat Nov 4 00:38:44 UTC 2017


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

apo pushed a commit to branch master
in repository bzflag.

commit 02877017aca86d067d1ec97bff4c8c6603e00f4a
Merge: b01b1e3 1a71521
Author: Markus Koschany <apo at debian.org>
Date:   Sat Nov 4 00:55:05 2017 +0100

    Update upstream source from tag 'upstream/2.4.12'
    
    Update to upstream version '2.4.12'
    with Debian dir 0bc261d1aa606ab78e6ef221acdc4067c0555d05

 AUTHORS                                            |     2 +
 ChangeLog                                          |    31 +-
 DEVINFO                                            |     2 +-
 MSVC/Makefile.am                                   |     1 +
 MSVC/{bzflag.rc => Version.rc}                     |    50 +-
 MSVC/build/bzadmin.vcxproj                         |     3 +
 MSVC/build/bzadmin.vcxproj.filters                 |     8 +
 MSVC/build/bzflag.vcxproj                          |     1 +
 MSVC/build/bzflag.vcxproj.filters                  |     3 +
 MSVC/build/bzfs.vcxproj                            |     3 +
 MSVC/build/bzfs.vcxproj.filters                    |     8 +
 MSVC/build/ogl.vcxproj                             |     3 +
 MSVC/build/ogl.vcxproj.filters                     |     9 +
 MSVC/bzflag.rc                                     |    43 +-
 README                                             |     2 +-
 Xcode/BZFlag.xcodeproj/project.pbxproj             |    24 +-
 configure.ac                                       |    65 +-
 data/l10n/bzflag_es.po                             |     2 +-
 data/l10n/bzflag_ru.po                             |     2 +-
 data/l10n/bzflag_xx.po                             |     2 +-
 data/title.png                                     |   Bin 89075 -> 82606 bytes
 include/BzfVisual.h                                |     1 -
 include/BzfWindow.h                                |     3 -
 include/Makefile.am                                |     2 +
 .../MacGL.mm => include/OpenGLFramebuffer.h        |    46 +-
 include/OpenGLGState.h                             |     3 +-
 include/TextUtils.h                                |    31 +
 include/bzfgl.h                                    |    45 +-
 include/bzfsAPI.h                                  |    61 +
 include/glext.h                                    | 12416 +++++++++++++++++++
 misc/art/title.psd                                 |   Bin 385660 -> 385287 bytes
 package/win32/nsis/BZFlag.nsi                      |     2 +-
 plugins/plugin_utils/plugin_utils.cpp              |    17 +
 plugins/plugin_utils/plugin_utils.h                |     1 +
 src/bzadmin/Makefile.am                            |     1 +
 src/bzflag/CommandsImplementation.cxx              |    58 +-
 src/bzflag/DisplayMenu.cxx                         |    14 +-
 src/bzflag/EffectsMenu.cxx                         |     2 +-
 src/bzflag/RadarRenderer.cxx                       |     7 +-
 src/bzflag/RadarRenderer.h                         |     1 -
 src/bzflag/SilenceDefaultKey.cxx                   |     8 +
 src/bzflag/bzflag.cxx                              |     2 -
 src/bzflag/defaultBZDB.cxx                         |     2 +-
 src/bzflag/playing.cxx                             |    49 +-
 src/bzfs/BanCommands.cxx                           |    13 +
 src/bzfs/FlagInfo.cxx                              |     3 +-
 src/bzfs/Makefile.am                               |     1 +
 src/bzfs/bzfs.cxx                                  |    58 +-
 src/bzfs/bzfs.h                                    |     5 +
 src/bzfs/bzfsAPI.cxx                               |   152 +-
 src/bzfs/commands.cxx                              |    17 +-
 src/date/buildDate.cxx                             |     2 +-
 src/ogl/Makefile.am                                |     1 +
 src/ogl/OpenGLFramebuffer.cxx                      |   154 +
 src/ogl/OpenGLGState.cxx                           |    40 +-
 src/platform/MacGL.h                               |    34 -
 src/platform/Makefile.am                           |    41 +-
 src/platform/SDL2Display.cxx                       |   121 +-
 src/platform/SDL2Display.h                         |     5 +-
 src/platform/SDL2Visual.cxx                        |     5 -
 src/platform/SDL2Visual.h                          |     1 -
 src/platform/SDL2Window.cxx                        |    92 +-
 src/platform/SDL2Window.h                          |     1 -
 src/platform/SDLDisplay.cxx                        |    46 +
 src/platform/SDLDisplay.h                          |     1 -
 65 files changed, 13421 insertions(+), 408 deletions(-)

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



More information about the Pkg-games-commits mailing list