[ember] 05/08: Merge tag 'upstream/0.7.2+dfsg'

Olek Wojnar olek-guest at moszumanska.debian.org
Sat Aug 6 22:56:47 UTC 2016


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

olek-guest pushed a commit to branch updates
in repository ember.

commit 1c56e2c824d60f9da8cb43ab529ccc70bc071ef7
Merge: 35aa193 e4d3bf8
Author: Olek Wojnar <olek-dev at wojnar.org>
Date:   Sat Jul 16 23:28:22 2016 -0400

    Merge tag 'upstream/0.7.2+dfsg'
    
    Upstream version 0.7.2+dfsg

 ChangeLog                                          | 3747 ++++++++++++++
 Makefile.in                                        |  383 +-
 NEWS                                               |    4 +
 acinclude.m4                                       |  266 -
 aclocal.m4                                         |  548 +-
 configure                                          | 2919 ++++++++---
 configure.ac                                       |   77 +-
 ember                                              |    4 +-
 ember.conf                                         |   14 +-
 ember.conf.in                                      |   10 +-
 ember.in                                           |    4 +-
 ltmain.sh                                          |  103 +-
 m4/boost.m4                                        | 1239 +++++
 m4/ltversion.m4                                    |   10 +-
 src/Makefile.in                                    |  298 +-
 src/bindings/Makefile.in                           |  296 +-
 src/bindings/lua/ConnectorDefinitions.cxx          |  364 +-
 src/bindings/lua/ConnectorDefinitions.pkg          |    4 +-
 src/bindings/lua/Makefile.am                       |    9 +
 src/bindings/lua/Makefile.in                       |  233 +-
 src/bindings/lua/TypeResolving.cpp                 |    5 +-
 src/bindings/lua/TypeResolving.h                   |    6 +-
 src/components/Makefile.in                         |  296 +-
 src/components/cegui/CEGUIGUILayout_xmlHandler.cpp |  457 --
 src/components/cegui/CEGUIGUILayout_xmlHandler.h   |  199 -
 src/components/cegui/CEGUILogger.cpp               |    4 +
 src/components/cegui/CEGUILogger.h                 |    2 +-
 .../cegui/ColouredRenderedStringParser.h           |    2 +-
 src/components/cegui/LayoutLoader.cpp              |   74 -
 src/components/cegui/LayoutLoader.h                |   53 -
 src/components/cegui/Makefile.am                   |    6 +-
 src/components/cegui/Makefile.in                   |  332 +-
 .../cegui/RenderedColourStringTextComponent.cpp    |   17 +-
 .../cegui/RenderedColourStringTextComponent.h      |    7 +-
 .../ScrapNativeClipboardProvider.cpp}              |   36 +-
 .../Helper.h => ScrapNativeClipboardProvider.h}    |   33 +-
 src/components/cegui/bindings/Makefile.in          |  296 +-
 src/components/cegui/bindings/lua/Cegui.cxx        |  162 +-
 src/components/cegui/bindings/lua/Cegui.pkg        |   15 +
 src/components/cegui/bindings/lua/Helper.h         |   83 +-
 src/components/cegui/bindings/lua/Makefile.am      |    9 +
 src/components/cegui/bindings/lua/Makefile.in      |  233 +-
 .../cegui/datafiles/configs/cegui.config           |    2 +
 .../configs/{cegui.config => ceguiMinimal.config}  |    2 +
 .../cegui/datafiles/fonts/DejaVuSans-10.xml        |    3 +-
 .../cegui/datafiles/fonts/DejaVuSans-14.xml        |    3 +-
 .../cegui/datafiles/fonts/DejaVuSans-6.xml         |    3 +-
 .../cegui/datafiles/fonts/DejaVuSans-7.xml         |    3 +-
 .../cegui/datafiles/fonts/DejaVuSans-8.xml         |    3 +-
 .../cegui/datafiles/fonts/DejaVuSans-Bold-10.xml   |    3 +-
 .../cegui/datafiles/fonts/DejaVuSans-Bold-8.xml    |    3 +-
 src/components/cegui/datafiles/fonts/Font.xsd      |   38 +-
 .../cegui/datafiles/imagesets/EmberLook.imageset   |  329 +-
 .../cegui/datafiles/imagesets/Imageset.xsd         |   37 +-
 .../cegui/datafiles/imagesets/compass.imageset     |    7 +-
 .../datafiles/imagesets/iconset_mason.imageset     |   11 +-
 .../datafiles/imagesets/iconset_standard.imageset  |   29 +-
 .../cegui/datafiles/imagesets/splash.imageset      |    7 +-
 .../cegui/datafiles/imagesets/status_main.imageset |    9 +-
 .../cegui/datafiles/layouts/GUILayout.xsd          |   33 +-
 .../cegui/datafiles/looknfeel/EmberLook.looknfeel  | 5362 +++++++++-----------
 .../cegui/datafiles/looknfeel/Falagard.xsd         |  165 +-
 .../cegui/datafiles/schemes/EmberLookSkin.scheme   |  139 +-
 .../datafiles/schemes/EmberLookSkinMinimal.scheme  |  119 +-
 .../cegui/datafiles/schemes/GUIScheme.xsd          |   35 +-
 .../entitymapping/Actions/DummyAction.cpp          |    2 -
 .../AttributeComparers/NumericRangeComparer.cpp    |    2 +-
 src/components/entitymapping/Makefile.in           |  224 +-
 .../entitymapping/Matches/OutfitMatch.cpp          |   11 +-
 src/components/lua/Connectors.cpp                  |   13 +-
 src/components/lua/Connectors_impl.h               |    7 +-
 src/components/lua/LuaHelper.cpp                   |    2 +-
 src/components/lua/Makefile.in                     |  302 +-
 src/components/lua/bindings/Makefile.in            |  296 +-
 src/components/lua/bindings/lua/Lua.cxx            |    2 +-
 src/components/lua/bindings/lua/Makefile.am        |    9 +
 src/components/lua/bindings/lua/Makefile.in        |  232 +-
 src/components/ogre/Avatar.cpp                     |    6 +-
 src/components/ogre/Avatar.h                       |    7 +-
 src/components/ogre/AvatarTerrainCursor.cpp        |   35 +-
 src/components/ogre/AvatarTerrainCursor.h          |   21 +-
 src/components/ogre/EmberEntity.cpp                |   19 +-
 src/components/ogre/EmberEntity.h                  |    4 -
 src/components/ogre/EmberEntityFactory.cpp         |    6 +-
 src/components/ogre/EmberOgre.cpp                  |   64 +-
 src/components/ogre/EmberOgre.h                    |   27 +-
 src/components/ogre/EmberOgreFileSystem.h          |    5 +-
 src/components/ogre/EntityWorldPickListener.cpp    |   11 +-
 src/components/ogre/GUICEGUIAdapter.cpp            |   83 +-
 src/components/ogre/GUICEGUIAdapter.h              |   12 +-
 src/components/ogre/GUIManager.cpp                 |  126 +-
 src/components/ogre/GUIManager.h                   |   26 +-
 src/components/ogre/Makefile.am                    |   49 +-
 src/components/ogre/Makefile.in                    |  800 +--
 src/components/ogre/MeshSerializerListener.cpp     |    3 +
 src/components/ogre/MeshSerializerListener.h       |    2 +-
 src/components/ogre/MovementController.cpp         |    8 +-
 src/components/ogre/OgreConfigurator.cpp           |   53 +-
 src/components/ogre/OgreIncludes.h                 |  442 +-
 src/components/ogre/OgreInfo.cpp                   |    7 +-
 src/components/ogre/OgreSetup.cpp                  |   31 +-
 src/components/ogre/OgreSetup.h                    |   31 +-
 src/components/ogre/Scene.cpp                      |   28 +-
 src/components/ogre/Scene.h                        |   10 +-
 .../EmberPagingSceneManager/Makefile.am            |    1 -
 .../EmberPagingSceneManager/Makefile.in            |  637 ---
 .../include/DRGNURBSSurface.h                      |  121 -
 .../EmberPagingLandScapeData2D_HeightField.h       |   81 -
 .../include/EmberPagingLandScapeTexture.h          |   63 -
 .../include/EmberPagingSceneManager.h              |  125 -
 .../include/EmberPagingSceneManagerAdapter.h       |  116 -
 .../include/EmberPagingTerrainObserver.h           |   81 -
 .../include/EmberTerrainPageBridge.h               |   79 -
 .../EmberPagingSceneManager/include/Makefile.am    |   89 -
 .../EmberPagingSceneManager/include/Makefile.in    |  578 ---
 .../include/OgreDebugRectangle2D.h                 |   92 -
 .../include/OgreOcclusionBoundingBox.h             |   80 -
 .../include/OgrePagingLandScapeAABSQ.h             |  114 -
 .../include/OgrePagingLandScapeCallBackEvent.h     |   37 -
 .../include/OgrePagingLandScapeCamera.h            |   92 -
 .../include/OgrePagingLandScapeData2D.h            |  294 --
 .../include/OgrePagingLandScapeData2DManager.h     |  145 -
 .../include/OgrePagingLandScapeHorizon.h           |   83 -
 .../include/OgrePagingLandScapeIndexBuffer.h       |   95 -
 .../include/OgrePagingLandScapeListener.h          |   62 -
 .../include/OgrePagingLandScapeListenerManager.h   |  182 -
 .../include/OgrePagingLandScapeMeshDecal.h         |  178 -
 .../include/OgrePagingLandScapeOcclusion.h         |  113 -
 .../include/OgrePagingLandScapeOcclusionCHCT.h     |   30 -
 .../include/OgrePagingLandScapeOcclusionCameraT.h  |   35 -
 .../include/OgrePagingLandScapeOcclusionDebugT.h   |   34 -
 .../include/OgrePagingLandScapeOcclusionElement.h  |   64 -
 .../include/OgrePagingLandScapeOcclusionQuerySet.h |   66 -
 .../include/OgrePagingLandScapeOcclusionSWT.h      |   36 -
 .../include/OgrePagingLandScapeOcclusionSorter.h   |   60 -
 .../OgrePagingLandScapeOcclusionTraversal.h        |   47 -
 .../include/OgrePagingLandScapeOcclusionVData.h    |   45 -
 .../include/OgrePagingLandScapeOcclusionVFT.h      |   45 -
 .../include/OgrePagingLandScapeOctree.h            |  230 -
 .../OgrePagingLandScapeOctreeAABSceneQuery.h       |   56 -
 .../include/OgrePagingLandScapeOctreeCamera.h      |  124 -
 .../include/OgrePagingLandScapeOctreeISQuery.h     |   56 -
 .../include/OgrePagingLandScapeOctreeNode.h        |  239 -
 .../include/OgrePagingLandScapeOctreePBVLSQ.h      |   55 -
 .../OgrePagingLandScapeOctreeRaySceneQuery.h       |   55 -
 .../include/OgrePagingLandScapeOctreeSSQuery.h     |   55 -
 .../OgrePagingLandScapeOctreeSceneManager.h        |  343 --
 .../include/OgrePagingLandScapeOptions.h           |  314 --
 .../include/OgrePagingLandScapePage.h              |  241 -
 .../include/OgrePagingLandScapePageManager.h       |  282 -
 .../include/OgrePagingLandScapePageRenderable.h    |  139 -
 .../include/OgrePagingLandScapePoolSet.h           |  284 --
 .../OgrePagingLandScapePrecompiledHeaders.h        |  108 -
 .../include/OgrePagingLandScapePrerequisites.h     |  256 -
 .../include/OgrePagingLandScapeQueue.h             |  244 -
 .../include/OgrePagingLandScapeRaySceneQuery.h     |   93 -
 .../include/OgrePagingLandScapeRenderable.h        |  270 -
 .../include/OgrePagingLandScapeRenderableManager.h |  152 -
 .../include/OgrePagingLandScapeSceneManager.h      |  464 --
 .../include/OgrePagingLandScapeTexture.h           |   97 -
 .../include/OgrePagingLandScapeTextureCoordMan.h   |   55 -
 .../include/OgrePagingLandScapeTextureManager.h    |  131 -
 .../include/OgrePagingLandScapeTile.h              |  171 -
 .../include/OgrePagingLandScapeTileInfo.h          |   60 -
 .../include/OgrePagingLandScapeTileManager.h       |   85 -
 .../EmberPagingSceneManager/include/fileutils.h    |   45 -
 .../src/DRGNURBSSurface.cpp                        |  577 ---
 .../src/EmberPagingLandScapeData2D_HeightField.cpp |  169 -
 .../src/EmberPagingLandScapeTexture.cpp            |   75 -
 .../src/EmberPagingSceneManager.cpp                |  225 -
 .../src/EmberPagingSceneManagerAdapter.cpp         |  249 -
 .../src/EmberPagingTerrainObserver.cpp             |   85 -
 .../src/EmberTerrainPageBridge.cpp                 |   82 -
 .../EmberPagingSceneManager/src/Makefile.am        |   83 -
 .../EmberPagingSceneManager/src/Makefile.in        |  741 ---
 .../src/OgreDebugRectangle2D.cpp                   |  164 -
 .../src/OgreOcclusionBoundingBox.cpp               |  203 -
 .../src/OgrePagingLandScapeAABSQ.cpp               |  645 ---
 .../src/OgrePagingLandScapeCamera.cpp              |  239 -
 .../src/OgrePagingLandScapeData2D.cpp              |  527 --
 .../src/OgrePagingLandScapeData2DManager.cpp       | 1984 --------
 .../src/OgrePagingLandScapeHorizon.cpp             |  340 --
 .../src/OgrePagingLandScapeIndexBuffer.cpp         |  608 ---
 .../src/OgrePagingLandScapeListenerManager.cpp     |  482 --
 .../src/OgrePagingLandScapeMeshDecal.cpp           |  655 ---
 .../src/OgrePagingLandScapeOcclusion.cpp           |  495 --
 .../src/OgrePagingLandScapeOcclusionCHCT.cpp       |   81 -
 .../src/OgrePagingLandScapeOcclusionCameraT.cpp    |   39 -
 .../src/OgrePagingLandScapeOcclusionDebugT.cpp     |   78 -
 .../src/OgrePagingLandScapeOcclusionElement.cpp    |   76 -
 .../src/OgrePagingLandScapeOcclusionQuerySet.cpp   |   35 -
 .../src/OgrePagingLandScapeOcclusionSWT.cpp        |  167 -
 .../src/OgrePagingLandScapeOcclusionTraversal.cpp  |  149 -
 .../src/OgrePagingLandScapeOcclusionVFT.cpp        |  181 -
 .../src/OgrePagingLandScapeOctree.cpp              |  507 --
 .../src/OgrePagingLandScapeOctreeAABSceneQuery.cpp |   80 -
 .../src/OgrePagingLandScapeOctreeCamera.cpp        |  223 -
 .../src/OgrePagingLandScapeOctreeISQuery.cpp       |  127 -
 .../src/OgrePagingLandScapeOctreeNode.cpp          |  449 --
 .../src/OgrePagingLandScapeOctreePBVLSQ.cpp        |   85 -
 .../src/OgrePagingLandScapeOctreeRaySceneQuery.cpp |   93 -
 .../src/OgrePagingLandScapeOctreeSSQuery.cpp       |   82 -
 .../src/OgrePagingLandScapeOctreeSceneManager.cpp  | 1715 -------
 .../src/OgrePagingLandScapeOptions.cpp             | 1820 -------
 .../src/OgrePagingLandScapePage.cpp                |  679 ---
 .../src/OgrePagingLandScapePageManager.cpp         |  779 ---
 .../src/OgrePagingLandScapePageRenderable.cpp      |  312 --
 .../src/OgrePagingLandScapeRaySceneQuery.cpp       |  138 -
 .../src/OgrePagingLandScapeRenderable.cpp          | 1311 -----
 .../src/OgrePagingLandScapeRenderableManager.cpp   |  286 --
 .../src/OgrePagingLandScapeSceneManager.cpp        | 1815 -------
 .../src/OgrePagingLandScapeTexture.cpp             |  233 -
 .../src/OgrePagingLandScapeTextureCoordMan.cpp     |  138 -
 .../src/OgrePagingLandScapeTextureManager.cpp      |  424 --
 .../src/OgrePagingLandScapeTile.cpp                |  619 ---
 .../src/OgrePagingLandScapeTileManager.cpp         |  134 -
 .../EmberPagingSceneManager/src/filetutils.cpp     |  112 -
 src/components/ogre/SceneManagers/Makefile.am      |    1 -
 src/components/ogre/SceneManagers/Makefile.in      |  637 ---
 src/components/ogre/ShaderManager.cpp              |    2 +-
 src/components/ogre/TerrainPageDataProvider.cpp    |   15 +-
 src/components/ogre/TerrainPageDataProvider.h      |   33 +-
 src/components/ogre/World.cpp                      |   40 +-
 src/components/ogre/World.h                        |   13 +-
 src/components/ogre/authoring/AuthoringManager.cpp |   38 +-
 src/components/ogre/authoring/AuthoringManager.h   |   21 +-
 .../ogre/authoring/AuthoringVisualization.cpp      |    2 +-
 src/components/ogre/authoring/EntityRecipe.cpp     |    8 +-
 src/components/ogre/authoring/EntityRecipe.h       |   60 +-
 .../ogre/authoring/EntityRecipeManager.cpp         |   13 +-
 .../ogre/authoring/EntityRecipeManager.h           |   11 +-
 src/components/ogre/authoring/GUIAdapter.h         |    2 +-
 src/components/ogre/authoring/Makefile.in          |  296 +-
 src/components/ogre/authoring/MaterialEditor.cpp   |    4 +-
 src/components/ogre/authoring/PolygonPoint.cpp     |    2 +-
 .../ogre/authoring/PolygonPointPickListener.cpp    |    4 +-
 .../ogre/authoring/RawTypeInfoRepository.cpp       |   81 -
 .../ogre/authoring/RawTypeInfoRepository.h         |   68 -
 src/components/ogre/authoring/RuleEditor.cpp       |  158 +
 src/components/ogre/authoring/RuleEditor.h         |   98 +
 src/components/ogre/authoring/RulesFetcher.cpp     |  141 +
 src/components/ogre/authoring/RulesFetcher.h       |  115 +
 src/components/ogre/authoring/SnapToMovement.cpp   |    4 +-
 .../ogre/authoring/entityrecipes/Makefile.in       |  134 +-
 .../entityrecipes/demo_thing.entityrecipe          |   24 +
 src/components/ogre/camera/MainCamera.cpp          |   70 +-
 src/components/ogre/camera/MainCamera.h            |   19 +-
 .../ogre/camera/ThirdPersonCameraMount.cpp         |   54 +-
 .../ogre/camera/ThirdPersonCameraMount.h           |   15 +-
 src/components/ogre/data/Makefile.in               |  134 +-
 src/components/ogre/data/fishing_rod.modeldef      |    2 +-
 src/components/ogre/environment/Environment.cpp    |   23 +
 src/components/ogre/environment/Environment.h      |   21 +-
 src/components/ogre/environment/FoliageBase.cpp    |   10 +
 src/components/ogre/environment/FoliageBase.h      |    2 +
 src/components/ogre/environment/Forest.cpp         |    2 +-
 src/components/ogre/environment/GrassFoliage.cpp   |    5 +-
 src/components/ogre/environment/Makefile.in        |  302 +-
 .../ogre/environment/ShrubberyFoliage.cpp          |    4 +-
 src/components/ogre/environment/SimpleWater.cpp    |    2 +-
 src/components/ogre/environment/caelum/Makefile.in |  224 +-
 .../caelum/include/CaelumPrerequisites.h           |   17 +-
 .../ogre/environment/caelum/src/CaelumPlugin.cpp   |    4 +
 .../caelum/src/CaelumScriptTranslator.cpp          |    4 +
 .../ogre/environment/caelum/src/GroundFog.cpp      |    6 +-
 .../caelum/src/PrecipitationController.cpp         |    2 +-
 .../ogre/environment/meshtree/Makefile.in          |  229 +-
 src/components/ogre/environment/meshtree/TStem.cpp |    4 +-
 .../ogre/environment/pagedgeometry/Makefile.in     |  224 +-
 .../pagedgeometry/include/GrassLoader.h            |   13 +-
 .../environment/pagedgeometry/source/BatchPage.cpp |    3 +-
 .../pagedgeometry/source/BatchedGeometry.cpp       |   30 +-
 .../pagedgeometry/source/GrassLoader.cpp           |    3 +-
 .../pagedgeometry/source/PropertyMaps.cpp          |    4 +-
 .../pagedgeometry/source/WindBatchPage.cpp         |    2 +-
 src/components/ogre/gui/ActiveWidgetHandler.cpp    |   26 +-
 src/components/ogre/gui/ActiveWidgetHandler.h      |   10 +-
 src/components/ogre/gui/CursorWorldListener.cpp    |   21 +-
 src/components/ogre/gui/CursorWorldListener.h      |    7 +-
 src/components/ogre/lod/EmberOgreMesh.cpp          |  106 -
 src/components/ogre/lod/EmberOgreMesh.h            |   64 -
 src/components/ogre/lod/EmberOgreMeshManager.cpp   |   47 -
 src/components/ogre/lod/EmberOgreMeshManager.h     |   55 -
 src/components/ogre/lod/EmberOgreRoot.cpp          |   46 -
 src/components/ogre/lod/EmberOgreRoot.h            |   65 -
 src/components/ogre/lod/LodDefinition.cpp          |   42 +-
 src/components/ogre/lod/LodDefinition.h            |   37 +-
 src/components/ogre/lod/LodDefinitionManager.cpp   |   24 +-
 src/components/ogre/lod/LodDefinitionManager.h     |   10 +
 src/components/ogre/lod/LodManager.cpp             |   56 +-
 src/components/ogre/lod/LodManager.h               |    6 +-
 src/components/ogre/lod/OgreSmallVector.cpp        |   87 -
 src/components/ogre/lod/OgreSmallVector.h          |  814 ---
 src/components/ogre/lod/PMInjectorSignaler.cpp     |   15 +-
 src/components/ogre/lod/PMInjectorSignaler.h       |   13 +-
 .../ogre/lod/ProgressiveMeshGenerator.cpp          | 1177 -----
 src/components/ogre/lod/ProgressiveMeshGenerator.h |  240 -
 .../ogre/lod/QueuedProgressiveMeshGenerator.cpp    |  452 --
 .../ogre/lod/QueuedProgressiveMeshGenerator.h      |  146 -
 .../ogre/lod/ScaledPixelCountLodStrategy.cpp       |    8 +-
 .../ogre/lod/ScaledPixelCountLodStrategy.h         |    4 +-
 .../ogre/lod/XMLLodDefinitionSerializer.cpp        |   14 +-
 src/components/ogre/model/Model.cpp                |    6 +-
 src/components/ogre/model/ModelAttachment.cpp      |    6 +-
 src/components/ogre/model/ModelDefinition.cpp      |   38 +-
 src/components/ogre/model/ModelDefinition.h        |   30 +-
 .../ogre/model/ModelDefinitionManager.cpp          |   55 +-
 src/components/ogre/model/ModelDefinitionManager.h |   45 +-
 src/components/ogre/model/ModelRepresentation.cpp  |   16 +-
 src/components/ogre/scripting/Makefile.in          |  296 +-
 src/components/ogre/scripting/bindings/Makefile.in |  296 +-
 .../ogre/scripting/bindings/lua/AssetsManager.pkg  |    3 +-
 .../scripting/bindings/lua/AuthoringManager.pkg    |    7 -
 .../ogre/scripting/bindings/lua/Compass.pkg        |    2 +-
 .../ogre/scripting/bindings/lua/EmberOgre.cxx      |  757 ++-
 .../ogre/scripting/bindings/lua/EmberOgre.pkg      |    6 +-
 ...SceneManagerAdapter.pkg => ITerrainAdapter.pkg} |    6 +-
 .../ogre/scripting/bindings/lua/IconBase.pkg       |    2 +-
 .../ogre/scripting/bindings/lua/LodDefinition.pkg  |  180 +
 .../bindings/lua/LodDefinitionManager.pkg          |   37 +
 .../ogre/scripting/bindings/lua/LodManager.pkg     |   36 +
 .../ogre/scripting/bindings/lua/Makefile.am        |   20 +-
 .../ogre/scripting/bindings/lua/Makefile.in        |  322 +-
 .../scripting/bindings/lua/MeshInfoProvider.pkg    |   42 +
 .../ogre/scripting/bindings/lua/ModelRenderer.pkg  |    3 +-
 .../scripting/bindings/lua/PMInjectorSignaler.pkg  |   46 +
 .../ogre/scripting/bindings/lua/RuleEditor.pkg     |   50 +
 .../{TypeTreeAdapter.pkg => RuleTreeAdapter.pkg}   |   35 +-
 .../scripting/bindings/lua/StackableContainer.pkg  |    2 +-
 .../ogre/scripting/bindings/lua/TerrainManager.pkg |    4 +-
 .../ogre/scripting/bindings/lua/Widget.pkg         |    4 +-
 .../scripting/bindings/lua/helpers/Helpers.cxx     |    2 +-
 .../scripting/bindings/lua/helpers/Makefile.am     |    9 +
 .../scripting/bindings/lua/helpers/Makefile.in     |  233 +-
 .../ogre/scripting/bindings/lua/ogre/Makefile.am   |   11 +-
 .../ogre/scripting/bindings/lua/ogre/Makefile.in   |  235 +-
 .../ogre/scripting/bindings/lua/ogre/Ogre.cxx      |  228 +-
 .../lua/ogre/OgreHighLevelGpuProgramManager.pkg    |    2 +
 .../bindings/lua/ogre/OgreLodConfig.pkg}           |   33 +-
 .../bindings/lua/ogre/OgreLodStrategy.pkg          |   71 +
 .../scripting/bindings/lua/ogre/OgreMaterial.pkg   |   14 -
 .../bindings/lua/ogre/OgreMaterialManager.pkg      |    3 -
 .../scripting/bindings/lua/ogre/OgreResource.pkg   |    3 +-
 .../bindings/lua/ogre/OgreResourceManager.pkg      |    7 +-
 src/components/ogre/sound/SoundAction.cpp          |    2 +-
 .../ogre/sound/SoundDefinitionManager.cpp          |   30 +-
 src/components/ogre/sounddefinitions/Makefile.in   |  134 +-
 src/components/ogre/terrain.cfg                    |  219 -
 src/components/ogre/terrain/GeometryUpdateTask.cpp |   22 +-
 src/components/ogre/terrain/GeometryUpdateTask.h   |    6 +-
 src/components/ogre/terrain/ISceneManagerAdapter.h |  194 -
 src/components/ogre/terrain/ITerrainAdapter.h      |  172 +
 src/components/ogre/terrain/ITerrainObserver.h     |    4 +
 src/components/ogre/terrain/ITerrainPageBridge.h   |   17 +-
 src/components/ogre/terrain/OgreImage.cpp          |   49 +-
 .../CameraFocusedGrid2DPageStrategy.cpp            |  139 +
 .../OgreTerrain/CameraFocusedGrid2DPageStrategy.h  |   64 +
 .../ogre/terrain/OgreTerrain/EmberTerrain.cpp      |   97 +
 .../ogre/terrain/OgreTerrain/EmberTerrain.h        |  104 +
 .../ogre/terrain/OgreTerrain/EmberTerrainGroup.cpp |  151 +
 .../ogre/terrain/OgreTerrain/EmberTerrainGroup.h   |   91 +
 .../terrain/OgreTerrain/OgreTerrainAdapter.cpp     |  219 +
 .../ogre/terrain/OgreTerrain/OgreTerrainAdapter.h  |  125 +
 .../terrain/OgreTerrain/OgreTerrainDefiner.cpp     |   61 +
 .../OgreTerrainDefiner.h}                          |   41 +-
 .../OgreTerrainMaterialGeneratorEmber.cpp          |  145 +
 .../OgreTerrainMaterialGeneratorEmber.h            |  130 +
 .../terrain/OgreTerrain/OgreTerrainObserver.cpp    |   58 +
 .../ogre/terrain/OgreTerrain/OgreTerrainObserver.h |   78 +
 .../terrain/OgreTerrain/OgreTerrainPageBridge.cpp  |   92 +
 .../terrain/OgreTerrain/OgreTerrainPageBridge.h    |   88 +
 .../OgreTerrainPageProvider.cpp}                   |   41 +-
 .../terrain/OgreTerrain/OgreTerrainPageProvider.h  |   51 +
 src/components/ogre/terrain/SegmentManager.cpp     |    2 +-
 src/components/ogre/terrain/ShadowUpdateTask.cpp   |   52 +-
 src/components/ogre/terrain/ShadowUpdateTask.h     |    8 +-
 src/components/ogre/terrain/TerrainAreaParser.cpp  |   18 +-
 .../ogre/terrain/TerrainEditorOverlay.cpp          |    8 +-
 src/components/ogre/terrain/TerrainHandler.cpp     |  197 +-
 src/components/ogre/terrain/TerrainHandler.h       |   45 +-
 src/components/ogre/terrain/TerrainInfo.cpp        |    1 +
 src/components/ogre/terrain/TerrainManager.cpp     |  119 +-
 src/components/ogre/terrain/TerrainManager.h       |   50 +-
 .../terrain/TerrainMaterialCompilationTask.cpp     |   31 +-
 .../ogre/terrain/TerrainMaterialCompilationTask.h  |   20 +-
 .../ogre/terrain/TerrainModChangeTask.cpp          |    8 +-
 src/components/ogre/terrain/TerrainPage.cpp        |   11 +-
 src/components/ogre/terrain/TerrainPage.h          |   19 +-
 .../ogre/terrain/TerrainPageCreationTask.cpp       |    9 +-
 .../TerrainPageDeletionTask.cpp}                   |   32 +-
 ...hadowUpdateTask.h => TerrainPageDeletionTask.h} |   33 +-
 .../ogre/terrain/TerrainPageGeometry.cpp           |   35 +-
 src/components/ogre/terrain/TerrainPageGeometry.h  |    3 +-
 src/components/ogre/terrain/TerrainPageShadow.cpp  |  106 +-
 src/components/ogre/terrain/TerrainPageShadow.h    |   60 +-
 src/components/ogre/terrain/TerrainPageSurface.cpp |   24 +-
 src/components/ogre/terrain/TerrainPageSurface.h   |   11 +
 .../ogre/terrain/TerrainPageSurfaceCompiler.cpp    |   57 +-
 .../ogre/terrain/TerrainPageSurfaceCompiler.h      |   68 +-
 .../ogre/terrain/TerrainPageSurfaceLayer.cpp       |   22 +-
 .../ogre/terrain/TerrainPageSurfaceLayer.h         |    8 +-
 .../ogre/terrain/TerrainShaderUpdateTask.cpp       |   12 +-
 .../ogre/terrain/TerrainShaderUpdateTask.h         |   19 +-
 src/components/ogre/terrain/TerrainUpdateTask.cpp  |    2 +-
 src/components/ogre/terrain/techniques/Base.h      |   12 +
 .../techniques/CompilerTechniqueProvider.cpp       |   16 +-
 .../terrain/techniques/CompilerTechniqueProvider.h |    2 +-
 src/components/ogre/terrain/techniques/Shader.cpp  |  258 +-
 src/components/ogre/terrain/techniques/Shader.h    |   56 +-
 .../ogre/terrain/techniques/ShaderNormalMapped.cpp |   56 -
 .../terrain/techniques/ShaderNormalMappedPass.cpp  |  148 -
 .../terrain/techniques/ShaderNormalMappedPass.h    |   71 -
 .../ShaderNormalMappedPassCoverageBatch.cpp        |   76 -
 .../ogre/terrain/techniques/ShaderPass.cpp         |  260 +-
 .../ogre/terrain/techniques/ShaderPass.h           |   30 +-
 ...verageBatch.cpp => ShaderPassBlendMapBatch.cpp} |   58 +-
 ...ssCoverageBatch.h => ShaderPassBlendMapBatch.h} |   31 +-
 src/components/ogre/terrain/techniques/Simple.cpp  |  163 +-
 src/components/ogre/terrain/techniques/Simple.h    |   39 +-
 src/components/ogre/widgets/ActionBar.layout       |   25 +-
 src/components/ogre/widgets/ActionBar.lua          |   16 +-
 .../ogre/widgets/ActionBarCreator.layout           |  110 +-
 src/components/ogre/widgets/ActionBarCreator.lua   |    2 +-
 src/components/ogre/widgets/ActionBarIcon.cpp      |    4 +-
 .../ogre/widgets/ActionBarIconDragDropTarget.cpp   |    4 +-
 .../ogre/widgets/ActionBarIconManager.cpp          |   13 +-
 src/components/ogre/widgets/ActionBarIconSlot.cpp  |    8 +-
 src/components/ogre/widgets/Admin.lua              |   31 +-
 src/components/ogre/widgets/AssetsManager.cpp      |   61 +-
 src/components/ogre/widgets/AssetsManager.h        |    1 -
 src/components/ogre/widgets/AssetsManager.layout   |  939 ++--
 src/components/ogre/widgets/AssetsManager.lua      |  105 +-
 .../ogre/widgets/AutomaticGraphicsSettings.layout  |   31 +-
 src/components/ogre/widgets/Bootstrap.lua          |    8 +-
 src/components/ogre/widgets/ColouredListItem.cpp   |   18 +-
 src/components/ogre/widgets/ColouredListItem.h     |    8 +-
 src/components/ogre/widgets/Compass.cpp            |   40 +-
 src/components/ogre/widgets/Compass.h              |    9 +-
 src/components/ogre/widgets/Compass.layout         |  105 +-
 src/components/ogre/widgets/Compass.lua            |    5 +-
 src/components/ogre/widgets/Console.layout         |   95 +-
 src/components/ogre/widgets/Console.lua            |    2 +-
 src/components/ogre/widgets/ConsoleAdapter.cpp     |   17 +-
 src/components/ogre/widgets/ConsoleAdapter.h       |    2 +-
 src/components/ogre/widgets/Debug.layout           |   47 +-
 src/components/ogre/widgets/EntityBrowser.layout   |  261 +-
 src/components/ogre/widgets/EntityBrowser.lua      |   30 +-
 src/components/ogre/widgets/EntityCEGUITexture.cpp |   53 +-
 src/components/ogre/widgets/EntityCEGUITexture.h   |    8 +-
 src/components/ogre/widgets/EntityCreator.layout   |  231 +-
 src/components/ogre/widgets/EntityCreator.lua      |   50 +-
 .../ogre/widgets/EntityCreatorTypeHelper.cpp       |   92 +-
 .../ogre/widgets/EntityCreatorTypeHelper.h         |   19 +-
 src/components/ogre/widgets/EntityEditor.layout    |  499 +-
 src/components/ogre/widgets/EntityEditor.lua       |  203 +-
 src/components/ogre/widgets/EntityIcon.cpp         |    5 +-
 .../ogre/widgets/EntityIconDragDropTarget.cpp      |    4 +-
 .../ogre/widgets/EntityIconDragDropTarget.h        |    2 +-
 src/components/ogre/widgets/EntityIconManager.cpp  |   16 +-
 src/components/ogre/widgets/EntityIconSlot.cpp     |    8 +-
 src/components/ogre/widgets/EntityPicker.layout    |  205 +-
 src/components/ogre/widgets/EntityPicker.lua       |   30 +-
 .../ogre/widgets/EntityPickerSelector.layout       |   53 +-
 .../ogre/widgets/EntityTextureManipulator.cpp      |    4 +-
 .../ogre/widgets/EntityTextureManipulator.h        |    2 +-
 src/components/ogre/widgets/EntityTooltip.cpp      |   29 +-
 src/components/ogre/widgets/EntityTooltip.h        |    4 +-
 src/components/ogre/widgets/Environment.layout     |   91 +-
 src/components/ogre/widgets/Environment.lua        |    2 +-
 src/components/ogre/widgets/Give.layout            |   51 +-
 src/components/ogre/widgets/Give.lua               |    2 +-
 src/components/ogre/widgets/Help.cpp               |    2 +-
 src/components/ogre/widgets/HelpWidget.layout      |   37 +-
 .../ogre/widgets/HoverEntityOverlay.layout         |   65 +-
 src/components/ogre/widgets/HoverEntityOverlay.lua |   31 +-
 src/components/ogre/widgets/IconBar.cpp            |   17 +-
 src/components/ogre/widgets/IconBase.cpp           |   31 +-
 src/components/ogre/widgets/IconBase.h             |    5 +-
 .../ogre/widgets/IndirectRenderingChecker.layout   |   39 +-
 .../ogre/widgets/IndirectRenderingChecker.lua      |    2 +-
 src/components/ogre/widgets/IngameChatWidget.cpp   |  108 +-
 src/components/ogre/widgets/IngameChatWidget.h     |    4 +-
 .../ogre/widgets/IngameChatWidgetAttached.layout   |   53 +-
 .../ogre/widgets/IngameChatWidgetDetached.layout   |   55 +-
 .../IngameMerchantTradeConfirmationDialog.layout   |   43 +-
 .../ogre/widgets/IngameMerchantWidget.layout       |   39 +-
 .../ogre/widgets/IngameMerchantWidget.lua          |   14 +-
 src/components/ogre/widgets/InspectWidget.cpp      |   12 +-
 src/components/ogre/widgets/InspectWidget.h        |    2 +-
 src/components/ogre/widgets/InspectWidget.layout   |   81 +-
 src/components/ogre/widgets/Inventory.layout       |   83 +-
 src/components/ogre/widgets/Inventory.lua          |   79 +-
 src/components/ogre/widgets/InventoryWidget.layout |   59 +-
 src/components/ogre/widgets/JesusEdit.layout       |  143 +-
 src/components/ogre/widgets/JesusEditFile.layout   |   69 +-
 .../ogre/widgets/JesusEditPreview.layout           |   35 +-
 src/components/ogre/widgets/Label.layout           |   21 +-
 src/components/ogre/widgets/ListHolder.cpp         |    6 +-
 src/components/ogre/widgets/MainIconBar.lua        |   12 +-
 src/components/ogre/widgets/Makefile.in            |  277 +-
 src/components/ogre/widgets/MeshInfoProvider.cpp   |    2 -
 src/components/ogre/widgets/MeshPreview.cpp        |   14 +-
 src/components/ogre/widgets/MeshPreview.layout     |  161 +-
 src/components/ogre/widgets/ModelEdit.layout       | 1220 +++--
 src/components/ogre/widgets/ModelEdit.lua          |   38 +-
 src/components/ogre/widgets/ModelRenderer.cpp      |    6 +-
 src/components/ogre/widgets/ModelRenderer.h        |    3 +-
 .../ogre/widgets/MovableObjectRenderer.cpp         |   12 +-
 .../ogre/widgets/MovableObjectRenderer.h           |    4 +-
 .../ogre/widgets/OgreConfigurator.layout           |  120 +-
 src/components/ogre/widgets/OgreEntityRenderer.cpp |    6 +-
 src/components/ogre/widgets/Performance.layout     |   33 +-
 src/components/ogre/widgets/Performance.lua        |   12 +-
 src/components/ogre/widgets/PickingInfo.layout     |   31 +-
 src/components/ogre/widgets/PickingInfo.lua        |    2 +-
 src/components/ogre/widgets/QuaternionAdapter.cpp  |    2 +-
 src/components/ogre/widgets/QuickHelp.layout       |   97 +-
 src/components/ogre/widgets/QuickHelp.lua          |   21 +-
 src/components/ogre/widgets/Quit.cpp               |    2 +-
 src/components/ogre/widgets/Quit.layout            |   61 +-
 src/components/ogre/widgets/RuleManager.layout     |   48 +
 src/components/ogre/widgets/RuleManager.lua        |  178 +
 src/components/ogre/widgets/ScriptEdit.layout      |  116 +-
 src/components/ogre/widgets/ScriptEdit.lua         |   10 +-
 src/components/ogre/widgets/ServerBrowser.layout   |  189 +-
 src/components/ogre/widgets/ServerBrowser.lua      |   15 +-
 src/components/ogre/widgets/ServerLogger.layout    |   39 +-
 src/components/ogre/widgets/ServerLogger.lua       |   13 +-
 .../ogre/widgets/ServerSocketDetected.layout       |   53 +-
 src/components/ogre/widgets/ServerWidget.cpp       |  129 +-
 src/components/ogre/widgets/ServerWidget.layout    |  511 +-
 src/components/ogre/widgets/Settings.layout        |   45 +-
 src/components/ogre/widgets/Settings.lua           |   84 +-
 .../ogre/widgets/SettingsRestartDialog.layout      |   33 +-
 .../widgets/SettingsUnappliedChangesDialog.layout  |   41 +-
 src/components/ogre/widgets/StackableContainer.cpp |   12 +-
 src/components/ogre/widgets/StackableContainer.h   |    2 +-
 src/components/ogre/widgets/Status.layout          |  123 +-
 src/components/ogre/widgets/Status.lua             |   31 +-
 src/components/ogre/widgets/Tasks.layout           |   49 +-
 src/components/ogre/widgets/Tasks.lua              |    2 +-
 src/components/ogre/widgets/TerrainEditor.layout   |  111 +-
 src/components/ogre/widgets/TerrainEditor.lua      |    2 +-
 src/components/ogre/widgets/TexturePair.cpp        |   13 +-
 src/components/ogre/widgets/TexturePair.h          |    5 +-
 src/components/ogre/widgets/TypeManager.layout     |   34 -
 src/components/ogre/widgets/TypeManager.lua        |  132 -
 src/components/ogre/widgets/Vector3Adapter.cpp     |    4 +-
 src/components/ogre/widgets/Widget.cpp             |   25 +-
 src/components/ogre/widgets/Widget.h               |   12 +-
 src/components/ogre/widgets/WorldLoadingScreen.cpp |  107 +
 src/components/ogre/widgets/WorldLoadingScreen.h   |   75 +
 .../ogre/widgets/WorldLoadingScreen.layout         |   11 +
 src/components/ogre/widgets/adapters/AdapterBase.h |    2 +-
 .../ogre/widgets/adapters/ComboboxAdapter.h        |    4 +-
 .../ogre/widgets/adapters/GenericPropertyAdapter.h |    2 +-
 src/components/ogre/widgets/adapters/ListBinder.h  |    2 +-
 src/components/ogre/widgets/adapters/Makefile.in   |  296 +-
 .../ogre/widgets/adapters/atlas/AdapterBase.h      |    2 +-
 .../ogre/widgets/adapters/atlas/AdapterFactory.cpp |   73 +-
 .../ogre/widgets/adapters/atlas/AdapterFactory.h   |   16 -
 .../ogre/widgets/adapters/atlas/AreaAdapter.cpp    |   29 +-
 .../ogre/widgets/adapters/atlas/AreaAdapter.h      |    8 +
 .../ogre/widgets/adapters/atlas/AreaAdapter.layout |   41 +-
 .../ogre/widgets/adapters/atlas/ListAdapter.cpp    |    2 +-
 .../ogre/widgets/adapters/atlas/ListAdapter.layout |   11 +-
 .../adapters/atlas/ListAdapterNewElement.layout    |   27 +-
 .../ogre/widgets/adapters/atlas/Makefile.in        |  277 +-
 .../ogre/widgets/adapters/atlas/MapAdapter.cpp     |    2 +-
 .../ogre/widgets/adapters/atlas/MapAdapter.layout  |    9 +-
 .../adapters/atlas/MapAdapterNewElement.layout     |   59 +-
 .../widgets/adapters/atlas/NumberAdapter.layout    |   15 +-
 .../adapters/atlas/OrientationAdapter.layout       |   41 +-
 .../ogre/widgets/adapters/atlas/PolygonAdapter.cpp |    6 +-
 .../ogre/widgets/adapters/atlas/PolygonAdapter.h   |    2 +-
 .../adapters/atlas/Position2DAdapter.layout        |   25 +-
 .../widgets/adapters/atlas/PositionAdapter.layout  |   41 +-
 .../ogre/widgets/adapters/atlas/SizeAdapter.layout |   93 +-
 .../widgets/adapters/atlas/StaticAdapter.layout    |   13 +-
 .../widgets/adapters/atlas/StringAdapter.layout    |   17 +-
 .../adapters/atlas/TerrainModAdapter.layout        |   83 +-
 .../widgets/adapters/atlas/bindings/Makefile.in    |  296 +-
 .../adapters/atlas/bindings/lua/AdapterFactory.pkg |    2 -
 .../adapters/atlas/bindings/lua/AtlasAdapters.cxx  |   39 +-
 .../adapters/atlas/bindings/lua/Makefile.am        |    9 +
 .../adapters/atlas/bindings/lua/Makefile.in        |  232 +-
 .../adapters/atlas/bindings/lua/PolygonAdapter.pkg |    2 +-
 .../ogre/widgets/adapters/bindings/Makefile.in     |  296 +-
 .../widgets/adapters/bindings/lua/Adapters.cxx     |    2 +-
 .../ogre/widgets/adapters/bindings/lua/Makefile.am |    9 +
 .../ogre/widgets/adapters/bindings/lua/Makefile.in |  238 +-
 .../ogre/widgets/adapters/eris/RuleTreeAdapter.cpp |  143 +
 .../ogre/widgets/adapters/eris/RuleTreeAdapter.h   |  139 +
 .../ogre/widgets/adapters/eris/TypeTreeAdapter.cpp |  148 -
 .../ogre/widgets/adapters/eris/TypeTreeAdapter.h   |  125 -
 src/components/ogre/widgets/icons/Icon.cpp         |    2 +-
 .../ogre/widgets/icons/IconImageStore.cpp          |   31 +-
 src/components/ogre/widgets/icons/IconImageStore.h |    6 +-
 src/components/ogre/widgets/icons/IconManager.cpp  |    3 -
 .../ogre/widgets/representations/ActionBar.layout  |   25 +-
 .../ogre/widgets/representations/ActionBar.lua     |   16 +-
 .../representations/ActionBarCreator.layout        |  110 +-
 .../widgets/representations/ActionBarCreator.lua   |    2 +-
 .../ogre/widgets/representations/Admin.lua         |   31 +-
 .../widgets/representations/AssetsManager.layout   |  939 ++--
 .../ogre/widgets/representations/AssetsManager.lua |  105 +-
 .../AutomaticGraphicsSettings.layout               |   31 +-
 .../ogre/widgets/representations/Bootstrap.lua     |    8 +-
 .../representations/CheckboxRepresentation.h       |    6 +-
 .../representations/CheckboxRepresentation.layout  |   17 +-
 .../representations/ComboboxRepresentation.h       |    4 +-
 .../representations/ComboboxRepresentation.layout  |   17 +-
 .../ogre/widgets/representations/Compass.layout    |  105 +-
 .../ogre/widgets/representations/Compass.lua       |    5 +-
 .../ogre/widgets/representations/Console.layout    |   95 +-
 .../ogre/widgets/representations/Console.lua       |    2 +-
 .../ogre/widgets/representations/Debug.layout      |   47 +-
 .../representations/EditboxRepresentation.h        |    4 +-
 .../representations/EditboxRepresentation.layout   |   17 +-
 .../widgets/representations/EntityBrowser.layout   |  261 +-
 .../ogre/widgets/representations/EntityBrowser.lua |   30 +-
 .../widgets/representations/EntityCreator.layout   |  231 +-
 .../ogre/widgets/representations/EntityCreator.lua |   50 +-
 .../widgets/representations/EntityEditor.layout    |  499 +-
 .../ogre/widgets/representations/EntityEditor.lua  |  203 +-
 .../widgets/representations/EntityPicker.layout    |  205 +-
 .../ogre/widgets/representations/EntityPicker.lua  |   30 +-
 .../representations/EntityPickerSelector.layout    |   53 +-
 .../widgets/representations/Environment.layout     |   91 +-
 .../ogre/widgets/representations/Environment.lua   |    2 +-
 .../ogre/widgets/representations/Give.layout       |   51 +-
 .../ogre/widgets/representations/Give.lua          |    2 +-
 .../ogre/widgets/representations/HelpWidget.layout |   37 +-
 .../representations/HoverEntityOverlay.layout      |   65 +-
 .../widgets/representations/HoverEntityOverlay.lua |   31 +-
 .../IndirectRenderingChecker.layout                |   39 +-
 .../representations/IndirectRenderingChecker.lua   |    2 +-
 .../IngameChatWidgetAttached.layout                |   53 +-
 .../IngameChatWidgetDetached.layout                |   55 +-
 .../IngameMerchantTradeConfirmationDialog.layout   |   43 +-
 .../representations/IngameMerchantWidget.layout    |   39 +-
 .../representations/IngameMerchantWidget.lua       |   14 +-
 .../widgets/representations/InspectWidget.layout   |   81 +-
 .../ogre/widgets/representations/Inventory.layout  |   83 +-
 .../ogre/widgets/representations/Inventory.lua     |   79 +-
 .../widgets/representations/InventoryWidget.layout |   59 +-
 .../ogre/widgets/representations/JesusEdit.layout  |  143 +-
 .../widgets/representations/JesusEditFile.layout   |   69 +-
 .../representations/JesusEditPreview.layout        |   35 +-
 .../ogre/widgets/representations/Label.layout      |   21 +-
 .../ogre/widgets/representations/LayoutHelper.cpp  |    7 +-
 .../ogre/widgets/representations/MainIconBar.lua   |   12 +-
 .../ogre/widgets/representations/Makefile.in       |  277 +-
 .../widgets/representations/MeshPreview.layout     |  161 +-
 .../ogre/widgets/representations/ModelEdit.layout  | 1220 +++--
 .../ogre/widgets/representations/ModelEdit.lua     |   38 +-
 .../representations/OgreConfigurator.layout        |  120 +-
 .../widgets/representations/Performance.layout     |   33 +-
 .../ogre/widgets/representations/Performance.lua   |   12 +-
 .../widgets/representations/PickingInfo.layout     |   31 +-
 .../ogre/widgets/representations/PickingInfo.lua   |    2 +-
 .../ogre/widgets/representations/QuickHelp.layout  |   97 +-
 .../ogre/widgets/representations/QuickHelp.lua     |   21 +-
 .../ogre/widgets/representations/Quit.layout       |   61 +-
 .../widgets/representations/RepresentationBase.h   |    2 +-
 .../widgets/representations/RuleManager.layout     |   48 +
 .../ogre/widgets/representations/RuleManager.lua   |  178 +
 .../ogre/widgets/representations/ScriptEdit.layout |  116 +-
 .../ogre/widgets/representations/ScriptEdit.lua    |   10 +-
 .../widgets/representations/ServerBrowser.layout   |  189 +-
 .../ogre/widgets/representations/ServerBrowser.lua |   15 +-
 .../widgets/representations/ServerLogger.layout    |   39 +-
 .../ogre/widgets/representations/ServerLogger.lua  |   13 +-
 .../representations/ServerSocketDetected.layout    |   53 +-
 .../widgets/representations/ServerWidget.layout    |  511 +-
 .../ogre/widgets/representations/Settings.layout   |   45 +-
 .../ogre/widgets/representations/Settings.lua      |   84 +-
 .../representations/SettingsRestartDialog.layout   |   33 +-
 .../SettingsUnappliedChangesDialog.layout          |   41 +-
 .../widgets/representations/SliderRepresentation.h |   10 +-
 .../representations/SliderRepresentation.layout    |   23 +-
 .../ogre/widgets/representations/Status.layout     |  123 +-
 .../ogre/widgets/representations/Status.lua        |   31 +-
 .../ogre/widgets/representations/Tasks.layout      |   49 +-
 .../ogre/widgets/representations/Tasks.lua         |    2 +-
 .../widgets/representations/TerrainEditor.layout   |  111 +-
 .../ogre/widgets/representations/TerrainEditor.lua |    2 +-
 .../widgets/representations/TypeManager.layout     |   34 -
 .../ogre/widgets/representations/TypeManager.lua   |  132 -
 .../representations/WorldLoadingScreen.layout      |   11 +
 .../adapters/atlas/AreaAdapter.layout              |   41 +-
 .../adapters/atlas/ListAdapter.layout              |   11 +-
 .../adapters/atlas/ListAdapterNewElement.layout    |   27 +-
 .../adapters/atlas/MapAdapter.layout               |    9 +-
 .../adapters/atlas/MapAdapterNewElement.layout     |   59 +-
 .../adapters/atlas/NumberAdapter.layout            |   15 +-
 .../adapters/atlas/OrientationAdapter.layout       |   41 +-
 .../adapters/atlas/Position2DAdapter.layout        |   25 +-
 .../adapters/atlas/PositionAdapter.layout          |   41 +-
 .../adapters/atlas/SizeAdapter.layout              |   93 +-
 .../adapters/atlas/StaticAdapter.layout            |   13 +-
 .../adapters/atlas/StringAdapter.layout            |   17 +-
 .../adapters/atlas/TerrainModAdapter.layout        |   83 +-
 .../widgets/representations/bindings/Makefile.in   |  296 +-
 .../representations/bindings/lua/Makefile.am       |    9 +
 .../representations/bindings/lua/Makefile.in       |  232 +-
 .../bindings/lua/Representations.cxx               |    2 +-
 .../representations/CheckboxRepresentation.layout  |   17 +-
 .../representations/ComboboxRepresentation.layout  |   17 +-
 .../representations/EditboxRepresentation.layout   |   17 +-
 .../representations/SliderRepresentation.layout    |   23 +-
 src/config.h.in                                    |   12 +-
 src/domain/Makefile.in                             |  302 +-
 src/domain/bindings/Makefile.in                    |  296 +-
 src/domain/bindings/lua/Domain.cxx                 |    2 +-
 src/domain/bindings/lua/Makefile.am                |    9 +
 src/domain/bindings/lua/Makefile.in                |  232 +-
 src/extensions/Makefile.in                         |  296 +-
 src/extensions/webember/Makefile.in                |  292 +-
 src/framework/EntityExporter.cpp                   |  478 +-
 src/framework/EntityExporter.h                     |  277 +-
 .../{EntityExporter.cpp => EntityExporterBase.cpp} |  278 +-
 .../{EntityExporter.h => EntityExporterBase.h}     |  198 +-
 src/framework/EntityImporter.cpp                   |  508 +-
 src/framework/EntityImporter.h                     |  253 +-
 src/framework/EntityImporterBase.cpp               |  942 ++++
 src/framework/EntityImporterBase.h                 |  517 ++
 src/framework/MainLoopController.h                 |   12 -
 src/framework/Makefile.am                          |    6 +-
 src/framework/Makefile.in                          |  375 +-
 src/framework/StreamLogObserver.cpp                |   22 +-
 src/framework/Tokeniser.h                          |    2 +-
 src/framework/bindings/Makefile.in                 |  296 +-
 src/framework/bindings/lua/EntityExporter.pkg      |   26 +
 src/framework/bindings/lua/EntityImporter.pkg      |   28 +
 src/framework/bindings/lua/Framework.cxx           |  441 +-
 src/framework/bindings/lua/MainLoopController.pkg  |   12 -
 src/framework/bindings/lua/Makefile.am             |    9 +
 src/framework/bindings/lua/Makefile.in             |  311 +-
 src/framework/bindings/lua/atlas/Atlas.cxx         |    2 +-
 src/framework/bindings/lua/atlas/Makefile.am       |    9 +
 src/framework/bindings/lua/atlas/Makefile.in       |  233 +-
 src/framework/bindings/lua/eris/Account.pkg        |    3 +
 src/framework/bindings/lua/eris/Connection.pkg     |    8 +
 src/framework/bindings/lua/eris/Entity.pkg         |   13 +
 src/framework/bindings/lua/eris/Eris.cxx           |   83 +-
 src/framework/bindings/lua/eris/Makefile.am        |    9 +
 src/framework/bindings/lua/eris/Makefile.in        |  233 +-
 src/framework/bindings/lua/varconf/Makefile.am     |    9 +
 src/framework/bindings/lua/varconf/Makefile.in     |  232 +-
 src/framework/bindings/lua/varconf/Varconf.cxx     |    2 +-
 src/framework/{binreloc.c => binreloc.cpp}         |   12 +-
 src/framework/osdir.h                              |    3 +-
 src/framework/tasks/Makefile.in                    |  224 +-
 src/framework/tasks/TaskQueue.cpp                  |   12 +-
 src/framework/tasks/TaskQueue.h                    |    9 +-
 src/framework/tinyxml/tinyxml.cpp                  |   38 +-
 src/framework/tinyxml/tinyxml.h                    |   14 -
 src/framework/tinyxml/tinyxmlparser.cpp            |   13 +-
 src/main/Application.cpp                           |   43 +-
 src/main/Application.h                             |   10 -
 src/main/Makefile.am                               |    1 -
 src/main/Makefile.in                               |  269 +-
 src/platform/Makefile.in                           |  198 +-
 src/services/Makefile.in                           |  302 +-
 src/services/bindings/Makefile.in                  |  296 +-
 src/services/bindings/lua/EmberServices.cxx        |    2 +-
 src/services/bindings/lua/Makefile.am              |    8 +
 src/services/bindings/lua/Makefile.in              |  233 +-
 src/services/config/ConfigService.cpp              |    2 +-
 src/services/config/Makefile.in                    |  224 +-
 src/services/input/Input.cpp                       |   74 +-
 src/services/input/Input.h                         |   15 +-
 src/services/input/Makefile.in                     |  230 +-
 src/services/logging/Makefile.in                   |  224 +-
 src/services/metaserver/Makefile.in                |  224 +-
 src/services/scripting/Makefile.in                 |  224 +-
 src/services/server/ConnectedAdapter.cpp           |   13 +
 src/services/server/ConnectedAdapter.h             |   12 +-
 src/services/server/LocalServerAdminCreator.cpp    |   13 +-
 src/services/server/LoggedInState.cpp              |   19 +-
 src/services/server/Makefile.in                    |  224 +-
 src/services/serversettings/Makefile.in            |  224 +-
 src/services/sound/Makefile.in                     |  224 +-
 src/services/wfut/Makefile.in                      |  224 +-
 test-driver                                        |  127 +
 test/Makefile.am                                   |    1 -
 test/Makefile.in                                   |  750 ++-
 test/TestTerrain.cpp                               |   68 +-
 789 files changed, 40272 insertions(+), 60996 deletions(-)

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



More information about the Pkg-games-commits mailing list