[bzflag] branch upstream updated (5ff9a3c -> 1a71521)

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


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

apo pushed a change to branch upstream
in repository bzflag.

      from  5ff9a3c   New upstream version 2.4.10
       new  1a71521   New upstream version 2.4.12

The 1 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:
 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(-)
 copy MSVC/{bzflag.rc => Version.rc} (59%)
 rename src/platform/MacGL.mm => include/OpenGLFramebuffer.h (51%)
 create mode 100644 include/glext.h
 create mode 100644 src/ogl/OpenGLFramebuffer.cxx
 delete mode 100644 src/platform/MacGL.h

-- 
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