[darkradiant] branch upstream updated (d667fc5 -> 41cd039)

Tobias Frost tobi at moszumanska.debian.org
Thu Aug 4 16:30:21 UTC 2016


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

tobi pushed a change to branch upstream
in repository darkradiant.

      from  d667fc5   Imported Upstream version 2.0.2
       new  3758686   Imported Upstream version 2.0.3
       new  41cd039   Imported Upstream version 2.0.4

The 2 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                                         |    1 +
 ChangeLog                                          | 8321 --------------------
 Makefile.in                                        |    6 +-
 configure                                          |  882 ++-
 configure.ac                                       |    4 +-
 debian/changelog                                   |   19 +
 debian/rules                                       |    2 +-
 include/ibrush.h                                   |    3 +-
 include/ieclass.h                                  |    4 +-
 include/ientity.h                                  |  171 +-
 include/ieventmanager.h                            |   47 +-
 include/igl.h                                      |    7 +
 include/iinteractiveview.h                         |    3 +
 include/ilayer.h                                   |   20 +-
 include/imainframe.h                               |    3 +-
 include/imap.h                                     |   37 +-
 include/imapresource.h                             |    5 +-
 include/imodule.h                                  |   24 +-
 include/imousetool.h                               |   36 +-
 include/inode.h                                    |   14 +-
 include/iorthoview.h                               |   11 +-
 include/iparticles.h                               |    2 +-
 include/ipatch.h                                   |    3 +-
 include/irender.h                                  |    3 -
 include/iscenegraph.h                              |    5 +-
 include/ishaders.h                                 |   57 +-
 include/isound.h                                   |    3 +-
 include/itextstream.h                              |  186 +-
 include/itransformable.h                           |   11 +
 include/iuimanager.h                               |    5 -
 include/iundo.h                                    |    7 +-
 include/mapfile.h                                  |   35 +-
 include/modelskin.h                                |   29 +-
 include/precompiled_interfaces.h                   |    2 +-
 include/version.h                                  |    2 +-
 include/warnings.h                                 |   31 -
 install/bitmaps/texture_pick.png                   |  Bin 0 -> 411 bytes
 install/darkradiant.desktop.in                     |    2 +-
 install/games/darkmod.game                         |    1 +
 install/games/doom3-demo.game                      |    1 +
 install/games/doom3.game                           |    1 +
 install/games/quake3.game                          |    1 +
 install/games/xreal.game                           |    5 +
 install/i18n/darkradiant.pot                       |  958 +--
 install/i18n/de/LC_MESSAGES/darkradiant.mo         |  Bin 96548 -> 97427 bytes
 install/i18n/de/LC_MESSAGES/darkradiant.po         | 1000 +--
 install/menu.xml                                   |    3 +-
 install/scripts/commands/ase_export.py             |   16 +-
 install/scripts/commands/ase_export_blend.py       |   81 +-
 .../scripts/commands/convert_to_ase_and_replace.py |    4 +-
 install/scripts/commands/export_obj.py             |  268 +
 install/ui/findandreplacedialog.fbp                |  198 +-
 install/ui/findandreplacedialog.xrc                |   25 +-
 install/ui/objectiveseditor.fbp                    |    4 +-
 install/ui/objectiveseditor.xrc                    |    2 +-
 install/ui/renderpreview.fbp                       |  129 +-
 install/ui/renderpreview.xrc                       |   26 +
 install/user.xml                                   |    7 +-
 libs/ObservedUndoable.h                            |   35 +-
 libs/SelectableNode.h                              |    4 +-
 libs/SurfaceShader.h                               |  231 +
 libs/ThreadedDefLoader.h                           |  104 +
 libs/Transformable.h                               |   87 +-
 libs/UndoFileChangeTracker.h                       |   99 +
 libs/archivelib.h                                  |   32 +-
 libs/debugging/ScenegraphUtils.h                   |    4 +-
 libs/debugging/ScopedDebugTimer.h                  |   15 +-
 libs/entitylib.h                                   |   18 +-
 libs/gamelib.h                                     |   21 +
 libs/moduleobservers.h                             |   10 +-
 libs/os/dir.h                                      |    2 +-
 libs/registry/Widgets.h                            |    2 +-
 libs/render/ShaderStateRenderer.h                  |   25 +-
 libs/scene/BasicRootNode.h                         |   73 +
 libs/scene/Node.cpp                                |   19 +-
 libs/scene/Node.h                                  |   20 +-
 libs/scene/TraversableNodeSet.cpp                  |   20 +-
 libs/scene/TraversableNodeSet.h                    |    7 +-
 libs/scenelib.h                                    |   17 +-
 libs/wxutil/ConsoleView.cpp                        |   92 +-
 libs/wxutil/ConsoleView.h                          |    9 +
 libs/wxutil/FreezePointer.cpp                      |   37 +-
 libs/wxutil/FreezePointer.h                        |   21 +-
 libs/wxutil/GLWidget.cpp                           |   11 +-
 libs/wxutil/Makefile.am                            |   74 +-
 libs/wxutil/Makefile.in                            |   80 +-
 libs/wxutil/ModalProgressDialog.cpp                |    5 +-
 libs/wxutil/ModalProgressDialog.h                  |    2 +-
 libs/wxutil/MouseButton.h                          |   54 +-
 libs/wxutil/MouseToolHandler.cpp                   |  343 +
 libs/wxutil/MouseToolHandler.h                     |   66 +
 libs/wxutil/SerialisableWidgets.cpp                |    6 +-
 libs/wxutil/TreeModel.cpp                          |   35 +
 libs/wxutil/TreeModel.h                            |   23 +
 libs/wxutil/TreeView.cpp                           |   22 +
 libs/wxutil/TreeView.h                             |    6 +
 libs/wxutil/VFSTreePopulator.cpp                   |   37 +-
 libs/wxutil/VFSTreePopulator.h                     |   41 +-
 libs/wxutil/WindowPosition.cpp                     |   28 +-
 libs/wxutil/WindowPosition.h                       |    5 +
 libs/wxutil/dialog/Dialog.cpp                      |   19 +-
 libs/wxutil/dialog/Dialog.h                        |    6 +
 libs/wxutil/dialog/MessageBox.cpp                  |   16 +-
 libs/wxutil/dialog/MessageBox.h                    |    5 +
 libs/wxutil/event/KeyEventFilter.h                 |   24 +-
 libs/wxutil/preview/ModelPreview.cpp               |   84 +-
 libs/wxutil/preview/ModelPreview.h                 |   22 +-
 libs/wxutil/preview/ParticlePreview.cpp            |   47 +-
 libs/wxutil/preview/ParticlePreview.h              |   13 +-
 libs/wxutil/preview/RenderPreview.cpp              |  411 +-
 libs/wxutil/preview/RenderPreview.h                |   55 +-
 libs/xmlutil/Document.cpp                          |    7 +-
 libs/xmlutil/Makefile.am                           |    3 +-
 libs/xmlutil/Makefile.in                           |    4 +-
 libs/xmlutil/Node.cpp                              |   20 +
 libs/xmlutil/Node.h                                |   10 +-
 m4/boost.m4                                        |  504 +-
 plugins/Makefile.am                                |    1 -
 plugins/Makefile.in                                |    6 +-
 plugins/archivezip/DeflatedArchiveTextFile.h       |    8 +-
 plugins/archivezip/ZipArchive.cpp                  |   73 +-
 plugins/archivezip/ZipArchive.h                    |    7 +-
 .../dm.conversation/ConversationKeyExtractor.cpp   |    3 +-
 plugins/dm.conversation/ConversationKeyExtractor.h |   10 +-
 plugins/dm.editing/AIEditingPanel.cpp              |   17 +-
 plugins/dm.editing/SpawnargReplacer.h              |   35 +-
 plugins/dm.gui/Makefile.am                         |    1 +
 plugins/dm.gui/Makefile.in                         |    1 +
 plugins/dm.gui/ReadableEditorDialog.cpp            |   37 +-
 plugins/dm.gui/ReadableEditorDialog.h              |    3 +
 plugins/dm.gui/ReadableReloader.h                  |    6 +-
 plugins/dm.gui/XData.cpp                           |    4 +-
 plugins/dm.gui/XDataLoader.cpp                     |    4 +-
 plugins/dm.gui/XDataLoader.h                       |    8 +-
 plugins/dm.gui/gui/GuiManager.cpp                  |   44 +-
 plugins/dm.gui/gui/GuiManager.h                    |   29 +-
 plugins/dm.gui/gui/GuiView.cpp                     |    3 +
 plugins/dm.gui/gui/RenderableText.cpp              |    2 +-
 plugins/dm.gui/gui/Variable.cpp                    |   10 +
 plugins/dm.gui/plugin.cpp                          |    4 +-
 plugins/dm.objectives/ComponentsDialog.cpp         |    6 +-
 plugins/dm.objectives/ObjectiveEntity.cpp          |    2 +-
 plugins/dm.objectives/ObjectiveKeyExtractor.cpp    |    2 +-
 plugins/dm.objectives/ObjectiveKeyExtractor.h      |   10 +-
 plugins/dm.objectives/ObjectivesEditor.cpp         |   20 +-
 plugins/dm.objectives/TargetList.h                 |   28 +-
 .../dm.objectives/ce/AIFindBodyComponentEditor.cpp |    2 +
 .../dm.objectives/ce/AIFindItemComponentEditor.cpp |    2 +
 plugins/dm.objectives/ce/AlertComponentEditor.cpp  |    2 +
 plugins/dm.objectives/ce/ComponentEditor.h         |    8 +
 plugins/dm.objectives/ce/ComponentEditorBase.h     |   25 +-
 .../ce/CustomClockedComponentEditor.cpp            |    2 +
 plugins/dm.objectives/ce/CustomComponentEditor.cpp |    2 +
 .../dm.objectives/ce/DestroyComponentEditor.cpp    |    2 +
 .../dm.objectives/ce/DistanceComponentEditor.cpp   |    2 +
 .../ce/InfoLocationComponentEditor.cpp             |    2 +
 plugins/dm.objectives/ce/ItemComponentEditor.cpp   |    2 +
 plugins/dm.objectives/ce/KillComponentEditor.cpp   |    5 +-
 .../dm.objectives/ce/KnockoutComponentEditor.cpp   |    2 +
 .../dm.objectives/ce/LocationComponentEditor.cpp   |    2 +
 .../dm.objectives/ce/PickpocketComponentEditor.cpp |    2 +
 .../ce/ReadableClosedComponentEditor.cpp           |    2 +
 .../ce/ReadableOpenedComponentEditor.cpp           |    2 +
 .../ce/ReadablePageReachedComponentEditor.cpp      |    2 +
 plugins/dm.stimresponse/SREntity.cpp               |   10 +-
 plugins/dm.stimresponse/SRPropertyLoader.cpp       |    3 +-
 plugins/dm.stimresponse/SRPropertyLoader.h         |   10 +-
 plugins/dm.stimresponse/SRPropertyRemover.cpp      |    3 +-
 plugins/dm.stimresponse/SRPropertyRemover.h        |   12 +-
 plugins/dm.stimresponse/StimTypes.cpp              |   15 +-
 plugins/dm.stimresponse/StimTypes.h                |    9 +-
 plugins/eclassmgr/Doom3EntityClass.cpp             |    2 +-
 plugins/eclassmgr/EClassManager.cpp                |  115 +-
 plugins/eclassmgr/EClassManager.h                  |   44 +-
 plugins/eclassmgr/Makefile.am                      |    2 +-
 plugins/eclassmgr/Makefile.in                      |    2 +-
 plugins/entity/AngleKey.cpp                        |   35 +
 plugins/entity/AngleKey.h                          |   59 +
 plugins/entity/Doom3Entity.cpp                     |   53 +-
 plugins/entity/Doom3Entity.h                       |   16 +-
 plugins/entity/EntityCreator.cpp                   |   11 +-
 plugins/entity/EntityCreator.h                     |    5 +-
 plugins/entity/EntityNode.cpp                      |   28 +-
 plugins/entity/EntityNode.h                        |    4 +-
 plugins/entity/EntitySettings.cpp                  |    4 +-
 plugins/entity/EntitySettings.h                    |    8 +-
 plugins/entity/KeyValue.cpp                        |   10 +-
 plugins/entity/KeyValue.h                          |    4 +-
 plugins/entity/Makefile.am                         |   10 +-
 plugins/entity/Makefile.in                         |   34 +-
 plugins/entity/ModelKey.cpp                        |   51 +-
 plugins/entity/ModelKey.h                          |    3 +
 plugins/entity/NamespaceManager.cpp                |   54 +-
 plugins/entity/RotationKey.cpp                     |   56 +
 plugins/entity/RotationKey.h                       |   40 +
 plugins/entity/RotationMatrix.cpp                  |  147 +
 plugins/entity/RotationMatrix.h                    |   57 +
 plugins/entity/angle.cpp                           |   23 -
 plugins/entity/angle.h                             |   80 -
 plugins/entity/doom3group/Doom3Group.cpp           |   27 +-
 plugins/entity/doom3group/Doom3Group.h             |   14 +-
 plugins/entity/doom3group/Doom3GroupNode.cpp       |   31 +-
 plugins/entity/doom3group/Doom3GroupNode.h         |   11 +-
 plugins/entity/eclassmodel/EclassModel.cpp         |  137 -
 plugins/entity/eclassmodel/EclassModel.h           |   82 -
 plugins/entity/eclassmodel/EclassModelNode.cpp     |  128 +-
 plugins/entity/eclassmodel/EclassModelNode.h       |   43 +-
 plugins/entity/generic/GenericEntity.cpp           |   26 +-
 plugins/entity/generic/GenericEntity.h             |    7 +-
 plugins/entity/generic/GenericEntityNode.cpp       |   57 +-
 plugins/entity/generic/GenericEntityNode.h         |   21 +-
 plugins/entity/light/Light.cpp                     |    5 +
 plugins/entity/light/Light.h                       |    8 +-
 plugins/entity/light/LightNode.cpp                 |   13 +-
 plugins/entity/light/LightNode.h                   |   11 +-
 plugins/entity/rotation.cpp                        |   23 -
 plugins/entity/rotation.h                          |  236 -
 plugins/entity/speaker/SpeakerNode.h               |    4 +-
 .../entity/target/RenderableTargetInstances.cpp    |   35 -
 plugins/entity/target/RenderableTargetInstances.h  |   50 -
 plugins/entity/target/RenderableTargetLines.h      |  171 +-
 plugins/entity/target/Target.h                     |   22 +-
 plugins/entity/target/TargetKey.cpp                |   32 +-
 plugins/entity/target/TargetKey.h                  |   23 +-
 plugins/entity/target/TargetKeyCollection.cpp      |   54 +-
 plugins/entity/target/TargetKeyCollection.h        |   32 +-
 plugins/entity/target/TargetLineNode.cpp           |   65 +
 plugins/entity/target/TargetLineNode.h             |   47 +
 plugins/entity/target/TargetManager.cpp            |   12 +-
 plugins/entity/target/TargetManager.h              |   46 +-
 plugins/entity/target/TargetableNode.cpp           |   96 +-
 plugins/entity/target/TargetableNode.h             |   34 +-
 plugins/entitylist/EntityList.cpp                  |   18 +-
 plugins/entitylist/GraphTreeModel.cpp              |    4 +
 plugins/entitylist/GraphTreeModel.h                |    6 +-
 plugins/entitylist/GraphTreeModelPopulator.h       |    2 +-
 plugins/eventmanager/Accelerator.cpp               |  563 +-
 plugins/eventmanager/Accelerator.h                 |  125 +-
 plugins/eventmanager/Event.h                       |  129 +-
 plugins/eventmanager/EventManager.cpp              |  110 +-
 plugins/eventmanager/EventManager.h                |    8 +-
 plugins/eventmanager/GlobalKeyEventFilter.cpp      |   22 +-
 plugins/eventmanager/GlobalKeyEventFilter.h        |    4 +-
 plugins/eventmanager/KeyEvent.h                    |   62 +-
 plugins/eventmanager/Makefile.am                   |    2 +-
 plugins/eventmanager/Makefile.in                   |    2 +-
 plugins/eventmanager/RegistryToggle.h              |   77 +-
 plugins/eventmanager/SaveEventVisitor.h            |   72 +-
 plugins/eventmanager/Statement.cpp                 |   32 +
 plugins/eventmanager/Statement.h                   |   70 +-
 plugins/eventmanager/Toggle.cpp                    |   32 +
 plugins/eventmanager/Toggle.h                      |    9 +-
 plugins/eventmanager/WidgetToggle.cpp              |    5 +
 plugins/eventmanager/WidgetToggle.h                |   39 +-
 plugins/filters/BasicFilterSystem.cpp              |   15 +-
 plugins/filters/ShaderUpdateWalker.h               |   28 -
 plugins/fonts/FontManager.cpp                      |   26 +-
 plugins/fonts/FontManager.h                        |   21 +-
 plugins/fonts/Makefile.am                          |    1 +
 plugins/fonts/Makefile.in                          |    1 +
 plugins/image/DDSImage.cpp                         |    4 +-
 plugins/mapdoom3/Doom3MapWriter.cpp                |   29 +-
 plugins/mapdoom3/Quake3MapReader.cpp               |   12 +-
 plugins/mapdoom3/primitiveparsers/BrushDef.cpp     |  134 +
 plugins/mapdoom3/primitiveparsers/BrushDef.h       |   20 +-
 plugins/md5model/MD5Surface.cpp                    |   25 +-
 plugins/md5model/MD5Surface.h                      |    3 +
 plugins/model/RenderablePicoSurface.cpp            |    4 +
 plugins/particles/Makefile.am                      |    1 +
 plugins/particles/Makefile.in                      |    1 +
 plugins/particles/ParticlesManager.cpp             |   70 +-
 plugins/particles/ParticlesManager.h               |   47 +-
 plugins/particles/editor/ParticleEditor.cpp        |    8 +-
 plugins/scenegraph/SceneGraph.cpp                  |  125 +-
 plugins/scenegraph/SceneGraph.h                    |   53 +-
 plugins/script/ScriptCommand.h                     |   19 +-
 plugins/script/ScriptMenu.cpp                      |   23 +-
 plugins/script/ScriptingSystem.cpp                 |   16 +-
 plugins/script/interfaces/EntityInterface.cpp      |   10 +-
 plugins/script/interfaces/EntityInterface.h        |   13 +-
 plugins/script/interfaces/SceneGraphInterface.h    |    2 +-
 .../script/interfaces/ShaderSystemInterface.cpp    |    6 +-
 plugins/script/interfaces/ShaderSystemInterface.h  |   21 +-
 plugins/shaders/CameraCubeMapDecl.cpp              |    6 +-
 plugins/shaders/Doom3ShaderLayer.cpp               |    4 +-
 plugins/shaders/Doom3ShaderSystem.cpp              |  153 +-
 plugins/shaders/Doom3ShaderSystem.h                |  101 +-
 plugins/shaders/Makefile.am                        |    1 +
 plugins/shaders/Makefile.in                        |    1 +
 plugins/shaders/MapExpression.cpp                  |    2 +-
 plugins/shaders/ShaderFileLoader.cpp               |    4 +-
 plugins/shaders/ShaderFileLoader.h                 |   13 +-
 plugins/shaders/ShaderLibrary.cpp                  |   55 +-
 plugins/shaders/ShaderLibrary.h                    |   28 +-
 plugins/skins/Doom3SkinCache.cpp                   |  131 +-
 plugins/skins/Doom3SkinCache.h                     |   81 +-
 plugins/skins/Makefile.am                          |    2 +-
 plugins/skins/Makefile.in                          |    2 +-
 plugins/sound/Makefile.am                          |    3 +-
 plugins/sound/Makefile.in                          |    3 +-
 plugins/sound/SoundManager.cpp                     |   59 +-
 plugins/sound/SoundManager.h                       |   37 +-
 plugins/sound/SoundPlayer.cpp                      |    2 +-
 plugins/uimanager/MenuItem.cpp                     |   34 -
 plugins/uimanager/MenuItem.h                       |    5 -
 plugins/uimanager/MenuManager.cpp                  |    8 -
 plugins/uimanager/MenuManager.h                    |    5 -
 plugins/uimanager/ToolbarManager.cpp               |    2 +-
 plugins/uimanager/UIManager.cpp                    |    4 +
 plugins/undo/StackFiller.h                         |   34 +-
 plugins/undo/UndoSystem.cpp                        |    6 +
 plugins/vfspk3/Doom3FileSystem.cpp                 |    2 +-
 plugins/wavefront/Makefile.am                      |    9 -
 plugins/wavefront/Makefile.in                      |  730 --
 plugins/wavefront/WaveFrontExporter.cpp            |  143 -
 plugins/wavefront/WaveFrontExporter.h              |   39 -
 plugins/wavefront/WaveFrontModule.cpp              |   94 -
 plugins/wavefront/WaveFrontModule.h                |   25 -
 plugins/wavefront/plugin.cpp                       |   19 -
 plugins/wavefront/wavefront.def                    |    7 -
 plugins/xmlregistry/XMLRegistry.cpp                |  131 +-
 plugins/xmlregistry/XMLRegistry.h                  |   13 +-
 radiant/Makefile.am                                |    6 +-
 radiant/Makefile.in                                |  106 +-
 radiant/RadiantModule.cpp                          |   18 +-
 radiant/brush/Brush.cpp                            |  228 +-
 radiant/brush/Brush.h                              |   52 +-
 radiant/brush/BrushNode.cpp                        |   61 +-
 radiant/brush/BrushNode.h                          |   18 +-
 radiant/brush/ContentsFlagsValue.h                 |   55 -
 radiant/brush/Face.cpp                             |  303 +-
 radiant/brush/Face.h                               |  101 +-
 radiant/brush/FaceInstance.cpp                     |    4 +-
 radiant/brush/FaceShader.cpp                       |  192 -
 radiant/brush/FaceShader.h                         |  119 -
 radiant/brush/FaceTexDef.cpp                       |  102 -
 radiant/brush/FaceTexDef.h                         |   77 -
 .../{BrushPrimitTexDef.cpp => TextureMatrix.cpp}   |   45 +-
 .../brush/{BrushPrimitTexDef.h => TextureMatrix.h} |   28 +-
 radiant/brush/TextureProjection.cpp                |   54 +-
 radiant/brush/TextureProjection.h                  |   41 +-
 radiant/brush/csg/BrushByPlaneClipper.cpp          |  109 +-
 radiant/brush/csg/BrushByPlaneClipper.h            |    4 +-
 radiant/brush/csg/CSG.cpp                          |   97 +-
 radiant/camera/CamWnd.cpp                          |  185 +-
 radiant/camera/CamWnd.h                            |   36 +-
 radiant/camera/CameraSettings.cpp                  |   13 +-
 radiant/camera/GlobalCamera.cpp                    |   21 +-
 radiant/camera/GlobalCamera.h                      |    1 +
 radiant/camera/tools/FreeMoveTool.h                |   74 +-
 radiant/camera/tools/JumpToObjectTool.h            |   10 +-
 radiant/camera/tools/ShaderClipboardTools.h        |   42 +-
 radiant/layers/LayerSystem.cpp                     |   24 +-
 radiant/layers/LayerSystem.h                       |    2 +-
 radiant/log/Console.cpp                            |   16 +-
 radiant/log/LogFile.cpp                            |   73 +-
 radiant/log/LogFile.h                              |    8 +-
 radiant/log/LogStream.cpp                          |   46 +-
 radiant/log/LogStream.h                            |   53 +-
 radiant/log/LogStreamBuf.cpp                       |   39 +-
 radiant/log/LogStreamBuf.h                         |    2 +-
 radiant/log/LogWriter.cpp                          |   17 +-
 radiant/log/LogWriter.h                            |    9 +-
 radiant/log/PIDFile.h                              |    2 +-
 radiant/log/StringLogDevice.cpp                    |    2 +-
 radiant/main.cpp                                   |   44 +-
 radiant/main.h                                     |   25 -
 radiant/map/AutoSaver.cpp                          |    4 +-
 radiant/map/BasicContainer.h                       |   48 -
 radiant/map/Map.cpp                                |   29 +-
 radiant/map/Map.h                                  |    4 +-
 radiant/map/MapResource.cpp                        |   74 +-
 radiant/map/MapResource.h                          |   14 +-
 radiant/map/RegionManager.cpp                      |    6 +-
 radiant/map/RootNode.cpp                           |   74 +-
 radiant/map/RootNode.h                             |   43 +-
 radiant/map/ShaderBreakdown.h                      |   19 +-
 radiant/map/StartupMapLoader.cpp                   |    3 +-
 radiant/map/UndoFileChangeTracker.h                |   95 -
 radiant/map/algorithm/AssignLayerMappingWalker.h   |   23 +-
 radiant/map/algorithm/InfoFileExporter.cpp         |   26 +-
 radiant/map/algorithm/Skins.cpp                    |    2 +-
 radiant/modulesystem/ApplicationContextImpl.cpp    |   25 +-
 radiant/modulesystem/ApplicationContextImpl.h      |   21 +-
 radiant/modulesystem/DynamicLibrary.cpp            |   15 +-
 radiant/modulesystem/DynamicLibraryLoader.cpp      |   10 +-
 radiant/modulesystem/ModuleLoader.cpp              |    2 +-
 radiant/modulesystem/ModuleRegistry.cpp            |  107 +-
 radiant/modulesystem/ModuleRegistry.h              |   28 +-
 radiant/modulesystem/StaticModule.h                |   32 +-
 radiant/patch/Patch.cpp                            |  350 +-
 radiant/patch/Patch.h                              |   40 +-
 radiant/patch/PatchNode.cpp                        |   51 +-
 radiant/patch/PatchNode.h                          |   16 +-
 radiant/patch/PatchSavedState.h                    |   13 +-
 radiant/referencecache/ModelCache.cpp              |    2 +-
 radiant/render/OpenGLModule.cpp                    |   15 +-
 radiant/render/OpenGLModule.h                      |   33 +-
 radiant/render/OpenGLRenderSystem.cpp              |   48 +-
 radiant/render/OpenGLRenderSystem.h                |   24 +-
 radiant/render/backend/GLProgramFactory.cpp        |   73 +-
 radiant/render/backend/GLProgramFactory.h          |   43 +-
 radiant/render/backend/OpenGLShader.cpp            |  103 +-
 radiant/render/backend/OpenGLShader.h              |   73 +-
 radiant/render/backend/OpenGLShaderPass.h          |    4 +-
 radiant/render/backend/OpenGLShaderPassAdd.h       |   43 -
 .../render/backend/glprogram/GLSLBumpProgram.cpp   |    4 +-
 .../backend/glprogram/GLSLDepthFillProgram.cpp     |    5 +-
 .../render/backend/glprogram/GenericVFPProgram.cpp |   39 +
 .../render/backend/glprogram/GenericVFPProgram.h   |   37 +
 radiant/selection/ManipulateMouseTool.cpp          |   15 +-
 radiant/selection/ManipulateMouseTool.h            |    4 +-
 radiant/selection/RadiantSelectionSystem.cpp       |   47 +-
 radiant/selection/SceneWalkers.h                   |    2 +-
 radiant/selection/SelectionMouseTools.cpp          |   18 +-
 radiant/selection/SelectionMouseTools.h            |    6 +-
 radiant/selection/TransformationVisitors.cpp       |   77 +-
 radiant/selection/TransformationVisitors.h         |   27 +-
 radiant/selection/algorithm/General.cpp            |    9 +-
 radiant/selection/algorithm/General.h              |   13 +-
 radiant/selection/algorithm/Group.cpp              |   44 +-
 radiant/selection/algorithm/Primitives.cpp         |   16 +-
 radiant/selection/algorithm/Shader.cpp             |  164 +-
 radiant/selection/algorithm/Shader.h               |   49 +-
 radiant/selection/algorithm/Transformation.cpp     |   23 +-
 .../shaderclipboard/ClosestTexturableFinder.cpp    |    2 +-
 .../selection/shaderclipboard/ShaderClipboard.cpp  |   23 +-
 .../selection/shaderclipboard/ShaderClipboard.h    |   13 +-
 radiant/settings/Game.cpp                          |    4 +-
 radiant/settings/GameManager.cpp                   |    4 +-
 radiant/settings/LanguageManager.cpp               |    3 +-
 radiant/settings/Win32Registry.cpp                 |    4 +-
 radiant/textool/item/BrushItem.cpp                 |   25 +-
 radiant/textool/item/FaceItem.cpp                  |   30 +-
 radiant/textool/item/FaceItem.h                    |    4 +
 radiant/textool/item/FaceVertexItem.cpp            |    4 +-
 radiant/ui/animationpreview/AnimationPreview.cpp   |   44 +-
 radiant/ui/animationpreview/AnimationPreview.h     |   14 +-
 radiant/ui/commandlist/CommandList.cpp             |    5 -
 radiant/ui/common/MapPreview.cpp                   |   12 +-
 radiant/ui/common/MapPreview.h                     |   10 +-
 radiant/ui/common/SoundChooser.cpp                 |   50 +-
 radiant/ui/einspector/ColourPropertyEditor.cpp     |    2 +-
 radiant/ui/einspector/EntityInspector.cpp          |    5 +-
 radiant/ui/einspector/LightTextureChooser.cpp      |    5 +
 radiant/ui/einspector/LightTextureChooser.h        |    5 +
 radiant/ui/einspector/ModelPropertyEditor.cpp      |   37 +-
 radiant/ui/einspector/TexturePropertyEditor.cpp    |    2 +
 radiant/ui/findshader/FindShader.cpp               |  115 +-
 radiant/ui/findshader/FindShader.h                 |   18 +-
 radiant/ui/layers/LayerContextMenu.cpp             |   12 +-
 radiant/ui/layers/LayerContextMenu.h               |    4 +-
 radiant/ui/layers/LayerControlDialog.cpp           |  135 +-
 radiant/ui/lightinspector/LightInspector.cpp       |    2 +-
 radiant/ui/mainframe/EmbeddedLayout.cpp            |    3 +-
 radiant/ui/mainframe/FloatingLayout.cpp            |    3 +-
 radiant/ui/mainframe/MainFrame.cpp                 |   17 +-
 radiant/ui/mainframe/MainFrame.h                   |   26 +-
 radiant/ui/mainframe/RegularLayout.cpp             |    4 +-
 radiant/ui/mainframe/ScreenUpdateBlocker.cpp       |    7 +-
 radiant/ui/mainframe/SplitPaneLayout.cpp           |    3 +-
 radiant/ui/mediabrowser/MediaBrowser.cpp           |   27 +
 radiant/ui/mediabrowser/MediaBrowser.h             |    1 +
 radiant/ui/mediabrowser/TextureDirectoryLoader.h   |    4 +
 radiant/ui/modelselector/ModelDataInserter.h       |    2 +
 radiant/ui/modelselector/ModelFileFunctor.h        |   84 -
 radiant/ui/modelselector/ModelPopulator.h          |  157 +
 radiant/ui/modelselector/ModelSelector.cpp         |  210 +-
 radiant/ui/modelselector/ModelSelector.h           |   30 +-
 radiant/ui/mousetool/BindToolDialog.cpp            |   11 +-
 radiant/ui/ortho/OrthoContextMenu.cpp              |    2 +-
 radiant/ui/prefabselector/PrefabSelector.cpp       |   91 +-
 radiant/ui/prefabselector/PrefabSelector.h         |    6 +
 radiant/ui/prefdialog/PrefPage.cpp                 |    2 +-
 radiant/ui/splash/Splash.cpp                       |   88 +-
 radiant/ui/splash/Splash.h                         |   24 +-
 radiant/ui/surfaceinspector/SurfaceInspector.cpp   |   73 +-
 radiant/ui/texturebrowser/TextureBrowser.cpp       | 1005 +--
 radiant/ui/texturebrowser/TextureBrowser.h         |  111 +-
 .../ui/texturebrowser/TextureBrowserManager.cpp    |  116 +
 radiant/ui/texturebrowser/TextureBrowserManager.h  |   44 +
 radiant/xyview/FloatingOrthoView.cpp               |   11 +-
 radiant/xyview/FloatingOrthoView.h                 |   10 +-
 radiant/xyview/GlobalXYWnd.cpp                     |   18 +-
 radiant/xyview/GlobalXYWnd.h                       |   19 +-
 radiant/xyview/XYWnd.cpp                           |  282 +-
 radiant/xyview/XYWnd.h                             |   39 +-
 radiant/xyview/tools/BrushCreatorTool.cpp          |   14 +-
 radiant/xyview/tools/BrushCreatorTool.h            |   16 +-
 radiant/xyview/tools/CameraAngleTool.h             |   15 +-
 radiant/xyview/tools/CameraMoveTool.h              |   15 +-
 radiant/xyview/tools/ClipperTool.h                 |   12 +-
 radiant/xyview/tools/MoveViewTool.h                |   12 +-
 radiant/xyview/tools/ZoomTool.h                    |   12 +-
 tools/i18n/darkradiant.pot                         |  958 +--
 tools/innosetup/darkradiant.iss                    |    9 +-
 tools/innosetup/darkradiant.x64.iss                |    9 +-
 tools/msvc2013/DarkRadiant.sln                     |   18 +-
 tools/msvc2013/DarkRadiant.vcxproj                 |   19 +-
 tools/msvc2013/DarkRadiant.vcxproj.filters         |   57 +-
 tools/msvc2013/entity.vcxproj                      |   16 +-
 tools/msvc2013/entity.vcxproj.filters              |   48 +-
 tools/msvc2013/filters.vcxproj                     |    1 -
 tools/msvc2013/filters.vcxproj.filters             |    3 -
 tools/msvc2013/include.vcxproj                     |    1 -
 tools/msvc2013/libs.vcxproj                        |   11 +-
 tools/msvc2013/libs.vcxproj.filters                |    3 +
 tools/msvc2013/properties/DarkRadiant Base.props   |    3 +
 tools/msvc2013/properties/ftgl.props               |    2 +-
 tools/msvc2013/scenelib.vcxproj                    |    1 +
 tools/msvc2013/scenelib.vcxproj.filters            |    3 +
 tools/msvc2013/wxutillib.vcxproj                   |   14 +
 tools/msvc2013/wxutillib.vcxproj.filters           |    2 +
 tools/scripts/compile_release_package.ps1          |   86 +
 tools/scripts/compile_release_package.x64.cmd      |    7 +-
 tools/scripts/compile_release_package.x86.cmd      |    7 +-
 tools/scripts/compile_release_package_all.cmd      |    4 -
 517 files changed, 13540 insertions(+), 18787 deletions(-)
 delete mode 100644 ChangeLog
 delete mode 100644 include/warnings.h
 create mode 100644 install/bitmaps/texture_pick.png
 create mode 100644 install/scripts/commands/export_obj.py
 create mode 100644 libs/SurfaceShader.h
 create mode 100644 libs/ThreadedDefLoader.h
 create mode 100644 libs/UndoFileChangeTracker.h
 create mode 100644 libs/scene/BasicRootNode.h
 create mode 100644 libs/wxutil/MouseToolHandler.cpp
 create mode 100644 libs/wxutil/MouseToolHandler.h
 create mode 100644 plugins/entity/AngleKey.cpp
 create mode 100644 plugins/entity/AngleKey.h
 create mode 100644 plugins/entity/RotationKey.cpp
 create mode 100644 plugins/entity/RotationKey.h
 create mode 100644 plugins/entity/RotationMatrix.cpp
 create mode 100644 plugins/entity/RotationMatrix.h
 delete mode 100644 plugins/entity/angle.cpp
 delete mode 100644 plugins/entity/angle.h
 delete mode 100644 plugins/entity/eclassmodel/EclassModel.cpp
 delete mode 100644 plugins/entity/eclassmodel/EclassModel.h
 delete mode 100644 plugins/entity/rotation.cpp
 delete mode 100644 plugins/entity/rotation.h
 delete mode 100644 plugins/entity/target/RenderableTargetInstances.cpp
 delete mode 100644 plugins/entity/target/RenderableTargetInstances.h
 create mode 100644 plugins/entity/target/TargetLineNode.cpp
 create mode 100644 plugins/entity/target/TargetLineNode.h
 delete mode 100644 plugins/filters/ShaderUpdateWalker.h
 delete mode 100644 plugins/wavefront/Makefile.am
 delete mode 100644 plugins/wavefront/Makefile.in
 delete mode 100644 plugins/wavefront/WaveFrontExporter.cpp
 delete mode 100644 plugins/wavefront/WaveFrontExporter.h
 delete mode 100644 plugins/wavefront/WaveFrontModule.cpp
 delete mode 100644 plugins/wavefront/WaveFrontModule.h
 delete mode 100644 plugins/wavefront/plugin.cpp
 delete mode 100644 plugins/wavefront/wavefront.def
 delete mode 100644 radiant/brush/ContentsFlagsValue.h
 delete mode 100644 radiant/brush/FaceShader.cpp
 delete mode 100644 radiant/brush/FaceShader.h
 delete mode 100644 radiant/brush/FaceTexDef.cpp
 delete mode 100644 radiant/brush/FaceTexDef.h
 rename radiant/brush/{BrushPrimitTexDef.cpp => TextureMatrix.cpp} (79%)
 rename radiant/brush/{BrushPrimitTexDef.h => TextureMatrix.h} (73%)
 delete mode 100644 radiant/main.h
 delete mode 100644 radiant/map/BasicContainer.h
 delete mode 100644 radiant/map/UndoFileChangeTracker.h
 delete mode 100644 radiant/render/backend/OpenGLShaderPassAdd.h
 create mode 100644 radiant/render/backend/glprogram/GenericVFPProgram.cpp
 create mode 100644 radiant/render/backend/glprogram/GenericVFPProgram.h
 delete mode 100644 radiant/ui/modelselector/ModelFileFunctor.h
 create mode 100644 radiant/ui/modelselector/ModelPopulator.h
 create mode 100644 radiant/ui/texturebrowser/TextureBrowserManager.cpp
 create mode 100644 radiant/ui/texturebrowser/TextureBrowserManager.h
 create mode 100644 tools/scripts/compile_release_package.ps1

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