[bzflag] branch master updated (fc83512 -> 99448e1)
Markus Koschany
apo at moszumanska.debian.org
Sun May 14 17:26:54 UTC 2017
This is an automated email from the git hooks/post-receive script.
apo pushed a change to branch master
in repository bzflag.
from fc83512 Make the build reproducible.
new 5ff9a3c New upstream version 2.4.10
new 7d4d672 Merge tag 'upstream/2.4.10'
new d4c4514 Update changelog
new a600458 Drop deprecated bzflag-client.menu file.
new 9e8c434 Update debian/copyright for new release.
new 99448e1 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
The 6 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:
.gitignore | 4 +
AUTHORS | 8 +-
COPYING | 509 +----
COPYING => COPYING.LGPL | 0
COPYING.MPL | 373 ++++
ChangeLog | 26 +-
DEVINFO | 13 +-
MSVC/build/3D.vcxproj | 16 +-
MSVC/build/3D.vcxproj.filters | 45 +
MSVC/build/Makefile.am | 16 +
MSVC/build/bzadmin.vcxproj | 50 +-
MSVC/build/bzadmin.vcxproj.filters | 78 +
MSVC/build/bzflag.vcxproj | 67 +-
MSVC/build/bzflag.vcxproj.filters | 562 ++++++
MSVC/build/bzfs.vcxproj | 56 +-
MSVC/build/bzfs.vcxproj.filters | 285 +--
MSVC/build/common.vcxproj | 14 +-
MSVC/build/common.vcxproj.filters | 255 +++
MSVC/build/config.h | 13 +-
MSVC/build/date.vcxproj | 14 +-
MSVC/build/date.vcxproj.filters | 21 +
MSVC/build/game.vcxproj | 18 +-
MSVC/build/game.vcxproj.filters | 126 ++
MSVC/build/geometry.vcxproj | 16 +-
MSVC/build/geometry.vcxproj.filters | 231 +++
MSVC/build/installer.vcxproj | 6 +-
MSVC/build/installer.vcxproj.filters | 13 +
MSVC/build/makehtml.vcxproj | 49 +-
MSVC/build/makehtml.vcxproj.filters | 22 +
MSVC/build/man2html.vcxproj | 10 +-
MSVC/build/man2html.vcxproj.filters | 16 +
MSVC/build/mediafile.vcxproj | 10 +-
MSVC/build/mediafile.vcxproj.filters | 39 +
MSVC/build/net.vcxproj | 24 +-
MSVC/build/net.vcxproj.filters | 57 +
MSVC/build/obstacle.vcxproj | 17 +-
MSVC/build/obstacle.vcxproj.filters | 189 ++
MSVC/build/ogl.vcxproj | 16 +-
MSVC/build/ogl.vcxproj.filters | 54 +
MSVC/build/platform.vcxproj | 19 +-
MSVC/build/platform.vcxproj.filters | 168 ++
MSVC/build/scene.vcxproj | 14 +-
MSVC/build/scene.vcxproj.filters | 63 +
MSVC/bzadmin.sln | 6 +-
MSVC/bzflag.rc | 10 +-
MSVC/bzflag.sln | 6 +-
MSVC/bzfs.sln | 6 +-
MSVC/fullbuild.sln | 17 +-
MSVC/resource.h | 2 +-
Makefile.am | 2 +
README | 8 +-
README.WINDOWS | 35 +-
Xcode/BZFlag.xcodeproj/project.pbxproj | 242 ++-
Xcode/config.h | 22 +-
bzflag.spec.in | 4 +-
configure.ac | 5 +-
data/l10n/bzflag_cs_CZ.po | 4 +-
data/l10n/bzflag_da.po | 4 +-
data/l10n/bzflag_de.po | 4 +-
data/l10n/bzflag_en_US_l33t.po | 8 +-
data/l10n/bzflag_en_US_redneck.po | 6 +-
data/l10n/bzflag_es.po | 5 +-
data/l10n/bzflag_fr.po | 4 +-
data/l10n/bzflag_it.po | 4 +-
data/l10n/bzflag_kg.po | 4 +-
data/l10n/bzflag_lt.po | 4 +-
data/l10n/bzflag_nl.po | 4 +-
data/l10n/bzflag_pt.po | 2 +-
data/l10n/bzflag_ru.po | 6 +-
data/l10n/bzflag_sv.po | 4 +-
data/l10n/bzflag_xx.po | 6 +-
data/title.png | Bin 110082 -> 89075 bytes
debian/bzflag-client.menu | 7 -
debian/changelog | 10 +
debian/copyright | 382 +++-
debian/rules | 1 +
include/AccessList.h | 4 +-
include/Address.h | 4 +-
include/AnsiCodes.h | 36 +-
include/ArcObstacle.h | 4 +-
include/AresHandler.h | 8 +-
include/AutoCompleter.h | 4 +-
include/BSPSceneDatabase.h | 4 +-
include/BZDBCache.h | 4 +-
include/BZDBLocal.h | 16 +-
include/BaseBuilding.h | 4 +-
include/BaseResources.h | 4 +-
include/BaseSceneNodeGenerator.h | 4 +-
include/BillboardSceneNode.h | 4 +-
include/BoltSceneNode.h | 20 +-
include/BoxBuilding.h | 4 +-
include/BoxSceneNodeGenerator.h | 4 +-
include/Bundle.h | 4 +-
include/BundleMgr.h | 4 +-
include/BzMaterial.h | 4 +-
include/BzPNG.h | 2 +-
include/BzfDisplay.h | 10 +-
include/BzfEvent.h | 52 +-
include/BzfJoystick.h | 8 +-
include/BzfMedia.h | 6 +-
include/BzfVisual.h | 4 +-
include/BzfWindow.h | 9 +-
include/CacheManager.h | 4 +-
include/CallbackList.h | 4 +-
include/CollisionManager.h | 2 +-
include/CommandManager.h | 2 +-
include/CommandsStandard.h | 2 +-
include/ConeObstacle.h | 4 +-
include/ConfigFileManager.h | 4 +-
include/Country.h | 2 +-
include/DirectoryNames.h | 4 +-
include/DynamicColor.h | 4 +-
include/EighthDBaseSceneNode.h | 4 +-
include/EighthDBoxSceneNode.h | 4 +-
include/EighthDPyrSceneNode.h | 4 +-
include/EighthDimSceneNode.h | 4 +-
include/EighthDimShellNode.h | 4 +-
include/EmptySceneNodeGenerator.h | 4 +-
include/ErrorHandler.h | 4 +-
include/Extents.h | 4 +-
include/FileManager.h | 6 +-
include/Flag.h | 4 +-
include/FlagSceneNode.h | 4 +-
include/FlagWarpSceneNode.h | 4 +-
include/FontManager.h | 4 +-
include/Frustum.h | 4 +-
include/GLCollect.h | 4 +-
include/GameTime.h | 2 +-
include/Intersect.h | 76 +-
include/KeyManager.h | 14 +-
include/LagInfo.h | 4 +-
include/Language.h | 2 +-
include/LaserSceneNode.h | 10 +-
include/LinkManager.h | 4 +-
include/ListServer.h | 22 +-
include/Makefile.am | 2 -
include/MediaFile.h | 4 +-
include/MeshDrawInfo.h | 22 +-
include/MeshDrawMgr.h | 4 +-
include/MeshFace.h | 4 +-
include/MeshFragSceneNode.h | 4 +-
include/MeshObstacle.h | 4 +-
include/MeshPolySceneNode.h | 4 +-
include/MeshSceneNode.h | 4 +-
include/MeshSceneNodeGenerator.h | 4 +-
include/MeshTransform.h | 4 +-
include/MsgStrings.h | 4 +-
include/NetHandler.h | 124 +-
include/OSFile.h | 10 +-
include/Obstacle.h | 72 +-
include/ObstacleList.h | 4 +-
include/ObstacleMgr.h | 4 +-
include/ObstacleModifier.h | 4 +-
include/ObstacleSceneNodeGenerator.h | 4 +-
include/OccluderSceneNode.h | 4 +-
include/OpenGLGState.h | 5 +-
include/OpenGLLight.h | 4 +-
include/OpenGLMaterial.h | 4 +-
include/OpenGLTexture.h | 36 +-
include/OpenGLUtils.h | 2 +-
include/Pack.h | 4 +-
include/ParseColor.h | 4 +-
include/PhysicsDriver.h | 4 +-
include/Ping.h | 6 +-
include/PlatformFactory.h | 4 +-
include/PlayerInfo.h | 161 +-
include/PlayerState.h | 14 +-
include/PolyWallSceneNode.h | 4 +-
include/Protocol.h | 13 +-
include/PyramidBuilding.h | 4 +-
include/PyramidSceneNodeGenerator.h | 4 +-
include/QuadWallSceneNode.h | 4 +-
include/Ray.h | 6 +-
include/RenderNode.h | 8 +-
include/SceneDatabase.h | 4 +-
include/SceneNode.h | 4 +-
include/SceneRenderer.h | 34 +-
include/ServerItem.h | 6 +-
include/ServerList.h | 4 +-
include/ServerListCache.h | 4 +-
include/ShotSceneNode.h | 8 +-
include/ShotUpdate.h | 4 +-
include/Singleton.h | 6 +-
include/SphereObstacle.h | 4 +-
include/SphereSceneNode.h | 4 +-
include/StartupInfo.h | 2 +-
include/StateDatabase.h | 28 +-
include/TankGeometryMgr.h | 4 +-
include/TankSceneNode.h | 24 +-
include/Team.h | 32 +-
include/Teleporter.h | 60 +-
include/TeleporterSceneNodeGenerator.h | 4 +-
include/TetraBuilding.h | 4 +-
include/TextChunkManager.h | 4 +-
include/TextUtils.h | 2 +-
include/TextureManager.h | 6 +-
include/TextureMatrix.h | 4 +-
include/TimeBomb.h | 4 +-
include/TimeKeeper.h | 2 +-
include/TriWallSceneNode.h | 4 +-
include/ViewFrustum.h | 4 +-
include/VotingBooth.h | 4 +-
include/WallObstacle.h | 4 +-
include/WallSceneNode.h | 6 +-
include/WallSceneNodeGenerator.h | 4 +-
include/WordFilter.h | 6 +-
include/WorldEventManager.h | 4 +-
include/ZSceneDatabase.h | 4 +-
include/bz_Locale.h | 2 +-
include/bzfSDL.h | 2 +-
include/bzfgl.h | 2 +-
include/bzfio.h | 6 +-
include/bzfsAPI.h | 481 +++--
include/bzfsHTTPAPI.h | 24 +-
include/bzglob.h | 4 +-
include/bzsignal.h | 4 +-
include/cURLManager.h | 64 +-
include/common.h | 2 +-
include/global.h | 2 +-
include/md5.h | 2 +-
include/messages.h | 2 +-
include/multicast.h | 2 +-
include/network.h | 2 +-
include/vectors.h | 4 +-
include/vectors_old.h | 8 +-
include/version.h | 4 +-
include/win32.h | 10 +-
m4/isnan.m4 | 2 +-
man/bzadmin.6.in | 2 +-
man/bzflag.6.in | 4 +-
man/bzfs.6.in | 2 +-
man/bzw.5.in | 2 +-
misc/ServerListFilter.txt | 2 +-
misc/Template.cxx | 4 +-
misc/Template.h | 4 +-
misc/art/title.psd | Bin 381705 -> 385660 bytes
misc/bzbz.pl | 2 +-
misc/bzfquery.php | 16 +-
misc/bzfquery.pl | 8 +-
misc/bzfs | 12 +-
misc/bzirc.pl | 2 +-
misc/bzwcvt.pl | 4 +-
misc/checkam | 2 +-
misc/man2html.c | 2 +-
misc/maps/flagbuffet.bzw | 2 +-
misc/maps/hix.bzw | 2 +-
misc/mrtg-bzflag.pl | 4 +-
misc/multilingualSwearList.txt | 2 +-
misc/pingtimes.sh | 2 +-
misc/rrlog.cxx | 2 +-
misc/serverstats.sh | 2 +-
misc/simpleSwearList.txt | 2 +-
misc/stats/Info.pm | 4 +-
misc/stats/Makefile.PL | 2 +-
misc/stats/README | 2 +-
misc/touchcopyright | 22 +-
package/win32/Makefile.am | 3 -
package/win32/README.win32.html | 195 --
package/win32/nsis/BZFlag.nsi | 54 +-
plugins/CustomZoneSample/CustomZoneSample.cpp | 8 +-
plugins/CustomZoneSample/CustomZoneSample.def | 8 -
plugins/CustomZoneSample/CustomZoneSample.sln | 24 +-
plugins/CustomZoneSample/CustomZoneSample.vcxproj | 27 +-
.../CustomZoneSample.vcxproj.filters | 27 +
plugins/CustomZoneSample/Makefile.am | 4 +-
plugins/HoldTheFlag/HoldTheFlag.cpp | 42 +-
plugins/HoldTheFlag/HoldTheFlag.def | 8 -
plugins/HoldTheFlag/HoldTheFlag.sln | 6 +-
plugins/HoldTheFlag/HoldTheFlag.vcxproj | 27 +-
plugins/HoldTheFlag/HoldTheFlag.vcxproj.filters | 24 +
plugins/HoldTheFlag/Makefile.am | 4 +-
plugins/Makefile.am | 1 +
plugins/Phoenix/Makefile.am | 4 +-
plugins/Phoenix/Phoenix.cpp | 10 +-
plugins/Phoenix/Phoenix.def | 9 -
plugins/Phoenix/Phoenix.sln | 6 +-
plugins/Phoenix/Phoenix.vcxproj | 27 +-
plugins/Phoenix/Phoenix.vcxproj.filters | 24 +
plugins/RogueGenocide/Makefile.am | 4 +-
plugins/RogueGenocide/RogueGenocide.cpp | 4 +-
plugins/RogueGenocide/RogueGenocide.def | 8 -
plugins/RogueGenocide/RogueGenocide.sln | 6 +-
plugins/RogueGenocide/RogueGenocide.vcxproj | 27 +-
.../RogueGenocide/RogueGenocide.vcxproj.filters | 24 +
plugins/SAMPLE_PLUGIN/Makefile.am | 4 +-
plugins/SAMPLE_PLUGIN/SAMPLE_PLUGIN.cpp | 14 +-
plugins/SAMPLE_PLUGIN/SAMPLE_PLUGIN.def | 8 -
plugins/SAMPLE_PLUGIN/SAMPLE_PLUGIN.sln | 6 +-
plugins/SAMPLE_PLUGIN/SAMPLE_PLUGIN.vcxproj | 20 +-
.../SAMPLE_PLUGIN/SAMPLE_PLUGIN.vcxproj.filters | 24 +
plugins/TimeLimit/Makefile.am | 4 +-
plugins/TimeLimit/README.TimeLimit.txt | 2 +-
plugins/TimeLimit/TimeLimit.cpp | 17 +-
plugins/TimeLimit/TimeLimit.def | 8 -
plugins/TimeLimit/TimeLimit.sln | 16 +-
plugins/TimeLimit/TimeLimit.vcxproj | 27 +-
plugins/TimeLimit/TimeLimit.vcxproj.filters | 24 +
plugins/airspawn/Makefile.am | 4 +-
plugins/airspawn/airspawn.cpp | 6 +-
plugins/airspawn/airspawn.def | 8 -
plugins/airspawn/airspawn.sln | 6 +-
plugins/airspawn/airspawn.vcxproj | 27 +-
plugins/airspawn/airspawn.vcxproj.filters | 24 +
plugins/autoFlagReset/Makefile.am | 4 +-
plugins/autoFlagReset/README.autoFlagReset.txt | 10 +-
plugins/autoFlagReset/autoFlagReset.cpp | 48 +-
plugins/autoFlagReset/autoFlagReset.def | 8 -
plugins/autoFlagReset/autoFlagReset.sln | 24 +-
plugins/autoFlagReset/autoFlagReset.vcxproj | 27 +-
.../autoFlagReset/autoFlagReset.vcxproj.filters | 27 +
plugins/bzfscron/CronJob.cpp | 16 +-
plugins/bzfscron/CronJob.h | 2 +-
plugins/bzfscron/Makefile.am | 4 +-
plugins/bzfscron/README.bzfscron.txt | 8 +-
plugins/bzfscron/bzfscron.cpp | 24 +-
plugins/bzfscron/bzfscron.def | 8 -
plugins/bzfscron/bzfscron.sln | 6 +-
plugins/bzfscron/bzfscron.vcxproj | 27 +-
plugins/bzfscron/bzfscron.vcxproj.filters | 30 +
plugins/chathistory/Makefile.am | 4 +-
plugins/chathistory/chathistory.cpp | 8 +-
plugins/chathistory/chathistory.def | 9 -
plugins/chathistory/chathistory.sln | 6 +-
plugins/chathistory/chathistory.vcxproj | 18 +-
plugins/chathistory/chathistory.vcxproj.filters | 24 +
plugins/customPollTypeSample/Makefile.am | 19 +
.../README.customPollTypeSample.txt | 46 +
.../customPollTypeSample/customPollTypeSample.cpp | 86 +
.../customPollTypeSample.sln} | 24 +-
.../customPollTypeSample.vcxproj} | 63 +-
.../customPollTypeSample.vcxproj.filters | 27 +
plugins/customflagsample/Makefile.am | 4 +-
plugins/customflagsample/customflagsample.cpp | 6 +-
plugins/customflagsample/customflagsample.def | 8 -
plugins/customflagsample/customflagsample.sln | 6 +-
plugins/customflagsample/customflagsample.vcxproj | 26 +-
.../customflagsample.vcxproj.filters | 24 +
plugins/fairCTF/Makefile.am | 4 +-
plugins/fairCTF/README.fairCTF.txt | 52 +-
plugins/fairCTF/fairCTF.cpp | 84 +-
plugins/fairCTF/fairCTF.def | 8 -
plugins/fairCTF/fairCTF.sln | 24 +-
plugins/fairCTF/fairCTF.vcxproj | 27 +-
plugins/fairCTF/fairCTF.vcxproj.filters | 27 +
plugins/fastmap/Makefile.am | 4 +-
plugins/fastmap/fastmap.cpp | 8 +-
plugins/fastmap/fastmap.def | 8 -
plugins/fastmap/fastmap.sln | 6 +-
plugins/fastmap/fastmap.vcxproj | 27 +-
plugins/fastmap/fastmap.vcxproj.filters | 27 +
plugins/flagStay/Makefile.am | 4 +-
plugins/flagStay/flagStay.cpp | 170 +-
plugins/flagStay/flagStay.def | 8 -
plugins/flagStay/flagStay.sln | 6 +-
plugins/flagStay/flagStay.vcxproj | 28 +-
plugins/flagStay/flagStay.vcxproj.filters | 24 +
plugins/keepaway/Makefile.am | 4 +-
plugins/keepaway/keepaway.cpp | 1848 ++++++++---------
plugins/keepaway/keepaway.def | 8 -
plugins/keepaway/keepaway.sln | 6 +-
plugins/keepaway/keepaway.vcxproj | 27 +-
plugins/keepaway/keepaway.vcxproj.filters | 24 +
plugins/killall/Makefile.am | 2 +-
plugins/killall/killall.cpp | 4 +-
plugins/killall/killall.def | 8 -
plugins/killall/killall.sln | 6 +-
plugins/killall/killall.vcxproj | 27 +-
plugins/killall/killall.vcxproj.filters | 24 +
plugins/koth/Makefile.am | 4 +-
plugins/koth/koth.cpp | 1232 ++++++------
plugins/koth/koth.def | 8 -
plugins/koth/koth.sln | 6 +-
plugins/koth/koth.vcxproj | 27 +-
plugins/koth/koth.vcxproj.filters | 24 +
plugins/logDetail/Makefile.am | 4 +-
plugins/logDetail/logDetail.cpp | 18 +-
plugins/logDetail/logDetail.def | 8 -
plugins/logDetail/logDetail.sln | 6 +-
plugins/logDetail/logDetail.vcxproj | 25 +-
plugins/logDetail/logDetail.vcxproj.filters | 24 +
plugins/nagware/Makefile.am | 4 +-
plugins/nagware/nagware.cpp | 94 +-
plugins/nagware/nagware.def | 9 -
plugins/nagware/nagware.sln | 6 +-
plugins/nagware/nagware.vcxproj | 27 +-
plugins/nagware/nagware.vcxproj.filters | 24 +
plugins/newplug.sh | 6 +-
plugins/playHistoryTracker/Makefile.am | 4 +-
plugins/playHistoryTracker/playHistoryTracker.cpp | 8 +-
plugins/playHistoryTracker/playHistoryTracker.def | 8 -
plugins/playHistoryTracker/playHistoryTracker.sln | 6 +-
.../playHistoryTracker/playHistoryTracker.vcxproj | 27 +-
.../playHistoryTracker.vcxproj.filters | 24 +
plugins/plugin_utils/Makefile.am | 3 +-
plugins/plugin_utils/plugin_config.cpp | 2 +-
plugins/plugin_utils/plugin_config.h | 2 +-
plugins/plugin_utils/plugin_files.cpp | 2 +-
plugins/plugin_utils/plugin_files.h | 24 +-
plugins/plugin_utils/plugin_groups.cpp | 4 +-
plugins/plugin_utils/plugin_groups.h | 2 +-
plugins/plugin_utils/plugin_utils.cpp | 10 +-
plugins/plugin_utils/plugin_utils.h | 8 +-
plugins/plugin_utils/plugin_utils.sln | 6 +-
plugins/plugin_utils/plugin_utils.vcxproj | 16 +-
plugins/plugin_utils/plugin_utils.vcxproj.filters | 39 +
plugins/pushstats/Makefile.am | 1 -
plugins/pushstats/pushstats.cpp | 492 ++---
plugins/pushstats/pushstats.def | 8 -
plugins/pushstats/pushstats.sln | 6 +-
plugins/pushstats/pushstats.vcxproj | 19 +-
plugins/pushstats/pushstats.vcxproj.filters | 24 +
plugins/rabbitTimer/Makefile.am | 4 +-
plugins/rabbitTimer/rabbitTimer.cpp | 206 +-
plugins/rabbitTimer/rabbitTimer.def | 8 -
plugins/rabbitTimer/rabbitTimer.sln | 6 +-
plugins/rabbitTimer/rabbitTimer.vcxproj | 27 +-
plugins/rabbitTimer/rabbitTimer.vcxproj.filters | 24 +
plugins/rabidRabbit/Makefile.am | 4 +-
plugins/rabidRabbit/rabidRabbit.cpp | 6 +-
plugins/rabidRabbit/rabidRabbit.def | 8 -
plugins/rabidRabbit/rabidRabbit.sln | 6 +-
plugins/rabidRabbit/rabidRabbit.vcxproj | 27 +-
plugins/rabidRabbit/rabidRabbit.vcxproj.filters | 24 +
plugins/recordmatch/Makefile.am | 4 +-
plugins/recordmatch/recordmatch.cpp | 94 +-
plugins/recordmatch/recordmatch.def | 8 -
plugins/recordmatch/recordmatch.sln | 6 +-
plugins/recordmatch/recordmatch.vcxproj | 27 +-
plugins/recordmatch/recordmatch.vcxproj.filters | 24 +
plugins/regFlag/Makefile.am | 4 +-
plugins/regFlag/regFlag.cpp | 10 +-
plugins/regFlag/regFlag.def | 8 -
plugins/regFlag/regFlag.sln | 6 +-
plugins/regFlag/regFlag.vcxproj | 27 +-
plugins/regFlag/regFlag.vcxproj.filters | 24 +
plugins/serverControl/Makefile.am | 4 +-
plugins/serverControl/README.serverControl.txt | 8 +-
plugins/serverControl/serverControl.cfg | 4 +-
plugins/serverControl/serverControl.cpp | 20 +-
plugins/serverControl/serverControl.def | 8 -
plugins/serverControl/serverControl.sln | 6 +-
plugins/serverControl/serverControl.vcxproj | 27 +-
.../serverControl/serverControl.vcxproj.filters | 24 +
plugins/serverSidePlayerSample/Makefile.am | 4 +-
plugins/serverSidePlayerSample/playerHandler.cpp | 4 +-
plugins/serverSidePlayerSample/playerHandler.h | 4 +-
.../serverSidePlayerSample.cpp | 10 +-
.../serverSidePlayerSample.def | 9 -
.../serverSidePlayerSample.sln | 6 +-
.../serverSidePlayerSample.vcxproj | 20 +-
.../serverSidePlayerSample.vcxproj.filters | 30 +
plugins/shockwaveDeath/Makefile.am | 4 +-
plugins/shockwaveDeath/shockwaveDeath.cpp | 8 +-
plugins/shockwaveDeath/shockwaveDeath.def | 8 -
plugins/shockwaveDeath/shockwaveDeath.sln | 6 +-
plugins/shockwaveDeath/shockwaveDeath.vcxproj | 27 +-
.../shockwaveDeath/shockwaveDeath.vcxproj.filters | 24 +
plugins/superUser/Makefile.am | 4 +-
plugins/superUser/README.superUser.txt | 4 +-
plugins/superUser/superUser.cpp | 10 +-
plugins/superUser/superUser.def | 8 -
plugins/superUser/superUser.sln | 24 +-
plugins/superUser/superUser.vcxproj | 27 +-
plugins/superUser/superUser.vcxproj.filters | 27 +
plugins/teamflagreset/Makefile.am | 4 +-
plugins/teamflagreset/teamflagreset.cpp | 412 ++--
plugins/teamflagreset/teamflagreset.def | 8 -
plugins/teamflagreset/teamflagreset.sln | 6 +-
plugins/teamflagreset/teamflagreset.vcxproj | 27 +-
.../teamflagreset/teamflagreset.vcxproj.filters | 24 +
plugins/thiefControl/Makefile.am | 4 +-
plugins/thiefControl/thiefControl.cpp | 8 +-
plugins/thiefControl/thiefControl.def | 8 -
plugins/thiefControl/thiefControl.sln | 16 +-
plugins/thiefControl/thiefControl.vcxproj | 27 +-
plugins/thiefControl/thiefControl.vcxproj.filters | 24 +
plugins/timedctf/Makefile.am | 4 +-
plugins/timedctf/timedctf.cpp | 1022 +++++-----
plugins/timedctf/timedctf.def | 8 -
plugins/timedctf/timedctf.sln | 6 +-
plugins/timedctf/timedctf.vcxproj | 27 +-
plugins/timedctf/timedctf.vcxproj.filters | 24 +
plugins/wwzones/Makefile.am | 4 +-
plugins/wwzones/README.wwzones.txt | 2 +-
plugins/wwzones/wwzones.cpp | 88 +-
plugins/wwzones/wwzones.def | 8 -
plugins/wwzones/wwzones.sln | 6 +-
plugins/wwzones/wwzones.vcxproj | 27 +-
plugins/wwzones/wwzones.vcxproj.filters | 24 +
src/3D/BitmapFont.cxx | 2 +-
src/3D/BitmapFont.h | 4 +-
src/3D/FontManager.cxx | 2 +-
src/3D/ImageFont.cxx | 2 +-
src/3D/ImageFont.h | 4 +-
src/3D/TextureFont.cxx | 2 +-
src/3D/TextureFont.h | 4 +-
src/3D/TextureManager.cxx | 2 +-
src/bzadmin/BZAdminClient.cxx | 12 +-
src/bzadmin/BZAdminClient.h | 4 +-
src/bzadmin/BZAdminUI.cxx | 4 +-
src/bzadmin/BZAdminUI.h | 14 +-
src/bzadmin/CursesMenu.cxx | 4 +-
src/bzadmin/CursesMenu.h | 4 +-
src/bzadmin/CursesUI.cxx | 6 +-
src/bzadmin/CursesUI.h | 4 +-
src/bzadmin/OptionParser.cxx | 4 +-
src/bzadmin/OptionParser.h | 16 +-
src/bzadmin/PlayerInfo.h | 4 +-
src/bzadmin/ServerLink.cxx | 18 +-
src/bzadmin/ServerLink.h | 10 +-
src/bzadmin/StdBothUI.cxx | 4 +-
src/bzadmin/StdBothUI.h | 4 +-
src/bzadmin/StdInUI.cxx | 4 +-
src/bzadmin/StdInUI.h | 4 +-
src/bzadmin/StdOutUI.cxx | 4 +-
src/bzadmin/StdOutUI.h | 4 +-
src/bzadmin/UIMap.cxx | 2 +-
src/bzadmin/UIMap.h | 4 +-
src/bzadmin/bzadmin.cxx | 6 +-
src/bzadmin/colors.h | 4 +-
src/bzadmin/curses_wrapper.h | 2 +-
src/bzflag/ActionBinding.cxx | 4 +-
src/bzflag/ActionBinding.h | 4 +-
src/bzflag/AudioMenu.cxx | 2 +-
src/bzflag/AudioMenu.h | 2 +-
src/bzflag/AutoPilot.cxx | 5 +-
src/bzflag/AutoPilot.h | 4 +-
src/bzflag/BackgroundRenderer.cxx | 18 +-
src/bzflag/BackgroundRenderer.h | 4 +-
src/bzflag/BaseLocalPlayer.cxx | 2 +-
src/bzflag/BaseLocalPlayer.h | 2 +-
src/bzflag/CacheMenu.cxx | 8 +-
src/bzflag/CacheMenu.h | 2 +-
src/bzflag/CommandsImplementation.cxx | 4 +-
src/bzflag/ComposeDefaultKey.cxx | 4 +-
src/bzflag/ComposeDefaultKey.h | 2 +-
src/bzflag/ControlPanel.cxx | 64 +-
src/bzflag/ControlPanel.h | 4 +-
src/bzflag/DisplayMenu.cxx | 104 +-
src/bzflag/DisplayMenu.h | 2 +-
src/bzflag/Downloads.cxx | 6 +-
src/bzflag/Downloads.h | 2 +-
src/bzflag/EffectsMenu.cxx | 2 +-
src/bzflag/EffectsMenu.h | 2 +-
src/bzflag/EntryZone.cxx | 2 +-
src/bzflag/EntryZone.h | 2 +-
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 | 6 +-
src/bzflag/GUIOptionsMenu.cxx | 20 +-
src/bzflag/GUIOptionsMenu.h | 2 +-
src/bzflag/GuidedMissleStrategy.cxx | 2 +-
src/bzflag/GuidedMissleStrategy.h | 2 +-
src/bzflag/HUDDialog.cxx | 2 +-
src/bzflag/HUDDialog.h | 8 +-
src/bzflag/HUDDialogStack.cxx | 2 +-
src/bzflag/HUDDialogStack.h | 2 +-
src/bzflag/HUDRenderer.cxx | 26 +-
src/bzflag/HUDRenderer.h | 2 +-
src/bzflag/HUDui.cxx | 4 +-
src/bzflag/HUDui.h | 2 +-
src/bzflag/HUDuiControl.cxx | 8 +-
src/bzflag/HUDuiControl.h | 2 +-
src/bzflag/HUDuiDefaultKey.cxx | 4 +-
src/bzflag/HUDuiDefaultKey.h | 2 +-
src/bzflag/HUDuiLabel.cxx | 4 +-
src/bzflag/HUDuiLabel.h | 2 +-
src/bzflag/HUDuiList.cxx | 4 +-
src/bzflag/HUDuiList.h | 2 +-
src/bzflag/HUDuiTextureLabel.cxx | 4 +-
src/bzflag/HUDuiTextureLabel.h | 2 +-
src/bzflag/HUDuiTypeIn.cxx | 112 +-
src/bzflag/HUDuiTypeIn.h | 2 +-
src/bzflag/HelpMenu.cxx | 22 +-
src/bzflag/HelpMenu.h | 6 +-
src/bzflag/InputMenu.cxx | 22 +-
src/bzflag/InputMenu.h | 2 +-
src/bzflag/JoinMenu.cxx | 8 +-
src/bzflag/JoinMenu.h | 2 +-
src/bzflag/KeyboardMapMenu.cxx | 2 +-
src/bzflag/KeyboardMapMenu.h | 8 +-
src/bzflag/LocalCommand.cxx | 4 +-
src/bzflag/LocalCommand.h | 4 +-
src/bzflag/LocalPlayer.cxx | 11 +-
src/bzflag/LocalPlayer.h | 2 +-
src/bzflag/MainMenu.cxx | 4 +-
src/bzflag/MainMenu.h | 2 +-
src/bzflag/MainWindow.cxx | 31 +-
src/bzflag/MainWindow.h | 6 +-
src/bzflag/MenuDefaultKey.cxx | 6 +-
src/bzflag/MenuDefaultKey.h | 2 +-
src/bzflag/NewVersionMenu.cxx | 4 +-
src/bzflag/NewVersionMenu.h | 2 +-
src/bzflag/OptionsMenu.cxx | 2 +-
src/bzflag/OptionsMenu.h | 2 +-
src/bzflag/Plan.cxx | 638 +++---
src/bzflag/Plan.h | 4 +-
src/bzflag/Player.cxx | 4 +-
src/bzflag/Player.h | 4 +-
src/bzflag/QuickKeysMenu.cxx | 2 +-
src/bzflag/QuickKeysMenu.h | 2 +-
src/bzflag/QuitMenu.cxx | 2 +-
src/bzflag/QuitMenu.h | 6 +-
src/bzflag/RadarRenderer.cxx | 16 +-
src/bzflag/RadarRenderer.h | 4 +-
src/bzflag/Region.cxx | 12 +-
src/bzflag/Region.h | 2 +-
src/bzflag/RegionPriorityQueue.cxx | 2 +-
src/bzflag/RegionPriorityQueue.h | 2 +-
src/bzflag/RemotePlayer.cxx | 4 +-
src/bzflag/RemotePlayer.h | 2 +-
src/bzflag/Roaming.cxx | 2 +-
src/bzflag/Roaming.h | 2 +-
src/bzflag/RobotPlayer.cxx | 4 +-
src/bzflag/RobotPlayer.h | 4 +-
src/bzflag/RoofTops.cxx | 4 +-
src/bzflag/RoofTops.h | 4 +-
src/bzflag/Roster.cxx | 2 +-
src/bzflag/Roster.h | 2 +-
src/bzflag/SaveWorldMenu.cxx | 2 +-
src/bzflag/SaveWorldMenu.h | 4 +-
src/bzflag/SceneBuilder.cxx | 10 +-
src/bzflag/SceneBuilder.h | 4 +-
src/bzflag/SceneRenderer.cxx | 12 +-
src/bzflag/ScoreboardRenderer.cxx | 70 +-
src/bzflag/ScoreboardRenderer.h | 6 +-
src/bzflag/SegmentedShotStrategy.cxx | 8 +-
src/bzflag/SegmentedShotStrategy.h | 2 +-
src/bzflag/ServerCommandKey.cxx | 8 +-
src/bzflag/ServerCommandKey.h | 4 +-
src/bzflag/ServerLink.cxx | 18 +-
src/bzflag/ServerLink.h | 10 +-
src/bzflag/ServerListFilter.cxx | 356 ++--
src/bzflag/ServerListFilter.h | 318 +--
src/bzflag/ServerListFilterHelpMenu.cxx | 26 +-
src/bzflag/ServerListFilterHelpMenu.h | 6 +-
src/bzflag/ServerListFilterMenu.cxx | 2 +-
src/bzflag/ServerListFilterMenu.h | 2 +-
src/bzflag/ServerMenu.cxx | 8 +-
src/bzflag/ServerMenu.h | 6 +-
src/bzflag/ServerStartMenu.cxx | 4 +-
src/bzflag/ServerStartMenu.h | 2 +-
src/bzflag/ShockWaveStrategy.cxx | 2 +-
src/bzflag/ShockWaveStrategy.h | 2 +-
src/bzflag/ShotPath.cxx | 6 +-
src/bzflag/ShotPath.h | 2 +-
src/bzflag/ShotPathSegment.cxx | 2 +-
src/bzflag/ShotPathSegment.h | 2 +-
src/bzflag/ShotStatistics.cxx | 2 +-
src/bzflag/ShotStatistics.h | 2 +-
src/bzflag/ShotStats.cxx | 4 +-
src/bzflag/ShotStats.h | 2 +-
src/bzflag/ShotStatsDefaultKey.cxx | 6 +-
src/bzflag/ShotStatsDefaultKey.h | 2 +-
src/bzflag/ShotStrategy.cxx | 2 +-
src/bzflag/ShotStrategy.h | 2 +-
src/bzflag/SilenceDefaultKey.cxx | 2 +-
src/bzflag/SilenceDefaultKey.h | 4 +-
src/bzflag/TargetingUtils.cxx | 4 +-
src/bzflag/TargetingUtils.h | 4 +-
src/bzflag/TrackMarks.cxx | 4 +-
src/bzflag/TrackMarks.h | 4 +-
src/bzflag/Weapon.cxx | 2 +-
src/bzflag/Weapon.h | 2 +-
src/bzflag/WeatherRenderer.cxx | 4 +-
src/bzflag/WeatherRenderer.h | 4 +-
src/bzflag/World.cxx | 6 +-
src/bzflag/World.h | 2 +-
src/bzflag/WorldBuilder.cxx | 4 +-
src/bzflag/WorldBuilder.h | 2 +-
src/bzflag/WorldPlayer.cxx | 4 +-
src/bzflag/WorldPlayer.h | 4 +-
src/bzflag/bzflag.cxx | 161 +-
src/bzflag/bzflag.h | 4 +-
src/bzflag/callbacks.cxx | 4 +-
src/bzflag/callbacks.h | 4 +-
src/bzflag/clientCommands.cxx | 18 +-
src/bzflag/clientConfig.cxx | 12 +-
src/bzflag/clientConfig.h | 2 +-
src/bzflag/commands.h | 2 +-
src/bzflag/daylight.cxx | 28 +-
src/bzflag/daylight.h | 4 +-
src/bzflag/defaultBZDB.cxx | 27 +-
src/bzflag/defaultBZDB.h | 2 +-
src/bzflag/effectsRenderer.cxx | 2118 ++++++++++----------
src/bzflag/effectsRenderer.h | 20 +-
src/bzflag/motd.cxx | 2 +-
src/bzflag/motd.h | 2 +-
src/bzflag/playing.cxx | 281 +--
src/bzflag/playing.h | 4 +-
src/bzflag/sound.cxx | 62 +-
src/bzflag/sound.h | 4 +-
src/bzflag/stars.cxx | 2 +-
src/bzflag/stars.h | 2 +-
src/bzfs/AccessControlList.cxx | 8 +-
src/bzfs/AccessControlList.h | 4 +-
src/bzfs/Authentication.cxx | 4 +-
src/bzfs/Authentication.h | 4 +-
src/bzfs/BZWError.cxx | 4 +-
src/bzfs/BZWError.h | 4 +-
src/bzfs/BZWReader.cxx | 6 +-
src/bzfs/BZWReader.h | 4 +-
src/bzfs/BanCommands.cxx | 4 +-
src/bzfs/CmdLineOptions.cxx | 20 +-
src/bzfs/CmdLineOptions.h | 68 +-
src/bzfs/CustomArc.cxx | 2 +-
src/bzfs/CustomArc.h | 2 +-
src/bzfs/CustomBase.cxx | 4 +-
src/bzfs/CustomBase.h | 4 +-
src/bzfs/CustomBox.cxx | 2 +-
src/bzfs/CustomBox.h | 2 +-
src/bzfs/CustomCone.cxx | 2 +-
src/bzfs/CustomCone.h | 2 +-
src/bzfs/CustomDynamicColor.cxx | 2 +-
src/bzfs/CustomDynamicColor.h | 2 +-
src/bzfs/CustomGate.cxx | 4 +-
src/bzfs/CustomGate.h | 4 +-
src/bzfs/CustomGroup.cxx | 6 +-
src/bzfs/CustomGroup.h | 2 +-
src/bzfs/CustomLink.cxx | 4 +-
src/bzfs/CustomLink.h | 2 +-
src/bzfs/CustomMaterial.cxx | 2 +-
src/bzfs/CustomMaterial.h | 2 +-
src/bzfs/CustomMesh.cxx | 2 +-
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 | 2 +-
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 | 4 +-
src/bzfs/CustomWeapon.h | 2 +-
src/bzfs/CustomWorld.cxx | 2 +-
src/bzfs/CustomWorld.h | 2 +-
src/bzfs/CustomZone.cxx | 4 +-
src/bzfs/CustomZone.h | 2 +-
src/bzfs/DropGeometry.cxx | 2 +-
src/bzfs/DropGeometry.h | 2 +-
src/bzfs/EntryZones.cxx | 8 +-
src/bzfs/EntryZones.h | 4 +-
src/bzfs/Filter.cxx | 4 +-
src/bzfs/Filter.h | 4 +-
src/bzfs/FlagHistory.cxx | 4 +-
src/bzfs/FlagHistory.h | 4 +-
src/bzfs/FlagInfo.cxx | 4 +-
src/bzfs/FlagInfo.h | 4 +-
src/bzfs/GameKeeper.cxx | 7 +-
src/bzfs/GameKeeper.h | 7 +-
src/bzfs/ListServerConnection.cxx | 12 +-
src/bzfs/ListServerConnection.h | 6 +-
src/bzfs/Makefile.am | 2 +
src/bzfs/MasterBanList.cxx | 2 +-
src/bzfs/MasterBanList.h | 4 +-
src/bzfs/PackVars.h | 6 +-
src/bzfs/ParseMaterial.cxx | 2 +-
src/bzfs/ParseMaterial.h | 2 +-
src/bzfs/Permissions.cxx | 18 +-
src/bzfs/Permissions.h | 2 +-
src/bzfs/RandomSpawnPolicy.cxx | 4 +-
src/bzfs/RandomSpawnPolicy.h | 2 +-
src/bzfs/RecordReplay.cxx | 6 +-
src/bzfs/RecordReplay.h | 2 +-
src/bzfs/RejoinList.cxx | 2 +-
src/bzfs/RejoinList.h | 2 +-
src/bzfs/Score.cxx | 4 +-
src/bzfs/Score.h | 14 +-
src/bzfs/ServerCommand.cxx | 4 +-
src/bzfs/ServerCommand.h | 6 +-
src/bzfs/ServerSidePlayer.cxx | 26 +-
src/bzfs/ShotManager.cxx | 20 +-
src/bzfs/ShotManager.h | 38 +-
src/bzfs/SpawnPolicy.cxx | 4 +-
src/bzfs/SpawnPolicy.h | 2 +-
src/bzfs/SpawnPosition.cxx | 4 +-
src/bzfs/SpawnPosition.h | 4 +-
src/bzfs/TeamBases.cxx | 2 +-
src/bzfs/TeamBases.h | 2 +-
src/{game => bzfs}/VotingArbiter.cxx | 60 +-
{include => src/bzfs}/VotingArbiter.h | 45 +-
src/bzfs/WorldEventManager.cxx | 8 +-
src/bzfs/WorldFileLocation.cxx | 6 +-
src/bzfs/WorldFileLocation.h | 4 +-
src/bzfs/WorldFileObject.cxx | 4 +-
src/bzfs/WorldFileObject.h | 6 +-
src/bzfs/WorldFileObstacle.cxx | 16 +-
src/bzfs/WorldFileObstacle.h | 4 +-
src/bzfs/WorldGenerators.cxx | 4 +-
src/bzfs/WorldGenerators.h | 2 +-
src/bzfs/WorldInfo.cxx | 2 +-
src/bzfs/WorldInfo.h | 2 +-
src/bzfs/WorldWeapons.cxx | 6 +-
src/bzfs/WorldWeapons.h | 4 +-
src/bzfs/base64.h | 6 +-
src/bzfs/bzfs.cxx | 1107 +++++-----
src/bzfs/bzfs.h | 213 +-
src/bzfs/bzfsAPI.cxx | 528 ++---
src/bzfs/bzfsHTTPAPI.cxx | 802 ++++----
src/bzfs/bzfsPlugins.cxx | 388 ++--
src/bzfs/bzfsPlugins.h | 4 +-
src/bzfs/commands.cxx | 322 +--
src/bzfs/commands.h | 2 +-
src/common/AccessList.cxx | 4 +-
src/common/AutoCompleter.cxx | 4 +-
src/common/BZDBCache.cxx | 2 +-
src/common/BZDBLocal.cxx | 4 +-
src/common/Bundle.cxx | 12 +-
src/common/BundleMgr.cxx | 8 +-
src/common/BzPNG.cxx | 2 +-
src/common/CommandManager.cxx | 4 +-
src/common/ConfigFileManager.cxx | 4 +-
src/common/Country.cxx | 2 +-
src/common/ErrorHandler.cxx | 4 +-
src/common/FileManager.cxx | 2 +-
src/common/Flag.cxx | 96 +-
src/common/GameTime.cxx | 2 +-
src/common/KeyManager.cxx | 6 +-
src/common/Language.cxx | 2 +-
src/common/OSFile.cxx | 4 +-
src/common/ParseColor.cxx | 2 +-
src/common/PlayerState.cxx | 4 +-
src/common/ShotUpdate.cxx | 4 +-
src/common/StateDatabase.cxx | 100 +-
src/common/Team.cxx | 4 +-
src/common/TextChunkManager.cxx | 6 +-
src/common/TextUtils.cxx | 93 +-
src/common/TimeBomb.cxx | 4 +-
src/common/TimeKeeper.cxx | 2 +-
src/common/VotingBooth.cxx | 2 +-
src/common/WordFilter.cxx | 8 +-
src/common/bz_Locale.cxx | 2 +-
src/common/bzfio.cxx | 4 +-
src/common/bzglob.cxx | 4 +-
src/common/bzsignal.cxx | 4 +-
src/common/cURLManager.cxx | 109 +-
src/common/global.cxx | 4 +-
src/common/md5.cxx | 2 +-
src/common/messages.cxx | 4 +-
src/date/buildDate.cxx | 14 +-
src/game/BzMaterial.cxx | 4 +-
src/game/CacheManager.cxx | 6 +-
src/game/CollisionManager.cxx | 2 +-
src/game/CommandsStandard.cxx | 10 +-
src/game/DirectoryNames.cxx | 8 +-
src/game/DynamicColor.cxx | 4 +-
src/game/Frustum.cxx | 4 +-
src/game/Intersect.cxx | 6 +-
src/game/LagInfo.cxx | 4 +-
src/game/LinkManager.cxx | 4 +-
src/game/Makefile.am | 3 +-
src/game/MeshTransform.cxx | 4 +-
src/game/MsgStrings.cxx | 4 +-
src/game/NetHandler.cxx | 18 +-
src/game/PhysicsDriver.cxx | 4 +-
src/game/PlayerInfo.cxx | 8 +-
src/game/Ray.cxx | 4 +-
src/game/ServerItem.cxx | 22 +-
src/game/ServerList.cxx | 8 +-
src/game/ServerListCache.cxx | 6 +-
src/game/StartupInfo.cxx | 2 +-
src/game/TextureMatrix.cxx | 4 +-
src/geometry/AnimatedTreads.cxx | 4 +-
src/geometry/BillboardSceneNode.cxx | 4 +-
src/geometry/BoltSceneNode.cxx | 982 ++++-----
src/geometry/EighthDBaseSceneNode.cxx | 12 +-
src/geometry/EighthDBoxSceneNode.cxx | 4 +-
src/geometry/EighthDPyrSceneNode.cxx | 4 +-
src/geometry/EighthDimSceneNode.cxx | 4 +-
src/geometry/EighthDimShellNode.cxx | 4 +-
src/geometry/FlagSceneNode.cxx | 4 +-
src/geometry/FlagWarpSceneNode.cxx | 6 +-
src/geometry/LaserSceneNode.cxx | 286 +--
src/geometry/MeshDrawMgr.cxx | 4 +-
src/geometry/MeshFragSceneNode.cxx | 4 +-
src/geometry/MeshPolySceneNode.cxx | 4 +-
src/geometry/MeshRenderNode.cxx | 4 +-
src/geometry/MeshRenderNode.h | 4 +-
src/geometry/MeshSceneNode.cxx | 4 +-
src/geometry/OccluderSceneNode.cxx | 4 +-
src/geometry/PolyWallSceneNode.cxx | 4 +-
src/geometry/QuadWallSceneNode.cxx | 14 +-
src/geometry/SceneNode.cxx | 14 +-
src/geometry/SphereSceneNode.cxx | 4 +-
src/geometry/TankGeometryMgr.cxx | 4 +-
src/geometry/TankSceneNode.cxx | 8 +-
src/geometry/TriWallSceneNode.cxx | 24 +-
src/geometry/ViewFrustum.cxx | 4 +-
src/geometry/WallSceneNode.cxx | 8 +-
src/geometry/models/tank/high_barrel.cxx | 4 +-
src/geometry/models/tank/high_body.cxx | 8 +-
src/geometry/models/tank/high_ltread.cxx | 4 +-
src/geometry/models/tank/high_rtread.cxx | 4 +-
src/geometry/models/tank/high_turret.cxx | 4 +-
src/geometry/models/tank/low_barrel.cxx | 4 +-
src/geometry/models/tank/low_body.cxx | 4 +-
src/geometry/models/tank/low_ltread.cxx | 4 +-
src/geometry/models/tank/low_rtread.cxx | 4 +-
src/geometry/models/tank/low_turret.cxx | 4 +-
src/geometry/models/tank/medium_barrel.cxx | 4 +-
src/geometry/models/tank/medium_body.cxx | 4 +-
src/geometry/models/tank/medium_ltread.cxx | 4 +-
src/geometry/models/tank/medium_rtread.cxx | 4 +-
src/geometry/models/tank/medium_turret.cxx | 4 +-
src/mediafile/AudioFile.cxx | 4 +-
src/mediafile/AudioFile.h | 4 +-
src/mediafile/ImageFile.cxx | 4 +-
src/mediafile/ImageFile.h | 4 +-
src/mediafile/MediaFile.cxx | 4 +-
src/mediafile/OggAudioFile.cxx | 6 +-
src/mediafile/OggAudioFile.h | 4 +-
src/mediafile/PNGImageFile.cxx | 4 +-
src/mediafile/PNGImageFile.h | 4 +-
src/mediafile/SGIImageFile.cxx | 4 +-
src/mediafile/SGIImageFile.h | 4 +-
src/mediafile/WaveAudioFile.cxx | 4 +-
src/mediafile/WaveAudioFile.h | 4 +-
src/net/Address.cxx | 6 +-
src/net/AresHandler.cxx | 4 +-
src/net/Pack.cxx | 4 +-
src/net/Ping.cxx | 6 +-
src/net/multicast.cxx | 4 +-
src/net/network.cxx | 20 +-
src/obstacle/ArcObstacle.cxx | 4 +-
src/obstacle/BaseBuilding.cxx | 14 +-
src/obstacle/BaseSceneNodeGenerator.cxx | 12 +-
src/obstacle/BoxBuilding.cxx | 4 +-
src/obstacle/BoxSceneNodeGenerator.cxx | 4 +-
src/obstacle/ConeObstacle.cxx | 4 +-
src/obstacle/EmptySceneNodeGenerator.cxx | 4 +-
src/obstacle/MeshDrawInfo.cxx | 6 +-
src/obstacle/MeshFace.cxx | 4 +-
src/obstacle/MeshObstacle.cxx | 4 +-
src/obstacle/MeshSceneNodeGenerator.cxx | 4 +-
src/obstacle/MeshUtils.h | 2 +-
src/obstacle/Obstacle.cxx | 4 +-
src/obstacle/ObstacleList.cxx | 4 +-
src/obstacle/ObstacleMgr.cxx | 4 +-
src/obstacle/ObstacleModifier.cxx | 4 +-
src/obstacle/ObstacleSceneNodeGenerator.cxx | 2 +-
src/obstacle/PyramidBuilding.cxx | 4 +-
src/obstacle/PyramidSceneNodeGenerator.cxx | 4 +-
src/obstacle/SphereObstacle.cxx | 4 +-
src/obstacle/Teleporter.cxx | 4 +-
src/obstacle/TeleporterSceneNodeGenerator.cxx | 4 +-
src/obstacle/TetraBuilding.cxx | 4 +-
src/obstacle/Triangulate.cxx | 2 +-
src/obstacle/Triangulate.h | 2 +-
src/obstacle/WallObstacle.cxx | 4 +-
src/obstacle/WallSceneNodeGenerator.cxx | 2 +-
src/ogl/GLCollect.cxx | 2 +-
src/ogl/OpenGLGState.cxx | 42 +-
src/ogl/OpenGLLight.cxx | 4 +-
src/ogl/OpenGLMaterial.cxx | 4 +-
src/ogl/OpenGLTexture.cxx | 4 +-
src/ogl/OpenGLUtils.cxx | 2 +-
src/ogl/RenderNode.cxx | 4 +-
src/platform/BeOSDisplay.cxx | 4 +-
src/platform/BeOSDisplay.h | 4 +-
src/platform/BeOSMedia.cxx | 4 +-
src/platform/BeOSMedia.h | 4 +-
src/platform/BeOSPlatformFactory.cxx | 4 +-
src/platform/BeOSPlatformFactory.h | 4 +-
src/platform/BeOSVisual.cxx | 4 +-
src/platform/BeOSVisual.h | 4 +-
src/platform/BeOSWindow.cxx | 4 +-
src/platform/BeOSWindow.h | 4 +-
src/platform/BeOSWindow2.cxx | 4 +-
src/platform/BzfDisplay.cxx | 4 +-
src/platform/BzfJoystick.cxx | 8 +-
src/platform/BzfMedia.cxx | 8 +-
src/platform/BzfVisual.cxx | 4 +-
src/platform/BzfWindow.cxx | 12 +-
src/platform/DXJoystick.cxx | 10 +-
src/platform/DXJoystick.h | 8 +-
src/platform/EvdevJoystick.cxx | 16 +-
src/platform/EvdevJoystick.h | 10 +-
src/platform/LinuxDisplay.cxx | 4 +-
src/platform/LinuxDisplay.h | 4 +-
src/platform/LinuxMedia.cxx | 4 +-
src/platform/LinuxMedia.h | 4 +-
src/platform/LinuxPlatformFactory.cxx | 4 +-
src/platform/LinuxPlatformFactory.h | 4 +-
src/platform/MacDataPath.cxx | 8 +-
include/resource.h => src/platform/MacGL.h | 17 +-
misc/Template.cxx => src/platform/MacGL.mm | 29 +-
src/platform/Makefile.am | 4 +
src/platform/NewMedia.cxx | 4 +-
src/platform/NewMedia.h | 4 +-
src/platform/PlatformFactory.cxx | 4 +-
src/platform/SDL2Display.cxx | 41 +-
src/platform/SDL2Display.h | 4 +-
src/platform/SDL2Visual.cxx | 9 +-
src/platform/SDL2Visual.h | 6 +-
src/platform/SDL2Window.cxx | 85 +-
src/platform/SDL2Window.h | 5 +-
src/platform/SDLDisplay.cxx | 4 +-
src/platform/SDLDisplay.h | 4 +-
src/platform/SDLJoystick.cxx | 8 +-
src/platform/SDLJoystick.h | 18 +-
src/platform/SDLMain.h | 16 +
src/platform/SDLMain.m | 381 ++++
src/platform/SDLMedia.cxx | 6 +-
src/platform/SDLMedia.h | 4 +-
src/platform/SDLPlatformFactory.cxx | 4 +-
src/platform/SDLPlatformFactory.h | 4 +-
src/platform/SGIDisplay.cxx | 4 +-
src/platform/SGIDisplay.h | 4 +-
src/platform/SGIMedia.cxx | 4 +-
src/platform/SGIMedia.h | 4 +-
src/platform/SGIPlatformFactory.cxx | 4 +-
src/platform/SGIPlatformFactory.h | 4 +-
src/platform/SolarisMedia.cxx | 32 +-
src/platform/SolarisMedia.h | 4 +-
src/platform/SolarisPlatformFactory.cxx | 4 +-
src/platform/SolarisPlatformFactory.h | 4 +-
src/platform/USBJoystick.cxx | 2 +-
src/platform/USBJoystick.h | 2 +-
src/platform/WinDisplay.cxx | 214 +-
src/platform/WinDisplay.h | 4 +-
src/platform/WinJoystick.cxx | 4 +-
src/platform/WinJoystick.h | 4 +-
src/platform/WinMedia.cxx | 4 +-
src/platform/WinMedia.h | 4 +-
src/platform/WinPlatformFactory.cxx | 4 +-
src/platform/WinPlatformFactory.h | 4 +-
src/platform/WinVisual.cxx | 4 +-
src/platform/WinVisual.h | 4 +-
src/platform/WinWindow.cxx | 4 +-
src/platform/WinWindow.h | 4 +-
src/platform/XDisplay.cxx | 4 +-
src/platform/XDisplay.h | 4 +-
src/platform/XIJoystick.cxx | 4 +-
src/platform/XIJoystick.h | 4 +-
src/platform/XVisual.cxx | 4 +-
src/platform/XVisual.h | 4 +-
src/platform/XWindow.cxx | 4 +-
src/platform/XWindow.h | 4 +-
src/platform/wave.cxx | 6 +-
src/platform/wave.h | 4 +-
src/scene/BSPSceneDatabase.cxx | 4 +-
src/scene/Occluder.cxx | 4 +-
src/scene/Occluder.h | 4 +-
src/scene/Octree.cxx | 4 +-
src/scene/Octree.h | 4 +-
src/scene/SceneDatabase.cxx | 4 +-
src/scene/ZSceneDatabase.cxx | 4 +-
tools/TextTool2/TextTool2.cpp | 92 +-
tools/modeltool/MSVC/modeltool.sln | 13 +-
tools/modeltool/MSVC/modeltool.vcxproj | 27 +-
tools/modeltool/Makefile.am | 7 +-
tools/modeltool/Q3BSP.cxx | 26 +-
tools/modeltool/SimpleTextUtils.cxx | 176 ++
tools/modeltool/SimpleTextUtils.h | 83 +
tools/modeltool/model.h | 44 +-
tools/modeltool/modeltool.cxx | 28 +-
tools/modeltool/wavefrontOBJ.cxx | 49 +-
1069 files changed, 16885 insertions(+), 12333 deletions(-)
copy COPYING => COPYING.LGPL (100%)
create mode 100644 COPYING.MPL
create mode 100644 MSVC/build/3D.vcxproj.filters
create mode 100644 MSVC/build/bzadmin.vcxproj.filters
create mode 100644 MSVC/build/bzflag.vcxproj.filters
create mode 100644 MSVC/build/common.vcxproj.filters
create mode 100644 MSVC/build/date.vcxproj.filters
create mode 100644 MSVC/build/game.vcxproj.filters
create mode 100644 MSVC/build/geometry.vcxproj.filters
create mode 100644 MSVC/build/installer.vcxproj.filters
create mode 100644 MSVC/build/makehtml.vcxproj.filters
create mode 100644 MSVC/build/man2html.vcxproj.filters
create mode 100644 MSVC/build/mediafile.vcxproj.filters
create mode 100644 MSVC/build/net.vcxproj.filters
create mode 100644 MSVC/build/obstacle.vcxproj.filters
create mode 100644 MSVC/build/ogl.vcxproj.filters
create mode 100644 MSVC/build/platform.vcxproj.filters
create mode 100644 MSVC/build/scene.vcxproj.filters
delete mode 100644 debian/bzflag-client.menu
delete mode 100644 package/win32/README.win32.html
delete mode 100644 plugins/CustomZoneSample/CustomZoneSample.def
create mode 100644 plugins/CustomZoneSample/CustomZoneSample.vcxproj.filters
delete mode 100644 plugins/HoldTheFlag/HoldTheFlag.def
create mode 100644 plugins/HoldTheFlag/HoldTheFlag.vcxproj.filters
delete mode 100644 plugins/Phoenix/Phoenix.def
create mode 100644 plugins/Phoenix/Phoenix.vcxproj.filters
delete mode 100644 plugins/RogueGenocide/RogueGenocide.def
create mode 100644 plugins/RogueGenocide/RogueGenocide.vcxproj.filters
delete mode 100644 plugins/SAMPLE_PLUGIN/SAMPLE_PLUGIN.def
create mode 100644 plugins/SAMPLE_PLUGIN/SAMPLE_PLUGIN.vcxproj.filters
delete mode 100644 plugins/TimeLimit/TimeLimit.def
create mode 100644 plugins/TimeLimit/TimeLimit.vcxproj.filters
delete mode 100644 plugins/airspawn/airspawn.def
create mode 100644 plugins/airspawn/airspawn.vcxproj.filters
delete mode 100644 plugins/autoFlagReset/autoFlagReset.def
create mode 100644 plugins/autoFlagReset/autoFlagReset.vcxproj.filters
delete mode 100644 plugins/bzfscron/bzfscron.def
create mode 100644 plugins/bzfscron/bzfscron.vcxproj.filters
delete mode 100644 plugins/chathistory/chathistory.def
create mode 100644 plugins/chathistory/chathistory.vcxproj.filters
create mode 100644 plugins/customPollTypeSample/Makefile.am
create mode 100644 plugins/customPollTypeSample/README.customPollTypeSample.txt
create mode 100644 plugins/customPollTypeSample/customPollTypeSample.cpp
copy plugins/{SAMPLE_PLUGIN/SAMPLE_PLUGIN.sln => customPollTypeSample/customPollTypeSample.sln} (59%)
copy plugins/{SAMPLE_PLUGIN/SAMPLE_PLUGIN.vcxproj => customPollTypeSample/customPollTypeSample.vcxproj} (83%)
create mode 100644 plugins/customPollTypeSample/customPollTypeSample.vcxproj.filters
delete mode 100644 plugins/customflagsample/customflagsample.def
create mode 100644 plugins/customflagsample/customflagsample.vcxproj.filters
delete mode 100644 plugins/fairCTF/fairCTF.def
create mode 100644 plugins/fairCTF/fairCTF.vcxproj.filters
delete mode 100644 plugins/fastmap/fastmap.def
create mode 100644 plugins/fastmap/fastmap.vcxproj.filters
delete mode 100644 plugins/flagStay/flagStay.def
create mode 100644 plugins/flagStay/flagStay.vcxproj.filters
delete mode 100644 plugins/keepaway/keepaway.def
create mode 100644 plugins/keepaway/keepaway.vcxproj.filters
delete mode 100644 plugins/killall/killall.def
create mode 100644 plugins/killall/killall.vcxproj.filters
delete mode 100644 plugins/koth/koth.def
create mode 100644 plugins/koth/koth.vcxproj.filters
delete mode 100644 plugins/logDetail/logDetail.def
create mode 100644 plugins/logDetail/logDetail.vcxproj.filters
delete mode 100644 plugins/nagware/nagware.def
create mode 100644 plugins/nagware/nagware.vcxproj.filters
delete mode 100644 plugins/playHistoryTracker/playHistoryTracker.def
create mode 100644 plugins/playHistoryTracker/playHistoryTracker.vcxproj.filters
create mode 100644 plugins/plugin_utils/plugin_utils.vcxproj.filters
delete mode 100644 plugins/pushstats/pushstats.def
create mode 100644 plugins/pushstats/pushstats.vcxproj.filters
delete mode 100644 plugins/rabbitTimer/rabbitTimer.def
create mode 100644 plugins/rabbitTimer/rabbitTimer.vcxproj.filters
delete mode 100644 plugins/rabidRabbit/rabidRabbit.def
create mode 100644 plugins/rabidRabbit/rabidRabbit.vcxproj.filters
delete mode 100644 plugins/recordmatch/recordmatch.def
create mode 100644 plugins/recordmatch/recordmatch.vcxproj.filters
delete mode 100644 plugins/regFlag/regFlag.def
create mode 100644 plugins/regFlag/regFlag.vcxproj.filters
delete mode 100644 plugins/serverControl/serverControl.def
create mode 100644 plugins/serverControl/serverControl.vcxproj.filters
delete mode 100644 plugins/serverSidePlayerSample/serverSidePlayerSample.def
create mode 100644 plugins/serverSidePlayerSample/serverSidePlayerSample.vcxproj.filters
delete mode 100644 plugins/shockwaveDeath/shockwaveDeath.def
create mode 100644 plugins/shockwaveDeath/shockwaveDeath.vcxproj.filters
delete mode 100644 plugins/superUser/superUser.def
create mode 100644 plugins/superUser/superUser.vcxproj.filters
delete mode 100644 plugins/teamflagreset/teamflagreset.def
create mode 100644 plugins/teamflagreset/teamflagreset.vcxproj.filters
delete mode 100644 plugins/thiefControl/thiefControl.def
create mode 100644 plugins/thiefControl/thiefControl.vcxproj.filters
delete mode 100644 plugins/timedctf/timedctf.def
create mode 100644 plugins/timedctf/timedctf.vcxproj.filters
delete mode 100644 plugins/wwzones/wwzones.def
create mode 100644 plugins/wwzones/wwzones.vcxproj.filters
rename src/{game => bzfs}/VotingArbiter.cxx (78%)
rename {include => src/bzfs}/VotingArbiter.h (87%)
rename include/resource.h => src/platform/MacGL.h (72%)
copy misc/Template.cxx => src/platform/MacGL.mm (54%)
create mode 100644 src/platform/SDLMain.h
create mode 100644 src/platform/SDLMain.m
create mode 100644 tools/modeltool/SimpleTextUtils.cxx
create mode 100644 tools/modeltool/SimpleTextUtils.h
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/bzflag.git
More information about the Pkg-games-commits
mailing list