[bzflag] branch master updated (7f208f8 -> 9f36b8c)

Markus Koschany apo at moszumanska.debian.org
Fri Jul 22 11:16:04 UTC 2016


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

apo pushed a change to branch master
in repository bzflag.

      from  7f208f8   project has moved from SF to GitHub, update watch file
       new  0a95d74   Declare compliance with Debian Policy 3.9.8.
       new  6a92068   Vcs-Git: Use https.
       new  53589d0   debian/watch: Use version=4.
       new  f682b57   Remove README.source and recommend the use of debian/copyright's exclude
       new  d71a149   Add get-orig-source target
       new  bf11ed6   Use version 2.4.6
       new  fd3ac77   debian/watch: Mangle the version correctly.
       new  9c2636e   Update debian/copyright
       new  1289feb   Drop custom debian/gbp.conf file.
       new  156b8e7   Do not repack the upstream tarball anymore.
       new  7a12751   Imported Upstream version 2.4.6
       new  6a91f9b   Merge tag 'upstream/2.4.6'
       new  c59c7a8   Drop 01_repack_no_other.diff. Fixed upstream.
       new  e96db8d   Update changelog
       new  36657fc   Drop 02_man_fixups.diff
       new  c9fbf7f   Drop 03_maxhostnamelen.diff. Fixed upstream.
       new  a326307   Drop 05_dedup_pt_translations.diff. Fixed upstream.
       new  94ec9c2   Drop 07_hurd_autotools_support.diff. Fixed upstream.
       new  006054d   Drop 08_clang_FTBFS.patch. Fixed upstream.
       new  8a77aa4   Build-Depend on libcpputest-dev for testing purposes.
       new  aacb9e9   debian/rules: Do not install the plugindocs because
       new  c07bedd   bzflag-server.manpages: Install bzfquery man page.
       new  df4dcf3   export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed to avoid useless
       new  ff3d33d   export DEB_BUILD_MAINT_OPTIONS = hardening=+all
       new  6bb6cf1   Add bzflag-client.lintian-overrides to silence
       new  6a7b652   Update debian/copyright to copyright format 1.0. Update license information for
       new  f78bb25   Grooming
       new  e1e1bf6   Update changelog
       new  f536fee   Revert "export DEB_BUILD_MAINT_OPTIONS = hardening=+all"
       new  ae41a20   Add override for dh_clean and ensure that the game can be built twice in a row.
       new  4927ed4   Fix file names in d/copyright
       new  24da73f   Override more unwarranted Lintian warning
       new  7f39b32   Update changelog
       new  4f6522a   Close #818080
       new  5d082e2   Update changelog
       new  9f36b8c   Update 04_desktop_file_keywords.diff

