[darkradiant] branch upstream updated (d85dbfa -> fd604b4)

Tobias Frost tobi at moszumanska.debian.org
Tue Nov 28 16:54:43 UTC 2017


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

tobi pushed a change to branch upstream
in repository darkradiant.

      from  d85dbfa   New upstream version 2.3.0
       new  fd604b4   New upstream version 2.4.0

The 1 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                                         |    2 +
 LGPL                                               |  458 --
 LICENSE                                            |   70 +-
 PKGBUILD                                           |    4 +-
 README.md                                          |   10 +-
 autogen.sh                                         |    2 +-
 configure.ac                                       |  112 +-
 include/i18n.h                                     |    9 +-
 include/iarchive.h                                 |   94 +-
 include/iclipper.h                                 |   16 +-
 include/icommandsystem.h                           |   58 +-
 include/ifilesystem.h                              |    9 -
 include/ifiletypes.h                               |   11 +
 include/iglrender.h                                |   11 +
 include/imodel.h                                   |   35 +-
 include/imodelcache.h                              |    7 +
 include/iscript.h                                  |   21 +-
 include/modelskin.h                                |    4 +
 include/version.h                                  |    2 +-
 install/games/{quake4.game => prey.game}           |   22 +-
 install/games/quake4.game                          |    2 +-
 install/i18n/darkradiant.pot                       |  670 +-
 install/i18n/de/LC_MESSAGES/darkradiant.mo         |  Bin 101399 -> 103462 bytes
 install/i18n/de/LC_MESSAGES/darkradiant.po         |  728 +-
 install/menu.xml                                   |    1 +
 install/scripts/commands/ase_export.py             |   14 +-
 install/scripts/commands/ase_export_blend.py       |   14 +-
 .../commands/check_for_invalid_visportals.py       |    6 +-
 .../scripts/commands/convert_to_ase_and_replace.py |   20 +-
 install/scripts/commands/example.py                |    5 +
 install/scripts/commands/export_obj.py             |   21 +-
 install/scripts/commands/patchsplitter.py          |    5 +-
 .../scripts/commands/select_all_models_of_type.py  |    6 +-
 install/scripts/commands/test_targets.py           |   13 +-
 install/scripts/test.py                            |   77 +-
 ...versationdialog.fbp => exportasmodeldialog.fbp} |  885 +--
 install/ui/exportasmodeldialog.xrc                 |  159 +
 install/ui/modelselector.fbp                       |  178 +-
 install/ui/modelselector.xrc                       |   18 +
 install/user.xml                                   |    3 +-
 libs/DirectoryArchiveFile.h                        |   58 +
 libs/DirectoryArchiveTextFile.h                    |   54 +
 libs/archivelib.h                                  |  250 -
 libs/bytestreamutils.h                             |  129 -
 libs/debugging/ScopedDebugTimer.h                  |    2 +-
 libs/fs_filesystem.h                               |  195 -
 libs/math/Vector2.h                                |   18 +-
 libs/math/Vector3.h                                |   18 +-
 libs/math/Vector4.h                                |   18 +-
 libs/os/fs.h                                       |   26 +-
 libs/os/path.h                                     |   20 +
 libs/pybind/LICENSE                                |   37 +
 libs/pybind/pybind11/attr.h                        |  422 +
 libs/pybind/pybind11/cast.h                        | 1604 ++++
 libs/pybind/pybind11/chrono.h                      |  162 +
 libs/pybind/pybind11/class_support.h               |  504 ++
 libs/pybind/pybind11/common.h                      |  719 ++
 libs/pybind/pybind11/complex.h                     |   52 +
 libs/pybind/pybind11/descr.h                       |  183 +
 libs/pybind/pybind11/eigen.h                       |  589 ++
 libs/pybind/pybind11/eval.h                        |  112 +
 libs/pybind/pybind11/functional.h                  |   81 +
 libs/pybind/pybind11/numpy.h                       | 1393 ++++
 libs/pybind/pybind11/operators.h                   |  154 +
 libs/pybind/pybind11/options.h                     |   65 +
 libs/pybind/pybind11/pybind11.h                    | 1741 ++++
 libs/pybind/pybind11/pytypes.h                     | 1244 +++
 libs/pybind/pybind11/stl.h                         |  276 +
 libs/pybind/pybind11/stl_bind.h                    |  587 ++
 libs/pybind/pybind11/typeid.h                      |   53 +
 libs/render.h                                      |   36 +-
 libs/render/RenderablePivot.h                      |    2 +
 libs/render/VectorLightList.h                      |   17 +-
 libs/stream/BinaryToTextInputStream.h              |   91 +
 libs/stream/BufferInputStream.h                    |    9 +-
 libs/stream/FileInputStream.h                      |  111 +
 libs/stream/PointerInputStream.h                   |   16 +-
 libs/stream/ScopedArchiveBuffer.h                  |    5 +
 .../{textfilestream.h => TextFileInputStream.h}    |    4 +-
 libs/stream/filestream.h                           |  116 -
 libs/stream/utils.h                                |   75 +
 libs/string/string.h                               |   23 -
 libs/wxutil/ChoiceHelper.h                         |   15 +
 libs/wxutil/FileChooser.cpp                        |   25 +-
 libs/wxutil/FileChooser.h                          |    4 +-
 libs/wxutil/Makefile.am                            |    3 +-
 libs/wxutil/PathEntry.cpp                          |   31 +-
 libs/wxutil/PathEntry.h                            |   44 +-
 m4/libtool.m4                                      | 8387 --------------------
 m4/ltoptions.m4                                    |  437 -
 m4/ltsugar.m4                                      |  124 -
 m4/ltversion.m4                                    |   23 -
 m4/lt~obsolete.m4                                  |   99 -
 plugins/archivezip/DeflatedArchiveFile.h           |   53 +-
 plugins/archivezip/DeflatedArchiveTextFile.h       |   58 +-
 plugins/archivezip/DeflatedInputStream.cpp         |   49 +
 plugins/archivezip/DeflatedInputStream.h           |   34 +
 plugins/archivezip/GenericFileSystem.h             |  212 +
 plugins/archivezip/Makefile.am                     |    4 +-
 plugins/archivezip/StoredArchiveFile.h             |   49 +
 plugins/archivezip/StoredArchiveTextFile.h         |   62 +
 plugins/archivezip/ZipArchive.cpp                  |  321 +-
 plugins/archivezip/ZipArchive.h                    |   93 +-
 plugins/archivezip/ZipStreamUtils.h                |  303 +
 plugins/archivezip/pkzip.cpp                       |   23 -
 plugins/archivezip/pkzip.h                         |  276 -
 plugins/archivezip/plugin.cpp                      |   66 +-
 plugins/archivezip/plugin.h                        |   25 -
 plugins/archivezip/zlibstream.cpp                  |   23 -
 plugins/archivezip/zlibstream.h                    |   75 -
 plugins/dm.conversation/Makefile.am                |    2 +-
 plugins/dm.editing/Makefile.am                     |    4 +-
 plugins/dm.gui/Makefile.am                         |    3 +-
 plugins/dm.gui/gui/RenderableCharacterBatch.cpp    |    2 +
 plugins/dm.objectives/Makefile.am                  |    2 +-
 plugins/dm.stimresponse/Makefile.am                |    2 +-
 plugins/eclassmgr/EClassManager.cpp                |    2 +-
 plugins/entity/EntityNode.cpp                      |    2 +
 plugins/entity/ModelKey.cpp                        |   60 +-
 plugins/entity/ModelKey.h                          |   20 +-
 plugins/entity/curve/RenderableCurve.h             |   13 +-
 plugins/eventmanager/Makefile.am                   |    2 +-
 plugins/filters/Makefile.am                        |    2 +-
 plugins/fonts/Makefile.am                          |    4 +-
 plugins/image/Doom3ImageLoader.cpp                 |    9 +-
 plugins/image/ImageLoaderWx.cpp                    |    2 +-
 plugins/image/TGALoader.cpp                        |   74 +-
 plugins/mapdoom3/Makefile.am                       |    3 +-
 plugins/md5model/MD5AnimationCache.cpp             |    2 +-
 plugins/md5model/MD5ModelLoader.cpp                |    6 +-
 plugins/model/AseExporter.cpp                      |   50 +-
 plugins/model/AseExporter.h                        |   28 +-
 plugins/model/Lwo2Chunk.cpp                        |  105 +
 plugins/model/Lwo2Chunk.h                          |   60 +
 plugins/model/Lwo2Exporter.cpp                     |  270 +
 plugins/model/Lwo2Exporter.h                       |   32 +
 plugins/model/Makefile.am                          |    3 +
 plugins/model/ModelExporterBase.h                  |   97 +
 plugins/model/PicoModelModule.h                    |  108 +-
 plugins/model/WavefrontExporter.cpp                |   88 +
 plugins/model/WavefrontExporter.h                  |   31 +
 plugins/particles/Makefile.am                      |    4 +-
 plugins/particles/RenderableParticleBunch.cpp      |    3 +
 plugins/script/Makefile.am                         |   16 +-
 plugins/script/PythonConsoleWriter.h               |   25 +-
 plugins/script/PythonModule.cpp                    |  107 +
 plugins/script/PythonModule.h                      |   47 +
 plugins/script/ScriptingSystem.cpp                 |  347 +-
 plugins/script/ScriptingSystem.h                   |   33 +-
 plugins/script/interfaces/BrushInterface.cpp       |  495 +-
 plugins/script/interfaces/BrushInterface.h         |   99 +-
 .../script/interfaces/CommandSystemInterface.cpp   |   30 +-
 plugins/script/interfaces/CommandSystemInterface.h |   13 +-
 plugins/script/interfaces/DialogInterface.cpp      |   57 +-
 plugins/script/interfaces/DialogInterface.h        |   10 +-
 plugins/script/interfaces/EClassInterface.cpp      |   95 +-
 plugins/script/interfaces/EClassInterface.h        |   43 +-
 plugins/script/interfaces/EntityInterface.cpp      |   83 +-
 plugins/script/interfaces/EntityInterface.h        |   25 +-
 plugins/script/interfaces/FileSystemInterface.cpp  |   40 +-
 plugins/script/interfaces/FileSystemInterface.h    |   22 +-
 plugins/script/interfaces/GameInterface.cpp        |   40 +-
 plugins/script/interfaces/GameInterface.h          |   12 +-
 plugins/script/interfaces/GridInterface.cpp        |   39 +-
 plugins/script/interfaces/GridInterface.h          |   12 +-
 plugins/script/interfaces/MapInterface.cpp         |   18 +-
 plugins/script/interfaces/MapInterface.h           |   15 +-
 plugins/script/interfaces/MathInterface.cpp        |  174 +-
 plugins/script/interfaces/MathInterface.h          |   12 +-
 plugins/script/interfaces/ModelInterface.cpp       |   78 +-
 plugins/script/interfaces/ModelInterface.h         |   10 +-
 plugins/script/interfaces/PatchInterface.cpp       |  406 +-
 plugins/script/interfaces/PatchInterface.h         |   66 +-
 plugins/script/interfaces/RadiantInterface.cpp     |   18 +-
 plugins/script/interfaces/RadiantInterface.h       |   13 +-
 plugins/script/interfaces/RegistryInterface.h      |   29 +-
 plugins/script/interfaces/SceneGraphInterface.cpp  |  169 +
 plugins/script/interfaces/SceneGraphInterface.h    |  180 +-
 .../script/interfaces/SelectionGroupInterface.cpp  |  141 +
 .../script/interfaces/SelectionGroupInterface.h    |   73 +
 plugins/script/interfaces/SelectionInterface.cpp   |   72 +-
 plugins/script/interfaces/SelectionInterface.h     |   30 +-
 .../script/interfaces/SelectionSetInterface.cpp    |   44 +-
 plugins/script/interfaces/SelectionSetInterface.h  |   26 +-
 .../script/interfaces/ShaderSystemInterface.cpp    |   51 +-
 plugins/script/interfaces/ShaderSystemInterface.h  |   20 +-
 plugins/script/interfaces/SkinInterface.cpp        |   30 +-
 plugins/script/interfaces/SkinInterface.h          |   12 +-
 plugins/script/interfaces/SoundInterface.cpp       |   47 +-
 plugins/script/interfaces/SoundInterface.h         |   29 +-
 plugins/script/precompiled.h                       |    9 +-
 plugins/skins/Doom3SkinCache.cpp                   |    8 +
 plugins/skins/Doom3SkinCache.h                     |    5 +
 plugins/sound/OggFileStream.h                      |    4 +-
 plugins/sound/SoundManager.cpp                     |    1 -
 plugins/sound/SoundPlayer.cpp                      |    5 +-
 plugins/uimanager/GroupDialog.cpp                  |   37 +-
 plugins/uimanager/Makefile.am                      |    3 +-
 .../uimanager/colourscheme/ColourSchemeManager.cpp |    2 +-
 plugins/vfspk3/ArchiveVisitor.h                    |   43 +
 plugins/vfspk3/DirectoryArchive.cpp                |   37 +-
 plugins/vfspk3/DirectoryArchive.h                  |   13 +-
 plugins/vfspk3/Doom3FileSystem.cpp                 |  199 +-
 plugins/vfspk3/Doom3FileSystem.h                   |   17 +-
 plugins/vfspk3/FileVisitor.h                       |   34 +-
 plugins/vfspk3/Makefile.am                         |    3 +-
 plugins/vfspk3/SortedFilenames.h                   |   54 +-
 plugins/xmlregistry/Makefile.am                    |    3 +-
 radiant/Makefile.am                                |    8 +-
 radiant/brush/RenderableWireFrame.h                |    5 +
 radiant/brush/Winding.cpp                          |    2 +
 radiant/clipper/Clipper.cpp                        |    1 -
 radiant/darkradiant.rc                             |    4 +-
 radiant/map/AutoSaver.cpp                          |  151 +-
 radiant/map/AutoSaver.h                            |    9 +
 radiant/map/Map.cpp                                |   28 +-
 radiant/map/MapFileManager.cpp                     |   10 +-
 radiant/map/MapResource.cpp                        |    2 +-
 radiant/map/RegionManager.cpp                      |    3 +-
 radiant/map/algorithm/Export.cpp                   |  191 +
 radiant/map/algorithm/Export.h                     |   36 +
 radiant/map/algorithm/Models.cpp                   |  135 +
 radiant/map/algorithm/Models.h                     |   18 +
 radiant/map/algorithm/Skins.cpp                    |    6 +-
 radiant/model/ModelCache.cpp                       |  165 +-
 radiant/model/ModelCache.h                         |   20 +-
 radiant/model/ModelExporter.cpp                    |  307 +
 radiant/model/ModelExporter.h                      |   78 +
 radiant/model/ModelFormatManager.cpp               |   53 +
 radiant/model/ModelFormatManager.h                 |    6 +
 radiant/model/ScaledModelExporter.cpp              |  100 +-
 radiant/patch/PatchRenderables.cpp                 |    6 +
 radiant/render/OpenGLRenderSystem.cpp              |   26 +-
 radiant/render/backend/OpenGLShader.cpp            |    7 +
 radiant/render/backend/OpenGLShaderPass.cpp        |    5 +
 radiant/render/backend/OpenGLShaderPass.h          |    5 +
 radiant/selection/ManipulateMouseTool.cpp          |    4 +
 radiant/selection/Renderables.h                    |    3 +
 .../manipulators/ManipulatorComponents.cpp         |   11 +-
 .../selection/manipulators/ManipulatorComponents.h |    2 +-
 .../manipulators/ModelScaleManipulator.cpp         |    1 +
 radiant/ui/UserInterfaceModule.cpp                 |    3 +
 radiant/ui/entitychooser/EntityClassChooser.cpp    |    2 -
 radiant/ui/mediabrowser/MediaBrowser.cpp           |    1 -
 radiant/ui/modelexport/ExportAsModelDialog.cpp     |  277 +
 radiant/ui/modelexport/ExportAsModelDialog.h       |   35 +
 radiant/ui/modelselector/ModelSelector.cpp         |   63 +-
 radiant/ui/modelselector/ModelSelector.h           |   16 +-
 radiant/ui/mru/MRU.cpp                             |    2 +-
 radiant/ui/prefabselector/PrefabPopulator.cpp      |    2 +-
 tools/i18n/build_pot.py                            |   13 +-
 tools/i18n/darkradiant.pot                         |  670 +-
 tools/innosetup/darkradiant.iss                    |   12 +-
 tools/innosetup/darkradiant.x64.iss                |   12 +-
 tools/lwo_analyse/LwoAnalyse.sln                   |   28 +
 tools/lwo_analyse/LwoAnalyse.vcxproj               |  147 +
 tools/lwo_analyse/LwoAnalyse.vcxproj.filters       |   22 +
 tools/lwo_analyse/main.cpp                         |  366 +
 tools/msvc/DarkRadiant.vcxproj                     |    8 +
 tools/msvc/DarkRadiant.vcxproj.filters             |   27 +
 tools/msvc/archivezip.vcxproj                      |   11 +-
 tools/msvc/archivezip.vcxproj.filters              |   19 +-
 tools/msvc/libs.vcxproj                            |   11 +-
 tools/msvc/libs.vcxproj.filters                    |   23 +-
 tools/msvc/model.vcxproj                           |    7 +
 tools/msvc/model.vcxproj.filters                   |   21 +
 tools/msvc/properties/Python.props                 |    2 +-
 tools/msvc/script.vcxproj                          |    5 +
 tools/msvc/script.vcxproj.filters                  |   15 +
 tools/msvc/vfspk3.vcxproj                          |    1 +
 tools/msvc/vfspk3.vcxproj.filters                  |    3 +
 tools/scripts/build_boost_libs.cmd                 |   27 -
 tools/scripts/build_boost_libs.x64.cmd             |   27 -
 tools/xcode/DarkRadiant.xcodeproj/project.pbxproj  |  138 +-
 .../xcshareddata/xcschemes/DarkRadiant.xcscheme    |   11 +-
 tools/xcode/boost_python.xcconfig                  |   11 -
 tools/xcode/python.xcconfig                        |   11 +
 tools/xcode/script.xcconfig                        |   10 +-
 278 files changed, 19589 insertions(+), 14874 deletions(-)
 delete mode 100644 LGPL
 copy install/games/{quake4.game => prey.game} (96%)
 copy install/ui/{conversationdialog.fbp => exportasmodeldialog.fbp} (64%)
 create mode 100644 install/ui/exportasmodeldialog.xrc
 create mode 100644 libs/DirectoryArchiveFile.h
 create mode 100644 libs/DirectoryArchiveTextFile.h
 delete mode 100644 libs/archivelib.h
 delete mode 100644 libs/bytestreamutils.h
 delete mode 100644 libs/fs_filesystem.h
 create mode 100644 libs/pybind/LICENSE
 create mode 100644 libs/pybind/pybind11/attr.h
 create mode 100644 libs/pybind/pybind11/cast.h
 create mode 100644 libs/pybind/pybind11/chrono.h
 create mode 100644 libs/pybind/pybind11/class_support.h
 create mode 100644 libs/pybind/pybind11/common.h
 create mode 100644 libs/pybind/pybind11/complex.h
 create mode 100644 libs/pybind/pybind11/descr.h
 create mode 100644 libs/pybind/pybind11/eigen.h
 create mode 100644 libs/pybind/pybind11/eval.h
 create mode 100644 libs/pybind/pybind11/functional.h
 create mode 100644 libs/pybind/pybind11/numpy.h
 create mode 100644 libs/pybind/pybind11/operators.h
 create mode 100644 libs/pybind/pybind11/options.h
 create mode 100644 libs/pybind/pybind11/pybind11.h
 create mode 100644 libs/pybind/pybind11/pytypes.h
 create mode 100644 libs/pybind/pybind11/stl.h
 create mode 100644 libs/pybind/pybind11/stl_bind.h
 create mode 100644 libs/pybind/pybind11/typeid.h
 create mode 100644 libs/stream/BinaryToTextInputStream.h
 create mode 100644 libs/stream/FileInputStream.h
 rename libs/stream/{textfilestream.h => TextFileInputStream.h} (95%)
 delete mode 100644 libs/stream/filestream.h
 create mode 100644 libs/stream/utils.h
 delete mode 100644 m4/libtool.m4
 delete mode 100644 m4/ltoptions.m4
 delete mode 100644 m4/ltsugar.m4
 delete mode 100644 m4/ltversion.m4
 delete mode 100644 m4/lt~obsolete.m4
 create mode 100644 plugins/archivezip/DeflatedInputStream.cpp
 create mode 100644 plugins/archivezip/DeflatedInputStream.h
 create mode 100644 plugins/archivezip/GenericFileSystem.h
 create mode 100644 plugins/archivezip/StoredArchiveFile.h
 create mode 100644 plugins/archivezip/StoredArchiveTextFile.h
 create mode 100644 plugins/archivezip/ZipStreamUtils.h
 delete mode 100644 plugins/archivezip/pkzip.cpp
 delete mode 100644 plugins/archivezip/pkzip.h
 delete mode 100644 plugins/archivezip/plugin.h
 delete mode 100644 plugins/archivezip/zlibstream.cpp
 delete mode 100644 plugins/archivezip/zlibstream.h
 create mode 100644 plugins/model/Lwo2Chunk.cpp
 create mode 100644 plugins/model/Lwo2Chunk.h
 create mode 100644 plugins/model/Lwo2Exporter.cpp
 create mode 100644 plugins/model/Lwo2Exporter.h
 create mode 100644 plugins/model/ModelExporterBase.h
 create mode 100644 plugins/model/WavefrontExporter.cpp
 create mode 100644 plugins/model/WavefrontExporter.h
 create mode 100644 plugins/script/PythonModule.cpp
 create mode 100644 plugins/script/PythonModule.h
 create mode 100644 plugins/script/interfaces/SceneGraphInterface.cpp
 create mode 100644 plugins/script/interfaces/SelectionGroupInterface.cpp
 create mode 100644 plugins/script/interfaces/SelectionGroupInterface.h
 create mode 100644 plugins/vfspk3/ArchiveVisitor.h
 create mode 100644 radiant/map/algorithm/Export.cpp
 create mode 100644 radiant/map/algorithm/Export.h
 create mode 100644 radiant/map/algorithm/Models.cpp
 create mode 100644 radiant/map/algorithm/Models.h
 create mode 100644 radiant/model/ModelExporter.cpp
 create mode 100644 radiant/model/ModelExporter.h
 create mode 100644 radiant/ui/modelexport/ExportAsModelDialog.cpp
 create mode 100644 radiant/ui/modelexport/ExportAsModelDialog.h
 create mode 100644 tools/lwo_analyse/LwoAnalyse.sln
 create mode 100644 tools/lwo_analyse/LwoAnalyse.vcxproj
 create mode 100644 tools/lwo_analyse/LwoAnalyse.vcxproj.filters
 create mode 100644 tools/lwo_analyse/main.cpp
 delete mode 100644 tools/scripts/build_boost_libs.cmd
 delete mode 100644 tools/scripts/build_boost_libs.x64.cmd
 delete mode 100644 tools/xcode/boost_python.xcconfig
 create mode 100644 tools/xcode/python.xcconfig

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