[darkradiant] branch master updated (fc35d64 -> e4c967a)

Tobias Frost tobi at moszumanska.debian.org
Sun Dec 11 11:47:24 UTC 2016


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

tobi pushed a change to branch master
in repository darkradiant.

      from  fc35d64   Enable hardening all rule
       new  d5251fe   New upstream version 2.1.0
       new  9032a20   Merge tag 'upstream/2.1.0'
       new  7f4bf33   Update copyright years
       new  5b28d31   Bump d/compat to 10
       new  dda7783   Update d/clean to clean extra files
       new  e4c967a   New patch 02-ftbfs-missing-include.patch

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 +
 README                                             |   17 +-
 compile                                            |    2 +-
 debian/changelog                                   |   10 +
 debian/clean                                       |    1 +
 debian/compat                                      |    2 +-
 debian/control                                     |    2 +-
 debian/copyright                                   |    2 +-
 debian/patches/02-ftbfs-missing-include.patch      |   16 +
 debian/patches/series                              |    1 +
 debian/rules                                       |    3 +-
 depcomp                                            |  586 ++-
 include/editable.h                                 |   46 +-
 include/iaasfile.h                                 |  162 +
 include/icameraview.h                              |   12 +
 include/ientity.h                                  |    8 +-
 include/ientityinspector.h                         |    5 +
 include/igame.h                                    |    6 +
 include/igroupdialog.h                             |   21 +-
 include/imap.h                                     |   24 +-
 include/imapinfofile.h                             |  157 +
 include/imapresource.h                             |   33 +-
 include/inode.h                                    |   12 +
 include/iorthocontextmenu.h                        |    1 +
 include/ipatch.h                                   |    4 +-
 include/ipreferencesystem.h                        |   54 +-
 include/irenderable.h                              |   30 +-
 include/iselectable.h                              |   21 +-
 include/iselection.h                               |   10 +-
 include/iselectiongroup.h                          |  120 +
 include/iselectiontest.h                           |    7 +-
 include/iuimanager.h                               |    4 +-
 include/precompiled_interfaces.h                   |    2 +
 include/version.h                                  |    2 +-
 install/bitmaps/empty.png                          |  Bin 143 -> 155 bytes
 install/bitmaps/group_selection.png                |  Bin 0 -> 263 bytes
 install/bitmaps/ungroup_selection.png              |  Bin 0 -> 257 bytes
 install/i18n/darkradiant.pot                       |  835 ++--
 install/i18n/de/LC_MESSAGES/darkradiant.mo         |  Bin 97427 -> 99807 bytes
 install/i18n/de/LC_MESSAGES/darkradiant.po         |  871 ++--
 install/input.xml                                  |    6 +-
 install/menu.xml                                   |    2 +-
 .../commands/check_for_invalid_visportals.py       |   69 +
 install/ui/findandreplacedialog.fbp                |    4 +-
 install/ui/findandreplacedialog.xrc                |  294 +-
 install/ui/particleeditor.fbp                      |   41 +-
 install/ui/particleeditor.xrc                      | 4286 ++++++++++----------
 install/ui/stimeditor.fbp                          |   17 +-
 install/ui/stimeditor.xrc                          |    4 +-
 install/user.xml                                   |  526 +--
 libs/ObservedSelectable.h                          |   13 +-
 libs/SelectableNode.h                              |   52 -
 libs/entitylib.h                                   |   10 +-
 libs/math/Vector2.h                                |    6 +
 libs/os/file.h                                     |  107 +-
 libs/os/path.h                                     |   18 +-
 libs/pivot.h                                       |    2 +-
 libs/registry/Widgets.h                            |   28 +-
 libs/render/RenderableSpacePartition.h             |   10 +-
 libs/render/ShaderStateRenderer.h                  |    5 +-
 libs/scene/BasicRootNode.h                         |    4 +-
 libs/scene/Makefile.am                             |    1 +
 libs/scene/Makefile.in                             |    4 +-
 libs/scene/Node.cpp                                |   35 +-
 libs/scene/Node.h                                  |   17 +-
 libs/scene/SelectableNode.cpp                      |  247 ++
 libs/scene/SelectableNode.h                        |   75 +
 libs/scene/TraversableNodeSet.cpp                  |   14 +-
 libs/scene/TraversableNodeSet.h                    |   11 +-
 libs/scenelib.h                                    |    5 +-
 libs/wxutil/GLWidget.cpp                           |    5 +-
 libs/wxutil/Makefile.am                            |    2 +
 libs/wxutil/Makefile.in                            |    2 +
 libs/wxutil/TreeModel.cpp                          |   40 +-
 libs/wxutil/TreeModel.h                            |   28 +-
 libs/wxutil/TreeView.cpp                           |   13 +
 libs/wxutil/TreeView.h                             |    1 +
 missing                                            |  460 +--
 plugins/dm.conversation/ConversationDialog.cpp     |    9 +-
 plugins/dm.conversation/ConversationDialog.h       |    1 +
 plugins/dm.conversation/ConversationEditor.cpp     |   25 +
 plugins/dm.editing/AIEditingPanel.cpp              |   10 +-
 plugins/dm.editing/AIEditingPanel.h                |    4 +-
 plugins/dm.editing/AIHeadPropertyEditor.cpp        |    5 +
 plugins/dm.editing/AIHeadPropertyEditor.h          |    5 +-
 plugins/dm.editing/AIVocalSetPropertyEditor.cpp    |    5 +
 plugins/dm.editing/AIVocalSetPropertyEditor.h      |    5 +-
 plugins/dm.editing/Makefile.am                     |    6 +-
 plugins/dm.editing/Makefile.in                     |    6 +-
 plugins/dm.gui/plugin.cpp                          |    6 +-
 plugins/dm.objectives/ObjectiveEntityFinder.cpp    |    2 +-
 plugins/dm.stimresponse/EffectEditor.cpp           |    2 +-
 plugins/entity/Doom3Entity.cpp                     |    5 +
 plugins/entity/Doom3Entity.h                       |   25 +-
 plugins/entity/EntityNode.cpp                      |    6 +-
 plugins/entity/EntityNode.h                        |   10 +-
 plugins/entity/VertexInstance.h                    |    6 +-
 plugins/entity/curve/CurveEditInstance.cpp         |   10 +-
 plugins/entity/curve/CurveEditInstance.h           |    1 +
 plugins/entity/doom3group/Doom3Group.cpp           |   11 +-
 plugins/entity/doom3group/Doom3GroupNode.cpp       |   12 +-
 plugins/entity/doom3group/Doom3GroupNode.h         |   17 +-
 plugins/entity/eclassmodel/EclassModelNode.h       |    6 +-
 plugins/entity/generic/GenericEntityNode.cpp       |    7 -
 plugins/entity/generic/GenericEntityNode.h         |   13 +-
 plugins/entity/light/Light.cpp                     |   14 +-
 plugins/entity/light/Light.h                       |    5 -
 plugins/entity/light/LightNode.cpp                 |   19 +-
 plugins/entity/light/LightNode.h                   |   21 +-
 plugins/entity/speaker/SpeakerNode.cpp             |    7 +-
 plugins/entity/speaker/SpeakerNode.h               |   13 +-
 plugins/entity/target/TargetLineNode.cpp           |    6 +-
 plugins/entity/target/TargetLineNode.h             |    2 +-
 plugins/entity/target/TargetableNode.cpp           |    3 +
 plugins/entitylist/EntityList.cpp                  |    2 +-
 plugins/entitylist/GraphTreeModelPopulator.h       |    2 +-
 plugins/eventmanager/MouseToolManager.cpp          |   83 +-
 plugins/eventmanager/MouseToolManager.h            |    2 +-
 plugins/fonts/GlyphSet.cpp                         |    2 +-
 plugins/fonts/Makefile.am                          |    2 +
 plugins/fonts/Makefile.in                          |    2 +
 plugins/grid/Grid.cpp                              |   13 +-
 plugins/mapdoom3/Makefile.am                       |   10 +-
 plugins/mapdoom3/Makefile.in                       |   41 +-
 plugins/mapdoom3/aas/Doom3AasFile.cpp              |  413 ++
 plugins/mapdoom3/aas/Doom3AasFile.h                |   65 +
 plugins/mapdoom3/aas/Doom3AasFileLoader.cpp        |  127 +
 plugins/mapdoom3/aas/Doom3AasFileLoader.h          |   35 +
 plugins/mapdoom3/aas/Doom3AasFileSettings.cpp      |  162 +
 plugins/mapdoom3/aas/Doom3AasFileSettings.h        |   47 +
 plugins/mapdoom3/aas/Util.h                        |   21 +
 plugins/mapdoom3/compiler/DebugRenderer.h          |   10 +-
 plugins/mapdoom3/compiler/Doom3MapCompiler.cpp     |   11 +-
 plugins/mapdoom3/compiler/OptIsland.cpp            |    2 +-
 plugins/mapdoom3/compiler/ProcCompiler.cpp         |    7 +-
 plugins/mapdoom3/compiler/ProcPatch.cpp            |    8 -
 plugins/mapdoom3/mapdoom3.cpp                      |   14 +-
 .../mapdoom3/primitivewriters/PatchDefExporter.h   |    4 +-
 plugins/md5model/MD5ModelNode.h                    |   10 +-
 plugins/md5model/MD5Skeleton.cpp                   |   16 +-
 plugins/model/PicoModelNode.h                      |   10 +-
 plugins/particles/ParticleDef.cpp                  |    3 +
 plugins/particles/ParticleDef.h                    |   31 +-
 plugins/particles/ParticleNode.cpp                 |    4 +-
 plugins/particles/ParticleNode.h                   |    8 +-
 plugins/particles/ParticleQuad.h                   |   10 +-
 plugins/particles/ParticlesManager.cpp             |   19 +-
 plugins/particles/RenderableParticle.h             |   10 +-
 plugins/particles/RenderableParticleBunch.cpp      |    5 +-
 plugins/particles/StageDef.cpp                     |   19 +-
 plugins/script/ScriptingSystem.cpp                 |    2 +-
 plugins/script/interfaces/PatchInterface.cpp       |    7 +-
 plugins/script/interfaces/SceneGraphInterface.h    |   10 +-
 plugins/shaders/Doom3ShaderSystem.cpp              |    6 +-
 plugins/shaders/textures/TextureManipulator.cpp    |    9 +-
 plugins/sound/WavFileLoader.h                      |   16 +-
 plugins/uimanager/GroupDialog.cpp                  |   59 +-
 plugins/uimanager/GroupDialog.h                    |    4 +-
 plugins/uimanager/Makefile.am                      |    2 +
 plugins/uimanager/Makefile.in                      |    2 +
 plugins/uimanager/MenuManager.cpp                  |    4 +-
 plugins/uimanager/StatusBarManager.cpp             |   13 +-
 plugins/uimanager/StatusBarManager.h               |   13 +-
 plugins/uimanager/ToolbarManager.cpp               |    2 +-
 plugins/uimanager/UIManager.cpp                    |    4 +-
 plugins/undo/UndoSystem.cpp                        |   18 +-
 plugins/xmlregistry/Makefile.am                    |    6 +-
 plugins/xmlregistry/Makefile.in                    |    6 +-
 radiant/Makefile.am                                |   16 +-
 radiant/Makefile.in                                |  335 +-
 radiant/RadiantModule.cpp                          |   21 +-
 radiant/RadiantModule.h                            |    7 +-
 radiant/brush/Brush.cpp                            |    5 +-
 radiant/brush/BrushModule.cpp                      |    6 +-
 radiant/brush/BrushNode.cpp                        |   84 +-
 radiant/brush/BrushNode.h                          |   26 +-
 radiant/brush/EdgeInstance.h                       |    2 +-
 radiant/brush/FaceInstance.cpp                     |    8 +-
 radiant/brush/FaceInstance.h                       |    2 +-
 radiant/brush/TextureProjection.cpp                |    8 +-
 radiant/brush/VertexInstance.h                     |    2 +-
 radiant/brush/csg/CSG.cpp                          |    8 +-
 radiant/camera/CamRenderer.cpp                     |   17 +-
 radiant/camera/CamRenderer.h                       |    3 +-
 radiant/camera/CamWnd.cpp                          |   33 +-
 radiant/camera/CamWnd.h                            |   13 +-
 radiant/camera/CameraSettings.cpp                  |   20 +-
 radiant/camera/GlobalCamera.cpp                    |    2 +
 radiant/camera/tools/PanViewTool.h                 |   89 +
 radiant/clipper/Clipper.cpp                        |    6 +-
 radiant/darkradiant.rc                             |   23 +
 radiant/layers/LayerInfoFileModule.cpp             |  282 ++
 radiant/layers/LayerInfoFileModule.h               |   54 +
 radiant/layers/LayerSystem.cpp                     |   21 +-
 radiant/layers/LayerSystem.h                       |    3 +
 radiant/layers/SetLayerSelectedWalker.h            |    5 +-
 radiant/map/AasFileManager.cpp                     |  170 +
 radiant/map/AasFileManager.h                       |   41 +
 radiant/map/AutoSaver.cpp                          |  167 +-
 radiant/map/AutoSaver.h                            |   28 +-
 radiant/map/CounterManager.cpp                     |   23 +-
 radiant/map/CounterManager.h                       |   16 +-
 radiant/map/DeferredDraw.h                         |   63 -
 radiant/map/InfoFile.cpp                           |  308 --
 radiant/map/InfoFile.h                             |   99 -
 radiant/map/Map.cpp                                |  325 +-
 radiant/map/Map.h                                  |   65 +-
 radiant/map/MapResource.cpp                        |  332 +-
 radiant/map/MapResource.h                          |   58 +-
 radiant/map/MapResourceManager.cpp                 |    9 +-
 radiant/map/MapResourceManager.h                   |    9 +-
 radiant/map/PointFile.cpp                          |   10 +
 radiant/map/PointFile.h                            |   21 +-
 radiant/map/RegionManager.cpp                      |  171 +-
 radiant/map/RegionManager.h                        |   85 +-
 radiant/map/RenderableAasFile.cpp                  |  121 +
 radiant/map/RenderableAasFile.h                    |   56 +
 radiant/map/RootNode.h                             |    8 +-
 radiant/map/algorithm/AssignLayerMappingWalker.h   |   48 -
 radiant/map/algorithm/ChildPrimitives.cpp          |    4 +-
 radiant/map/algorithm/Clone.h                      |    5 +
 radiant/map/algorithm/InfoFileExporter.cpp         |  169 -
 radiant/map/algorithm/InfoFileExporter.h           |   66 -
 radiant/map/algorithm/MapExporter.h                |    2 +-
 radiant/map/algorithm/MapImporter.cpp              |   14 +-
 radiant/map/algorithm/MapImporter.h                |   12 +-
 radiant/map/algorithm/Merge.h                      |    4 +-
 radiant/map/algorithm/WorldspawnArgFinder.h        |    2 +-
 radiant/map/infofile/InfoFile.cpp                  |  143 +
 radiant/map/infofile/InfoFile.h                    |   45 +
 radiant/map/infofile/InfoFileExporter.cpp          |   62 +
 radiant/map/infofile/InfoFileExporter.h            |   31 +
 radiant/map/infofile/InfoFileManager.cpp           |   67 +
 radiant/map/infofile/InfoFileManager.h             |   29 +
 radiant/modulesystem/ModuleRegistry.cpp            |    6 +-
 radiant/patch/Patch.cpp                            | 2301 +++--------
 radiant/patch/Patch.h                              |  119 +-
 radiant/patch/PatchBezier.cpp                      |  184 -
 radiant/patch/PatchBezier.h                        |   80 -
 radiant/patch/PatchCreators.cpp                    |    5 +-
 radiant/patch/PatchModule.cpp                      |   39 -
 radiant/patch/PatchNode.cpp                        |   56 +-
 radiant/patch/PatchNode.h                          |   25 +-
 radiant/patch/PatchRenderables.cpp                 |  154 +-
 radiant/patch/PatchRenderables.h                   |   68 +-
 radiant/patch/PatchTesselation.cpp                 |  871 ++++
 radiant/patch/PatchTesselation.h                   |   65 +-
 radiant/referencecache/NullModelNode.h             |   10 +-
 radiant/render/backend/GLProgramFactory.cpp        |    2 +-
 radiant/render/backend/OpenGLShader.cpp            |   30 +
 .../render/frontend/RenderableCollectionWalker.h   |   19 +-
 radiant/selection/BasicSelectable.h                |    2 +-
 radiant/selection/Device.h                         |   46 +-
 radiant/selection/DragManipulator.cpp              |    2 +-
 radiant/selection/OccludeSelector.h                |    2 +-
 radiant/selection/RadiantSelectionSystem.cpp       |  269 +-
 radiant/selection/RadiantSelectionSystem.h         |   34 +-
 radiant/selection/SceneWalkers.h                   |   18 -
 radiant/selection/SelectionTest.cpp                |    4 +-
 radiant/selection/Selectors.h                      |   29 +-
 radiant/selection/TransformationVisitors.cpp       |    7 +-
 radiant/selection/TranslateManipulator.cpp         |    2 +-
 .../algorithm/CommandNotAvailableException.h       |   50 +
 radiant/selection/algorithm/Entity.cpp             |  151 +-
 radiant/selection/algorithm/Entity.h               |   10 +
 radiant/selection/algorithm/General.cpp            |  130 +-
 radiant/selection/algorithm/Group.cpp              |  139 +-
 radiant/selection/algorithm/Group.h                |   30 +-
 radiant/selection/algorithm/GroupCycle.cpp         |    2 +-
 radiant/selection/algorithm/Patch.cpp              |   11 -
 radiant/selection/algorithm/Patch.h                |    2 -
 radiant/selection/algorithm/Primitives.cpp         |    4 +-
 radiant/selection/algorithm/Transformation.cpp     |  101 +-
 radiant/selection/group/SelectionGroup.h           |  120 +
 .../group/SelectionGroupInfoFileModule.cpp         |  342 ++
 .../selection/group/SelectionGroupInfoFileModule.h |   59 +
 radiant/selection/group/SelectionGroupManager.cpp  |  280 ++
 radiant/selection/group/SelectionGroupManager.h    |   62 +
 .../selectionset/SelectionSetInfoFileModule.cpp    |  230 ++
 .../selectionset/SelectionSetInfoFileModule.h      |   61 +
 .../selection/selectionset/SelectionSetManager.cpp |   22 +-
 .../selection/selectionset/SelectionSetManager.h   |    2 +
 .../selection/shaderclipboard/ShaderClipboard.cpp  |   14 +-
 .../selection/shaderclipboard/ShaderClipboard.h    |    5 +-
 radiant/settings/GameManager.cpp                   |   16 +-
 radiant/settings/GameManager.h                     |   26 +-
 radiant/settings/LanguageManager.cpp               |    6 +-
 radiant/settings/PreferenceItemBase.h              |   44 +
 radiant/settings/PreferenceItems.h                 |  170 +
 radiant/settings/PreferencePage.cpp                |  159 +
 radiant/settings/PreferencePage.h                  |   94 +
 radiant/settings/PreferenceSystem.cpp              |   74 +-
 radiant/settings/PreferenceSystem.h                |   46 +-
 radiant/textool/item/PatchItem.cpp                 |    4 +-
 radiant/ui/aas/AasControl.cpp                      |  123 +
 radiant/ui/aas/AasControl.h                        |   63 +
 radiant/ui/aas/AasControlDialog.cpp                |  237 ++
 radiant/ui/aas/AasControlDialog.h                  |   65 +
 radiant/ui/einspector/AnglePropertyEditor.h        |    2 +-
 radiant/ui/einspector/BooleanPropertyEditor.cpp    |    8 +-
 radiant/ui/einspector/BooleanPropertyEditor.h      |    4 +-
 radiant/ui/einspector/ClassnamePropertyEditor.cpp  |   12 +-
 radiant/ui/einspector/ClassnamePropertyEditor.h    |    2 +-
 radiant/ui/einspector/ColourPropertyEditor.cpp     |    7 +-
 radiant/ui/einspector/ColourPropertyEditor.h       |    4 +-
 radiant/ui/einspector/EntityInspector.cpp          |  426 +-
 radiant/ui/einspector/EntityInspector.h            |   19 +-
 radiant/ui/einspector/EntityPropertyEditor.cpp     |    5 +
 radiant/ui/einspector/EntityPropertyEditor.h       |    4 +-
 radiant/ui/einspector/FloatPropertyEditor.cpp      |   28 +-
 radiant/ui/einspector/FloatPropertyEditor.h        |    4 +-
 radiant/ui/einspector/ModelPropertyEditor.h        |    2 +-
 radiant/ui/einspector/PropertyEditor.h             |    7 +-
 radiant/ui/einspector/SkinPropertyEditor.h         |    2 +-
 radiant/ui/einspector/SoundPropertyEditor.h        |    2 +-
 radiant/ui/einspector/TexturePropertyEditor.h      |    2 +-
 radiant/ui/einspector/Vector3PropertyEditor.cpp    |    7 +-
 radiant/ui/einspector/Vector3PropertyEditor.h      |    4 +-
 radiant/ui/layers/LayerControl.cpp                 |    2 +-
 radiant/ui/mainframe/EmbeddedLayout.cpp            |    1 +
 radiant/ui/mainframe/FloatingLayout.cpp            |    1 +
 radiant/ui/mainframe/MainFrame.cpp                 |   62 +-
 radiant/ui/mainframe/MainFrame.h                   |    1 -
 radiant/ui/mainframe/ScreenUpdateBlocker.cpp       |    9 +-
 radiant/ui/mainframe/SplitPaneLayout.cpp           |    1 +
 radiant/ui/mediabrowser/MediaBrowser.cpp           |    4 +-
 radiant/ui/mru/MRU.cpp                             |    6 +-
 radiant/ui/ortho/OrthoContextMenu.cpp              |    7 +-
 radiant/ui/overlay/Overlay.cpp                     |    1 +
 radiant/ui/patch/PatchInspector.cpp                |    4 +-
 radiant/ui/prefabselector/PrefabSelector.cpp       |   39 +-
 radiant/ui/prefabselector/PrefabSelector.h         |   15 +-
 radiant/ui/prefdialog/PrefDialog.cpp               |  227 +-
 radiant/ui/prefdialog/PrefDialog.h                 |   50 +-
 radiant/ui/prefdialog/PrefPage.cpp                 |  364 +-
 radiant/ui/prefdialog/PrefPage.h                   |  125 +-
 radiant/ui/prefdialog/PreferenceItem.cpp           |  164 +
 radiant/ui/prefdialog/PreferenceItem.h             |   47 +
 radiant/ui/texturebrowser/TextureBrowser.cpp       |   80 +-
 .../ui/texturebrowser/TextureBrowserManager.cpp    |   12 +-
 radiant/xyview/GlobalXYWnd.cpp                     |   37 +-
 radiant/xyview/XYRenderer.h                        |   56 +-
 radiant/xyview/XYWnd.cpp                           |   37 +-
 radiant/xyview/XYWnd.h                             |    7 +-
 tools/i18n/darkradiant.pot                         |  835 ++--
 tools/innosetup/create_installer.x64.cmd           |    2 -
 tools/innosetup/create_installer.x86.cmd           |    2 -
 tools/innosetup/darkradiant.iss                    |   11 +-
 tools/innosetup/darkradiant.x64.iss                |   10 +-
 tools/{msvc2013 => msvc2015}/DarkRadiant.sln       |    0
 tools/{msvc2013 => msvc2015}/DarkRadiant.vcxproj   |   61 +-
 .../DarkRadiant.vcxproj.filters                    |  137 +-
 tools/{msvc2013 => msvc2015}/archivezip.vcxproj    |   10 +-
 .../archivezip.vcxproj.filters                     |    0
 tools/{msvc2013 => msvc2015}/commandsystem.vcxproj |   10 +-
 .../commandsystem.vcxproj.filters                  |    0
 tools/{msvc2013 => msvc2015}/ddslib.vcxproj        |   10 +-
 .../{msvc2013 => msvc2015}/dm.conversation.vcxproj |   10 +-
 .../dm.conversation.vcxproj.filters                |    0
 tools/{msvc2013 => msvc2015}/dm.difficulty.vcxproj |   10 +-
 .../dm.difficulty.vcxproj.filters                  |    0
 tools/{msvc2013 => msvc2015}/dm.editing.vcxproj    |   10 +-
 .../dm.editing.vcxproj.filters                     |    0
 tools/{msvc2013 => msvc2015}/dm.gui.vcxproj        |   10 +-
 .../{msvc2013 => msvc2015}/dm.gui.vcxproj.filters  |    0
 tools/{msvc2013 => msvc2015}/dm.objectives.vcxproj |   10 +-
 .../dm.objectives.vcxproj.filters                  |    0
 .../{msvc2013 => msvc2015}/dm.stimresponse.vcxproj |   10 +-
 .../dm.stimresponse.vcxproj.filters                |    0
 tools/{msvc2013 => msvc2015}/eclassmgr.vcxproj     |   10 +-
 .../eclassmgr.vcxproj.filters                      |    0
 tools/{msvc2013 => msvc2015}/eclasstree.vcxproj    |   10 +-
 .../eclasstree.vcxproj.filters                     |    0
 tools/{msvc2013 => msvc2015}/entity.vcxproj        |   18 +-
 .../{msvc2013 => msvc2015}/entity.vcxproj.filters  |    0
 tools/{msvc2013 => msvc2015}/entitylist.vcxproj    |   10 +-
 .../entitylist.vcxproj.filters                     |    0
 tools/{msvc2013 => msvc2015}/eventmanager.vcxproj  |   10 +-
 .../eventmanager.vcxproj.filters                   |    0
 tools/{msvc2013 => msvc2015}/filetypes.vcxproj     |   10 +-
 .../filetypes.vcxproj.filters                      |    0
 tools/{msvc2013 => msvc2015}/filters.vcxproj       |   10 +-
 .../{msvc2013 => msvc2015}/filters.vcxproj.filters |    0
 tools/{msvc2013 => msvc2015}/fonts.vcxproj         |   10 +-
 tools/{msvc2013 => msvc2015}/fonts.vcxproj.filters |    0
 tools/{msvc2013 => msvc2015}/grid.vcxproj          |   10 +-
 tools/{msvc2013 => msvc2015}/grid.vcxproj.filters  |    0
 tools/{msvc2013 => msvc2015}/image.vcxproj         |   10 +-
 tools/{msvc2013 => msvc2015}/image.vcxproj.filters |    0
 tools/{msvc2013 => msvc2015}/include.vcxproj       |   21 +-
 tools/{msvc2013 => msvc2015}/libs.vcxproj          |   11 +-
 tools/{msvc2013 => msvc2015}/libs.vcxproj.filters  |    1 -
 tools/{msvc2013 => msvc2015}/mapdoom3.vcxproj      |   17 +-
 .../mapdoom3.vcxproj.filters                       |   24 +
 tools/{msvc2013 => msvc2015}/mathlib.vcxproj       |   10 +-
 tools/{msvc2013 => msvc2015}/md5model.vcxproj      |   10 +-
 .../md5model.vcxproj.filters                       |    0
 tools/{msvc2013 => msvc2015}/model.vcxproj         |   10 +-
 tools/{msvc2013 => msvc2015}/model.vcxproj.filters |    0
 tools/{msvc2013 => msvc2015}/particles.vcxproj     |   10 +-
 .../particles.vcxproj.filters                      |    0
 tools/{msvc2013 => msvc2015}/picomodellib.vcxproj  |   10 +-
 .../picomodellib.vcxproj.filters                   |    0
 tools/{msvc2013 => msvc2015}/post_build_event.cmd  |   16 +-
 .../post_build_event_x64.cmd                       |   16 +-
 .../{msvc2013 => msvc2015}/properties/Boost.props  |    0
 .../properties/DarkRadiant Base Debug Win32.props  |    0
 .../properties/DarkRadiant Base Debug x64.props    |    3 +
 .../DarkRadiant Base Release Win32.props           |    0
 .../properties/DarkRadiant Base Release x64.props  |    6 +-
 .../properties/DarkRadiant Base.props              |    0
 tools/{msvc2013 => msvc2015}/properties/GLEW.props |    0
 .../properties/OpenAL + Vorbis.props               |    0
 .../{msvc2013 => msvc2015}/properties/Python.props |    0
 tools/{msvc2013 => msvc2015}/properties/ftgl.props |    0
 .../{msvc2013 => msvc2015}/properties/libpng.props |    0
 .../properties/libxml2.props                       |    0
 .../properties/win_iconv.props                     |    0
 .../properties/wxWidgets.props                     |    0
 tools/{msvc2013 => msvc2015}/properties/zlib.props |    0
 tools/{msvc2013 => msvc2015}/scenegraph.vcxproj    |   10 +-
 .../scenegraph.vcxproj.filters                     |    0
 tools/{msvc2013 => msvc2015}/scenelib.vcxproj      |   12 +-
 .../scenelib.vcxproj.filters                       |    6 +
 tools/{msvc2013 => msvc2015}/script.vcxproj        |   10 +-
 .../{msvc2013 => msvc2015}/script.vcxproj.filters  |    0
 tools/{msvc2013 => msvc2015}/shaders.vcxproj       |   10 +-
 .../{msvc2013 => msvc2015}/shaders.vcxproj.filters |    0
 tools/{msvc2013 => msvc2015}/skins.vcxproj         |   10 +-
 tools/{msvc2013 => msvc2015}/skins.vcxproj.filters |    0
 tools/{msvc2013 => msvc2015}/sound.vcxproj         |   10 +-
 tools/{msvc2013 => msvc2015}/sound.vcxproj.filters |    0
 tools/{msvc2013 => msvc2015}/uimanager.vcxproj     |   10 +-
 .../uimanager.vcxproj.filters                      |    0
 tools/{msvc2013 => msvc2015}/undo.vcxproj          |   10 +-
 tools/{msvc2013 => msvc2015}/undo.vcxproj.filters  |    0
 tools/{msvc2013 => msvc2015}/vfspk3.vcxproj        |   10 +-
 .../{msvc2013 => msvc2015}/vfspk3.vcxproj.filters  |    0
 tools/{msvc2013 => msvc2015}/wavefront.vcxproj     |    0
 .../wavefront.vcxproj.filters                      |    0
 tools/{msvc2013 => msvc2015}/wxutillib.vcxproj     |   10 +-
 .../wxutillib.vcxproj.filters                      |    0
 tools/{msvc2013 => msvc2015}/xmlregistry.vcxproj   |   10 +-
 .../xmlregistry.vcxproj.filters                    |    0
 tools/{msvc2013 => msvc2015}/xmlutillib.vcxproj    |   10 +-
 tools/scripts/build_boost_libs.cmd                 |   35 +-
 tools/scripts/build_boost_libs.x64.cmd             |   35 +-
 tools/scripts/compile_release_package.ps1          |   57 +-
 tools/scripts/copy_install_files.cmd               |   10 -
 tools/scripts/copy_install_files.x64.cmd           |   10 -
 450 files changed, 15655 insertions(+), 10623 deletions(-)
 mode change 100644 => 100755 compile
 create mode 100644 debian/patches/02-ftbfs-missing-include.patch
 create mode 100644 include/iaasfile.h
 create mode 100644 include/imapinfofile.h
 create mode 100644 include/iselectiongroup.h
 create mode 100644 install/bitmaps/group_selection.png
 create mode 100644 install/bitmaps/ungroup_selection.png
 create mode 100644 install/scripts/commands/check_for_invalid_visportals.py
 delete mode 100644 libs/SelectableNode.h
 create mode 100644 libs/scene/SelectableNode.cpp
 create mode 100644 libs/scene/SelectableNode.h
 create mode 100644 plugins/mapdoom3/aas/Doom3AasFile.cpp
 create mode 100644 plugins/mapdoom3/aas/Doom3AasFile.h
 create mode 100644 plugins/mapdoom3/aas/Doom3AasFileLoader.cpp
 create mode 100644 plugins/mapdoom3/aas/Doom3AasFileLoader.h
 create mode 100644 plugins/mapdoom3/aas/Doom3AasFileSettings.cpp
 create mode 100644 plugins/mapdoom3/aas/Doom3AasFileSettings.h
 create mode 100644 plugins/mapdoom3/aas/Util.h
 create mode 100644 radiant/camera/tools/PanViewTool.h
 create mode 100644 radiant/layers/LayerInfoFileModule.cpp
 create mode 100644 radiant/layers/LayerInfoFileModule.h
 create mode 100644 radiant/map/AasFileManager.cpp
 create mode 100644 radiant/map/AasFileManager.h
 delete mode 100644 radiant/map/DeferredDraw.h
 delete mode 100644 radiant/map/InfoFile.cpp
 delete mode 100644 radiant/map/InfoFile.h
 create mode 100644 radiant/map/RenderableAasFile.cpp
 create mode 100644 radiant/map/RenderableAasFile.h
 delete mode 100644 radiant/map/algorithm/AssignLayerMappingWalker.h
 delete mode 100644 radiant/map/algorithm/InfoFileExporter.cpp
 delete mode 100644 radiant/map/algorithm/InfoFileExporter.h
 create mode 100644 radiant/map/infofile/InfoFile.cpp
 create mode 100644 radiant/map/infofile/InfoFile.h
 create mode 100644 radiant/map/infofile/InfoFileExporter.cpp
 create mode 100644 radiant/map/infofile/InfoFileExporter.h
 create mode 100644 radiant/map/infofile/InfoFileManager.cpp
 create mode 100644 radiant/map/infofile/InfoFileManager.h
 delete mode 100644 radiant/patch/PatchBezier.cpp
 delete mode 100644 radiant/patch/PatchBezier.h
 create mode 100644 radiant/selection/algorithm/CommandNotAvailableException.h
 create mode 100644 radiant/selection/group/SelectionGroup.h
 create mode 100644 radiant/selection/group/SelectionGroupInfoFileModule.cpp
 create mode 100644 radiant/selection/group/SelectionGroupInfoFileModule.h
 create mode 100644 radiant/selection/group/SelectionGroupManager.cpp
 create mode 100644 radiant/selection/group/SelectionGroupManager.h
 create mode 100644 radiant/selection/selectionset/SelectionSetInfoFileModule.cpp
 create mode 100644 radiant/selection/selectionset/SelectionSetInfoFileModule.h
 create mode 100644 radiant/settings/PreferenceItemBase.h
 create mode 100644 radiant/settings/PreferenceItems.h
 create mode 100644 radiant/settings/PreferencePage.cpp
 create mode 100644 radiant/settings/PreferencePage.h
 create mode 100644 radiant/ui/aas/AasControl.cpp
 create mode 100644 radiant/ui/aas/AasControl.h
 create mode 100644 radiant/ui/aas/AasControlDialog.cpp
 create mode 100644 radiant/ui/aas/AasControlDialog.h
 create mode 100644 radiant/ui/prefdialog/PreferenceItem.cpp
 create mode 100644 radiant/ui/prefdialog/PreferenceItem.h
 delete mode 100644 tools/innosetup/create_installer.x64.cmd
 delete mode 100644 tools/innosetup/create_installer.x86.cmd
 rename tools/{msvc2013 => msvc2015}/DarkRadiant.sln (100%)
 rename tools/{msvc2013 => msvc2015}/DarkRadiant.vcxproj (95%)
 rename tools/{msvc2013 => msvc2015}/DarkRadiant.vcxproj.filters (94%)
 rename tools/{msvc2013 => msvc2015}/archivezip.vcxproj (98%)
 rename tools/{msvc2013 => msvc2015}/archivezip.vcxproj.filters (100%)
 rename tools/{msvc2013 => msvc2015}/commandsystem.vcxproj (98%)
 rename tools/{msvc2013 => msvc2015}/commandsystem.vcxproj.filters (100%)
 rename tools/{msvc2013 => msvc2015}/ddslib.vcxproj (97%)
 rename tools/{msvc2013 => msvc2015}/dm.conversation.vcxproj (98%)
 rename tools/{msvc2013 => msvc2015}/dm.conversation.vcxproj.filters (100%)
 rename tools/{msvc2013 => msvc2015}/dm.difficulty.vcxproj (98%)
 rename tools/{msvc2013 => msvc2015}/dm.difficulty.vcxproj.filters (100%)
 rename tools/{msvc2013 => msvc2015}/dm.editing.vcxproj (98%)
 rename tools/{msvc2013 => msvc2015}/dm.editing.vcxproj.filters (100%)
 rename tools/{msvc2013 => msvc2015}/dm.gui.vcxproj (98%)
 rename tools/{msvc2013 => msvc2015}/dm.gui.vcxproj.filters (100%)
 rename tools/{msvc2013 => msvc2015}/dm.objectives.vcxproj (99%)
 rename tools/{msvc2013 => msvc2015}/dm.objectives.vcxproj.filters (100%)
 rename tools/{msvc2013 => msvc2015}/dm.stimresponse.vcxproj (98%)
 rename tools/{msvc2013 => msvc2015}/dm.stimresponse.vcxproj.filters (100%)
 rename tools/{msvc2013 => msvc2015}/eclassmgr.vcxproj (98%)
 rename tools/{msvc2013 => msvc2015}/eclassmgr.vcxproj.filters (100%)
 rename tools/{msvc2013 => msvc2015}/eclasstree.vcxproj (98%)
 rename tools/{msvc2013 => msvc2015}/eclasstree.vcxproj.filters (100%)
 rename tools/{msvc2013 => msvc2015}/entity.vcxproj (98%)
 rename tools/{msvc2013 => msvc2015}/entity.vcxproj.filters (100%)
 rename tools/{msvc2013 => msvc2015}/entitylist.vcxproj (98%)
 rename tools/{msvc2013 => msvc2015}/entitylist.vcxproj.filters (100%)
 rename tools/{msvc2013 => msvc2015}/eventmanager.vcxproj (98%)
 rename tools/{msvc2013 => msvc2015}/eventmanager.vcxproj.filters (100%)
 rename tools/{msvc2013 => msvc2015}/filetypes.vcxproj (98%)
 rename tools/{msvc2013 => msvc2015}/filetypes.vcxproj.filters (100%)
 rename tools/{msvc2013 => msvc2015}/filters.vcxproj (98%)
 rename tools/{msvc2013 => msvc2015}/filters.vcxproj.filters (100%)
 rename tools/{msvc2013 => msvc2015}/fonts.vcxproj (98%)
 rename tools/{msvc2013 => msvc2015}/fonts.vcxproj.filters (100%)
 rename tools/{msvc2013 => msvc2015}/grid.vcxproj (98%)
 rename tools/{msvc2013 => msvc2015}/grid.vcxproj.filters (100%)
 rename tools/{msvc2013 => msvc2015}/image.vcxproj (98%)
 rename tools/{msvc2013 => msvc2015}/image.vcxproj.filters (100%)
 rename tools/{msvc2013 => msvc2015}/include.vcxproj (92%)
 rename tools/{msvc2013 => msvc2015}/libs.vcxproj (97%)
 rename tools/{msvc2013 => msvc2015}/libs.vcxproj.filters (99%)
 rename tools/{msvc2013 => msvc2015}/mapdoom3.vcxproj (96%)
 rename tools/{msvc2013 => msvc2015}/mapdoom3.vcxproj.filters (88%)
 rename tools/{msvc2013 => msvc2015}/mathlib.vcxproj (97%)
 rename tools/{msvc2013 => msvc2015}/md5model.vcxproj (98%)
 rename tools/{msvc2013 => msvc2015}/md5model.vcxproj.filters (100%)
 rename tools/{msvc2013 => msvc2015}/model.vcxproj (98%)
 rename tools/{msvc2013 => msvc2015}/model.vcxproj.filters (100%)
 rename tools/{msvc2013 => msvc2015}/particles.vcxproj (98%)
 rename tools/{msvc2013 => msvc2015}/particles.vcxproj.filters (100%)
 rename tools/{msvc2013 => msvc2015}/picomodellib.vcxproj (97%)
 rename tools/{msvc2013 => msvc2015}/picomodellib.vcxproj.filters (100%)
 rename tools/{msvc2013 => msvc2015}/post_build_event.cmd (54%)
 rename tools/{msvc2013 => msvc2015}/post_build_event_x64.cmd (53%)
 rename tools/{msvc2013 => msvc2015}/properties/Boost.props (100%)
 rename tools/{msvc2013 => msvc2015}/properties/DarkRadiant Base Debug Win32.props (100%)
 rename tools/{msvc2013 => msvc2015}/properties/DarkRadiant Base Debug x64.props (85%)
 rename tools/{msvc2013 => msvc2015}/properties/DarkRadiant Base Release Win32.props (100%)
 rename tools/{msvc2013 => msvc2015}/properties/DarkRadiant Base Release x64.props (80%)
 rename tools/{msvc2013 => msvc2015}/properties/DarkRadiant Base.props (100%)
 rename tools/{msvc2013 => msvc2015}/properties/GLEW.props (100%)
 rename tools/{msvc2013 => msvc2015}/properties/OpenAL + Vorbis.props (100%)
 rename tools/{msvc2013 => msvc2015}/properties/Python.props (100%)
 rename tools/{msvc2013 => msvc2015}/properties/ftgl.props (100%)
 rename tools/{msvc2013 => msvc2015}/properties/libpng.props (100%)
 rename tools/{msvc2013 => msvc2015}/properties/libxml2.props (100%)
 rename tools/{msvc2013 => msvc2015}/properties/win_iconv.props (100%)
 rename tools/{msvc2013 => msvc2015}/properties/wxWidgets.props (100%)
 rename tools/{msvc2013 => msvc2015}/properties/zlib.props (100%)
 rename tools/{msvc2013 => msvc2015}/scenegraph.vcxproj (98%)
 rename tools/{msvc2013 => msvc2015}/scenegraph.vcxproj.filters (100%)
 rename tools/{msvc2013 => msvc2015}/scenelib.vcxproj (96%)
 rename tools/{msvc2013 => msvc2015}/scenelib.vcxproj.filters (85%)
 rename tools/{msvc2013 => msvc2015}/script.vcxproj (98%)
 rename tools/{msvc2013 => msvc2015}/script.vcxproj.filters (100%)
 rename tools/{msvc2013 => msvc2015}/shaders.vcxproj (98%)
 rename tools/{msvc2013 => msvc2015}/shaders.vcxproj.filters (100%)
 rename tools/{msvc2013 => msvc2015}/skins.vcxproj (98%)
 rename tools/{msvc2013 => msvc2015}/skins.vcxproj.filters (100%)
 rename tools/{msvc2013 => msvc2015}/sound.vcxproj (98%)
 rename tools/{msvc2013 => msvc2015}/sound.vcxproj.filters (100%)
 rename tools/{msvc2013 => msvc2015}/uimanager.vcxproj (98%)
 rename tools/{msvc2013 => msvc2015}/uimanager.vcxproj.filters (100%)
 rename tools/{msvc2013 => msvc2015}/undo.vcxproj (98%)
 rename tools/{msvc2013 => msvc2015}/undo.vcxproj.filters (100%)
 rename tools/{msvc2013 => msvc2015}/vfspk3.vcxproj (98%)
 rename tools/{msvc2013 => msvc2015}/vfspk3.vcxproj.filters (100%)
 rename tools/{msvc2013 => msvc2015}/wavefront.vcxproj (100%)
 rename tools/{msvc2013 => msvc2015}/wavefront.vcxproj.filters (100%)
 rename tools/{msvc2013 => msvc2015}/wxutillib.vcxproj (98%)
 rename tools/{msvc2013 => msvc2015}/wxutillib.vcxproj.filters (100%)
 rename tools/{msvc2013 => msvc2015}/xmlregistry.vcxproj (98%)
 rename tools/{msvc2013 => msvc2015}/xmlregistry.vcxproj.filters (100%)
 rename tools/{msvc2013 => msvc2015}/xmlutillib.vcxproj (97%)
 delete mode 100644 tools/scripts/copy_install_files.cmd
 delete mode 100644 tools/scripts/copy_install_files.x64.cmd

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



More information about the Pkg-games-commits mailing list