The 36 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:
 .editorconfig                                      |    13 +
 .gitignore                                         |   126 +-
 .travis.yml                                        |    21 +
 AUTHORS                                            |    50 +-
 BUGS                                               |     2 -
 BZFlag.xcodeproj/Makefile.in                       |   413 -
 BZFlag.xcodeproj/project.pbxproj                   |   337 -
 ChangeLog                                          |   199 +-
 DEVINFO                                            |   162 +-
 INSTALL                                            |   365 -
 MSVC/Makefile.am                                   |     4 +
 MSVC/Makefile.in                                   |   618 -
 MSVC/build/3D.vcxproj                              |    11 +-
 MSVC/build/Makefile.am                             |    15 +-
 MSVC/build/Makefile.in                             |   443 -
 MSVC/build/ares.vcxproj                            |   219 -
 MSVC/build/ares_build.h                            |   253 -
 MSVC/build/bzadmin.vcxproj                         |    59 +-
 MSVC/build/bzflag.vcxproj                          |    73 +-
 MSVC/build/bzfs.vcxproj                            |    92 +-
 MSVC/build/bzfs.vcxproj.filters                    |   405 +
 MSVC/build/common.vcxproj                          |    26 +-
 MSVC/build/config.h                                |    36 +-
 MSVC/build/curl/curlbuild.h                        |   196 -
 MSVC/build/date.vcxproj                            |     8 +-
 MSVC/build/game.vcxproj                            |    17 +-
 MSVC/build/geometry.vcxproj                        |    63 +-
 MSVC/build/installer.vcxproj                       |    58 +-
 MSVC/build/libcurl.vcxproj                         |   425 -
 MSVC/build/makehtml.vcxproj                        |    32 +-
 MSVC/build/mediafile.vcxproj                       |    14 +-
 MSVC/build/net.vcxproj                             |    14 +-
 MSVC/build/obstacle.vcxproj                        |     9 +-
 MSVC/build/ogl.vcxproj                             |    16 +-
 MSVC/build/pdcurses.vcxproj                        |   223 -
 MSVC/build/platform.vcxproj                        |   106 +-
 MSVC/build/regex.vcxproj                           |   167 -
 MSVC/build/scene.vcxproj                           |    30 +-
 MSVC/build/tests.vcxproj                           |   214 +
 MSVC/build/tests.vcxproj.filters                   |    31 +
 MSVC/build/zlib.vcproj                             |   868 -
 MSVC/build/zlib.vcxproj                            |   382 -
 MSVC/{build => }/bzadmin.sln                       |    64 +-
 MSVC/bzflag.rc                                     |    10 +-
 MSVC/{build => }/bzflag.sln                        |    64 +-
 MSVC/{build => }/bzfs.sln                          |    52 +-
 MSVC/{build => }/fullbuild.sln                     |   216 +-
 Makefile.am                                        |    21 +-
 Makefile.in                                        |   843 -
 NEWS                                               |     1 +
 PORTING                                            |     2 +-
 README                                             |   215 +-
 README.Linux                                       |    69 +-
 README.MINGW32                                     |    10 +-
 README.MacOSX                                      |   193 +-
 README.SDL                                         |     5 +-
 README.SOLARIS                                     |   129 +-
 README.WINDOWS                                     |    93 +-
 README.XMINGW                                      |   114 -
 TODO                                               |     3 -
 Xcode/BZFlag.icns                                  |   Bin 0 -> 949550 bytes
 .../BZFlag.xcodeproj}/Makefile.am                  |     0
 Xcode/BZFlag.xcodeproj/project.pbxproj             |  7873 ++++++
 {BZFlag.xcodeproj => Xcode}/Makefile.am            |     5 +-
 Xcode/config.h                                     |   287 +
 aclocal.m4                                         |   949 -
 authors.xml                                        |    24 -
 autogen.sh                                         |     5 +-
 bzflag.lsm                                         |    15 -
 bzflag.lsm.in                                      |    15 -
 bzflag.spec                                        |    73 -
 bzflag.spec.in                                     |     4 +-
 configure                                          | 25440 -------------------
 configure.ac                                       |   521 +-
 data/Makefile.in                                   |   782 -
 data/fonts/DejaVuSansCondensedBold_12.fmt          |   814 +-
 data/fonts/DejaVuSansCondensedBold_12.png          |   Bin 7251 -> 9673 bytes
 data/fonts/DejaVuSansCondensedBold_16.fmt          |   786 +-
 data/fonts/DejaVuSansCondensedBold_16.png          |   Bin 9458 -> 13382 bytes
 data/fonts/DejaVuSansCondensedBold_24.fmt          |   808 +-
 data/fonts/DejaVuSansCondensedBold_24.png          |   Bin 16706 -> 21259 bytes
 data/fonts/DejaVuSansCondensedBold_32.fmt          |   798 +-
 data/fonts/DejaVuSansCondensedBold_32.png          |   Bin 22669 -> 29161 bytes
 data/fonts/DejaVuSansCondensedBold_48.fmt          |   860 +
 data/fonts/DejaVuSansCondensedBold_48.png          |   Bin 0 -> 44322 bytes
 data/fonts/DejaVuSansCondensedBold_6.fmt           |   760 +-
 data/fonts/DejaVuSansCondensedBold_6.png           |   Bin 2784 -> 4209 bytes
 data/fonts/DejaVuSansCondensedBold_64.fmt          |   860 +
 data/fonts/DejaVuSansCondensedBold_64.png          |   Bin 0 -> 57780 bytes
 data/fonts/DejaVuSansCondensedBold_8.fmt           |   786 +-
 data/fonts/DejaVuSansCondensedBold_8.png           |   Bin 4317 -> 6539 bytes
 data/fonts/DejaVuSansMonoBold_12.fmt               |   728 +-
 data/fonts/DejaVuSansMonoBold_12.png               |   Bin 5731 -> 7071 bytes
 data/fonts/DejaVuSansMonoBold_16.fmt               |   698 +-
 data/fonts/DejaVuSansMonoBold_16.png               |   Bin 7953 -> 10087 bytes
 data/fonts/DejaVuSansMonoBold_24.fmt               |   720 +-
 data/fonts/DejaVuSansMonoBold_24.png               |   Bin 15042 -> 17326 bytes
 data/fonts/DejaVuSansMonoBold_32.fmt               |   860 +
 data/fonts/DejaVuSansMonoBold_32.png               |   Bin 0 -> 25297 bytes
 data/fonts/DejaVuSansMonoBold_48.fmt               |   860 +
 data/fonts/DejaVuSansMonoBold_48.png               |   Bin 0 -> 40812 bytes
 data/fonts/DejaVuSansMonoBold_6.fmt                |   728 +-
 data/fonts/DejaVuSansMonoBold_6.png                |   Bin 2126 -> 2782 bytes
 data/fonts/DejaVuSansMonoBold_64.fmt               |   860 +
 data/fonts/DejaVuSansMonoBold_64.png               |   Bin 0 -> 53497 bytes
 data/fonts/DejaVuSansMonoBold_8.fmt                |   704 +-
 data/fonts/DejaVuSansMonoBold_8.png                |   Bin 3444 -> 4729 bytes
 data/fonts/DejaVuSerifBold_12.fmt                  |   860 -
 data/fonts/DejaVuSerifBold_12.png                  |   Bin 6627 -> 0 bytes
 data/fonts/DejaVuSerifBold_16.fmt                  |   860 -
 data/fonts/DejaVuSerifBold_16.png                  |   Bin 8747 -> 0 bytes
 data/fonts/DejaVuSerifBold_24.fmt                  |   860 -
 data/fonts/DejaVuSerifBold_24.png                  |   Bin 16468 -> 0 bytes
 data/fonts/DejaVuSerifBold_32.fmt                  |   860 -
 data/fonts/DejaVuSerifBold_32.png                  |   Bin 23796 -> 0 bytes
 data/fonts/DejaVuSerifBold_6.fmt                   |   860 -
 data/fonts/DejaVuSerifBold_6.png                   |   Bin 2380 -> 0 bytes
 data/fonts/DejaVuSerifBold_8.fmt                   |   860 -
 data/fonts/DejaVuSerifBold_8.png                   |   Bin 3798 -> 0 bytes
 data/fonts/Makefile.am                             |    38 +-
 data/fonts/Makefile.in                             |   498 -
 data/fonts/readme                                  |     2 +-
 data/l10n/Makefile.am                              |     6 +-
 data/l10n/Makefile.in                              |   477 -
 data/l10n/bzflag_cs_CZ.po                          |     7 +-
 data/l10n/bzflag_da.po                             |     7 +-
 data/l10n/bzflag_de.po                             |     7 +-
 data/l10n/bzflag_en_US_l33t.po                     |     7 +-
 data/l10n/bzflag_en_US_redneck.po                  |     5 +-
 data/l10n/bzflag_es.po                             |     7 +-
 data/l10n/bzflag_fr.po                             |     9 +-
 data/l10n/bzflag_it.po                             |    13 +-
 data/l10n/bzflag_kg.po                             |     5 +-
 data/l10n/bzflag_lt.po                             |     7 +-
 data/l10n/bzflag_nl.po                             |     5 +-
 data/l10n/bzflag_pt.po                             |    10 +-
 data/l10n/bzflag_sv.po                             |   477 +-
 data/l10n/bzflag_xx.po                             |    10 +-
 data/title.png                                     |   Bin 91572 -> 91775 bytes
 debian/README.source                               |    32 -
 debian/bzflag-client.README.Debian                 |     7 +-
 debian/bzflag-client.lintian-overrides             |     4 +
 debian/bzflag-data.lintian-overrides               |     1 +
 debian/bzflag-server.README.Debian                 |     2 +-
 debian/bzflag-server.manpages                      |     1 +
 debian/bzflag.lintian-overrides                    |     1 +
 debian/changelog                                   |    43 +-
 debian/control                                     |     5 +-
 debian/copyright                                   |   639 +-
 debian/gbp.conf                                    |    15 -
 debian/patches/01_repack_no_other.diff             |   178 -
 debian/patches/02_man_fixups.diff                  |   310 -
 debian/patches/03_maxhostnamelen.diff              |   141 -
 debian/patches/04_desktop_file_keywords.diff       |     2 +-
 debian/patches/05_dedup_pt_translations.diff       |    25 -
 debian/patches/07_hurd_autotools_support.diff      |    21 -
 debian/patches/08_clang_FTBFS.patch                |    45 -
 debian/patches/series                              |     6 -
 debian/rules                                       |    11 +-
 debian/watch                                       |     5 +-
 include/AccessList.h                               |     2 +-
 include/Address.h                                  |     8 +-
 include/AnsiCodes.h                                |    16 +-
 include/ArcObstacle.h                              |     5 +-
 include/AresHandler.h                              |    16 +-
 include/AutoCompleter.h                            |     2 +-
 include/BSPSceneDatabase.h                         |     3 +-
 include/BZDBCache.h                                |     4 +-
 include/BZDBLocal.h                                |     2 +-
 include/BaseBuilding.h                             |     5 +-
 include/BaseResources.h                            |     3 +-
 include/BaseSceneNodeGenerator.h                   |     2 +-
 include/BillboardSceneNode.h                       |     3 +-
 include/BoltSceneNode.h                            |     5 +-
 include/BoxBuilding.h                              |     5 +-
 include/BoxSceneNodeGenerator.h                    |     3 +-
 include/Bundle.h                                   |     3 +-
 include/BundleMgr.h                                |     3 +-
 include/BzMaterial.h                               |    13 +-
 include/BzPNG.h                                    |     6 +-
 include/BzfDisplay.h                               |     3 +-
 include/BzfEvent.h                                 |     3 +-
 include/BzfJoystick.h                              |     7 +-
 include/BzfMedia.h                                 |     3 +-
 include/BzfVisual.h                                |     4 +-
 include/BzfWindow.h                                |     9 +-
 include/CacheManager.h                             |     2 +-
 include/CallbackList.h                             |     3 +-
 include/CollisionManager.h                         |     4 +-
 include/CommandManager.h                           |     2 +-
 include/CommandsStandard.h                         |     2 +-
 include/ConeObstacle.h                             |     5 +-
 include/ConfigFileManager.h                        |     3 +-
 include/Country.h                                  |     3 +-
 include/DirectoryNames.h                           |     2 +-
 include/DynamicColor.h                             |     9 +-
 include/EighthDBaseSceneNode.h                     |     3 +-
 include/EighthDBoxSceneNode.h                      |     3 +-
 include/EighthDPyrSceneNode.h                      |     3 +-
 include/EighthDimSceneNode.h                       |     3 +-
 include/EighthDimShellNode.h                       |     3 +-
 include/EmptySceneNodeGenerator.h                  |     2 +-
 include/ErrorHandler.h                             |     3 +-
 include/Extents.h                                  |     2 +-
 include/FileManager.h                              |     3 +-
 include/Flag.h                                     |    14 +-
 include/FlagSceneNode.h                            |     3 +-
 include/FlagWarpSceneNode.h                        |     3 +-
 include/FontManager.h                              |     7 +-
 include/Frustum.h                                  |     3 +-
 include/GLCollect.h                                |     3 +-
 include/GameTime.h                                 |     4 +-
 include/Intersect.h                                |     3 +-
 include/KeyManager.h                               |     3 +-
 include/LagInfo.h                                  |     4 +-
 include/Language.h                                 |     3 +-
 include/LaserSceneNode.h                           |     3 +-
 include/LinkManager.h                              |     5 +-
 include/ListServer.h                               |     2 +-
 include/Makefile.am                                |     6 -
 include/Makefile.in                                |   647 -
 include/MathUtils.h                                |   361 -
 include/MediaFile.h                                |     3 +-
 include/MeshDrawInfo.h                             |    22 +-
 include/MeshDrawMgr.h                              |     3 +-
 include/MeshFace.h                                 |     5 +-
 include/MeshFragSceneNode.h                        |     3 +-
 include/MeshObstacle.h                             |    27 +-
 include/MeshPolySceneNode.h                        |     3 +-
 include/MeshSceneNode.h                            |     3 +-
 include/MeshSceneNodeGenerator.h                   |     2 +-
 include/MeshTransform.h                            |     9 +-
 include/MsgStrings.h                               |     2 +-
 include/NetHandler.h                               |    19 +-
 include/OSFile.h                                   |     6 +-
 include/Obstacle.h                                 |     5 +-
 include/ObstacleList.h                             |     3 +-
 include/ObstacleMgr.h                              |     9 +-
 include/ObstacleModifier.h                         |     3 +-
 include/ObstacleSceneNodeGenerator.h               |     2 +-
 include/OccluderSceneNode.h                        |     3 +-
 include/OpenGLGState.h                             |     5 +-
 include/OpenGLLight.h                              |     3 +-
 include/OpenGLMaterial.h                           |     3 +-
 include/OpenGLTexture.h                            |     3 +-
 include/OpenGLUtils.h                              |    69 +-
 include/PTSceneNode.h                              |    74 -
 include/Pack.h                                     |    22 +-
 include/ParseColor.h                               |     3 +-
 include/PhysicsDriver.h                            |     7 +-
 include/Ping.h                                     |     4 +-
 include/PlatformFactory.h                          |     3 +-
 include/PlayerInfo.h                               |    33 +-
 include/PlayerState.h                              |     4 +-
 include/PolyWallSceneNode.h                        |     3 +-
 include/PositionTracker.h                          |   132 -
 include/Protocol.h                                 |    11 +-
 include/PyramidBuilding.h                          |     5 +-
 include/PyramidSceneNodeGenerator.h                |     2 +-
 include/QuadWallSceneNode.h                        |     3 +-
 include/Ray.h                                      |     3 +-
 include/RenderNode.h                               |     3 +-
 include/SceneDatabase.h                            |     3 +-
 include/SceneNode.h                                |     3 +-
 include/SceneRenderer.h                            |     9 +-
 include/ServerItem.h                               |     3 +-
 include/ServerList.h                               |     2 +-
 include/ServerListCache.h                          |     3 +-
 include/ShellSceneNode.h                           |    69 -
 include/ShotSceneNode.h                            |     3 +-
 include/ShotUpdate.h                               |     7 +-
 include/Singleton.h                                |     2 +-
 include/SphereObstacle.h                           |     5 +-
 include/SphereSceneNode.h                          |     3 +-
 include/StartupInfo.h                              |     2 +-
 include/StateDatabase.h                            |     2 +-
 include/TankGeometryMgr.h                          |     3 +-
 include/TankSceneNode.h                            |     6 +-
 include/Team.h                                     |    10 +-
 include/Teleporter.h                               |     5 +-
 include/TeleporterSceneNodeGenerator.h             |     3 +-
 include/TetraBuilding.h                            |     5 +-
 include/TextChunkManager.h                         |     3 +-
 include/TextUtils.h                                |     7 +-
 include/TextureManager.h                           |     2 +-
 include/TextureMatrix.h                            |     7 +-
 include/TimeBomb.h                                 |     3 +-
 include/TimeKeeper.h                               |     2 +-
 include/TracerSceneNode.h                          |    68 -
 include/TriWallSceneNode.h                         |     3 +-
 include/ViewFrustum.h                              |     3 +-
 include/VotingArbiter.h                            |    12 +-
 include/VotingBooth.h                              |     2 +-
 include/WallObstacle.h                             |     5 +-
 include/WallSceneNode.h                            |     3 +-
 include/WallSceneNodeGenerator.h                   |     2 +-
 include/WordFilter.h                               |     2 +-
 include/WorldEventManager.h                        |    15 +-
 include/ZSceneDatabase.h                           |     3 +-
 include/bz_Locale.h                                |     3 +-
 include/bzfSDL.h                                   |    14 +-
 include/bzfgl.h                                    |    15 +-
 include/bzfio.h                                    |     2 +-
 include/bzfsAPI.h                                  |   219 +-
 include/bzfsHTTPAPI.h                              |    16 +-
 include/bzglob.h                                   |     2 +-
 include/bzregex.h                                  |   127 -
 include/bzsignal.h                                 |     2 +-
 include/cURLManager.h                              |     4 +-
 include/common.h                                   |    11 +-
 include/config.h.in                                |   448 -
 include/global.h                                   |     2 +-
 include/messages.h                                 |     5 +-
 include/multicast.h                                |     2 +-
 include/network.h                                  |    13 +-
 include/resource.h                                 |     2 +-
 include/vectors.h                                  |     7 +-
 include/vectors_old.h                              |     2 +-
 include/version.h                                  |     9 +-
 include/win32.h                                    |    22 +-
 m4/Makefile.am                                     |     9 -
 m4/Makefile.in                                     |   417 -
 m4/ax_cxx_compile_stdcxx_0x.m4                     |   107 +
 m4/isnan.m4                                        |     2 +-
 m4/libtool.m4                                      |  7835 ------
 m4/ltoptions.m4                                    |   369 -
 m4/ltsugar.m4                                      |   123 -
 m4/ltversion.m4                                    |    23 -
 m4/lt~obsolete.m4                                  |    98 -
 m4/mkdirp.m4                                       |    77 -
 m4/sdl2.m4                                         |   204 +
 man/Makefile.am                                    |     4 +-
 man/Makefile.in                                    |   552 -
 man/bzadmin.6.in                                   |     4 +-
 man/bzflag.6.in                                    |    73 +-
 man/bzfs.6.in                                      |   216 +-
 man/bzw.5.in                                       |     6 +-
 misc/{3ds2bzw.c => 3ds2bzw.cxx}                    |     8 +
 misc/Makefile.am                                   |    42 +-
 misc/Makefile.in                                   |   543 -
 misc/Template.cxx                                  |     2 +-
 misc/Template.h                                    |     2 +-
 misc/art/title.psd                                 |   Bin 387859 -> 375912 bytes
 misc/bzfquery.php                                  |     7 +-
 misc/bzfquery.pl                                   |     6 +-
 misc/bzfquery.py                                   |     3 +-
 misc/bzfs_conf.html                                |  1158 -
 misc/bzirc.pl                                      |    10 +-
 misc/bzls.lua                                      |    31 +-
 misc/checkToken.php                                |   100 +
 misc/checkam                                       |    10 +-
 misc/config.guess                                  |  1501 --
 misc/config.sub                                    |  1705 --
 misc/copyplugindocs                                |    24 -
 misc/depcomp                                       |   630 -
 misc/fonts/DejaVuSansCondensed-Bold.ttf            |   Bin 519272 -> 663468 bytes
 misc/fonts/DejaVuSansMono-Bold.ttf                 |   Bin 290372 -> 331536 bytes
 misc/fonts/DejaVuSerif-Bold.ttf                    |   Bin 280160 -> 0 bytes
 misc/fonts/README                                  |     2 +-
 misc/install-sh                                    |   520 -
 misc/ltmain.sh                                     |  9636 -------
 misc/maps/flagbuffet.bzw                           |     2 +-
 misc/maps/hix.bzw                                  |     2 +-
 misc/missing                                       |   376 -
 misc/mrtg-bzflag.pl                                |     4 +-
 misc/pingtimes.sh                                  |     4 +-
 misc/rebuild-bzflag                                |    21 -
 misc/rrlog.cxx                                     |    76 +-
 misc/serverstats.sh                                |     4 +-
 misc/snap.sh                                       |   114 -
 misc/stats/Info.pm                                 |     4 +-
 misc/stats/Makefile.PL                             |     2 +-
 misc/stats/README                                  |     2 +-
 misc/tank.obj                                      |  2757 ++
 misc/tar                                           |    10 -
 misc/touchcopyright                                |    11 +-
 misc/touchversion                                  |    98 -
 misc/vars.txt                                      |     2 +
 misc/ws.sh                                         |     6 +-
 package/Makefile.in                                |   741 -
 package/irix/Makefile.in                           |   418 -
 package/irix/idb                                   |     1 -
 package/linux/Makefile.in                          |   411 -
 package/rpm/Makefile.in                            |   415 -
 package/win32/Makefile.in                          |   616 -
 package/win32/README.win32.html                    |    26 +-
 package/win32/nsis/BZFlag.nsi                      |   164 +-
 package/win32/nsis/Makefile.in                     |   420 -
 plugins/CustomZoneSample/CustomZoneSample.bzw      |    62 +
 plugins/CustomZoneSample/CustomZoneSample.cpp      |   148 +
 .../CustomZoneSample.def}                          |     2 +-
 plugins/CustomZoneSample/CustomZoneSample.sln      |    35 +
 .../CustomZoneSample.vcxproj}                      |   493 +-
 plugins/CustomZoneSample/Makefile.am               |    20 +
 .../CustomZoneSample/README.CustomZoneSample.txt   |    47 +
 plugins/HoldTheFlag/CHANGELOG.txt                  |     8 -
 plugins/HoldTheFlag/HoldTheFlag.cpp                |    34 +-
 plugins/HoldTheFlag/HoldTheFlag.vcxproj            |    42 +-
 plugins/HoldTheFlag/Makefile.am                    |     3 +-
 plugins/HoldTheFlag/Makefile.in                    |   596 -
 plugins/HoldTheFlag/README.HoldTheFlag.txt         |    47 +
 plugins/HoldTheFlag/README.txt                     |    35 -
 plugins/Makefile.am                                |     9 +-
 plugins/Makefile.in                                |   654 -
 plugins/Phoenix/Makefile.am                        |     2 +-
 plugins/Phoenix/Makefile.in                        |   595 -
 plugins/Phoenix/Phoenix.vcxproj                    |    42 +-
 plugins/Phoenix/README.Phoenix.txt                 |    14 +
 plugins/Phoenix/README.txt                         |     6 -
 plugins/RogueGenocide/Makefile.am                  |     2 +-
 plugins/RogueGenocide/Makefile.in                  |   595 -
 plugins/RogueGenocide/README.RogueGenocide.txt     |    19 +
 plugins/RogueGenocide/README.txt                   |     8 -
 plugins/RogueGenocide/RogueGenocide.cpp            |    50 +-
 plugins/RogueGenocide/RogueGenocide.vcxproj        |    42 +-
 plugins/SAMPLE_PLUGIN/Makefile.am                  |     4 +-
 plugins/SAMPLE_PLUGIN/Makefile.in                  |   598 -
 plugins/SAMPLE_PLUGIN/README.SAMPLE_PLUGIN.txt     |    96 +
 plugins/SAMPLE_PLUGIN/README.txt                   |    10 -
 plugins/SAMPLE_PLUGIN/SAMPLE_PLUGIN.cpp            |    32 +-
 plugins/SAMPLE_PLUGIN/SAMPLE_PLUGIN.def            |     1 -
 plugins/SAMPLE_PLUGIN/SAMPLE_PLUGIN.vcxproj        |    40 +-
 plugins/TimeLimit/Makefile.am                      |     2 +-
 plugins/TimeLimit/Makefile.in                      |   595 -
 plugins/TimeLimit/README.TimeLimit.txt             |    52 +
 plugins/TimeLimit/README.txt                       |    78 -
 plugins/TimeLimit/TimeLimit.cpp                    |     3 +-
 plugins/TimeLimit/TimeLimit.vcxproj                |    46 +-
 plugins/airspawn/Makefile.am                       |     1 +
 plugins/airspawn/Makefile.in                       |   594 -
 plugins/airspawn/README.airspawn.txt               |    19 +
 plugins/airspawn/airspawn.cpp                      |     1 -
 plugins/airspawn/airspawn.vcxproj                  |    43 +-
 plugins/autoFlagReset/Makefile.am                  |     2 +-
 plugins/autoFlagReset/Makefile.in                  |   595 -
 .../{README.txt => README.autoFlagReset.txt}       |    24 +-
 plugins/autoFlagReset/autoFlagReset.cpp            |    35 +-
 plugins/autoFlagReset/autoFlagReset.def            |     1 -
 plugins/autoFlagReset/autoFlagReset.vcxproj        |    47 +-
 plugins/bzfscron/CronJob.cpp                       |   159 +
 plugins/bzfscron/CronJob.h                         |    55 +
 plugins/bzfscron/Makefile.am                       |    23 +
 plugins/bzfscron/README.bzfscron.txt               |   144 +
 plugins/bzfscron/bzfscron.cfg                      |     4 +
 plugins/bzfscron/bzfscron.cpp                      |   270 +
 .../webReport.def => bzfscron/bzfscron.def}        |     2 +-
 plugins/bzfscron/bzfscron.sln                      |    33 +
 .../bzfscron.vcxproj}                              |   133 +-
 plugins/chathistory/Makefile.am                    |     1 +
 plugins/chathistory/Makefile.in                    |   594 -
 plugins/chathistory/README.chathistory.txt         |    40 +
 plugins/chathistory/chathistory.cpp                |   287 +-
 plugins/chathistory/chathistory.vcxproj            |    42 +-
 plugins/customflagsample/Makefile.am               |     2 +-
 plugins/customflagsample/Makefile.in               |   598 -
 .../customflagsample/README.customflagsample.txt   |    15 +
 plugins/customflagsample/README.txt                |     1 -
 plugins/customflagsample/customflagsample.cpp      |    49 +-
 plugins/customflagsample/customflagsample.vcxproj  |    42 +-
 plugins/fairCTF/Makefile.am                        |     2 +-
 plugins/fairCTF/Makefile.in                        |   595 -
 plugins/fairCTF/README.fairCTF.txt                 |    79 +
 plugins/fairCTF/README.txt                         |    74 -
 plugins/fairCTF/fairCTF.cpp                        |     7 +-
 plugins/fairCTF/fairCTF.def                        |     1 -
 plugins/fairCTF/fairCTF.vcxproj                    |    47 +-
 plugins/fastmap/Makefile.am                        |     2 +-
 plugins/fastmap/Makefile.in                        |   587 -
 plugins/fastmap/README.fastmap.txt                 |    17 +
 plugins/fastmap/README.txt                         |     7 -
 plugins/fastmap/fastmap.cpp                        |    20 +-
 plugins/fastmap/fastmap.vcxproj                    |    42 +-
 plugins/flagStay/Makefile.am                       |     3 +-
 plugins/flagStay/Makefile.in                       |   595 -
 plugins/flagStay/README.flagStay.txt               |    67 +
 plugins/flagStay/README.txt                        |     6 -
 plugins/flagStay/flagStay.bzw                      |   131 +
 plugins/flagStay/flagStay.cpp                      |   224 +-
 plugins/flagStay/flagStay.vcxproj                  |    42 +-
 plugins/hiddenAdmin/Makefile.am                    |    17 -
 plugins/hiddenAdmin/Makefile.in                    |   594 -
 plugins/hiddenAdmin/hiddenAdmin.cpp                |    44 -
 plugins/hiddenAdmin/hiddenAdmin.sln                |    25 -
 plugins/hiddenAdmin/hiddenAdmin.vcxproj            |   240 -
 plugins/keepaway/Makefile.am                       |     8 +-
 plugins/keepaway/Makefile.in                       |   597 -
 plugins/keepaway/README.keepaway.txt               |   178 +
 plugins/keepaway/README.txt                        |   134 -
 ...{keepaway_admin.txt => help_keepaway_admin.txt} |     0
 ...{keepaway_rules.txt => help_keepaway_rules.txt} |     0
 plugins/keepaway/keepaway.cpp                      |     5 +-
 plugins/keepaway/keepaway.vcxproj                  |    42 +-
 plugins/killall/Makefile.am                        |     2 +-
 plugins/killall/Makefile.in                        |   595 -
 plugins/killall/README.killall.txt                 |    19 +
 plugins/killall/README.txt                         |     6 -
 plugins/killall/killall.cpp                        |     1 -
 plugins/killall/killall.vcxproj                    |    42 +-
 plugins/koth/Makefile.am                           |     8 +-
 plugins/koth/Makefile.in                           |   597 -
 plugins/koth/README.koth.txt                       |   149 +
 plugins/koth/README.txt                            |   117 -
 .../koth/{koth_admin.txt => help_koth_admin.txt}   |     0
 .../koth/{koth_rules.txt => help_koth_rules.txt}   |     0
 plugins/koth/koth.cpp                              |    74 +-
 plugins/koth/koth.vcxproj                          |    47 +-
 plugins/logDetail/Makefile.am                      |     2 +-
 plugins/logDetail/Makefile.in                      |   595 -
 .../logDetail/{README.txt => README.logDetail.txt} |    44 +-
 plugins/logDetail/logDetail.cpp                    |    10 +-
 plugins/logDetail/logDetail.vcxproj                |    42 +-
 plugins/nagware/CHANGELOG.txt                      |    10 -
 plugins/nagware/Makefile.am                        |     5 +-
 plugins/nagware/Makefile.in                        |   597 -
 .../nagware/{NAGSAMPLE.cfg => README.nagware.txt}  |    47 +-
 plugins/nagware/README.txt                         |    43 -
 plugins/nagware/{NAGSAMPLE.cfg => nagware.cfg}     |     4 +-
 plugins/nagware/nagware.cpp                        |    38 +-
 plugins/nagware/nagware.vcxproj                    |    42 +-
 plugins/newplug.sh                                 |    50 +-
 plugins/playHistoryTracker/Makefile.am             |     1 +
 plugins/playHistoryTracker/Makefile.in             |   595 -
 .../README.playHistoryTracker.txt                  |    16 +
 plugins/playHistoryTracker/playHistoryTracker.cpp  |   200 +-
 .../playHistoryTracker/playHistoryTracker.vcxproj  |    42 +-
 plugins/plugin_utils/Makefile.in                   |   559 -
 plugins/plugin_utils/plugin_config.cpp             |    35 +-
 plugins/plugin_utils/plugin_config.h               |     9 +-
 plugins/plugin_utils/plugin_files.cpp              |    37 +-
 plugins/plugin_utils/plugin_files.h                |     2 +-
 plugins/plugin_utils/plugin_groups.cpp             |     2 +-
 plugins/plugin_utils/plugin_groups.h               |     2 +-
 plugins/plugin_utils/plugin_utils.cpp              |     6 +-
 plugins/plugin_utils/plugin_utils.h                |     2 +-
 plugins/plugin_utils/plugin_utils.vcxproj          |    20 +-
 plugins/pushstats/Makefile.am                      |     4 +-
 .../pushstats/{README.txt => README.pushstats.txt} |     0
 plugins/pushstats/pushstats.cpp                    |     1 -
 plugins/pushstats/pushstats.vcxproj                |    34 +-
 plugins/rabbitTimer/Makefile.am                    |     2 +-
 plugins/rabbitTimer/Makefile.in                    |   595 -
 plugins/rabbitTimer/README.rabbitTimer.txt         |    30 +
 plugins/rabbitTimer/README.txt                     |    24 -
 plugins/rabbitTimer/rabbitTimer.cpp                |     5 +-
 plugins/rabbitTimer/rabbitTimer.vcxproj            |    42 +-
 plugins/rabidRabbit/Makefile.am                    |     4 +-
 plugins/rabidRabbit/Makefile.in                    |   596 -
 plugins/rabidRabbit/README.rabidRabbit.txt         |   112 +
 plugins/rabidRabbit/README.txt                     |    94 -
 .../{rabidRabbit.txt => help_rabidRabbit.txt}      |     0
 plugins/rabidRabbit/rabidRabbit.cpp                |   165 +-
 plugins/rabidRabbit/rabidRabbit.vcxproj            |    50 +-
 plugins/recordmatch/Makefile.am                    |     2 +-
 plugins/recordmatch/Makefile.in                    |   595 -
 plugins/recordmatch/README.recordmatch.txt         |    13 +
 plugins/recordmatch/README.txt                     |     7 -
 plugins/recordmatch/recordmatch.cpp                |    33 +-
 plugins/recordmatch/recordmatch.vcxproj            |    42 +-
 plugins/regFlag/Makefile.am                        |     2 +-
 plugins/regFlag/Makefile.in                        |   595 -
 plugins/regFlag/README.regFlag.txt                 |    16 +
 plugins/regFlag/README.txt                         |    16 -
 plugins/regFlag/regFlag.cpp                        |    92 +-
 plugins/regFlag/regFlag.vcxproj                    |    42 +-
 plugins/serverControl/Makefile.am                  |     6 +-
 plugins/serverControl/Makefile.in                  |   599 -
 plugins/serverControl/README.serverControl.txt     |    76 +
 plugins/serverControl/README.txt                   |    32 -
 plugins/serverControl/plugins.cfg                  |    66 -
 plugins/serverControl/serverControl.cfg            |    64 +
 plugins/serverControl/serverControl.cpp            |    22 +-
 plugins/serverControl/serverControl.vcxproj        |    42 +-
 plugins/serverSidePlayerSample/Makefile.am         |    22 +
 .../README.serverSidePlayerSample.txt              |    18 +
 plugins/serverSidePlayerSample/playerHandler.cpp   |    55 +
 .../serverSidePlayerSample/playerHandler.h         |    25 +-
 .../serverSidePlayerSample.cpp                     |    82 +
 .../serverSidePlayerSample.def                     |     9 +
 .../serverSidePlayerSample.sln                     |    35 +
 .../serverSidePlayerSample.vcxproj}                |   490 +-
 plugins/shockwaveDeath/Makefile.am                 |     2 +-
 plugins/shockwaveDeath/Makefile.in                 |   595 -
 plugins/shockwaveDeath/README.shockwaveDeath.txt   |    25 +
 plugins/shockwaveDeath/README.txt                  |     6 -
 plugins/shockwaveDeath/shockwaveDeath.cpp          |    23 +-
 plugins/shockwaveDeath/shockwaveDeath.vcxproj      |    42 +-
 plugins/superUser/Makefile.am                      |    20 +
 plugins/superUser/README.superUser.txt             |    39 +
 plugins/superUser/superUser.cfg                    |    17 +
 plugins/superUser/superUser.cpp                    |    76 +
 .../hiddenAdmin.def => superUser/superUser.def}    |     2 +-
 plugins/superUser/superUser.sln                    |    35 +
 .../superUser.vcxproj}                             |   502 +-
 plugins/teamflagreset/Makefile.am                  |     6 +-
 plugins/teamflagreset/Makefile.in                  |   596 -
 plugins/teamflagreset/README.teamflagreset.txt     |    40 +
 plugins/teamflagreset/README.txt                   |    25 -
 ...{tfr_admin.txt => help_teamflagreset_admin.txt} |     0
 plugins/teamflagreset/teamflagreset.cpp            |     3 +-
 plugins/teamflagreset/teamflagreset.vcxproj        |    42 +-
 plugins/thiefControl/Makefile.am                   |     2 +-
 plugins/thiefControl/Makefile.in                   |   595 -
 plugins/thiefControl/README.thiefControl.txt       |    16 +
 plugins/thiefControl/README.txt                    |    11 -
 plugins/thiefControl/thiefControl.cpp              |    16 +-
 plugins/thiefControl/thiefControl.def              |     1 -
 plugins/thiefControl/thiefControl.vcxproj          |   124 +-
 plugins/timedctf/Makefile.am                       |     8 +-
 plugins/timedctf/Makefile.in                       |   597 -
 plugins/timedctf/README.timedctf.txt               |    98 +
 plugins/timedctf/README.txt                        |    64 -
 ...{timedctf_admin.txt => help_timedctf_admin.txt} |     0
 ...{timedctf_rules.txt => help_timedctf_rules.txt} |     0
 plugins/timedctf/timedctf.cpp                      |     1 -
 plugins/timedctf/timedctf.vcxproj                  |    42 +-
 plugins/webReport/Makefile.am                      |    20 -
 plugins/webReport/README.txt                       |     6 -
 plugins/webReport/templates/report.tmpl            |    35 -
 plugins/webReport/webReport.cpp                    |   188 -
 plugins/webReport/webReport.sln                    |    25 -
 plugins/webReport/webReport.vcxproj                |   235 -
 plugins/wwzones/Makefile.am                        |     2 +-
 plugins/wwzones/Makefile.in                        |   595 -
 plugins/wwzones/README.txt                         |   103 -
 plugins/wwzones/README.wwzones.txt                 |   125 +
 plugins/wwzones/wwzones.cpp                        |   462 +-
 plugins/wwzones/wwzones.vcxproj                    |    50 +-
 src/3D/BitmapFont.cxx                              |     2 +-
 src/3D/BitmapFont.h                                |     3 +-
 src/3D/FontManager.cxx                             |    25 +-
 src/3D/ImageFont.cxx                               |     2 +-
 src/3D/ImageFont.h                                 |     3 +-
 src/3D/Makefile.in                                 |   560 -
 src/3D/TextureFont.cxx                             |     2 +-
 src/3D/TextureFont.h                               |     7 +-
 src/3D/TextureManager.cxx                          |     6 +-
 src/Makefile.am                                    |     2 -
 src/Makefile.in                                    |   638 -
 src/bzadmin/BZAdminClient.cxx                      |    15 +-
 src/bzadmin/BZAdminClient.h                        |     2 +-
 src/bzadmin/BZAdminUI.cxx                          |     6 +-
 src/bzadmin/BZAdminUI.h                            |     2 +-
 src/bzadmin/CursesMenu.cxx                         |     2 +-
 src/bzadmin/CursesMenu.h                           |     2 +-
 src/bzadmin/CursesUI.cxx                           |     6 +-
 src/bzadmin/CursesUI.h                             |     2 +-
 src/bzadmin/Makefile.in                            |   668 -
 src/bzadmin/OptionParser.cxx                       |     6 +-
 src/bzadmin/OptionParser.h                         |     2 +-
 src/bzadmin/PlayerInfo.h                           |     3 +-
 src/bzadmin/StdBothUI.cxx                          |     5 +-
 src/bzadmin/StdBothUI.h                            |     2 +-
 src/bzadmin/StdInUI.cxx                            |     6 +-
 src/bzadmin/StdInUI.h                              |     2 +-
 src/bzadmin/StdOutUI.cxx                           |     6 +-
 src/bzadmin/StdOutUI.h                             |     2 +-
 src/bzadmin/UIMap.cxx                              |     6 +-
 src/bzadmin/UIMap.h                                |     2 +-
 src/bzadmin/bzadmin.cxx                            |     6 +-
 src/bzadmin/colors.h                               |     3 +-
 src/bzadmin/curses_wrapper.h                       |     5 +-
 src/bzflag/ActionBinding.cxx                       |     4 +-
 src/bzflag/ActionBinding.h                         |     2 +-
 src/bzflag/AudioMenu.cxx                           |    19 +-
 src/bzflag/AudioMenu.h                             |     4 +-
 src/bzflag/AutoPilot.cxx                           |     9 +-
 src/bzflag/AutoPilot.h                             |     2 +-
 src/bzflag/BackgroundRenderer.cxx                  |     9 +-
 src/bzflag/BackgroundRenderer.h                    |     3 +-
 src/bzflag/BaseLocalPlayer.cxx                     |     2 +-
 src/bzflag/BaseLocalPlayer.h                       |     2 +-
 src/bzflag/CacheMenu.cxx                           |    10 +-
 src/bzflag/CacheMenu.h                             |     4 +-
 src/bzflag/CommandsImplementation.cxx              |    28 +-
 src/bzflag/ComposeDefaultKey.cxx                   |     2 +-
 src/bzflag/ComposeDefaultKey.h                     |     2 +-
 src/bzflag/ControlPanel.cxx                        |    71 +-
 src/bzflag/ControlPanel.h                          |    28 +-
 src/bzflag/DisplayMenu.cxx                         |    57 +-
 src/bzflag/DisplayMenu.h                           |     6 +-
 src/bzflag/Downloads.cxx                           |     2 +-
 src/bzflag/Downloads.h                             |     2 +-
 src/bzflag/EffectsMenu.cxx                         |    44 +-
 src/bzflag/EffectsMenu.h                           |     4 +-
 src/bzflag/EntryZone.cxx                           |     4 +-
 src/bzflag/EntryZone.h                             |     4 +-
 src/bzflag/FlashClock.cxx                          |     2 +-
 src/bzflag/FlashClock.h                            |     2 +-
 src/bzflag/ForceFeedback.cxx                       |     2 +-
 src/bzflag/ForceFeedback.h                         |     2 +-
 src/bzflag/FormatMenu.cxx                          |     2 +-
 src/bzflag/FormatMenu.h                            |     3 +-
 src/bzflag/GUIOptionsMenu.cxx                      |   117 +-
 src/bzflag/GUIOptionsMenu.h                        |     4 +-
 src/bzflag/GuidedMissleStrategy.cxx                |     9 +-
 src/bzflag/GuidedMissleStrategy.h                  |     6 +-
 src/bzflag/HUDDialog.cxx                           |     2 +-
 src/bzflag/HUDDialog.h                             |     7 +-
 src/bzflag/HUDDialogStack.cxx                      |     2 +-
 src/bzflag/HUDDialogStack.h                        |     2 +-
 src/bzflag/HUDRenderer.cxx                         |   281 +-
 src/bzflag/HUDRenderer.h                           |     8 +-
 src/bzflag/HUDui.cxx                               |     3 +-
 src/bzflag/HUDui.h                                 |     2 +-
 src/bzflag/HUDuiControl.cxx                        |     7 +-
 src/bzflag/HUDuiControl.h                          |    10 +-
 src/bzflag/HUDuiDefaultKey.cxx                     |     3 +-
 src/bzflag/HUDuiDefaultKey.h                       |     2 +-
 src/bzflag/HUDuiLabel.cxx                          |     3 +-
 src/bzflag/HUDuiLabel.h                            |     2 +-
 src/bzflag/HUDuiList.cxx                           |     3 +-
 src/bzflag/HUDuiList.h                             |     2 +-
 src/bzflag/HUDuiTextureLabel.cxx                   |     3 +-
 src/bzflag/HUDuiTextureLabel.h                     |     2 +-
 src/bzflag/HUDuiTypeIn.cxx                         |     3 +-
 src/bzflag/HUDuiTypeIn.h                           |     2 +-
 src/bzflag/HelpMenu.cxx                            |     4 +-
 src/bzflag/HelpMenu.h                              |     2 +-
 src/bzflag/InputMenu.cxx                           |    22 +-
 src/bzflag/InputMenu.h                             |     4 +-
 src/bzflag/JoinMenu.cxx                            |    34 +-
 src/bzflag/JoinMenu.h                              |     7 +-
 src/bzflag/KeyboardMapMenu.cxx                     |     2 +-
 src/bzflag/KeyboardMapMenu.h                       |     2 +-
 src/bzflag/LocalCommand.cxx                        |     2 +-
 src/bzflag/LocalCommand.h                          |     2 +-
 src/bzflag/LocalPlayer.cxx                         |     8 +-
 src/bzflag/LocalPlayer.h                           |     3 +-
 src/bzflag/MainMenu.cxx                            |     5 +-
 src/bzflag/MainMenu.h                              |     3 +-
 src/bzflag/MainWindow.cxx                          |    13 +-
 src/bzflag/MainWindow.h                            |     4 +-
 src/bzflag/Makefile.am                             |    10 +-
 src/bzflag/Makefile.in                             |   889 -
 src/bzflag/MenuDefaultKey.cxx                      |     2 +-
 src/bzflag/MenuDefaultKey.h                        |     2 +-
 src/bzflag/NewVersionMenu.cxx                      |     2 +-
 src/bzflag/NewVersionMenu.h                        |    10 +-
 src/bzflag/OptionsMenu.cxx                         |     8 +-
 src/bzflag/OptionsMenu.h                           |     4 +-
 src/bzflag/Plan.cxx                                |    11 +-
 src/bzflag/Plan.h                                  |     5 +-
 src/bzflag/Player.cxx                              |    11 +-
 src/bzflag/Player.h                                |    20 +-
 src/bzflag/QuickKeysMenu.cxx                       |     2 +-
 src/bzflag/QuickKeysMenu.h                         |     2 +-
 src/bzflag/QuitMenu.cxx                            |     2 +-
 src/bzflag/QuitMenu.h                              |     2 +-
 src/bzflag/RadarRenderer.cxx                       |   114 +-
 src/bzflag/RadarRenderer.h                         |     7 +-
 src/bzflag/Region.cxx                              |     4 +-
 src/bzflag/Region.h                                |     2 +-
 src/bzflag/RegionPriorityQueue.cxx                 |     2 +-
 src/bzflag/RegionPriorityQueue.h                   |     2 +-
 src/bzflag/RemotePlayer.cxx                        |     6 +-
 src/bzflag/RemotePlayer.h                          |     2 +-
 src/bzflag/Roaming.cxx                             |    13 +-
 src/bzflag/Roaming.h                               |     2 +-
 src/bzflag/RobotPlayer.cxx                         |     3 +-
 src/bzflag/RobotPlayer.h                           |     3 +-
 src/bzflag/RoofTops.cxx                            |     3 +-
 src/bzflag/RoofTops.h                              |     3 +-
 src/bzflag/Roster.cxx                              |     2 +-
 src/bzflag/Roster.h                                |     2 +-
 src/bzflag/SaveWorldMenu.cxx                       |     2 +-
 src/bzflag/SaveWorldMenu.h                         |     3 +-
 src/bzflag/SceneBuilder.cxx                        |    14 +-
 src/bzflag/SceneBuilder.h                          |     3 +-
 src/bzflag/SceneRenderer.cxx                       |    27 +-
 src/bzflag/ScoreboardRenderer.cxx                  |    81 +-
 src/bzflag/ScoreboardRenderer.h                    |    14 +-
 src/bzflag/SegmentedShotStrategy.cxx               |    13 +-
 src/bzflag/SegmentedShotStrategy.h                 |     3 +-
 src/bzflag/ServerCommandKey.cxx                    |    28 +-
 src/bzflag/ServerCommandKey.h                      |     7 +-
 src/bzflag/ServerLink.cxx                          |    15 +-
 src/bzflag/ServerLink.h                            |     5 +-
 src/bzflag/ServerListFilter.cxx                    |   116 +-
 src/bzflag/ServerListFilter.h                      |    13 +-
 src/bzflag/ServerListFilterHelpMenu.cxx            |   588 +
 .../{HelpMenu.h => ServerListFilterHelpMenu.h}     |    28 +-
 src/bzflag/ServerListFilterMenu.cxx                |   173 +
 .../{QuickKeysMenu.h => ServerListFilterMenu.h}    |    19 +-
 src/bzflag/ServerMenu.cxx                          |   148 +-
 src/bzflag/ServerMenu.h                            |    13 +-
 src/bzflag/ServerStartMenu.cxx                     |    25 +-
 src/bzflag/ServerStartMenu.h                       |     2 +-
 src/bzflag/ShockWaveStrategy.cxx                   |     8 +-
 src/bzflag/ShockWaveStrategy.h                     |     2 +-
 src/bzflag/ShotPath.cxx                            |     5 +-
 src/bzflag/ShotPath.h                              |     4 +-
 src/bzflag/ShotPathSegment.cxx                     |     2 +-
 src/bzflag/ShotPathSegment.h                       |     2 +-
 src/bzflag/ShotStatistics.cxx                      |   105 +-
 src/bzflag/ShotStatistics.h                        |    95 +-
 src/bzflag/ShotStats.cxx                           |    70 +-
 src/bzflag/ShotStats.h                             |    12 +-
 src/bzflag/ShotStatsDefaultKey.cxx                 |     2 +-
 src/bzflag/ShotStatsDefaultKey.h                   |     2 +-
 src/bzflag/ShotStrategy.cxx                        |     4 +-
 src/bzflag/ShotStrategy.h                          |     4 +-
 src/bzflag/SilenceDefaultKey.cxx                   |    12 +-
 src/bzflag/SilenceDefaultKey.h                     |     3 +-
 src/bzflag/TargetingUtils.cxx                      |     7 +-
 src/bzflag/TargetingUtils.h                        |     2 +-
 src/bzflag/TrackMarks.cxx                          |     3 +-
 src/bzflag/TrackMarks.h                            |     3 +-
 src/bzflag/Weapon.cxx                              |     4 +-
 src/bzflag/Weapon.h                                |     4 +-
 src/bzflag/WeatherRenderer.cxx                     |     3 +-
 src/bzflag/WeatherRenderer.h                       |     3 +-
 src/bzflag/World.cxx                               |    24 +-
 src/bzflag/World.h                                 |     4 +-
 src/bzflag/WorldBuilder.cxx                        |    16 +-
 src/bzflag/WorldBuilder.h                          |     6 +-
 src/bzflag/WorldPlayer.cxx                         |     3 +-
 src/bzflag/WorldPlayer.h                           |     3 +-
 src/bzflag/bzflag.cxx                              |   230 +-
 src/bzflag/bzflag.h                                |     2 +-
 src/bzflag/callbacks.cxx                           |    60 +-
 src/bzflag/callbacks.h                             |     4 +-
 src/bzflag/clientCommands.cxx                      |   166 +-
 src/bzflag/clientConfig.cxx                        |    32 +-
 src/bzflag/clientConfig.h                          |     2 +-
 src/bzflag/commands.h                              |     4 +-
 src/bzflag/daylight.cxx                            |     3 +-
 src/bzflag/daylight.h                              |     3 +-
 src/bzflag/defaultBZDB.cxx                         |    60 +-
 src/bzflag/defaultBZDB.h                           |     2 +-
 src/bzflag/effectsRenderer.cxx                     |    46 +-
 src/bzflag/effectsRenderer.h                       |     3 +-
 src/bzflag/motd.cxx                                |     6 +-
 src/bzflag/motd.h                                  |     2 +-
 src/bzflag/playing.cxx                             |   213 +-
 src/bzflag/playing.h                               |     6 +-
 src/bzflag/sound.cxx                               |     5 +-
 src/bzflag/sound.h                                 |     3 +-
 src/bzflag/stars.cxx                               |     2 +-
 src/bzflag/stars.h                                 |     2 +-
 src/bzfs/AccessControlList.cxx                     |   210 +-
 src/bzfs/AccessControlList.h                       |    43 +-
 src/bzfs/Authentication.cxx                        |     2 +-
 src/bzfs/Authentication.h                          |     2 +-
 src/bzfs/BZWError.cxx                              |     2 +-
 src/bzfs/BZWError.h                                |     2 +-
 src/bzfs/BZWReader.cxx                             |     8 +-
 src/bzfs/BZWReader.h                               |     2 +-
 src/bzfs/BanCommands.cxx                           |    24 +-
 src/bzfs/CmdLineOptions.cxx                        |    44 +-
 src/bzfs/CmdLineOptions.h                          |     3 +-
 src/bzfs/CustomArc.cxx                             |     2 +-
 src/bzfs/CustomArc.h                               |     2 +-
 src/bzfs/CustomBase.cxx                            |     2 +-
 src/bzfs/CustomBase.h                              |     2 +-
 src/bzfs/CustomBox.cxx                             |     4 +-
 src/bzfs/CustomBox.h                               |     2 +-
 src/bzfs/CustomCone.cxx                            |     3 +-
 src/bzfs/CustomCone.h                              |     2 +-
 src/bzfs/CustomDynamicColor.cxx                    |     2 +-
 src/bzfs/CustomDynamicColor.h                      |     2 +-
 src/bzfs/CustomGate.cxx                            |     2 +-
 src/bzfs/CustomGate.h                              |     2 +-
 src/bzfs/CustomGroup.cxx                           |     2 +-
 src/bzfs/CustomGroup.h                             |     2 +-
 src/bzfs/CustomLink.cxx                            |     2 +-
 src/bzfs/CustomLink.h                              |     2 +-
 src/bzfs/CustomMaterial.cxx                        |     2 +-
 src/bzfs/CustomMaterial.h                          |     2 +-
 src/bzfs/CustomMesh.cxx                            |    10 +-
 src/bzfs/CustomMesh.h                              |     2 +-
 src/bzfs/CustomMeshFace.cxx                        |     2 +-
 src/bzfs/CustomMeshFace.h                          |     2 +-
 src/bzfs/CustomMeshTransform.cxx                   |     2 +-
 src/bzfs/CustomMeshTransform.h                     |     2 +-
 src/bzfs/CustomPhysicsDriver.cxx                   |     2 +-
 src/bzfs/CustomPhysicsDriver.h                     |     2 +-
 src/bzfs/CustomPyramid.cxx                         |     4 +-
 src/bzfs/CustomPyramid.h                           |     2 +-
 src/bzfs/CustomSphere.cxx                          |     2 +-
 src/bzfs/CustomSphere.h                            |     2 +-
 src/bzfs/CustomTetra.cxx                           |     2 +-
 src/bzfs/CustomTetra.h                             |     2 +-
 src/bzfs/CustomTextureMatrix.cxx                   |     2 +-
 src/bzfs/CustomTextureMatrix.h                     |     2 +-
 src/bzfs/CustomWaterLevel.cxx                      |     2 +-
 src/bzfs/CustomWaterLevel.h                        |     2 +-
 src/bzfs/CustomWeapon.cxx                          |     2 +-
 src/bzfs/CustomWeapon.h                            |     2 +-
 src/bzfs/CustomWorld.cxx                           |     2 +-
 src/bzfs/CustomWorld.h                             |     2 +-
 src/bzfs/CustomZone.cxx                            |     2 +-
 src/bzfs/CustomZone.h                              |     2 +-
 src/bzfs/DropGeometry.cxx                          |    10 +-
 src/bzfs/DropGeometry.h                            |     2 +-
 src/bzfs/EntryZones.cxx                            |     6 +-
 src/bzfs/EntryZones.h                              |     3 +-
 src/bzfs/Filter.cxx                                |     3 +-
 src/bzfs/Filter.h                                  |     3 +-
 src/bzfs/FlagHistory.cxx                           |     2 +-
 src/bzfs/FlagHistory.h                             |     3 +-
 src/bzfs/FlagInfo.cxx                              |     7 +-
 src/bzfs/FlagInfo.h                                |     3 +-
 src/bzfs/GameKeeper.cxx                            |   254 +-
 src/bzfs/GameKeeper.h                              |    40 +-
 src/bzfs/ListServerConnection.cxx                  |    77 +-
 src/bzfs/ListServerConnection.h                    |     5 +-
 src/bzfs/Makefile.am                               |     2 +
 src/bzfs/Makefile.in                               |   839 -
 src/bzfs/MasterBanList.cxx                         |    13 +-
 src/bzfs/MasterBanList.h                           |     3 +-
 src/bzfs/PackVars.h                                |     8 +-
 src/bzfs/ParseMaterial.cxx                         |     2 +-
 src/bzfs/ParseMaterial.h                           |     2 +-
 src/bzfs/Permissions.cxx                           |   144 +-
 src/bzfs/Permissions.h                             |    28 +-
 src/bzfs/RandomSpawnPolicy.cxx                     |     2 +-
 src/bzfs/RandomSpawnPolicy.h                       |     2 +-
 src/bzfs/RecordReplay.cxx                          |    99 +-
 src/bzfs/RecordReplay.h                            |    62 +-
 src/bzfs/RejoinList.cxx                            |     2 +-
 src/bzfs/RejoinList.h                              |     2 +-
 src/bzfs/Score.cxx                                 |    35 +-
 src/bzfs/Score.h                                   |    11 +-
 src/bzfs/ServerCommand.cxx                         |    30 +-
 src/bzfs/ServerCommand.h                           |     4 +-
 src/bzfs/ServerSidePlayer.cxx                      |    13 +-
 src/bzfs/ShotManager.cxx                           |   367 +
 src/bzfs/ShotManager.h                             |   207 +
 src/bzfs/SpawnPolicy.cxx                           |     3 +-
 src/bzfs/SpawnPolicy.h                             |     2 +-
 src/bzfs/SpawnPosition.cxx                         |     2 +-
 src/bzfs/SpawnPosition.h                           |     2 +-
 src/bzfs/TeamBases.cxx                             |     6 +-
 src/bzfs/TeamBases.h                               |     2 +-
 src/bzfs/WorldEventManager.cxx                     |    60 +-
 src/bzfs/WorldFileLocation.cxx                     |     5 +-
 src/bzfs/WorldFileLocation.h                       |     2 +-
 src/bzfs/WorldFileObject.cxx                       |    12 +-
 src/bzfs/WorldFileObject.h                         |     6 +-
 src/bzfs/WorldFileObstacle.cxx                     |     6 +-
 src/bzfs/WorldFileObstacle.h                       |     2 +-
 src/bzfs/WorldGenerators.cxx                       |     2 +-
 src/bzfs/WorldGenerators.h                         |     2 +-
 src/bzfs/WorldInfo.cxx                             |     2 +-
 src/bzfs/WorldInfo.h                               |     2 +-
 src/bzfs/WorldWeapons.cxx                          |    58 +-
 src/bzfs/WorldWeapons.h                            |    12 +-
 src/bzfs/base64.cxx                                |     4 +-
 src/bzfs/base64.h                                  |     2 +-
 src/bzfs/bzfs.cxx                                  |  1139 +-
 src/bzfs/bzfs.h                                    |    30 +-
 src/bzfs/bzfsAPI.cxx                               |   743 +-
 src/bzfs/bzfsHTTPAPI.cxx                           |   950 +-
 src/bzfs/bzfsPlugins.cxx                           |    49 +-
 src/bzfs/bzfsPlugins.h                             |     5 +-
 src/bzfs/commands.cxx                              |   389 +-
 src/bzfs/commands.h                                |     2 +-
 src/common/AccessList.cxx                          |     2 +-
 src/common/AutoCompleter.cxx                       |    17 +-
 src/common/BZDBCache.cxx                           |    15 +-
 src/common/BZDBLocal.cxx                           |     2 +-
 src/common/Bundle.cxx                              |     7 +-
 src/common/BundleMgr.cxx                           |     3 +-
 src/common/BzPNG.cxx                               |     8 +-
 src/common/CommandManager.cxx                      |     3 +-
 src/common/ConfigFileManager.cxx                   |    12 +-
 src/common/Country.cxx                             |     3 +-
 src/common/ErrorHandler.cxx                        |     3 +-
 src/common/FileManager.cxx                         |     2 +-
 src/common/Flag.cxx                                |    19 +-
 src/common/GameTime.cxx                            |     7 +-
 src/common/KeyManager.cxx                          |     3 +-
 src/common/Language.cxx                            |     3 +-
 src/common/Makefile.am                             |     3 +-
 src/common/Makefile.in                             |   653 -
 src/common/OSFile.cxx                              |    20 +-
 src/common/ParseColor.cxx                          |     2 +-
 src/common/PlayerState.cxx                         |     4 +-
 src/common/PositionTracker.cxx                     |   370 -
 src/common/ShotUpdate.cxx                          |     6 +-
 src/common/StateDatabase.cxx                       |     2 +-
 src/common/Team.cxx                                |    76 +-
 src/common/TextChunkManager.cxx                    |     7 +-
 src/common/TextUtils.cxx                           |     2 +-
 src/common/TimeBomb.cxx                            |     3 +-
 src/common/TimeKeeper.cxx                          |     2 +-
 src/common/VotingBooth.cxx                         |     6 +-
 src/common/WordFilter.cxx                          |    15 +-
 src/common/bz_Locale.cxx                           |     3 +-
 src/common/bzfio.cxx                               |     9 +-
 src/common/bzglob.cxx                              |     2 +-
 src/common/{bzsignal.c => bzsignal.cxx}            |     2 +-
 src/common/cURLManager.cxx                         |     6 +-
 src/common/global.cxx                              |     8 +-
 src/common/md5.cxx                                 |     2 +-
 src/common/messages.cxx                            |     4 +-
 src/date/Makefile.in                               |   536 -
 src/date/buildDate.cxx                             |    52 +-
 src/game/BzMaterial.cxx                            |     9 +-
 src/game/CacheManager.cxx                          |     6 +-
 src/game/CollisionManager.cxx                      |    21 +-
 src/game/CommandsStandard.cxx                      |     3 +-
 src/game/DirectoryNames.cxx                        |    25 +-
 src/game/DynamicColor.cxx                          |    11 +-
 src/game/Frustum.cxx                               |     3 +-
 src/game/Intersect.cxx                             |     3 +-
 src/game/LagInfo.cxx                               |     4 +-
 src/game/LinkManager.cxx                           |    10 +-
 src/game/Makefile.in                               |   586 -
 src/game/MeshTransform.cxx                         |    13 +-
 src/game/MsgStrings.cxx                            |    74 +-
 src/game/NetHandler.cxx                            |   117 +-
 src/game/PhysicsDriver.cxx                         |     7 +-
 src/game/PlayerInfo.cxx                            |    62 +-
 src/game/Ray.cxx                                   |     3 +-
 src/game/ServerItem.cxx                            |    36 +-
 src/game/ServerList.cxx                            |     3 +-
 src/game/ServerListCache.cxx                       |     2 +-
 src/game/StartupInfo.cxx                           |     2 +-
 src/game/TextureMatrix.cxx                         |     7 +-
 src/game/VotingArbiter.cxx                         |     2 +-
 src/geometry/AnimatedTreads.cxx                    |     2 +-
 src/geometry/BillboardSceneNode.cxx                |     3 +-
 src/geometry/BoltSceneNode.cxx                     |    15 +-
 src/geometry/EighthDBaseSceneNode.cxx              |     3 +-
 src/geometry/EighthDBoxSceneNode.cxx               |     3 +-
 src/geometry/EighthDPyrSceneNode.cxx               |     3 +-
 src/geometry/EighthDimSceneNode.cxx                |     3 +-
 src/geometry/EighthDimShellNode.cxx                |     3 +-
 src/geometry/FlagSceneNode.cxx                     |    33 +-
 src/geometry/FlagWarpSceneNode.cxx                 |     3 +-
 src/geometry/LaserSceneNode.cxx                    |    55 +-
 src/geometry/Makefile.am                           |     3 -
 src/geometry/Makefile.in                           |   793 -
 src/geometry/MeshDrawMgr.cxx                       |     3 +-
 src/geometry/MeshFragSceneNode.cxx                 |     2 +-
 src/geometry/MeshPolySceneNode.cxx                 |     7 +-
 src/geometry/MeshRenderNode.cxx                    |     2 +-
 src/geometry/MeshRenderNode.h                      |     2 +-
 src/geometry/MeshSceneNode.cxx                     |     5 +-
 src/geometry/OccluderSceneNode.cxx                 |     3 +-
 src/geometry/PTSceneNode.cxx                       |   290 -
 src/geometry/PolyWallSceneNode.cxx                 |     3 +-
 src/geometry/QuadWallSceneNode.cxx                 |     3 +-
 src/geometry/SceneNode.cxx                         |     3 +-
 src/geometry/ShellSceneNode.cxx                    |   182 -
 src/geometry/SphereSceneNode.cxx                   |    17 +-
 src/geometry/TankGeometryMgr.cxx                   |     5 +-
 src/geometry/TankSceneNode.cxx                     |    94 +-
 src/geometry/TracerSceneNode.cxx                   |   175 -
 src/geometry/TriWallSceneNode.cxx                  |     3 +-
 src/geometry/ViewFrustum.cxx                       |     3 +-
 src/geometry/WallSceneNode.cxx                     |     3 +-
 src/geometry/models/Makefile.in                    |   613 -
 src/geometry/models/tank/Makefile.in               |   568 -
 src/geometry/models/tank/high_barrel.cxx           |     2 +-
 src/geometry/models/tank/high_body.cxx             |     2 +-
 src/geometry/models/tank/high_ltread.cxx           |     2 +-
 src/geometry/models/tank/high_rtread.cxx           |     2 +-
 src/geometry/models/tank/high_turret.cxx           |     2 +-
 src/geometry/models/tank/low_barrel.cxx            |     2 +-
 src/geometry/models/tank/low_body.cxx              |     2 +-
 src/geometry/models/tank/low_ltread.cxx            |     2 +-
 src/geometry/models/tank/low_rtread.cxx            |     2 +-
 src/geometry/models/tank/low_turret.cxx            |     2 +-
 src/geometry/models/tank/medium_barrel.cxx         |     2 +-
 src/geometry/models/tank/medium_body.cxx           |     2 +-
 src/geometry/models/tank/medium_ltread.cxx         |     2 +-
 src/geometry/models/tank/medium_rtread.cxx         |     2 +-
 src/geometry/models/tank/medium_turret.cxx         |     2 +-
 src/mediafile/AudioFile.cxx                        |     3 +-
 src/mediafile/AudioFile.h                          |     3 +-
 src/mediafile/ImageFile.cxx                        |     3 +-
 src/mediafile/ImageFile.h                          |     3 +-
 src/mediafile/Makefile.in                          |   568 -
 src/mediafile/MediaFile.cxx                        |     3 +-
 src/mediafile/OggAudioFile.cxx                     |     3 +-
 src/mediafile/OggAudioFile.h                       |     3 +-
 src/mediafile/PNGImageFile.cxx                     |    27 +-
 src/mediafile/PNGImageFile.h                       |     3 +-
 src/mediafile/SGIImageFile.cxx                     |     3 +-
 src/mediafile/SGIImageFile.h                       |     3 +-
 src/mediafile/WaveAudioFile.cxx                    |     3 +-
 src/mediafile/WaveAudioFile.h                      |     3 +-
 src/net/Address.cxx                                |    72 +-
 src/net/AresHandler.cxx                            |    48 +-
 src/net/Makefile.in                                |   550 -
 src/net/Pack.cxx                                   |    49 +-
 src/net/Ping.cxx                                   |    12 +-
 src/net/multicast.cxx                              |     3 +-
 src/net/network.cxx                                |    17 +-
 src/obstacle/ArcObstacle.cxx                       |     7 +-
 src/obstacle/BaseBuilding.cxx                      |     5 +-
 src/obstacle/BaseSceneNodeGenerator.cxx            |     2 +-
 src/obstacle/BoxBuilding.cxx                       |     5 +-
 src/obstacle/BoxSceneNodeGenerator.cxx             |     2 +-
 src/obstacle/ConeObstacle.cxx                      |     7 +-
 src/obstacle/EmptySceneNodeGenerator.cxx           |     2 +-
 src/obstacle/Makefile.in                           |   653 -
 src/obstacle/MeshDrawInfo.cxx                      |    31 +-
 src/obstacle/MeshFace.cxx                          |    11 +-
 src/obstacle/MeshObstacle.cxx                      |    43 +-
 src/obstacle/MeshSceneNodeGenerator.cxx            |     9 +-
 src/obstacle/MeshUtils.h                           |     2 +-
 src/obstacle/Obstacle.cxx                          |     5 +-
 src/obstacle/ObstacleList.cxx                      |     5 +-
 src/obstacle/ObstacleMgr.cxx                       |    19 +-
 src/obstacle/ObstacleModifier.cxx                  |    13 +-
 src/obstacle/ObstacleSceneNodeGenerator.cxx        |    10 +-
 src/obstacle/PyramidBuilding.cxx                   |     5 +-
 src/obstacle/PyramidSceneNodeGenerator.cxx         |     2 +-
 src/obstacle/SphereObstacle.cxx                    |     7 +-
 src/obstacle/Teleporter.cxx                        |     5 +-
 src/obstacle/TeleporterSceneNodeGenerator.cxx      |     2 +-
 src/obstacle/TetraBuilding.cxx                     |     7 +-
 src/obstacle/Triangulate.cxx                       |     2 +-
 src/obstacle/Triangulate.h                         |     2 +-
 src/obstacle/WallObstacle.cxx                      |     5 +-
 src/obstacle/WallSceneNodeGenerator.cxx            |    10 +-
 src/ogl/GLCollect.cxx                              |    10 +-
 src/ogl/Makefile.in                                |   552 -
 src/ogl/OpenGLGState.cxx                           |    49 +-
 src/ogl/OpenGLLight.cxx                            |     3 +-
 src/ogl/OpenGLMaterial.cxx                         |     3 +-
 src/ogl/OpenGLTexture.cxx                          |     8 +-
 src/ogl/OpenGLUtils.cxx                            |   291 +-
 src/ogl/RenderNode.cxx                             |     3 +-
 src/platform/BeOSDisplay.cxx                       |     3 +-
 src/platform/BeOSDisplay.h                         |     3 +-
 src/platform/BeOSMedia.cxx                         |     5 +-
 src/platform/BeOSMedia.h                           |     3 +-
 src/platform/BeOSPlatformFactory.cxx               |     3 +-
 src/platform/BeOSPlatformFactory.h                 |     3 +-
 src/platform/BeOSVisual.cxx                        |     3 +-
 src/platform/BeOSVisual.h                          |     3 +-
 src/platform/BeOSWindow.cxx                        |     3 +-
 src/platform/BeOSWindow.h                          |     3 +-
 src/platform/BeOSWindow2.cxx                       |     3 +-
 src/platform/BzfDisplay.cxx                        |     3 +-
 src/platform/BzfJoystick.cxx                       |     3 +-
 src/platform/BzfMedia.cxx                          |     7 +-
 src/platform/BzfVisual.cxx                         |     3 +-
 src/platform/BzfWindow.cxx                         |    16 +-
 src/platform/DXJoystick.cxx                        |    28 +-
 src/platform/DXJoystick.h                          |    34 +-
 src/platform/EvdevJoystick.cxx                     |     2 +-
 src/platform/EvdevJoystick.h                       |     2 +-
 src/platform/LinuxDisplay.cxx                      |     7 +-
 src/platform/LinuxDisplay.h                        |     3 +-
 src/platform/LinuxMedia.cxx                        |    11 +-
 src/platform/LinuxMedia.h                          |     3 +-
 src/platform/LinuxPlatformFactory.cxx              |     3 +-
 src/platform/LinuxPlatformFactory.h                |     3 +-
 src/platform/{MacOSX => }/MacDataPath.cxx          |     7 +-
 src/platform/MacOSX/BZFlag-Info.plist              |    26 -
 src/platform/MacOSX/BZFlag-Info.plist.in           |    26 -
 src/platform/MacOSX/MacBZFlag.icns                 |   Bin 53846 -> 0 bytes
 src/platform/MacOSX/MacDisplay.cxx                 |   292 -
 src/platform/MacOSX/MacDisplay.h                   |    74 -
 src/platform/MacOSX/MacMedia.cxx                   |   236 -
 src/platform/MacOSX/MacMedia.h                     |    84 -
 src/platform/MacOSX/MacPlatformFactory.cxx         |   110 -
 src/platform/MacOSX/MacPlatformFactory.h           |    58 -
 src/platform/MacOSX/MacVisual.cxx                  |   163 -
 src/platform/MacOSX/MacVisual.h                    |    74 -
 src/platform/MacOSX/MacWindow.cxx                  |   583 -
 src/platform/MacOSX/MacWindow.h                    |    62 -
 src/platform/MacOSX/Makefile.am                    |    48 -
 src/platform/MacOSX/Makefile.in                    |   584 -
 src/platform/MacOSX/SDLMain.h                      |    14 -
 src/platform/MacOSX/SDLMain.m                      |   390 -
 src/platform/MacOSX/mkplist.cxx                    |   134 -
 src/platform/Makefile.am                           |    69 +-
 src/platform/Makefile.in                           |  1083 -
 src/platform/NewMedia.cxx                          |     3 +-
 src/platform/NewMedia.h                            |     3 +-
 src/platform/PlatformFactory.cxx                   |     8 +-
 src/platform/SDL2Display.cxx                       |   608 +
 src/platform/SDL2Display.h                         |    63 +
 src/platform/SDL2Visual.cxx                        |    46 +
 src/platform/SDL2Visual.h                          |    50 +
 src/platform/SDL2Window.cxx                        |   313 +
 src/platform/SDL2Window.h                          |    96 +
 src/platform/SDLDisplay.cxx                        |    18 +-
 src/platform/SDLDisplay.h                          |     6 +-
 src/platform/SDLJoystick.cxx                       |    13 +-
 src/platform/SDLJoystick.h                         |     2 +-
 src/platform/SDLMedia.cxx                          |     7 +-
 src/platform/SDLMedia.h                            |     2 +-
 src/platform/SDLPlatformFactory.cxx                |     9 +-
 src/platform/SDLPlatformFactory.h                  |     3 +-
 src/platform/SGIDisplay.cxx                        |     7 +-
 src/platform/SGIDisplay.h                          |     3 +-
 src/platform/SGIMedia.cxx                          |     3 +-
 src/platform/SGIMedia.h                            |     3 +-
 src/platform/SGIPlatformFactory.cxx                |     3 +-
 src/platform/SGIPlatformFactory.h                  |     3 +-
 src/platform/SolarisMedia.cxx                      |    11 +-
 src/platform/SolarisMedia.h                        |     3 +-
 src/platform/SolarisPlatformFactory.cxx            |     3 +-
 src/platform/SolarisPlatformFactory.h              |     3 +-
 src/platform/USBJoystick.cxx                       |     3 +-
 src/platform/USBJoystick.h                         |     1 -
 src/platform/WinDisplay.cxx                        |     7 +-
 src/platform/WinDisplay.h                          |     3 +-
 src/platform/WinJoystick.cxx                       |     2 +-
 src/platform/WinJoystick.h                         |     2 +-
 src/platform/WinMedia.cxx                          |    21 +-
 src/platform/WinMedia.h                            |    10 +-
 src/platform/WinPlatformFactory.cxx                |   113 +-
 src/platform/WinPlatformFactory.h                  |     9 +-
 src/platform/WinVisual.cxx                         |     3 +-
 src/platform/WinVisual.h                           |     3 +-
 src/platform/WinWindow.cxx                         |    68 +-
 src/platform/WinWindow.h                           |     6 +-
 src/platform/XDisplay.cxx                          |     8 +-
 src/platform/XDisplay.h                            |     3 +-
 src/platform/XIJoystick.cxx                        |     2 +-
 src/platform/XIJoystick.h                          |     2 +-
 src/platform/XVisual.cxx                           |     3 +-
 src/platform/XVisual.h                             |     3 +-
 src/platform/XWindow.cxx                           |     5 +-
 src/platform/XWindow.h                             |     3 +-
 src/platform/wave.cxx                              |   104 +-
 src/platform/wave.h                                |     3 +-
 src/scene/BSPSceneDatabase.cxx                     |     3 +-
 src/scene/Makefile.in                              |   559 -
 src/scene/Occluder.cxx                             |    24 +-
 src/scene/Occluder.h                               |     4 +-
 src/scene/Octree.cxx                               |     5 +-
 src/scene/Octree.h                                 |     2 +-
 src/scene/SceneDatabase.cxx                        |     3 +-
 src/scene/ZSceneDatabase.cxx                       |     6 +-
 tests/Makefile.am                                  |    25 +
 tests/bans.cxx                                     |   114 +
 src/platform/BzfVisual.cxx => tests/tests.cxx      |    15 +-
 tools/Makefile.am                                  |    12 +-
 tools/Makefile.in                                  |   628 -
 tools/TextTool-W32/MainFrm.cpp                     |   138 -
 tools/TextTool-W32/MainFrm.h                       |    70 -
 tools/TextTool-W32/Makefile.am                     |    31 -
 tools/TextTool-W32/Makefile.in                     |   759 -
 tools/TextTool-W32/README.txt                      |     7 -
 tools/TextTool-W32/StdAfx.cpp                      |    26 -
 tools/TextTool-W32/StdAfx.h                        |    43 -
 tools/TextTool-W32/TextTool.clw                    |   109 -
 tools/TextTool-W32/TextTool.cpp                    |   176 -
 tools/TextTool-W32/TextTool.h                      |    64 -
 tools/TextTool-W32/TextTool.rc                     |   336 -
 tools/TextTool-W32/TextTool.sln                    |    35 -
 tools/TextTool-W32/TextTool.vcproj                 |   399 -
 tools/TextTool-W32/TextToolBatch.cpp               |   156 -
 tools/TextTool-W32/TextToolBatch.h                 |    41 -
 tools/TextTool-W32/TextToolDoc.cpp                 |   104 -
 tools/TextTool-W32/TextToolDoc.h                   |    69 -
 tools/TextTool-W32/TextToolView.cpp                |   609 -
 tools/TextTool-W32/TextToolView.h                  |   102 -
 tools/TextTool-W32/bzflag.ttb                      |    34 -
 tools/TextTool-W32/res/Makefile.am                 |     8 -
 tools/TextTool-W32/res/Makefile.in                 |   416 -
 tools/TextTool-W32/res/TextTool.ico                |   Bin 1078 -> 0 bytes
 tools/TextTool-W32/res/TextTool.rc2                |    13 -
 tools/TextTool-W32/res/TextToolDoc.ico             |   Bin 1078 -> 0 bytes
 tools/TextTool-W32/res/Toolbar.bmp                 |   Bin 598 -> 0 bytes
 tools/TextTool-W32/resource.h                      |    23 -
 tools/TextTool2/Makefile.am                        |    18 +
 tools/TextTool2/README.txt                         |    16 +
 tools/TextTool2/TextTool2.cpp                      |   417 +
 .../TextTool2/TextTool2.xcodeproj}/Makefile.am     |     2 +-
 .../TextTool2/TextTool2.xcodeproj/project.pbxproj  |   263 +
 tools/bzwtransform/Makefile.am                     |     4 +
 tools/bzwtransform/Makefile.in                     |   570 -
 tools/bzwtransform/bzwTransform.cxx                |    49 +-
 tools/modeltool/MSVC/Makefile.in                   |   414 -
 tools/modeltool/Makefile.am                        |     6 +-
 tools/modeltool/Makefile.in                        |   787 -
 1276 files changed, 38454 insertions(+), 127316 deletions(-)
 create mode 100644 .editorconfig
 create mode 100644 .travis.yml
 delete mode 100644 BUGS
 delete mode 100644 BZFlag.xcodeproj/Makefile.in
 delete mode 100644 BZFlag.xcodeproj/project.pbxproj
 delete mode 100644 INSTALL
 delete mode 100644 MSVC/Makefile.in
 delete mode 100644 MSVC/build/Makefile.in
 delete mode 100644 MSVC/build/ares.vcxproj
 delete mode 100644 MSVC/build/ares_build.h
 create mode 100644 MSVC/build/bzfs.vcxproj.filters
 delete mode 100644 MSVC/build/curl/curlbuild.h
 delete mode 100644 MSVC/build/libcurl.vcxproj
 delete mode 100644 MSVC/build/pdcurses.vcxproj
 delete mode 100644 MSVC/build/regex.vcxproj
 create mode 100644 MSVC/build/tests.vcxproj
 create mode 100644 MSVC/build/tests.vcxproj.filters
 delete mode 100644 MSVC/build/zlib.vcproj
 delete mode 100644 MSVC/build/zlib.vcxproj
 rename MSVC/{build => }/bzadmin.sln (52%)
 rename MSVC/{build => }/bzflag.sln (65%)
 rename MSVC/{build => }/bzfs.sln (53%)
 rename MSVC/{build => }/fullbuild.sln (78%)
 delete mode 100644 Makefile.in
 delete mode 100644 README.XMINGW
 delete mode 100644 TODO
 create mode 100644 Xcode/BZFlag.icns
 copy {BZFlag.xcodeproj => Xcode/BZFlag.xcodeproj}/Makefile.am (100%)
 create mode 100644 Xcode/BZFlag.xcodeproj/project.pbxproj
 copy {BZFlag.xcodeproj => Xcode}/Makefile.am (50%)
 create mode 100644 Xcode/config.h
 delete mode 100644 aclocal.m4
 delete mode 100644 authors.xml
 delete mode 100644 bzflag.lsm
 delete mode 100644 bzflag.lsm.in
 delete mode 100644 bzflag.spec
 delete mode 100755 configure
 delete mode 100644 data/Makefile.in
 create mode 100644 data/fonts/DejaVuSansCondensedBold_48.fmt
 create mode 100644 data/fonts/DejaVuSansCondensedBold_48.png
 create mode 100644 data/fonts/DejaVuSansCondensedBold_64.fmt
 create mode 100644 data/fonts/DejaVuSansCondensedBold_64.png
 create mode 100644 data/fonts/DejaVuSansMonoBold_32.fmt
 create mode 100644 data/fonts/DejaVuSansMonoBold_32.png
 create mode 100644 data/fonts/DejaVuSansMonoBold_48.fmt
 create mode 100644 data/fonts/DejaVuSansMonoBold_48.png
 create mode 100644 data/fonts/DejaVuSansMonoBold_64.fmt
 create mode 100644 data/fonts/DejaVuSansMonoBold_64.png
 delete mode 100644 data/fonts/DejaVuSerifBold_12.fmt
 delete mode 100644 data/fonts/DejaVuSerifBold_12.png
 delete mode 100644 data/fonts/DejaVuSerifBold_16.fmt
 delete mode 100644 data/fonts/DejaVuSerifBold_16.png
 delete mode 100644 data/fonts/DejaVuSerifBold_24.fmt
 delete mode 100644 data/fonts/DejaVuSerifBold_24.png
 delete mode 100644 data/fonts/DejaVuSerifBold_32.fmt
 delete mode 100644 data/fonts/DejaVuSerifBold_32.png
 delete mode 100644 data/fonts/DejaVuSerifBold_6.fmt
 delete mode 100644 data/fonts/DejaVuSerifBold_6.png
 delete mode 100644 data/fonts/DejaVuSerifBold_8.fmt
 delete mode 100644 data/fonts/DejaVuSerifBold_8.png
 delete mode 100644 data/fonts/Makefile.in
 delete mode 100644 data/l10n/Makefile.in
 delete mode 100644 debian/README.source
 create mode 100644 debian/bzflag-client.lintian-overrides
 create mode 100644 debian/bzflag-data.lintian-overrides
 create mode 100644 debian/bzflag.lintian-overrides
 delete mode 100644 debian/gbp.conf
 delete mode 100644 debian/patches/01_repack_no_other.diff
 delete mode 100644 debian/patches/02_man_fixups.diff
 delete mode 100644 debian/patches/03_maxhostnamelen.diff
 delete mode 100644 debian/patches/05_dedup_pt_translations.diff
 delete mode 100644 debian/patches/07_hurd_autotools_support.diff
 delete mode 100644 debian/patches/08_clang_FTBFS.patch
 delete mode 100644 include/Makefile.in
 delete mode 100644 include/MathUtils.h
 delete mode 100644 include/PTSceneNode.h
 mode change 100755 => 100644 include/PlayerInfo.h
 delete mode 100644 include/PositionTracker.h
 delete mode 100644 include/ShellSceneNode.h
 delete mode 100644 include/TracerSceneNode.h
 delete mode 100644 include/bzregex.h
 delete mode 100644 include/config.h.in
 delete mode 100644 m4/Makefile.in
 create mode 100644 m4/ax_cxx_compile_stdcxx_0x.m4
 delete mode 100644 m4/libtool.m4
 delete mode 100644 m4/ltoptions.m4
 delete mode 100644 m4/ltsugar.m4
 delete mode 100644 m4/ltversion.m4
 delete mode 100644 m4/lt~obsolete.m4
 delete mode 100644 m4/mkdirp.m4
 create mode 100644 m4/sdl2.m4
 delete mode 100644 man/Makefile.in
 rename misc/{3ds2bzw.c => 3ds2bzw.cxx} (97%)
 delete mode 100644 misc/Makefile.in
 delete mode 100644 misc/bzfs_conf.html
 create mode 100644 misc/checkToken.php
 delete mode 100755 misc/config.guess
 delete mode 100755 misc/config.sub
 delete mode 100755 misc/copyplugindocs
 delete mode 100755 misc/depcomp
 delete mode 100644 misc/fonts/DejaVuSerif-Bold.ttf
 delete mode 100755 misc/install-sh
 delete mode 100755 misc/ltmain.sh
 delete mode 100755 misc/missing
 delete mode 100755 misc/rebuild-bzflag
 delete mode 100755 misc/snap.sh
 create mode 100644 misc/tank.obj
 delete mode 100755 misc/tar
 delete mode 100755 misc/touchversion
 delete mode 100644 package/Makefile.in
 delete mode 100644 package/irix/Makefile.in
 delete mode 100644 package/linux/Makefile.in
 delete mode 100644 package/rpm/Makefile.in
 delete mode 100644 package/win32/Makefile.in
 delete mode 100644 package/win32/nsis/Makefile.in
 create mode 100644 plugins/CustomZoneSample/CustomZoneSample.bzw
 create mode 100644 plugins/CustomZoneSample/CustomZoneSample.cpp
 copy plugins/{hiddenAdmin/hiddenAdmin.def => CustomZoneSample/CustomZoneSample.def} (76%)
 create mode 100644 plugins/CustomZoneSample/CustomZoneSample.sln
 copy plugins/{customflagsample/customflagsample.vcxproj => CustomZoneSample/CustomZoneSample.vcxproj} (71%)
 create mode 100644 plugins/CustomZoneSample/Makefile.am
 create mode 100644 plugins/CustomZoneSample/README.CustomZoneSample.txt
 delete mode 100644 plugins/HoldTheFlag/CHANGELOG.txt
 delete mode 100644 plugins/HoldTheFlag/Makefile.in
 create mode 100644 plugins/HoldTheFlag/README.HoldTheFlag.txt
 delete mode 100644 plugins/HoldTheFlag/README.txt
 delete mode 100644 plugins/Makefile.in
 delete mode 100644 plugins/Phoenix/Makefile.in
 create mode 100644 plugins/Phoenix/README.Phoenix.txt
 delete mode 100644 plugins/Phoenix/README.txt
 delete mode 100644 plugins/RogueGenocide/Makefile.in
 create mode 100644 plugins/RogueGenocide/README.RogueGenocide.txt
 delete mode 100644 plugins/RogueGenocide/README.txt
 delete mode 100644 plugins/SAMPLE_PLUGIN/Makefile.in
 create mode 100644 plugins/SAMPLE_PLUGIN/README.SAMPLE_PLUGIN.txt
 delete mode 100644 plugins/SAMPLE_PLUGIN/README.txt
 delete mode 100644 plugins/TimeLimit/Makefile.in
 create mode 100644 plugins/TimeLimit/README.TimeLimit.txt
 delete mode 100644 plugins/TimeLimit/README.txt
 delete mode 100644 plugins/airspawn/Makefile.in
 create mode 100644 plugins/airspawn/README.airspawn.txt
 delete mode 100644 plugins/autoFlagReset/Makefile.in
 rename plugins/autoFlagReset/{README.txt => README.autoFlagReset.txt} (61%)
 create mode 100644 plugins/bzfscron/CronJob.cpp
 create mode 100644 plugins/bzfscron/CronJob.h
 create mode 100644 plugins/bzfscron/Makefile.am
 create mode 100644 plugins/bzfscron/README.bzfscron.txt
 create mode 100644 plugins/bzfscron/bzfscron.cfg
 create mode 100644 plugins/bzfscron/bzfscron.cpp
 rename plugins/{webReport/webReport.def => bzfscron/bzfscron.def} (67%)
 create mode 100644 plugins/bzfscron/bzfscron.sln
 copy plugins/{serverControl/serverControl.vcxproj => bzfscron/bzfscron.vcxproj} (71%)
 delete mode 100644 plugins/chathistory/Makefile.in
 create mode 100644 plugins/chathistory/README.chathistory.txt
 delete mode 100644 plugins/customflagsample/Makefile.in
 create mode 100644 plugins/customflagsample/README.customflagsample.txt
 delete mode 100644 plugins/customflagsample/README.txt
 delete mode 100644 plugins/fairCTF/Makefile.in
 create mode 100644 plugins/fairCTF/README.fairCTF.txt
 delete mode 100644 plugins/fairCTF/README.txt
 delete mode 100644 plugins/fastmap/Makefile.in
 create mode 100644 plugins/fastmap/README.fastmap.txt
 delete mode 100644 plugins/fastmap/README.txt
 delete mode 100644 plugins/flagStay/Makefile.in
 create mode 100644 plugins/flagStay/README.flagStay.txt
 delete mode 100644 plugins/flagStay/README.txt
 create mode 100644 plugins/flagStay/flagStay.bzw
 delete mode 100644 plugins/hiddenAdmin/Makefile.am
 delete mode 100644 plugins/hiddenAdmin/Makefile.in
 delete mode 100644 plugins/hiddenAdmin/hiddenAdmin.cpp
 delete mode 100644 plugins/hiddenAdmin/hiddenAdmin.sln
 delete mode 100644 plugins/hiddenAdmin/hiddenAdmin.vcxproj
 delete mode 100644 plugins/keepaway/Makefile.in
 create mode 100644 plugins/keepaway/README.keepaway.txt
 delete mode 100644 plugins/keepaway/README.txt
 rename plugins/keepaway/{keepaway_admin.txt => help_keepaway_admin.txt} (100%)
 rename plugins/keepaway/{keepaway_rules.txt => help_keepaway_rules.txt} (100%)
 delete mode 100644 plugins/killall/Makefile.in
 create mode 100644 plugins/killall/README.killall.txt
 delete mode 100644 plugins/killall/README.txt
 delete mode 100644 plugins/koth/Makefile.in
 create mode 100644 plugins/koth/README.koth.txt
 delete mode 100644 plugins/koth/README.txt
 rename plugins/koth/{koth_admin.txt => help_koth_admin.txt} (100%)
 rename plugins/koth/{koth_rules.txt => help_koth_rules.txt} (100%)
 delete mode 100644 plugins/logDetail/Makefile.in
 rename plugins/logDetail/{README.txt => README.logDetail.txt} (56%)
 delete mode 100644 plugins/nagware/CHANGELOG.txt
 delete mode 100644 plugins/nagware/Makefile.in
 copy plugins/nagware/{NAGSAMPLE.cfg => README.nagware.txt} (50%)
 delete mode 100644 plugins/nagware/README.txt
 rename plugins/nagware/{NAGSAMPLE.cfg => nagware.cfg} (92%)
 delete mode 100644 plugins/playHistoryTracker/Makefile.in
 create mode 100644 plugins/playHistoryTracker/README.playHistoryTracker.txt
 delete mode 100644 plugins/plugin_utils/Makefile.in
 rename plugins/pushstats/{README.txt => README.pushstats.txt} (100%)
 delete mode 100644 plugins/rabbitTimer/Makefile.in
 create mode 100644 plugins/rabbitTimer/README.rabbitTimer.txt
 delete mode 100644 plugins/rabbitTimer/README.txt
 delete mode 100644 plugins/rabidRabbit/Makefile.in
 create mode 100644 plugins/rabidRabbit/README.rabidRabbit.txt
 delete mode 100644 plugins/rabidRabbit/README.txt
 rename plugins/rabidRabbit/{rabidRabbit.txt => help_rabidRabbit.txt} (100%)
 delete mode 100644 plugins/recordmatch/Makefile.in
 create mode 100644 plugins/recordmatch/README.recordmatch.txt
 delete mode 100644 plugins/recordmatch/README.txt
 delete mode 100644 plugins/regFlag/Makefile.in
 create mode 100644 plugins/regFlag/README.regFlag.txt
 delete mode 100644 plugins/regFlag/README.txt
 delete mode 100644 plugins/serverControl/Makefile.in
 create mode 100644 plugins/serverControl/README.serverControl.txt
 delete mode 100644 plugins/serverControl/README.txt
 delete mode 100644 plugins/serverControl/plugins.cfg
 create mode 100644 plugins/serverControl/serverControl.cfg
 create mode 100644 plugins/serverSidePlayerSample/Makefile.am
 create mode 100644 plugins/serverSidePlayerSample/README.serverSidePlayerSample.txt
 create mode 100644 plugins/serverSidePlayerSample/playerHandler.cpp
 copy include/GLCollect.h => plugins/serverSidePlayerSample/playerHandler.h (54%)
 create mode 100644 plugins/serverSidePlayerSample/serverSidePlayerSample.cpp
 create mode 100644 plugins/serverSidePlayerSample/serverSidePlayerSample.def
 create mode 100644 plugins/serverSidePlayerSample/serverSidePlayerSample.sln
 copy plugins/{SAMPLE_PLUGIN/SAMPLE_PLUGIN.vcxproj => serverSidePlayerSample/serverSidePlayerSample.vcxproj} (72%)
 delete mode 100644 plugins/shockwaveDeath/Makefile.in
 create mode 100644 plugins/shockwaveDeath/README.shockwaveDeath.txt
 delete mode 100644 plugins/shockwaveDeath/README.txt
 create mode 100644 plugins/superUser/Makefile.am
 create mode 100644 plugins/superUser/README.superUser.txt
 create mode 100644 plugins/superUser/superUser.cfg
 create mode 100644 plugins/superUser/superUser.cpp
 rename plugins/{hiddenAdmin/hiddenAdmin.def => superUser/superUser.def} (76%)
 create mode 100644 plugins/superUser/superUser.sln
 copy plugins/{pushstats/pushstats.vcxproj => superUser/superUser.vcxproj} (74%)
 delete mode 100644 plugins/teamflagreset/Makefile.in
 create mode 100644 plugins/teamflagreset/README.teamflagreset.txt
 delete mode 100644 plugins/teamflagreset/README.txt
 rename plugins/teamflagreset/{tfr_admin.txt => help_teamflagreset_admin.txt} (100%)
 delete mode 100644 plugins/thiefControl/Makefile.in
 create mode 100644 plugins/thiefControl/README.thiefControl.txt
 delete mode 100644 plugins/thiefControl/README.txt
 delete mode 100644 plugins/timedctf/Makefile.in
 create mode 100644 plugins/timedctf/README.timedctf.txt
 delete mode 100644 plugins/timedctf/README.txt
 rename plugins/timedctf/{timedctf_admin.txt => help_timedctf_admin.txt} (100%)
 rename plugins/timedctf/{timedctf_rules.txt => help_timedctf_rules.txt} (100%)
 delete mode 100644 plugins/webReport/Makefile.am
 delete mode 100644 plugins/webReport/README.txt
 delete mode 100644 plugins/webReport/templates/report.tmpl
 delete mode 100644 plugins/webReport/webReport.cpp
 delete mode 100644 plugins/webReport/webReport.sln
 delete mode 100644 plugins/webReport/webReport.vcxproj
 delete mode 100644 plugins/wwzones/Makefile.in
 delete mode 100644 plugins/wwzones/README.txt
 create mode 100644 plugins/wwzones/README.wwzones.txt
 delete mode 100644 src/3D/Makefile.in
 delete mode 100644 src/Makefile.in
 delete mode 100644 src/bzadmin/Makefile.in
 delete mode 100644 src/bzflag/Makefile.in
 create mode 100644 src/bzflag/ServerListFilterHelpMenu.cxx
 copy src/bzflag/{HelpMenu.h => ServerListFilterHelpMenu.h} (60%)
 create mode 100644 src/bzflag/ServerListFilterMenu.cxx
 copy src/bzflag/{QuickKeysMenu.h => ServerListFilterMenu.h} (75%)
 delete mode 100644 src/bzfs/Makefile.in
 create mode 100644 src/bzfs/ShotManager.cxx
 create mode 100644 src/bzfs/ShotManager.h
 delete mode 100644 src/common/Makefile.in
 delete mode 100644 src/common/PositionTracker.cxx
 rename src/common/{bzsignal.c => bzsignal.cxx} (97%)
 delete mode 100644 src/date/Makefile.in
 delete mode 100644 src/game/Makefile.in
 delete mode 100644 src/geometry/Makefile.in
 delete mode 100644 src/geometry/PTSceneNode.cxx
 delete mode 100644 src/geometry/ShellSceneNode.cxx
 delete mode 100644 src/geometry/TracerSceneNode.cxx
 delete mode 100644 src/geometry/models/Makefile.in
 delete mode 100644 src/geometry/models/tank/Makefile.in
 delete mode 100644 src/mediafile/Makefile.in
 delete mode 100644 src/net/Makefile.in
 delete mode 100644 src/obstacle/Makefile.in
 delete mode 100644 src/ogl/Makefile.in
 rename src/platform/{MacOSX => }/MacDataPath.cxx (87%)
 delete mode 100644 src/platform/MacOSX/BZFlag-Info.plist
 delete mode 100644 src/platform/MacOSX/BZFlag-Info.plist.in
 delete mode 100644 src/platform/MacOSX/MacBZFlag.icns
 delete mode 100644 src/platform/MacOSX/MacDisplay.cxx
 delete mode 100644 src/platform/MacOSX/MacDisplay.h
 delete mode 100644 src/platform/MacOSX/MacMedia.cxx
 delete mode 100644 src/platform/MacOSX/MacMedia.h
 delete mode 100644 src/platform/MacOSX/MacPlatformFactory.cxx
 delete mode 100644 src/platform/MacOSX/MacPlatformFactory.h
 delete mode 100644 src/platform/MacOSX/MacVisual.cxx
 delete mode 100644 src/platform/MacOSX/MacVisual.h
 delete mode 100644 src/platform/MacOSX/MacWindow.cxx
 delete mode 100644 src/platform/MacOSX/MacWindow.h
 delete mode 100644 src/platform/MacOSX/Makefile.am
 delete mode 100644 src/platform/MacOSX/Makefile.in
 delete mode 100644 src/platform/MacOSX/SDLMain.h
 delete mode 100644 src/platform/MacOSX/SDLMain.m
 delete mode 100644 src/platform/MacOSX/mkplist.cxx
 delete mode 100644 src/platform/Makefile.in
 create mode 100644 src/platform/SDL2Display.cxx
 create mode 100644 src/platform/SDL2Display.h
 create mode 100644 src/platform/SDL2Visual.cxx
 create mode 100644 src/platform/SDL2Visual.h
 create mode 100644 src/platform/SDL2Window.cxx
 create mode 100644 src/platform/SDL2Window.h
 delete mode 100644 src/scene/Makefile.in
 create mode 100644 tests/Makefile.am
 create mode 100644 tests/bans.cxx
 copy src/platform/BzfVisual.cxx => tests/tests.cxx (68%)
 delete mode 100644 tools/Makefile.in
 delete mode 100644 tools/TextTool-W32/MainFrm.cpp
 delete mode 100644 tools/TextTool-W32/MainFrm.h
 delete mode 100644 tools/TextTool-W32/Makefile.am
 delete mode 100644 tools/TextTool-W32/Makefile.in
 delete mode 100644 tools/TextTool-W32/README.txt
 delete mode 100644 tools/TextTool-W32/StdAfx.cpp
 delete mode 100644 tools/TextTool-W32/StdAfx.h
 delete mode 100644 tools/TextTool-W32/TextTool.clw
 delete mode 100644 tools/TextTool-W32/TextTool.cpp
 delete mode 100644 tools/TextTool-W32/TextTool.h
 delete mode 100644 tools/TextTool-W32/TextTool.rc
 delete mode 100644 tools/TextTool-W32/TextTool.sln
 delete mode 100644 tools/TextTool-W32/TextTool.vcproj
 delete mode 100644 tools/TextTool-W32/TextToolBatch.cpp
 delete mode 100644 tools/TextTool-W32/TextToolBatch.h
 delete mode 100644 tools/TextTool-W32/TextToolDoc.cpp
 delete mode 100644 tools/TextTool-W32/TextToolDoc.h
 delete mode 100644 tools/TextTool-W32/TextToolView.cpp
 delete mode 100644 tools/TextTool-W32/TextToolView.h
 delete mode 100644 tools/TextTool-W32/bzflag.ttb
 delete mode 100644 tools/TextTool-W32/res/Makefile.am
 delete mode 100644 tools/TextTool-W32/res/Makefile.in
 delete mode 100644 tools/TextTool-W32/res/TextTool.ico
 delete mode 100644 tools/TextTool-W32/res/TextTool.rc2
 delete mode 100644 tools/TextTool-W32/res/TextToolDoc.ico
 delete mode 100644 tools/TextTool-W32/res/Toolbar.bmp
 delete mode 100644 tools/TextTool-W32/resource.h
 create mode 100644 tools/TextTool2/Makefile.am
 create mode 100644 tools/TextTool2/README.txt
 create mode 100644 tools/TextTool2/TextTool2.cpp
 rename {BZFlag.xcodeproj => tools/TextTool2/TextTool2.xcodeproj}/Makefile.am (78%)
 create mode 100644 tools/TextTool2/TextTool2.xcodeproj/project.pbxproj
 delete mode 100644 tools/bzwtransform/Makefile.in
 delete mode 100644 tools/modeltool/MSVC/Makefile.in
 delete mode 100644 tools/modeltool/Makefile.in

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