[bzflag] branch upstream updated (7a12751 -> 468b88b)

Markus Koschany apo at moszumanska.debian.org
Sun Dec 4 01:52:46 UTC 2016


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

apo pushed a change to branch upstream
in repository bzflag.

      from  7a12751   Imported Upstream version 2.4.6
       new  468b88b   New upstream version 2.4.8

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:
 .travis.yml                               |   21 -
 AUTHORS                                   |    3 +
 ChangeLog                                 |   18 +
 MSVC/build/3D.vcxproj                     |    8 +-
 MSVC/build/Makefile.am                    |    2 -
 MSVC/build/bzadmin.vcxproj                |   10 +-
 MSVC/build/bzflag.vcxproj                 |   10 +-
 MSVC/build/bzfs.vcxproj                   |    8 +-
 MSVC/build/common.vcxproj                 |   10 +-
 MSVC/build/date.vcxproj                   |    8 +-
 MSVC/build/game.vcxproj                   |    8 +-
 MSVC/build/geometry.vcxproj               |    8 +-
 MSVC/build/installer.vcxproj              |    5 +-
 MSVC/build/mediafile.vcxproj              |    8 +-
 MSVC/build/net.vcxproj                    |    8 +-
 MSVC/build/obstacle.vcxproj               |    8 +-
 MSVC/build/ogl.vcxproj                    |    8 +-
 MSVC/build/platform.vcxproj               |    8 +-
 MSVC/build/scene.vcxproj                  |    2 +-
 MSVC/build/tests.vcxproj                  |  214 --
 MSVC/build/tests.vcxproj.filters          |   31 -
 MSVC/bzflag.rc                            |    8 +-
 MSVC/fullbuild.sln                        |   29 -
 Makefile.am                               |    6 +-
 README                                    |    2 +-
 README.WINDOWS                            |   10 -
 Xcode/BZFlag.xcodeproj/project.pbxproj    |  102 +-
 configure.ac                              |  123 +-
 data/bzflag.desktop                       |    1 +
 data/l10n/Makefile.am                     |    1 +
 data/l10n/bzflag_ru.po                    | 3250 +++++++++++++++++++++++++++++
 data/title.png                            |  Bin 91775 -> 110082 bytes
 misc/art/title.psd                        |  Bin 375912 -> 381705 bytes
 package/Makefile.am                       |    5 -
 package/win32/nsis/BZFlag.nsi             |    2 +-
 plugins/plugin_utils/plugin_utils.vcxproj |    2 +-
 src/bzadmin/BZAdminClient.cxx             |    3 +
 src/bzadmin/Makefile.am                   |    4 +-
 src/{bzflag => bzadmin}/ServerLink.cxx    |  201 --
 src/{bzflag => bzadmin}/ServerLink.h      |   21 -
 src/bzadmin/bzadmin.cxx                   |    5 -
 src/bzflag/ControlPanel.cxx               |    8 +-
 src/bzflag/Makefile.am                    |    6 -
 src/bzflag/ServerLink.cxx                 |    2 -
 src/bzflag/ServerLink.h                   |    2 -
 src/bzflag/ServerMenu.cxx                 |    8 +-
 src/bzflag/bzflag.cxx                     |   39 -
 src/bzflag/playing.cxx                    |   58 +-
 src/bzflag/sound.cxx                      |    4 +-
 src/bzfs/AccessControlList.cxx            |    6 +-
 src/bzfs/CmdLineOptions.cxx               |   31 +-
 src/bzfs/CmdLineOptions.h                 |    3 +-
 src/bzfs/bzfs.cxx                         |   30 +-
 src/bzfs/bzfsAPI.cxx                      |    2 +-
 src/bzfs/commands.cxx                     |   11 +-
 src/date/buildDate.cxx                    |    2 +-
 src/obstacle/Teleporter.cxx               |    3 +-
 src/platform/SDL2Display.cxx              |    2 +
 tests/Makefile.am                         |   25 -
 tests/bans.cxx                            |  114 -
 tests/tests.cxx                           |   29 -
 61 files changed, 3484 insertions(+), 1082 deletions(-)
 delete mode 100644 .travis.yml
 delete mode 100644 MSVC/build/tests.vcxproj
 delete mode 100644 MSVC/build/tests.vcxproj.filters
 create mode 100644 data/l10n/bzflag_ru.po
 copy src/{bzflag => bzadmin}/ServerLink.cxx (77%)
 copy src/{bzflag => bzadmin}/ServerLink.h (77%)
 delete mode 100644 tests/Makefile.am
 delete mode 100644 tests/bans.cxx
 delete mode 100644 tests/tests.cxx

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