[darkradiant] branch master updated (c0e0a6f -> 469bc84)

Tobias Frost tobi at moszumanska.debian.org
Tue Jul 4 18:05:27 UTC 2017


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

tobi pushed a change to branch master
in repository darkradiant.

      from  c0e0a6f   Release 2.1.0-1
       new  df81e65   New upstream version 2.2.1
       new  18da8f3   Merge tag 'upstream/2.2.1'
       new  01c3446   Removing 02-ftbfs-missing-include.patch -- applied upstream
       new  81441e1   Removing 01-reproducible-build.patch -- no longer needed.
       new  bc8b924   Bump S-V to 4.0.0 -- no changes required
       new  d84ce68   Update copyright years in d/control.
       new  469bc84   Release 2.2.1-1

The 7 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:
 Makefile.in                                        |   72 +-
 PKGBUILD                                           |   28 +
 README                                             |   99 -
 README.md                                          |  100 +
 aclocal.m4                                         |  328 +-
 autogen.sh                                         |    9 +-
 config.h.in                                        |    6 +-
 configure                                          | 4469 ++++++++++------
 configure.ac                                       |   79 +-
 debian/changelog                                   |   10 +
 debian/control                                     |    2 +-
 debian/copyright                                   |    2 +-
 debian/patches/01-reproducible-build.patch         |   26 -
 debian/patches/02-ftbfs-missing-include.patch      |   16 -
 debian/patches/series                              |    2 -
 include/ianimationchooser.h                        |   37 +
 include/idialogmanager.h                           |   15 +
 include/ifiletypes.h                               |   39 -
 include/ifiltermenu.h                              |    6 +-
 include/ilayer.h                                   |   21 +
 include/imap.h                                     |    2 +
 include/imapcompiler.h                             |   37 -
 include/imediabrowser.h                            |   57 +
 include/imodel.h                                   |  159 +-
 include/imodelcache.h                              |   26 +-
 include/imodule.h                                  |    7 +-
 include/imousetool.h                               |   10 +
 include/ipatch.h                                   |   17 +-
 include/iresourcechooser.h                         |   33 +
 include/iscript.h                                  |    9 +-
 include/iselection.h                               |  124 +-
 include/iselectiontest.h                           |  109 +-
 include/iuimanager.h                               |   26 +-
 include/precompiled_interfaces.h                   |    4 +-
 include/version.h                                  |    2 +-
 install/bitmaps/snap_rotation_pivot.png            |  Bin 0 -> 478 bytes
 install/colours.xml                                |   10 +-
 install/debug.xml                                  |    3 -
 install/i18n/Makefile.in.in                        |   79 +-
 install/i18n/darkradiant.pot                       |  601 ++-
 install/i18n/de/LC_MESSAGES/darkradiant.mo         |  Bin 99807 -> 101135 bytes
 install/i18n/de/LC_MESSAGES/darkradiant.po         |  634 ++-
 install/input.xml                                  |    1 +
 install/ui/conversationeditor.fbp                  |   91 +-
 install/ui/conversationeditor.xrc                  |   10 +
 install/user.xml                                   |    6 +-
 libs/Makefile.in                                   |   47 +-
 libs/ddslib/Makefile.in                            |   48 +-
 libs/math/Frustum.cpp                              |   14 +-
 libs/math/Makefile.in                              |   51 +-
 libs/math/Ray.h                                    |   26 +
 libs/os/dir.cpp                                    |   23 -
 libs/os/dir.h                                      |  160 +-
 libs/os/file.cpp                                   |   23 -
 libs/os/file.h                                     |   88 +-
 libs/os/path.cpp                                   |   22 -
 libs/os/path.h                                     |   82 +-
 libs/parser/DefBlockTokeniser.h                    |    7 +-
 libs/parser/DefTokeniser.h                         |    2 +
 libs/picomodel/Makefile.in                         |   48 +-
 libs/picomodel/lwo/lwio.c                          |    4 +-
 libs/picomodel/lwo/lwo2.c                          |    3 +
 libs/picomodel/lwo/lwob.c                          |    4 +-
 libs/picomodel/lwo/pntspols.c                      |   14 +-
 libs/picomodel/picointernal.c                      |   19 +-
 libs/picomodel/picointernal.h                      |    2 +-
 libs/picomodel/picomodel.c                         |   35 +-
 libs/picomodel/pm_ase.c                            |  212 +-
 libs/picomodel/pm_fm.c                             |    6 +-
 libs/picomodel/pm_md2.c                            |   15 +-
 libs/picomodel/pm_md3.c                            |   11 +-
 libs/picomodel/pm_mdc.c                            |   11 +-
 libs/picomodel/pm_obj.c                            |    2 +
 libs/pivot.h                                       |  278 +-
 libs/render/RenderablePivot.h                      |  111 +
 libs/render/VertexCb.h                             |    1 +
 libs/render/VertexNCb.h                            |    1 +
 libs/scene/Makefile.in                             |   48 +-
 libs/wxutil/ChoiceHelper.h                         |   19 +
 libs/wxutil/FileChooser.cpp                        |    2 +-
 libs/wxutil/Makefile.in                            |   48 +-
 libs/wxutil/MouseToolHandler.cpp                   |    5 +-
 libs/wxutil/TreeModel.cpp                          |    3 +
 libs/wxutil/TreeView.cpp                           |   31 +
 libs/wxutil/TreeView.h                             |    6 +
 libs/wxutil/menu/PopupMenu.cpp                     |    8 +
 libs/wxutil/menu/PopupMenu.h                       |    3 +
 libs/wxutil/preview/ModelPreview.cpp               |    2 +-
 libs/wxutil/preview/ParticlePreview.cpp            |    2 +-
 libs/wxutil/preview/RenderPreview.cpp              |    7 +-
 libs/wxutil/preview/RenderPreview.h                |    3 +
 libs/xmlutil/Document.cpp                          |   42 +-
 libs/xmlutil/Document.h                            |   12 +-
 libs/xmlutil/Makefile.in                           |   48 +-
 ltmain.sh                                          | 5533 +++++++++++++-------
 m4/ax_cxx_compile_stdcxx.m4                        |  982 ++++
 m4/boost.m4                                        |  155 +-
 m4/gettext.m4                                      |   87 +-
 m4/libtool.m4                                      | 2522 +++++----
 m4/ltoptions.m4                                    |  127 +-
 m4/ltsugar.m4                                      |    7 +-
 m4/ltversion.m4                                    |   12 +-
 m4/lt~obsolete.m4                                  |    7 +-
 m4/po.m4                                           |   42 +-
 plugins/Makefile.in                                |   47 +-
 plugins/archivezip/Makefile.in                     |   48 +-
 plugins/archivezip/ZipArchive.cpp                  |   14 +-
 plugins/archivezip/archivezip.def                  |    7 -
 plugins/commandsystem/Makefile.in                  |   48 +-
 plugins/commandsystem/commandsystem.def            |    7 -
 plugins/dm.conversation/ActorNodeFinder.h          |   46 +
 plugins/dm.conversation/CommandArgumentItem.cpp    |  168 +-
 plugins/dm.conversation/CommandArgumentItem.h      |   63 +-
 plugins/dm.conversation/CommandEditor.cpp          |   98 +-
 plugins/dm.conversation/CommandEditor.h            |   10 +-
 plugins/dm.conversation/ConversationEditor.cpp     |   36 +
 plugins/dm.conversation/ConversationEditor.h       |    2 +
 plugins/dm.conversation/Makefile.in                |   48 +-
 plugins/dm.conversation/dm.conversation.def        |    4 -
 plugins/dm.difficulty/DifficultyEditor.cpp         |   20 +-
 plugins/dm.difficulty/Makefile.in                  |   48 +-
 plugins/dm.difficulty/dm.difficulty.def            |    4 -
 plugins/dm.editing/FixupMap.cpp                    |    2 +-
 plugins/dm.editing/Makefile.in                     |   48 +-
 plugins/dm.editing/dm.editing.def                  |    4 -
 plugins/dm.gui/Makefile.in                         |   48 +-
 plugins/dm.gui/ReadableEditorDialog.cpp            |   17 +-
 plugins/dm.gui/dm.gui.def                          |    4 -
 plugins/dm.objectives/Makefile.am                  |    2 +-
 plugins/dm.objectives/Makefile.in                  |   50 +-
 .../dm.objectives/ObjectiveConditionsDialog.cpp    |    2 +
 plugins/dm.objectives/ce/SpecifierEditCombo.cpp    |    4 +-
 .../dm.objectives/ce/specpanel/SpecifierPanel.h    |    1 +
 plugins/dm.objectives/dm.objectives.def            |    4 -
 plugins/dm.stimresponse/ClassEditor.cpp            |    6 +-
 plugins/dm.stimresponse/ClassEditor.h              |    9 +-
 plugins/dm.stimresponse/EffectArgumentItem.cpp     |    2 +-
 plugins/dm.stimresponse/Makefile.in                |   48 +-
 plugins/dm.stimresponse/ResponseEditor.cpp         |   47 +-
 plugins/dm.stimresponse/ResponseEditor.h           |    8 +-
 plugins/dm.stimresponse/ResponseEffectTypes.cpp    |   36 +-
 plugins/dm.stimresponse/ResponseEffectTypes.h      |    9 +-
 plugins/dm.stimresponse/StimEditor.cpp             |   18 +-
 plugins/dm.stimresponse/StimEditor.h               |    2 +-
 plugins/dm.stimresponse/StimResponseEditor.cpp     |   27 +-
 plugins/dm.stimresponse/StimResponseEditor.h       |    3 +
 plugins/dm.stimresponse/dm.stimresponse.def        |    4 -
 plugins/dm.stimresponse/plugin.cpp                 |   24 +-
 plugins/eclassmgr/Makefile.in                      |   48 +-
 plugins/eclassmgr/eclassmgr.def                    |    7 -
 plugins/eclasstree/Makefile.in                     |   48 +-
 plugins/eclasstree/eclasstree.def                  |    7 -
 plugins/entity/Makefile.in                         |   48 +-
 plugins/entity/ModelKey.cpp                        |    1 +
 plugins/entity/ShaderParms.cpp                     |    4 +-
 plugins/entity/VertexInstance.h                    |    4 +-
 plugins/entity/curve/CurveEditInstance.cpp         |    2 +-
 plugins/entity/doom3group/Doom3Group.h             |    4 +-
 plugins/entity/doom3group/Doom3GroupNode.cpp       |    2 +-
 plugins/entity/eclassmodel/EclassModelNode.h       |    4 +-
 plugins/entity/entity.def                          |    7 -
 plugins/entity/generic/GenericEntity.cpp           |    2 +-
 plugins/entity/light/Light.cpp                     |    2 +-
 plugins/entity/light/Renderables.cpp               |    2 +
 plugins/entity/speaker/SpeakerNode.cpp             |    2 +-
 plugins/entitylist/Makefile.in                     |   48 +-
 plugins/entitylist/entitylist.def                  |    7 -
 plugins/eventmanager/EventManager.cpp              |  248 +-
 plugins/eventmanager/EventManager.h                |   62 +-
 plugins/eventmanager/Makefile.in                   |   48 +-
 plugins/eventmanager/SaveEventVisitor.h            |   10 +-
 plugins/eventmanager/Toggle.cpp                    |    2 +-
 plugins/eventmanager/eventmanager.def              |    7 -
 plugins/filetypes/FileTypeRegistry.cpp             |   94 +-
 plugins/filetypes/FileTypeRegistry.h               |   35 +-
 plugins/filetypes/Makefile.in                      |   48 +-
 plugins/filetypes/filetypes.def                    |    7 -
 plugins/filters/Makefile.in                        |   48 +-
 plugins/filters/filters.def                        |    7 -
 plugins/fonts/Makefile.in                          |   48 +-
 plugins/fonts/fonts.def                            |    7 -
 plugins/grid/Makefile.in                           |   48 +-
 plugins/grid/grid.def                              |    7 -
 plugins/image/Makefile.in                          |   48 +-
 plugins/image/image.def                            |    7 -
 plugins/mapdoom3/Doom3MapFormat.cpp                |    4 +-
 plugins/mapdoom3/Makefile.am                       |   14 +-
 plugins/mapdoom3/Makefile.in                       |  107 +-
 plugins/mapdoom3/Quake3MapFormat.cpp               |    4 +-
 plugins/mapdoom3/Quake4MapFormat.cpp               |    4 +-
 plugins/mapdoom3/aas/Doom3AasFileSettings.cpp      |    2 +-
 plugins/mapdoom3/compiler/BspTree.h                |  110 -
 plugins/mapdoom3/compiler/DebugRenderer.h          |  185 -
 plugins/mapdoom3/compiler/Doom3MapCompiler.cpp     |  253 -
 plugins/mapdoom3/compiler/Doom3MapCompiler.h       |   40 -
 plugins/mapdoom3/compiler/LeakFile.h               |   93 -
 plugins/mapdoom3/compiler/OptIsland.cpp            | 1032 ----
 plugins/mapdoom3/compiler/OptIsland.h              |   82 -
 plugins/mapdoom3/compiler/OptUtils.h               |  202 -
 plugins/mapdoom3/compiler/PlaneSet.h               |  140 -
 plugins/mapdoom3/compiler/ProcBrush.h              |  166 -
 plugins/mapdoom3/compiler/ProcCompiler.cpp         | 5267 -------------------
 plugins/mapdoom3/compiler/ProcCompiler.h           |  366 --
 plugins/mapdoom3/compiler/ProcFile.cpp             |  582 --
 plugins/mapdoom3/compiler/ProcFile.h               |  274 -
 plugins/mapdoom3/compiler/ProcLight.cpp            |  583 ---
 plugins/mapdoom3/compiler/ProcLight.h              |  166 -
 plugins/mapdoom3/compiler/ProcPatch.cpp            |  740 ---
 plugins/mapdoom3/compiler/ProcPatch.h              |   74 -
 plugins/mapdoom3/compiler/ProcWinding.cpp          |  584 ---
 plugins/mapdoom3/compiler/ProcWinding.h            |   80 -
 plugins/mapdoom3/compiler/Surface.cpp              | 1412 -----
 plugins/mapdoom3/compiler/Surface.h                |  207 -
 plugins/mapdoom3/compiler/TriangleHash.h           |  373 --
 plugins/mapdoom3/mapdoom3.cpp                      |    2 -
 plugins/mapdoom3/mapdoom3.def                      |    7 -
 plugins/mapdoom3/primitiveparsers/PatchDef2.cpp    |    2 +-
 plugins/mapdoom3/primitiveparsers/PatchDef3.cpp    |    2 +-
 plugins/md5model/MD5Anim.cpp                       |    6 +-
 plugins/md5model/MD5Anim.h                         |    2 +-
 plugins/md5model/MD5ModelLoader.cpp                |   56 +-
 plugins/md5model/MD5ModelLoader.h                  |   21 +-
 plugins/md5model/MD5ModelNode.cpp                  |    5 +
 plugins/md5model/MD5ModelNode.h                    |    5 +-
 plugins/md5model/MD5Surface.cpp                    |    4 +-
 plugins/md5model/Makefile.in                       |   48 +-
 plugins/md5model/md5model.def                      |    7 -
 plugins/md5model/plugin.cpp                        |   38 +-
 plugins/model/AseExporter.cpp                      |  258 +
 plugins/model/AseExporter.h                        |   41 +
 plugins/model/Makefile.am                          |    3 +-
 plugins/model/Makefile.in                          |   57 +-
 plugins/model/PicoModelLoader.cpp                  |   57 +-
 plugins/model/PicoModelLoader.h                    |   24 +-
 plugins/model/PicoModelModule.h                    |  117 +
 plugins/model/PicoModelNode.cpp                    |   38 +
 plugins/model/PicoModelNode.h                      |   16 +-
 plugins/model/RenderablePicoModel.cpp              |  138 +-
 plugins/model/RenderablePicoModel.h                |   50 +-
 plugins/model/RenderablePicoSurface.cpp            |   65 +-
 plugins/model/RenderablePicoSurface.h              |   10 +-
 plugins/model/bitmaps/model_reload_entity.bmp      |  Bin 308 -> 0 bytes
 plugins/model/bitmaps/picomodel.bmp                |  Bin 192660 -> 0 bytes
 plugins/model/model.def                            |    7 -
 plugins/model/plugin.cpp                           |   98 +-
 plugins/particles/Makefile.in                      |   48 +-
 plugins/particles/particles.def                    |    7 -
 plugins/scenegraph/Makefile.in                     |   48 +-
 plugins/scenegraph/SceneGraphFactory.cpp           |    2 +-
 plugins/scenegraph/scenegraph.def                  |    7 -
 plugins/script/Makefile.in                         |   48 +-
 plugins/script/interfaces/GameInterface.cpp        |    6 +
 plugins/script/interfaces/GameInterface.h          |    1 +
 plugins/script/interfaces/PatchInterface.cpp       |    4 +-
 plugins/script/script.def                          |    7 -
 plugins/shaders/Doom3ShaderLayer.cpp               |    2 +-
 plugins/shaders/Makefile.in                        |   48 +-
 plugins/shaders/shaders.def                        |    7 -
 plugins/skins/Makefile.in                          |   48 +-
 plugins/skins/skins.def                            |    7 -
 plugins/sound/Makefile.in                          |   48 +-
 plugins/sound/SoundPlayer.h                        |    7 +
 plugins/sound/WavFileLoader.h                      |    9 +-
 plugins/sound/sound.def                            |    7 -
 plugins/uimanager/DialogManager.cpp                |   12 +
 plugins/uimanager/DialogManager.h                  |   11 +-
 plugins/uimanager/FilterMenu.cpp                   |   56 +-
 plugins/uimanager/FilterMenu.h                     |   17 +-
 plugins/uimanager/Makefile.am                      |   18 +-
 plugins/uimanager/Makefile.in                      |  138 +-
 plugins/uimanager/MenuItem.cpp                     |  452 --
 plugins/uimanager/MenuItem.h                       |  134 -
 plugins/uimanager/MenuManager.cpp                  |  404 --
 .../common => plugins/uimanager}/SoundChooser.cpp  |   25 +-
 .../ui/common => plugins/uimanager}/SoundChooser.h |   12 +-
 .../uimanager}/SoundShaderPreview.cpp              |    8 +
 .../uimanager}/SoundShaderPreview.h                |    4 +-
 plugins/uimanager/UIManager.cpp                    |    9 +-
 plugins/uimanager/UIManager.h                      |    2 +-
 .../animationpreview/AnimationPreview.cpp          |    2 +-
 .../uimanager}/animationpreview/AnimationPreview.h |    0
 .../animationpreview/MD5AnimationChooser.cpp       |   44 +
 .../animationpreview/MD5AnimationChooser.h         |   22 +
 .../animationpreview/MD5AnimationViewer.cpp        |  136 +-
 .../animationpreview/MD5AnimationViewer.h          |   29 +-
 plugins/uimanager/colourscheme/ColourScheme.cpp    |   80 +-
 plugins/uimanager/colourscheme/ColourScheme.h      |   86 +-
 .../uimanager/colourscheme/ColourSchemeManager.cpp |   51 +-
 plugins/uimanager/menu/MenuBar.cpp                 |  100 +
 plugins/uimanager/menu/MenuBar.h                   |   33 +
 plugins/uimanager/menu/MenuElement.cpp             |  306 ++
 plugins/uimanager/menu/MenuElement.h               |  145 +
 plugins/uimanager/menu/MenuFolder.cpp              |  122 +
 plugins/uimanager/menu/MenuFolder.h                |   33 +
 plugins/uimanager/menu/MenuItem.cpp                |  120 +
 plugins/uimanager/menu/MenuItem.h                  |   26 +
 plugins/uimanager/menu/MenuManager.cpp             |  233 +
 plugins/uimanager/{ => menu}/MenuManager.h         |   71 +-
 plugins/uimanager/menu/MenuRootElement.h           |   28 +
 plugins/uimanager/menu/MenuSeparator.cpp           |   71 +
 plugins/uimanager/menu/MenuSeparator.h             |   25 +
 plugins/uimanager/uimanager.def                    |    7 -
 plugins/undo/Makefile.in                           |   48 +-
 plugins/undo/undo.def                              |    7 -
 plugins/vfspk3/DirectoryArchive.cpp                |    6 +-
 plugins/vfspk3/Doom3FileSystem.cpp                 |    5 +
 plugins/vfspk3/Doom3FileSystem.h                   |    7 +-
 plugins/vfspk3/Makefile.in                         |   48 +-
 plugins/vfspk3/vfspk3.def                          |    7 -
 plugins/xmlregistry/Makefile.in                    |   48 +-
 plugins/xmlregistry/xmlregistry.def                |    7 -
 radiant/Makefile.am                                |   34 +-
 radiant/Makefile.in                                |  653 ++-
 radiant/RadiantModule.cpp                          |  125 +-
 radiant/RadiantModule.h                            |    7 -
 radiant/brush/Brush.cpp                            |    6 +-
 radiant/brush/BrushModule.cpp                      |    2 +-
 radiant/brush/BrushNode.cpp                        |    7 +-
 radiant/brush/EdgeInstance.h                       |    2 +-
 radiant/brush/FaceInstance.cpp                     |   12 +-
 radiant/brush/VertexInstance.h                     |    2 +-
 radiant/camera/CamWnd.cpp                          |    8 +
 radiant/camera/GlobalCamera.cpp                    |    2 +
 radiant/clipper/Clipper.cpp                        |    2 +-
 radiant/layers/LayerSystem.cpp                     |  144 +-
 radiant/layers/LayerSystem.h                       |   14 +
 radiant/layers/LayerUsageBreakdown.cpp             |   81 +
 radiant/layers/LayerUsageBreakdown.h               |   41 +
 radiant/main.cpp                                   |    3 +
 radiant/map/AutoSaver.cpp                          |    2 +
 radiant/map/Map.cpp                                |   95 +-
 radiant/map/Map.h                                  |   20 +-
 radiant/map/MapPositionManager.cpp                 |   95 +-
 radiant/map/MapPositionManager.h                   |   16 +-
 radiant/map/MapResource.cpp                        |    4 +-
 radiant/map/PointFile.cpp                          |  226 +-
 radiant/map/PointFile.h                            |   79 +-
 radiant/map/RenderableAasFile.cpp                  |    1 +
 radiant/map/StartupMapLoader.cpp                   |   62 +-
 radiant/map/StartupMapLoader.h                     |    8 +-
 radiant/{referencecache => model}/ModelCache.cpp   |   65 +-
 radiant/{referencecache => model}/ModelCache.h     |   18 +-
 radiant/model/ModelFormatManager.cpp               |  111 +
 radiant/model/ModelFormatManager.h                 |   40 +
 radiant/{referencecache => model}/NullModel.cpp    |    2 +-
 radiant/{referencecache => model}/NullModel.h      |    0
 .../{referencecache => model}/NullModelLoader.h    |   50 +-
 .../{referencecache => model}/NullModelNode.cpp    |    5 +
 radiant/{referencecache => model}/NullModelNode.h  |    5 +-
 radiant/model/ScaledModelExporter.cpp              |  223 +
 radiant/model/ScaledModelExporter.h                |   42 +
 radiant/modulesystem/ApplicationContextImpl.cpp    |   38 +-
 radiant/modulesystem/DynamicLibraryLoader.cpp      |    2 +-
 radiant/patch/Patch.cpp                            |   14 +-
 radiant/patch/PatchControlInstance.h               |    2 +-
 radiant/patch/PatchCreators.cpp                    |    8 +-
 radiant/patch/PatchNode.cpp                        |    5 +-
 radiant/patch/PatchRenderables.cpp                 |   20 +-
 radiant/patch/PatchTesselation.cpp                 |   24 +-
 radiant/patch/algorithm/General.cpp                |    2 +-
 radiant/patch/algorithm/Prefab.cpp                 |    6 +-
 radiant/render/OpenGLModule.cpp                    |    5 +-
 radiant/render/backend/OpenGLShader.cpp            |    2 +-
 radiant/selection/BestPoint.cpp                    |    7 +-
 radiant/selection/BestPoint.h                      |    2 +-
 radiant/selection/BestSelector.h                   |   65 +
 radiant/selection/ClipManipulator.h                |   18 -
 radiant/selection/DragManipulator.cpp              |  146 -
 radiant/selection/DragManipulator.h                |   26 -
 radiant/selection/Intersection.cpp                 |   89 -
 radiant/selection/Intersection.h                   |   38 -
 radiant/selection/Manipulatables.cpp               |  128 -
 radiant/selection/Manipulatables.h                 |  124 -
 radiant/selection/ManipulateMouseTool.cpp          |  281 +-
 radiant/selection/ManipulateMouseTool.h            |   25 +
 radiant/selection/ManipulationPivot.cpp            |  172 +
 radiant/selection/ManipulationPivot.h              |   82 +
 radiant/selection/Manipulator.cpp                  |   25 -
 radiant/selection/Manipulator.h                    |   53 -
 radiant/selection/ManipulatorComponent.h           |   25 -
 radiant/selection/OccludeSelector.h                |    2 +-
 radiant/selection/Pivot2World.h                    |   79 +-
 radiant/selection/Planes.cpp                       |   46 -
 radiant/selection/Planes.h                         |  101 -
 radiant/selection/RadiantSelectionSystem.cpp       |  769 +--
 radiant/selection/RadiantSelectionSystem.h         |  150 +-
 radiant/selection/RotateManipulator.cpp            |  238 -
 radiant/selection/RotateManipulator.h              |   59 -
 radiant/selection/ScaleManipulator.h               |   47 -
 radiant/selection/SelectionBox.h                   |    0
 radiant/selection/SelectionMouseTools.cpp          |    3 +-
 radiant/selection/SelectionPool.h                  |  125 +
 radiant/selection/SelectionTest.h                  |    1 +
 radiant/selection/Selectors.h                      |  204 -
 radiant/selection/SingleItemSelector.h             |   60 +
 radiant/selection/TransformationVisitors.cpp       |   61 +-
 radiant/selection/TransformationVisitors.h         |   44 +-
 radiant/selection/TranslateManipulator.h           |   47 -
 radiant/selection/algorithm/General.cpp            |    1 +
 radiant/selection/algorithm/Planes.cpp             |  118 +
 radiant/selection/algorithm/Planes.h               |   16 +
 radiant/selection/algorithm/Primitives.cpp         |    2 +-
 radiant/selection/algorithm/Transformation.cpp     |   92 +-
 radiant/selection/algorithm/Transformation.h       |   10 +
 radiant/selection/clipboard/Clipboard.cpp          |    9 +-
 radiant/selection/manipulators/ClipManipulator.h   |   38 +
 radiant/selection/manipulators/DragManipulator.cpp |  174 +
 radiant/selection/manipulators/DragManipulator.h   |   67 +
 radiant/selection/manipulators/ManipulatorBase.cpp |   48 +
 radiant/selection/manipulators/ManipulatorBase.h   |   60 +
 .../manipulators/ManipulatorComponents.cpp         |  364 ++
 .../selection/manipulators/ManipulatorComponents.h |  256 +
 .../manipulators/ModelScaleManipulator.cpp         |  121 +
 .../selection/manipulators/ModelScaleManipulator.h |   51 +
 .../selection/manipulators/RotateManipulator.cpp   |  315 ++
 radiant/selection/manipulators/RotateManipulator.h |   83 +
 .../{ => manipulators}/ScaleManipulator.cpp        |   76 +-
 radiant/selection/manipulators/ScaleManipulator.h  |   58 +
 .../{ => manipulators}/TranslateManipulator.cpp    |  102 +-
 .../selection/manipulators/TranslateManipulator.h  |   60 +
 .../shaderclipboard/ClosestTexturableFinder.cpp    |    3 +-
 .../selection/shaderclipboard/ShaderClipboard.cpp  |   15 +-
 radiant/settings/PreferencePage.cpp                |    5 +
 radiant/settings/PreferencePage.h                  |    3 +
 radiant/textool/TexTool.cpp                        |    9 +
 radiant/ui/UserInterfaceModule.cpp                 |  161 +
 radiant/ui/UserInterfaceModule.h                   |   30 +
 radiant/ui/about/AboutDialog.cpp                   |   25 +-
 radiant/ui/einspector/EntityInspector.cpp          |    3 +
 radiant/ui/einspector/SkinChooser.cpp              |    6 +-
 radiant/ui/einspector/SoundPropertyEditor.cpp      |   13 +-
 radiant/ui/entitychooser/EntityClassChooser.cpp    |    8 +-
 radiant/ui/layers/LayerContextMenu.cpp             |   36 +-
 radiant/ui/layers/LayerControl.cpp                 |   40 +-
 radiant/ui/layers/LayerControl.h                   |   14 +-
 radiant/ui/layers/LayerControlDialog.cpp           |  118 +-
 radiant/ui/layers/LayerControlDialog.h             |   22 +-
 radiant/ui/mainframe/LayoutCommand.h               |   24 +-
 radiant/ui/mainframe/MainFrame.cpp                 |   29 +-
 radiant/ui/mainframe/MainFrame.h                   |    2 +
 radiant/ui/mainframe/ScreenUpdateBlocker.cpp       |    6 +
 radiant/ui/mainframe/TopLevelFrame.cpp             |    6 +-
 radiant/ui/mapinfo/LayerInfoTab.cpp                |   74 +
 radiant/ui/mapinfo/LayerInfoTab.h                  |   47 +
 radiant/ui/mapinfo/MapInfoDialog.cpp               |    4 +
 radiant/ui/mediabrowser/MediaBrowser.cpp           |  189 +-
 radiant/ui/mediabrowser/MediaBrowser.h             |   61 +-
 radiant/ui/mru/MRU.cpp                             |    2 +-
 radiant/ui/ortho/OrthoContextMenu.cpp              |   11 +-
 radiant/ui/prefdialog/PrefPage.cpp                 |   11 +-
 radiant/ui/texturebrowser/TextureBrowser.cpp       |    6 +-
 radiant/xyview/GlobalXYWnd.cpp                     |    2 +
 radiant/xyview/XYWnd.cpp                           |   10 +-
 radiant/xyview/tools/MeasurementTool.cpp           |  189 +
 radiant/xyview/tools/MeasurementTool.h             |   49 +
 test/MathTest.cpp                                  |  507 --
 test/MathTest.h                                    |   27 -
 test/Test.cpp                                      |    8 -
 test/Test.h                                        |   53 -
 test/TestManager.h                                 |   52 -
 test/testsuite.cpp                                 |   18 -
 test/testsuite.vcxproj                             |  174 -
 test/testsuite.vcxproj.filters                     |   35 -
 tools/codeblocks/DarkRadiant.cbp                   | 2018 -------
 tools/codeblocks/archivezip.cbp                    |  171 -
 tools/codeblocks/commandsystem.cbp                 |  163 -
 tools/codeblocks/darkradiant.workspace             |  161 -
 tools/codeblocks/ddslib.cbp                        |   72 -
 tools/codeblocks/dm.conversation.cbp               |  243 -
 tools/codeblocks/dm.difficulty.cbp                 |  221 -
 tools/codeblocks/dm.objectives.cbp                 |  475 --
 tools/codeblocks/dm.stimresponse.cbp               |  279 -
 tools/codeblocks/eclassmgr.cbp                     |  157 -
 tools/codeblocks/eclasstree.cbp                    |  175 -
 tools/codeblocks/entity.cbp                        |  494 --
 tools/codeblocks/entitylist.cbp                    |  186 -
 tools/codeblocks/eventmanager.cbp                  |  225 -
 tools/codeblocks/filetypes.cbp                     |  132 -
 tools/codeblocks/filters.cbp                       |  164 -
 tools/codeblocks/grid.cbp                          |  143 -
 tools/codeblocks/gtkutillib.cbp                    |  160 -
 tools/codeblocks/image.cbp                         |  222 -
 tools/codeblocks/include.cbp                       |   95 -
 tools/codeblocks/jpeglib.cbp                       |  100 -
 tools/codeblocks/libgdkglext/libgdkglext.cbp       |  180 -
 tools/codeblocks/libgtkglext/libgtkglext.cbp       |  106 -
 tools/codeblocks/libiconv/libiconv.cbp             |   72 -
 tools/codeblocks/libvorbis/libvorbis.cbp           |  203 -
 tools/codeblocks/libxml2/libxml2.cbp               |  282 -
 tools/codeblocks/libzlib/libzlib.cbp               |  122 -
 tools/codeblocks/mapdoom3.cbp                      |  202 -
 tools/codeblocks/mathlib.cbp                       |   88 -
 tools/codeblocks/md5model.cbp                      |  182 -
 tools/codeblocks/model.cbp                         |  191 -
 tools/codeblocks/particles.cbp                     |  158 -
 tools/codeblocks/picomodellib.cbp                  |  143 -
 tools/codeblocks/post_build_event.bat              |   46 -
 tools/codeblocks/scenegraph.cbp                    |  137 -
 tools/codeblocks/scenelib.cbp                      |   78 -
 tools/codeblocks/script.cbp                        |  301 --
 tools/codeblocks/shaders.cbp                       |  271 -
 tools/codeblocks/skins.cbp                         |  150 -
 tools/codeblocks/sound.cbp                         |  190 -
 tools/codeblocks/uimanager.cbp                     |  229 -
 tools/codeblocks/undo.cbp                          |  155 -
 tools/codeblocks/vfspk3.cbp                        |  181 -
 tools/codeblocks/xmlregistry.cbp                   |  160 -
 tools/codeblocks/xmlutillib.cbp                    |   76 -
 tools/i18n/darkradiant.pot                         |  601 ++-
 tools/innosetup/darkradiant.iss                    |    6 +-
 tools/innosetup/darkradiant.x64.iss                |    6 +-
 tools/msvc2015/DarkRadiant.vcxproj                 |   76 +-
 tools/msvc2015/DarkRadiant.vcxproj.filters         |  240 +-
 tools/msvc2015/archivezip.vcxproj                  |   15 +-
 tools/msvc2015/archivezip.vcxproj.filters          |    5 -
 tools/msvc2015/commandsystem.vcxproj               |   15 +-
 tools/msvc2015/commandsystem.vcxproj.filters       |    5 -
 tools/msvc2015/dm.conversation.vcxproj             |   16 +-
 tools/msvc2015/dm.conversation.vcxproj.filters     |    6 +-
 tools/msvc2015/dm.difficulty.vcxproj               |   15 +-
 tools/msvc2015/dm.difficulty.vcxproj.filters       |    5 -
 tools/msvc2015/dm.editing.vcxproj                  |   15 +-
 tools/msvc2015/dm.editing.vcxproj.filters          |    5 -
 tools/msvc2015/dm.gui.vcxproj                      |   15 +-
 tools/msvc2015/dm.gui.vcxproj.filters              |    5 -
 tools/msvc2015/dm.objectives.vcxproj               |   15 +-
 tools/msvc2015/dm.objectives.vcxproj.filters       |    5 -
 tools/msvc2015/dm.stimresponse.vcxproj             |   15 +-
 tools/msvc2015/dm.stimresponse.vcxproj.filters     |    5 -
 tools/msvc2015/eclassmgr.vcxproj                   |   15 +-
 tools/msvc2015/eclassmgr.vcxproj.filters           |    5 -
 tools/msvc2015/eclasstree.vcxproj                  |   15 +-
 tools/msvc2015/eclasstree.vcxproj.filters          |    5 -
 tools/msvc2015/entity.vcxproj                      |   15 +-
 tools/msvc2015/entity.vcxproj.filters              |    5 -
 tools/msvc2015/entitylist.vcxproj                  |   15 +-
 tools/msvc2015/entitylist.vcxproj.filters          |    5 -
 tools/msvc2015/eventmanager.vcxproj                |   15 +-
 tools/msvc2015/eventmanager.vcxproj.filters        |    5 -
 tools/msvc2015/filetypes.vcxproj                   |   15 +-
 tools/msvc2015/filetypes.vcxproj.filters           |    5 -
 tools/msvc2015/filters.vcxproj                     |   15 +-
 tools/msvc2015/filters.vcxproj.filters             |    5 -
 tools/msvc2015/fonts.vcxproj                       |   15 +-
 tools/msvc2015/fonts.vcxproj.filters               |    5 -
 tools/msvc2015/grid.vcxproj                        |   15 +-
 tools/msvc2015/grid.vcxproj.filters                |    5 -
 tools/msvc2015/image.vcxproj                       |   15 +-
 tools/msvc2015/image.vcxproj.filters               |    5 -
 tools/msvc2015/include.vcxproj                     |    4 +-
 tools/msvc2015/libs.vcxproj                        |    1 +
 tools/msvc2015/libs.vcxproj.filters                |    3 +
 tools/msvc2015/mapdoom3.vcxproj                    |   38 +-
 tools/msvc2015/mapdoom3.vcxproj.filters            |   77 -
 tools/msvc2015/md5model.vcxproj                    |   15 +-
 tools/msvc2015/md5model.vcxproj.filters            |    5 -
 tools/msvc2015/model.vcxproj                       |   18 +-
 tools/msvc2015/model.vcxproj.filters               |   12 +-
 tools/msvc2015/particles.vcxproj                   |   15 +-
 tools/msvc2015/particles.vcxproj.filters           |    5 -
 tools/msvc2015/picomodellib.vcxproj                |    2 +
 tools/msvc2015/properties/Python.props             |    1 +
 tools/msvc2015/scenegraph.vcxproj                  |   15 +-
 tools/msvc2015/scenegraph.vcxproj.filters          |    5 -
 tools/msvc2015/script.vcxproj                      |   15 +-
 tools/msvc2015/script.vcxproj.filters              |    5 -
 tools/msvc2015/shaders.vcxproj                     |   15 +-
 tools/msvc2015/shaders.vcxproj.filters             |    5 -
 tools/msvc2015/skins.vcxproj                       |   15 +-
 tools/msvc2015/skins.vcxproj.filters               |    5 -
 tools/msvc2015/sound.vcxproj                       |   15 +-
 tools/msvc2015/sound.vcxproj.filters               |    5 -
 tools/msvc2015/uimanager.vcxproj                   |   42 +-
 tools/msvc2015/uimanager.vcxproj.filters           |   90 +-
 tools/msvc2015/undo.vcxproj                        |   15 +-
 tools/msvc2015/undo.vcxproj.filters                |    5 -
 tools/msvc2015/vfspk3.vcxproj                      |   15 +-
 tools/msvc2015/vfspk3.vcxproj.filters              |    5 -
 tools/msvc2015/xmlregistry.vcxproj                 |   15 +-
 tools/msvc2015/xmlregistry.vcxproj.filters         |    5 -
 580 files changed, 23050 insertions(+), 37379 deletions(-)
 create mode 100644 PKGBUILD
 delete mode 100644 README
 create mode 100644 README.md
 delete mode 100644 debian/patches/01-reproducible-build.patch
 delete mode 100644 debian/patches/02-ftbfs-missing-include.patch
 delete mode 100644 debian/patches/series
 create mode 100644 include/ianimationchooser.h
 delete mode 100644 include/imapcompiler.h
 create mode 100644 include/imediabrowser.h
 create mode 100644 include/iresourcechooser.h
 create mode 100644 install/bitmaps/snap_rotation_pivot.png
 delete mode 100644 libs/os/dir.cpp
 delete mode 100644 libs/os/file.cpp
 delete mode 100644 libs/os/path.cpp
 create mode 100644 libs/render/RenderablePivot.h
 create mode 100644 m4/ax_cxx_compile_stdcxx.m4
 delete mode 100644 plugins/archivezip/archivezip.def
 delete mode 100644 plugins/commandsystem/commandsystem.def
 create mode 100644 plugins/dm.conversation/ActorNodeFinder.h
 delete mode 100644 plugins/dm.conversation/dm.conversation.def
 delete mode 100644 plugins/dm.difficulty/dm.difficulty.def
 delete mode 100644 plugins/dm.editing/dm.editing.def
 delete mode 100644 plugins/dm.gui/dm.gui.def
 delete mode 100644 plugins/dm.objectives/dm.objectives.def
 delete mode 100644 plugins/dm.stimresponse/dm.stimresponse.def
 delete mode 100644 plugins/eclassmgr/eclassmgr.def
 delete mode 100644 plugins/eclasstree/eclasstree.def
 delete mode 100644 plugins/entity/entity.def
 delete mode 100644 plugins/entitylist/entitylist.def
 delete mode 100644 plugins/eventmanager/eventmanager.def
 delete mode 100644 plugins/filetypes/filetypes.def
 delete mode 100644 plugins/filters/filters.def
 delete mode 100644 plugins/fonts/fonts.def
 delete mode 100644 plugins/grid/grid.def
 delete mode 100644 plugins/image/image.def
 delete mode 100644 plugins/mapdoom3/compiler/BspTree.h
 delete mode 100644 plugins/mapdoom3/compiler/DebugRenderer.h
 delete mode 100644 plugins/mapdoom3/compiler/Doom3MapCompiler.cpp
 delete mode 100644 plugins/mapdoom3/compiler/Doom3MapCompiler.h
 delete mode 100644 plugins/mapdoom3/compiler/LeakFile.h
 delete mode 100644 plugins/mapdoom3/compiler/OptIsland.cpp
 delete mode 100644 plugins/mapdoom3/compiler/OptIsland.h
 delete mode 100644 plugins/mapdoom3/compiler/OptUtils.h
 delete mode 100644 plugins/mapdoom3/compiler/PlaneSet.h
 delete mode 100644 plugins/mapdoom3/compiler/ProcBrush.h
 delete mode 100644 plugins/mapdoom3/compiler/ProcCompiler.cpp
 delete mode 100644 plugins/mapdoom3/compiler/ProcCompiler.h
 delete mode 100644 plugins/mapdoom3/compiler/ProcFile.cpp
 delete mode 100644 plugins/mapdoom3/compiler/ProcFile.h
 delete mode 100644 plugins/mapdoom3/compiler/ProcLight.cpp
 delete mode 100644 plugins/mapdoom3/compiler/ProcLight.h
 delete mode 100644 plugins/mapdoom3/compiler/ProcPatch.cpp
 delete mode 100644 plugins/mapdoom3/compiler/ProcPatch.h
 delete mode 100644 plugins/mapdoom3/compiler/ProcWinding.cpp
 delete mode 100644 plugins/mapdoom3/compiler/ProcWinding.h
 delete mode 100644 plugins/mapdoom3/compiler/Surface.cpp
 delete mode 100644 plugins/mapdoom3/compiler/Surface.h
 delete mode 100644 plugins/mapdoom3/compiler/TriangleHash.h
 delete mode 100644 plugins/mapdoom3/mapdoom3.def
 delete mode 100644 plugins/md5model/md5model.def
 create mode 100644 plugins/model/AseExporter.cpp
 create mode 100644 plugins/model/AseExporter.h
 create mode 100644 plugins/model/PicoModelModule.h
 delete mode 100644 plugins/model/bitmaps/model_reload_entity.bmp
 delete mode 100644 plugins/model/bitmaps/picomodel.bmp
 delete mode 100644 plugins/model/model.def
 delete mode 100644 plugins/particles/particles.def
 delete mode 100644 plugins/scenegraph/scenegraph.def
 delete mode 100644 plugins/script/script.def
 delete mode 100644 plugins/shaders/shaders.def
 delete mode 100644 plugins/skins/skins.def
 delete mode 100644 plugins/sound/sound.def
 delete mode 100644 plugins/uimanager/MenuItem.cpp
 delete mode 100644 plugins/uimanager/MenuItem.h
 delete mode 100644 plugins/uimanager/MenuManager.cpp
 rename {radiant/ui/common => plugins/uimanager}/SoundChooser.cpp (95%)
 rename {radiant/ui/common => plugins/uimanager}/SoundChooser.h (86%)
 rename {radiant/ui/common => plugins/uimanager}/SoundShaderPreview.cpp (96%)
 rename {radiant/ui/common => plugins/uimanager}/SoundShaderPreview.h (95%)
 rename {radiant/ui => plugins/uimanager}/animationpreview/AnimationPreview.cpp (98%)
 rename {radiant/ui => plugins/uimanager}/animationpreview/AnimationPreview.h (100%)
 create mode 100644 plugins/uimanager/animationpreview/MD5AnimationChooser.cpp
 create mode 100644 plugins/uimanager/animationpreview/MD5AnimationChooser.h
 rename {radiant/ui => plugins/uimanager}/animationpreview/MD5AnimationViewer.cpp (66%)
 rename {radiant/ui => plugins/uimanager}/animationpreview/MD5AnimationViewer.h (78%)
 create mode 100644 plugins/uimanager/menu/MenuBar.cpp
 create mode 100644 plugins/uimanager/menu/MenuBar.h
 create mode 100644 plugins/uimanager/menu/MenuElement.cpp
 create mode 100644 plugins/uimanager/menu/MenuElement.h
 create mode 100644 plugins/uimanager/menu/MenuFolder.cpp
 create mode 100644 plugins/uimanager/menu/MenuFolder.h
 create mode 100644 plugins/uimanager/menu/MenuItem.cpp
 create mode 100644 plugins/uimanager/menu/MenuItem.h
 create mode 100644 plugins/uimanager/menu/MenuManager.cpp
 rename plugins/uimanager/{ => menu}/MenuManager.h (53%)
 create mode 100644 plugins/uimanager/menu/MenuRootElement.h
 create mode 100644 plugins/uimanager/menu/MenuSeparator.cpp
 create mode 100644 plugins/uimanager/menu/MenuSeparator.h
 delete mode 100644 plugins/uimanager/uimanager.def
 delete mode 100644 plugins/undo/undo.def
 delete mode 100644 plugins/vfspk3/vfspk3.def
 delete mode 100644 plugins/xmlregistry/xmlregistry.def
 create mode 100644 radiant/layers/LayerUsageBreakdown.cpp
 create mode 100644 radiant/layers/LayerUsageBreakdown.h
 rename radiant/{referencecache => model}/ModelCache.cpp (82%)
 rename radiant/{referencecache => model}/ModelCache.h (59%)
 create mode 100644 radiant/model/ModelFormatManager.cpp
 create mode 100644 radiant/model/ModelFormatManager.h
 rename radiant/{referencecache => model}/NullModel.cpp (99%)
 rename radiant/{referencecache => model}/NullModel.h (100%)
 rename radiant/{referencecache => model}/NullModelLoader.h (55%)
 rename radiant/{referencecache => model}/NullModelNode.cpp (96%)
 rename radiant/{referencecache => model}/NullModelNode.h (91%)
 create mode 100644 radiant/model/ScaledModelExporter.cpp
 create mode 100644 radiant/model/ScaledModelExporter.h
 create mode 100644 radiant/selection/BestSelector.h
 delete mode 100644 radiant/selection/ClipManipulator.h
 delete mode 100644 radiant/selection/DragManipulator.cpp
 delete mode 100644 radiant/selection/DragManipulator.h
 delete mode 100644 radiant/selection/Intersection.cpp
 delete mode 100644 radiant/selection/Intersection.h
 delete mode 100644 radiant/selection/Manipulatables.cpp
 delete mode 100644 radiant/selection/Manipulatables.h
 create mode 100644 radiant/selection/ManipulationPivot.cpp
 create mode 100644 radiant/selection/ManipulationPivot.h
 delete mode 100644 radiant/selection/Manipulator.cpp
 delete mode 100644 radiant/selection/Manipulator.h
 delete mode 100644 radiant/selection/ManipulatorComponent.h
 delete mode 100644 radiant/selection/Planes.cpp
 delete mode 100644 radiant/selection/Planes.h
 delete mode 100644 radiant/selection/RotateManipulator.cpp
 delete mode 100644 radiant/selection/RotateManipulator.h
 delete mode 100644 radiant/selection/ScaleManipulator.h
 delete mode 100644 radiant/selection/SelectionBox.h
 create mode 100644 radiant/selection/SelectionPool.h
 delete mode 100644 radiant/selection/Selectors.h
 create mode 100644 radiant/selection/SingleItemSelector.h
 delete mode 100644 radiant/selection/TranslateManipulator.h
 create mode 100644 radiant/selection/algorithm/Planes.cpp
 create mode 100644 radiant/selection/algorithm/Planes.h
 create mode 100644 radiant/selection/manipulators/ClipManipulator.h
 create mode 100644 radiant/selection/manipulators/DragManipulator.cpp
 create mode 100644 radiant/selection/manipulators/DragManipulator.h
 create mode 100644 radiant/selection/manipulators/ManipulatorBase.cpp
 create mode 100644 radiant/selection/manipulators/ManipulatorBase.h
 create mode 100644 radiant/selection/manipulators/ManipulatorComponents.cpp
 create mode 100644 radiant/selection/manipulators/ManipulatorComponents.h
 create mode 100644 radiant/selection/manipulators/ModelScaleManipulator.cpp
 create mode 100644 radiant/selection/manipulators/ModelScaleManipulator.h
 create mode 100644 radiant/selection/manipulators/RotateManipulator.cpp
 create mode 100644 radiant/selection/manipulators/RotateManipulator.h
 rename radiant/selection/{ => manipulators}/ScaleManipulator.cpp (53%)
 create mode 100644 radiant/selection/manipulators/ScaleManipulator.h
 rename radiant/selection/{ => manipulators}/TranslateManipulator.cpp (66%)
 create mode 100644 radiant/selection/manipulators/TranslateManipulator.h
 create mode 100644 radiant/ui/UserInterfaceModule.cpp
 create mode 100644 radiant/ui/UserInterfaceModule.h
 create mode 100644 radiant/ui/mapinfo/LayerInfoTab.cpp
 create mode 100644 radiant/ui/mapinfo/LayerInfoTab.h
 create mode 100644 radiant/xyview/tools/MeasurementTool.cpp
 create mode 100644 radiant/xyview/tools/MeasurementTool.h
 delete mode 100644 test/MathTest.cpp
 delete mode 100644 test/MathTest.h
 delete mode 100644 test/Test.cpp
 delete mode 100644 test/Test.h
 delete mode 100644 test/TestManager.h
 delete mode 100644 test/testsuite.cpp
 delete mode 100644 test/testsuite.vcxproj
 delete mode 100644 test/testsuite.vcxproj.filters
 delete mode 100644 tools/codeblocks/DarkRadiant.cbp
 delete mode 100644 tools/codeblocks/archivezip.cbp
 delete mode 100644 tools/codeblocks/commandsystem.cbp
 delete mode 100644 tools/codeblocks/darkradiant.workspace
 delete mode 100644 tools/codeblocks/ddslib.cbp
 delete mode 100644 tools/codeblocks/dm.conversation.cbp
 delete mode 100644 tools/codeblocks/dm.difficulty.cbp
 delete mode 100644 tools/codeblocks/dm.objectives.cbp
 delete mode 100644 tools/codeblocks/dm.stimresponse.cbp
 delete mode 100644 tools/codeblocks/eclassmgr.cbp
 delete mode 100644 tools/codeblocks/eclasstree.cbp
 delete mode 100644 tools/codeblocks/entity.cbp
 delete mode 100644 tools/codeblocks/entitylist.cbp
 delete mode 100644 tools/codeblocks/eventmanager.cbp
 delete mode 100644 tools/codeblocks/filetypes.cbp
 delete mode 100644 tools/codeblocks/filters.cbp
 delete mode 100644 tools/codeblocks/grid.cbp
 delete mode 100644 tools/codeblocks/gtkutillib.cbp
 delete mode 100644 tools/codeblocks/image.cbp
 delete mode 100644 tools/codeblocks/include.cbp
 delete mode 100644 tools/codeblocks/jpeglib.cbp
 delete mode 100644 tools/codeblocks/libgdkglext/libgdkglext.cbp
 delete mode 100644 tools/codeblocks/libgtkglext/libgtkglext.cbp
 delete mode 100644 tools/codeblocks/libiconv/libiconv.cbp
 delete mode 100644 tools/codeblocks/libvorbis/libvorbis.cbp
 delete mode 100644 tools/codeblocks/libxml2/libxml2.cbp
 delete mode 100644 tools/codeblocks/libzlib/libzlib.cbp
 delete mode 100644 tools/codeblocks/mapdoom3.cbp
 delete mode 100644 tools/codeblocks/mathlib.cbp
 delete mode 100644 tools/codeblocks/md5model.cbp
 delete mode 100644 tools/codeblocks/model.cbp
 delete mode 100644 tools/codeblocks/particles.cbp
 delete mode 100644 tools/codeblocks/picomodellib.cbp
 delete mode 100644 tools/codeblocks/post_build_event.bat
 delete mode 100644 tools/codeblocks/scenegraph.cbp
 delete mode 100644 tools/codeblocks/scenelib.cbp
 delete mode 100644 tools/codeblocks/script.cbp
 delete mode 100644 tools/codeblocks/shaders.cbp
 delete mode 100644 tools/codeblocks/skins.cbp
 delete mode 100644 tools/codeblocks/sound.cbp
 delete mode 100644 tools/codeblocks/uimanager.cbp
 delete mode 100644 tools/codeblocks/undo.cbp
 delete mode 100644 tools/codeblocks/vfspk3.cbp
 delete mode 100644 tools/codeblocks/xmlregistry.cbp
 delete mode 100644 tools/codeblocks/xmlutillib.cbp

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