[ember] branch master updated (45f8d02 -> 290d659)

Olek Wojnar olek-guest at moszumanska.debian.org
Mon Aug 15 02:00:19 UTC 2016


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

olek-guest pushed a change to branch master
in repository ember.

      from  45f8d02   bump boost build-dep to 1.53
      adds  9baf056   Imported Debian patch 0.6.2+dfsg-2.1
       new  6e09085   Restore 0.7.0 packaging
       new  a7bc77f   Update packaging
       new  05b0cf7   Import patch to replace MersenneTwister.h
      adds  32dac30   Imported Upstream version 0.7.1+dfsg
       new  35aa193   Merge tag 'upstream/0.7.1+dfsg'
      adds  e4d3bf8   Imported Upstream version 0.7.2+dfsg
       new  1c56e2c   Merge tag 'upstream/0.7.2+dfsg'
       new  ae8fcf4   Update dependencies for version 0.7.2
       new  32011d9   Update packaging
       new  290d659   Update patches

The 8 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:
 AUTHORS                                            |    8 +-
 ChangeLog                                          | 7424 +++++++++++++++++++-
 Ember-Info.plist                                   |   20 -
 Ember.xcodeproj/project.pbxproj                    | 4332 ------------
 INSTALL                                            |   28 +-
 Makefile.am                                        |   12 +-
 Makefile.in                                        |  413 +-
 NEWS                                               |    8 +
 README                                             |  106 -
 README.md                                          |   32 +
 TODO                                               |   41 -
 acinclude.m4                                       |  474 +-
 aclocal.m4                                         |  590 +-
 autogen.sh                                         |   61 +-
 autopackage/default.apspec.in                      |   61 -
 configure                                          | 3556 +++++++---
 configure.ac                                       |  133 +-
 debian/changelog                                   |   57 +-
 debian/control                                     |   29 +-
 debian/copyright                                   |  232 +-
 debian/ember.links                                 |    1 +
 debian/ember.lintian-overrides                     |    8 +
 .../0004-domain-bindings-lua-makefile.patch        |   22 -
 debian/patches/0007-revert-libwfut-version.patch   |   15 -
 .../patches/0014-add-missing-ogrelodstrategy.patch |  496 --
 debian/patches/0015-verbose-configure-errors.patch |   17 +-
 debian/patches/0016-boost-1.53.patch               |   14 -
 debian/patches/0017-replace-mersenne-twister.patch |   48 +
 debian/patches/0018-enable-subdir-objects.patch    |   16 +
 debian/patches/0019-update-boost-m4.patch          |  829 +++
 debian/patches/0020-remove-obsolete-includes.patch |   88 +
 ...icalChangeAdapter-fix-for-newer-compilers.patch |   25 +
 debian/patches/0022-fix-typos.patch                |  142 +
 .../0023-add-keywords-to-desktop-file.patch        |   13 +
 debian/patches/0024-fix-icon-location.patch        |   17 +
 .../0025-fix-duplicate-script-install.patch        |   25 +
 debian/patches/series                              |   13 +-
 debian/rules                                       |   11 +-
 debian/source/lintian-overrides                    |    2 +
 debian/watch                                       |    4 +-
 ember                                              |   13 +-
 ember-media.spec.in                                |   40 -
 ember.conf                                         |   17 +-
 ember.conf => ember.conf.in                        |   17 +-
 ember.dox.in                                       |  420 +-
 ember.in                                           |   11 +-
 ember.spec.in                                      |   50 -
 ltmain.sh                                          |  103 +-
 m4/ax_cxx_compile_stdcxx_11.m4                     |  107 +
 m4/boost.m4                                        | 1239 ++++
 m4/ltversion.m4                                    |   10 +-
 media/Makefile.am                                  |    1 -
 media/Makefile.in                                  |  629 --
 media/README                                       |    1 -
 ember.png => media/ember.png                       |  Bin
 media/packs/Makefile.am                            |    3 -
 media/packs/Makefile.in                            |  431 --
 .../generate-ChangeLog.sh                          |    4 +-
 src/Makefile.in                                    |  302 +-
 src/bindings/Makefile.in                           |  300 +-
 src/bindings/lua/ConnectorDefinitions.cxx          |  424 +-
 src/bindings/lua/ConnectorDefinitions.pkg          |   75 +-
 src/bindings/lua/Makefile.am                       |   11 +-
 src/bindings/lua/Makefile.in                       |  302 +-
 src/bindings/lua/TypeResolving.cpp                 |    9 +-
 src/bindings/lua/TypeResolving.h                   |    6 +-
 src/components/Makefile.in                         |  300 +-
 src/components/{ogre/gui => cegui}/CEGUILogger.cpp |   11 +-
 src/components/{ogre/gui => cegui}/CEGUILogger.h   |    8 +-
 .../gui => cegui}/ColouredRenderedStringParser.cpp |    5 +-
 .../gui => cegui}/ColouredRenderedStringParser.h   |    7 +-
 src/components/cegui/Makefile.am                   |   11 +-
 src/components/cegui/Makefile.in                   |  509 +-
 .../RenderedColourStringTextComponent.cpp          |   22 +-
 .../RenderedColourStringTextComponent.h            |   12 +-
 .../ScrapNativeClipboardProvider.cpp}              |   36 +-
 .../ScrapNativeClipboardProvider.h}                |   29 +-
 src/{ => components/cegui}/bindings/Makefile.am    |    0
 src/{ => components/cegui}/bindings/Makefile.in    |  302 +-
 src/components/cegui/bindings/lua/Cegui.cxx        |  241 +
 src/components/cegui/bindings/lua/Cegui.pkg        |   35 +
 src/components/cegui/bindings/lua/Helper.h         |  134 +
 src/components/cegui/bindings/lua/Makefile.am      |   27 +
 .../cegui/bindings/lua}/Makefile.in                |  308 +-
 .../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  | 5380 +++++++-------
 .../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 -
 .../entitymapping/Cases/AttributeCase.cpp          |    2 +-
 src/components/entitymapping/Cases/AttributeCase.h |    2 +-
 .../AttributeComparers/HeightComparerWrapper.h     |    2 +-
 .../AttributeComparers/NumericComparerWrapper.h    |    2 +-
 .../AttributeComparers/NumericRangeComparer.cpp    |    2 +-
 .../AttributeComparers/NumericRangeComparer.h      |    4 +-
 .../AttributeComparers/StringComparerWrapper.h     |    2 +-
 src/components/entitymapping/ChangeContext.cpp     |    8 +-
 .../entitymapping/Definitions/DefinitionBase.h     |    6 +-
 .../entitymapping/EntityMappingCreator.cpp         |   71 +-
 .../entitymapping/EntityMappingManager.cpp         |   15 +-
 .../entitymapping/EntityMappingManager.h           |    4 +-
 src/components/entitymapping/Makefile.am           |    2 +-
 src/components/entitymapping/Makefile.in           |  813 ++-
 .../entitymapping/Matches/AbstractMatch.h          |   20 +-
 .../Matches/AttributeDependentMatch.cpp            |    4 +-
 .../Matches/AttributeDependentMatch.h              |    2 +-
 .../entitymapping/Matches/AttributeMatch.cpp       |    4 +-
 .../entitymapping/Matches/EntityTypeMatch.cpp      |    4 +-
 .../entitymapping/Matches/OutfitMatch.cpp          |   23 +-
 src/components/entitymapping/Matches/OutfitMatch.h |    2 +-
 src/components/lua/Connectors.cpp                  |   13 +-
 src/components/lua/Connectors_impl.h               |    7 +-
 src/components/lua/LuaHelper.cpp                   |    4 +-
 src/components/lua/LuaScriptingProvider.cpp        |   15 +-
 src/components/lua/LuaScriptingProvider.h          |    2 +-
 src/components/lua/Makefile.am                     |    2 +-
 src/components/lua/Makefile.in                     |  347 +-
 src/components/lua/bindings/Makefile.in            |  300 +-
 src/components/lua/bindings/lua/Lua.cxx            |    2 +-
 src/components/lua/bindings/lua/Makefile.am        |   11 +-
 src/components/lua/bindings/lua/Makefile.in        |  277 +-
 src/components/ogre/AutoGraphicsLevelManager.cpp   |    1 +
 src/components/ogre/Avatar.cpp                     |   19 +-
 src/components/ogre/Avatar.h                       |   31 +-
 src/components/ogre/AvatarCameraWarper.cpp         |   91 +
 src/components/ogre/AvatarCameraWarper.h           |  125 +
 src/components/ogre/AvatarLogger.cpp               |    6 +-
 src/components/ogre/AvatarLogger.h                 |    4 +-
 src/components/ogre/AvatarTerrainCursor.cpp        |   35 +-
 src/components/ogre/AvatarTerrainCursor.h          |   21 +-
 src/components/ogre/Convert.h                      |    6 +-
 src/components/ogre/EmberEntity.cpp                |   42 +-
 src/components/ogre/EmberEntity.h                  |    8 +-
 src/components/ogre/EmberEntityFactory.cpp         |   39 +-
 src/components/ogre/EmberEntityFactory.h           |   13 -
 src/components/ogre/EmberEntityModelAction.cpp     |    1 +
 src/components/ogre/EmberEntityPartAction.h        |    5 -
 src/components/ogre/EmberEntityUserObject.h        |    8 +-
 src/components/ogre/EmberOgre.cpp                  |   73 +-
 src/components/ogre/EmberOgre.h                    |   62 +-
 src/components/ogre/EmberOgreFileSystem.h          |    5 +-
 src/components/ogre/EntityWorldPickListener.cpp    |   76 +-
 src/components/ogre/EntityWorldPickListener.h      |   33 +-
 src/components/ogre/GUICEGUIAdapter.cpp            |   85 +-
 src/components/ogre/GUICEGUIAdapter.h              |   17 +-
 src/components/ogre/GUIManager.cpp                 |  151 +-
 src/components/ogre/GUIManager.h                   |   42 +-
 src/components/ogre/IWorldPickListener.h           |   12 +
 src/components/ogre/Makefile.am                    |   65 +-
 src/components/ogre/Makefile.in                    | 4667 ++++++------
 src/components/ogre/MeshSerializerListener.cpp     |    3 +
 src/components/ogre/MeshSerializerListener.h       |    2 +-
 src/components/ogre/MotionManager.h                |    4 +-
 src/components/ogre/MovementController.cpp         |   21 +-
 src/components/ogre/MovementController.h           |    5 +-
 src/components/ogre/OgreConfigurator.cpp           |   74 +-
 src/components/ogre/OgreIncludes.h                 |  442 +-
 src/components/ogre/OgreInfo.cpp                   |    7 +-
 src/components/ogre/OgreResourceLoader.cpp         |    8 +-
 src/components/ogre/OgreResourceProvider.cpp       |    2 +-
 src/components/ogre/OgreResourceProvider.h         |    4 +-
 src/components/ogre/OgreSetup.cpp                  |   40 +-
 src/components/ogre/OgreSetup.h                    |   31 +-
 src/components/ogre/OgreWindowProvider.cpp         |    2 +-
 src/components/ogre/Scene.cpp                      |   28 +-
 src/components/ogre/Scene.h                        |   10 +-
 .../EmberPagingSceneManager/Makefile.am            |    1 -
 .../EmberPagingSceneManager/Makefile.in            |  629 --
 .../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    |  570 --
 .../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        |  720 --
 .../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      |  629 --
 src/components/ogre/Screen.cpp                     |   22 +-
 src/components/ogre/Screen.h                       |   14 +
 src/components/ogre/ShaderManager.cpp              |    2 +-
 src/components/ogre/ShadowCameraSetup.cpp          |    2 -
 src/components/ogre/TerrainPageDataProvider.cpp    |   15 +-
 src/components/ogre/TerrainPageDataProvider.h      |   33 +-
 src/components/ogre/World.cpp                      |   52 +-
 src/components/ogre/World.h                        |   25 +-
 src/components/ogre/authoring/AuthoringHandler.cpp |   10 +-
 src/components/ogre/authoring/AuthoringHandler.h   |   12 +-
 src/components/ogre/authoring/AuthoringManager.cpp |   39 +-
 src/components/ogre/authoring/AuthoringManager.h   |   30 +-
 .../ogre/authoring/AuthoringVisualization.cpp      |    4 +-
 src/components/ogre/authoring/EntityMaker.cpp      |   50 +-
 src/components/ogre/authoring/EntityMaker.h        |    9 +-
 src/components/ogre/authoring/EntityMoverBase.cpp  |    6 +-
 src/components/ogre/authoring/EntityMoverBase.h    |    2 +-
 src/components/ogre/authoring/EntityRecipe.cpp     |   10 +-
 src/components/ogre/authoring/EntityRecipe.h       |   65 +-
 .../ogre/authoring/EntityRecipeManager.cpp         |   13 +-
 .../ogre/authoring/EntityRecipeManager.h           |   11 +-
 src/components/ogre/authoring/GUIAdapter.h         |    2 +-
 .../ogre/authoring/IPolygonPositionProvider.h      |    5 +
 src/components/ogre/authoring/Makefile.in          |  300 +-
 src/components/ogre/authoring/MaterialEditor.cpp   |    4 +-
 src/components/ogre/authoring/MovementAdapter.cpp  |    4 +-
 src/components/ogre/authoring/MovementAdapter.h    |    2 +-
 src/components/ogre/authoring/PolygonPoint.cpp     |    9 +-
 .../ogre/authoring/PolygonPointMover.cpp           |    4 +-
 src/components/ogre/authoring/PolygonPointMover.h  |    6 +
 .../ogre/authoring/PolygonPointPickListener.cpp    |    9 +-
 .../ogre/authoring/PolygonPointPickListener.h      |    2 +
 .../ogre/authoring/RawTypeInfoRepository.cpp       |   75 -
 .../ogre/authoring/RawTypeInfoRepository.h         |   66 -
 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   |    9 +-
 .../ogre/authoring/entityrecipes/Makefile.am       |    2 +-
 .../ogre/authoring/entityrecipes/Makefile.in       |  140 +-
 .../ogre/authoring/entityrecipes/area.entityrecipe |   27 -
 .../entityrecipes/castle_house.entityrecipe        |  101 +-
 .../entityrecipes/demo_thing.entityrecipe          |   24 +
 .../authoring/entityrecipes/palisade.entityrecipe  |   18 +-
 .../authoring/entityrecipes/region.entityrecipe    |   30 +
 ...de.entityrecipe => stone_palisade.entityrecipe} |    2 +-
 .../ogre/camera/FirstPersonCameraMount.cpp         |   37 +-
 .../ogre/camera/FirstPersonCameraMount.h           |   21 +-
 src/components/ogre/camera/MainCamera.cpp          |  127 +-
 src/components/ogre/camera/MainCamera.h            |   21 +-
 .../ogre/camera/ThirdPersonCameraMount.cpp         |   54 +-
 .../ogre/camera/ThirdPersonCameraMount.h           |   15 +-
 src/components/ogre/data/Makefile.am               |    2 +-
 src/components/ogre/data/Makefile.in               |  140 +-
 src/components/ogre/data/cart.modeldef             |    1 +
 .../ogre/data/entitymappings.entitymap.xml         |   41 +-
 src/components/ogre/data/fishing_rod.modeldef      |    2 +-
 src/components/ogre/data/male.modeldef             |   20 +-
 src/components/ogre/environment/CaelumSun.cpp      |    2 +-
 .../ogre/environment/EmberEntityLoader.h           |    5 +-
 src/components/ogre/environment/Environment.cpp    |   23 +
 src/components/ogre/environment/Environment.h      |   21 +-
 src/components/ogre/environment/FoliageBase.cpp    |   14 +-
 src/components/ogre/environment/FoliageBase.h      |    4 +-
 src/components/ogre/environment/FoliageLayer.cpp   |    2 +-
 src/components/ogre/environment/Forest.cpp         |    2 +-
 src/components/ogre/environment/GrassFoliage.cpp   |    5 +-
 src/components/ogre/environment/Makefile.in        |  306 +-
 .../ogre/environment/OceanRepresentation.cpp       |    2 +-
 .../ogre/environment/ShrubberyFoliage.cpp          |    4 +-
 .../ogre/environment/SimpleEnvironment.cpp         |    2 +-
 src/components/ogre/environment/SimpleWater.cpp    |    2 +-
 src/components/ogre/environment/caelum/Makefile.am |    2 +-
 src/components/ogre/environment/caelum/Makefile.in |  637 +-
 .../caelum/include/CaelumPrerequisites.h           |   17 +-
 .../ogre/environment/caelum/include/CaelumSystem.h |   26 +-
 .../environment/caelum/include/DepthComposer.h     |    2 +-
 .../environment/caelum/include/FlatCloudLayer.h    |    2 +-
 .../ogre/environment/caelum/include/PrivatePtr.h   |   20 +-
 .../caelum/src/CaelumDefaultTypeDescriptorData.cpp |   16 +-
 .../ogre/environment/caelum/src/CaelumPlugin.cpp   |    4 +
 .../caelum/src/CaelumScriptTranslator.cpp          |    4 +
 .../ogre/environment/caelum/src/CloudSystem.cpp    |    2 +-
 .../ogre/environment/caelum/src/DepthComposer.cpp  |    2 +-
 .../ogre/environment/caelum/src/GroundFog.cpp      |    6 +-
 .../ogre/environment/caelum/src/PointStarfield.cpp |    2 +-
 .../caelum/src/PrecipitationController.cpp         |    4 +-
 .../ogre/environment/meshtree/Makefile.am          |    2 +-
 .../ogre/environment/meshtree/Makefile.in          |  289 +-
 src/components/ogre/environment/meshtree/TStem.cpp |   15 +-
 .../ogre/environment/pagedgeometry/Makefile.am     |    2 +-
 .../ogre/environment/pagedgeometry/Makefile.in     |  493 +-
 .../pagedgeometry/include/GrassLoader.h            |   13 +-
 .../pagedgeometry/include/ImpostorPage.h           |    2 +-
 .../pagedgeometry/include/MersenneTwister.h        |  461 --
 .../pagedgeometry/include/PagedGeometry.h          |    5 +-
 .../environment/pagedgeometry/source/BatchPage.cpp |    3 +-
 .../pagedgeometry/source/BatchedGeometry.cpp       |   30 +-
 .../pagedgeometry/source/GrassLoader.cpp           |    3 +-
 .../pagedgeometry/source/ImpostorPage.cpp          |    8 +-
 .../pagedgeometry/source/PagedGeometry.cpp         |   39 +-
 .../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    |   44 +-
 src/components/ogre/gui/CursorWorldListener.h      |   10 +-
 src/components/ogre/lod/EmberOgreMesh.cpp          |  100 -
 src/components/ogre/lod/EmberOgreMesh.h            |   60 -
 src/components/ogre/lod/EmberOgreMeshManager.cpp   |   43 -
 src/components/ogre/lod/EmberOgreRoot.h            |   61 -
 src/components/ogre/lod/LodDefinition.cpp          |   70 +-
 src/components/ogre/lod/LodDefinition.h            |   65 +-
 src/components/ogre/lod/LodDefinitionManager.cpp   |   52 +-
 src/components/ogre/lod/LodDefinitionManager.h     |   38 +-
 src/components/ogre/lod/LodLevelManager.h          |    4 +
 src/components/ogre/lod/LodManager.cpp             |   87 +-
 src/components/ogre/lod/LodManager.h               |   34 +-
 src/components/ogre/lod/OgreSmallVector.cpp        |   87 -
 src/components/ogre/lod/OgreSmallVector.h          |  814 ---
 src/components/ogre/lod/PMInjectorSignaler.cpp     |   43 +-
 src/components/ogre/lod/PMInjectorSignaler.h       |   41 +-
 .../ogre/lod/ProgressiveMeshGenerator.cpp          | 1188 ----
 src/components/ogre/lod/ProgressiveMeshGenerator.h |  230 -
 .../ogre/lod/QueuedProgressiveMeshGenerator.cpp    |  443 --
 .../ogre/lod/QueuedProgressiveMeshGenerator.h      |  141 -
 .../ogre/lod/ScaledPixelCountLodStrategy.cpp       |  162 +
 .../ogre/lod/ScaledPixelCountLodStrategy.h         |  122 +
 .../ogre/lod/XMLLodDefinitionSerializer.cpp        |   43 +-
 .../ogre/lod/XMLLodDefinitionSerializer.h          |   34 +-
 src/components/ogre/model/Model.cpp                |  532 +-
 src/components/ogre/model/Model.h                  |   44 +-
 src/components/ogre/model/ModelAttachment.cpp      |    9 +-
 src/components/ogre/model/ModelAttachment.h        |    6 +-
 .../ogre/model/ModelBackgroundLoader.cpp           |   44 +-
 src/components/ogre/model/ModelBackgroundLoader.h  |    4 +-
 src/components/ogre/model/ModelBoneProvider.cpp    |    4 +-
 src/components/ogre/model/ModelDefinition.cpp      |   40 +-
 src/components/ogre/model/ModelDefinition.h        |   37 +-
 .../ogre/model/ModelDefinitionManager.cpp          |   55 +-
 src/components/ogre/model/ModelDefinitionManager.h |   45 +-
 src/components/ogre/model/ModelMount.cpp           |   21 +-
 src/components/ogre/model/ModelRepresentation.cpp  |   22 +-
 src/components/ogre/model/SubModel.h               |    2 +-
 .../ogre/model/XMLModelDefinitionSerializer.cpp    |    2 +-
 src/components/ogre/scripting/Makefile.in          |  300 +-
 src/components/ogre/scripting/bindings/Makefile.in |  300 +-
 .../ogre/scripting/bindings/lua/AssetsManager.pkg  |    3 +-
 .../scripting/bindings/lua/AuthoringManager.pkg    |    7 -
 .../ogre/scripting/bindings/lua/Avatar.pkg         |    8 +
 .../ogre/scripting/bindings/lua/Compass.pkg        |    2 +-
 .../ogre/scripting/bindings/lua/Convert.pkg        |    6 +-
 .../scripting/bindings/lua/EmberEntityFactory.pkg  |    3 -
 .../ogre/scripting/bindings/lua/EmberOgre.cxx      | 1507 ++--
 .../ogre/scripting/bindings/lua/EmberOgre.pkg      |    7 +-
 .../ogre/scripting/bindings/lua/EntityEditor.pkg   |   56 +-
 .../ogre/scripting/bindings/lua/GUIManager.pkg     |    4 +-
 ...SceneManagerAdapter.pkg => ITerrainAdapter.pkg} |    6 +-
 .../ogre/scripting/bindings/lua/IconBase.pkg       |    2 +-
 .../ogre/scripting/bindings/lua/LodDefinition.pkg  |  180 +
 .../bindings/lua/LodDefinitionManager.pkg}         |   24 +-
 .../bindings/lua/LodManager.pkg}                   |   18 +-
 .../ogre/scripting/bindings/lua/Makefile.am        |   24 +-
 .../ogre/scripting/bindings/lua/Makefile.in        |  369 +-
 .../bindings/lua/MeshInfoProvider.pkg}             |   26 +-
 .../ogre/scripting/bindings/lua/Model.pkg          |    4 +-
 .../ogre/scripting/bindings/lua/ModelRenderer.pkg  |    3 +-
 .../bindings/lua/PMInjectorSignaler.pkg}           |   24 +-
 .../ogre/scripting/bindings/lua/RuleEditor.pkg     |   50 +
 .../{TypeTreeAdapter.pkg => RuleTreeAdapter.pkg}   |   35 +-
 .../ogre/scripting/bindings/lua/Screen.pkg         |    8 +
 .../scripting/bindings/lua/StackableContainer.pkg  |    2 +-
 .../ogre/scripting/bindings/lua/SubModel.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     |   11 +-
 .../scripting/bindings/lua/helpers/Makefile.in     |  302 +-
 .../ogre/scripting/bindings/lua/ogre/Makefile.am   |   13 +-
 .../ogre/scripting/bindings/lua/ogre/Makefile.in   |  280 +-
 .../ogre/scripting/bindings/lua/ogre/Ogre.cxx      |  261 +-
 .../lua/ogre/OgreHighLevelGpuProgramManager.pkg    |    2 +
 .../bindings/lua/ogre/OgreLodConfig.pkg}           |   59 +-
 .../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   |    7 +-
 .../bindings/lua/ogre/OgreResourceManager.pkg      |    7 +-
 .../ogre/scripting/bindings/lua/required.h         |    2 +
 .../ogre/scripting/bindings/lua/stdlib.pkg         |    2 +-
 src/components/ogre/sound/SoundAction.cpp          |    2 +-
 .../ogre/sound/SoundDefinitionManager.cpp          |   36 +-
 src/components/ogre/sound/SoundDefinitionManager.h |    9 +-
 src/components/ogre/sound/SoundEntity.h            |    4 +-
 src/components/ogre/sound/SoundGroup.cpp           |    8 +-
 src/components/ogre/sounddefinitions/Makefile.am   |    2 +-
 src/components/ogre/sounddefinitions/Makefile.in   |  140 +-
 src/components/ogre/terrain.cfg                    |  219 -
 src/components/ogre/terrain/GeometryUpdateTask.cpp |   23 +-
 src/components/ogre/terrain/GeometryUpdateTask.h   |    8 +-
 src/components/ogre/terrain/HeightMap.cpp          |   31 +-
 src/components/ogre/terrain/HeightMap.h            |   10 +-
 src/components/ogre/terrain/HeightMapUpdateTask.h  |    2 +-
 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/PlantQueryTask.h       |    1 -
 src/components/ogre/terrain/Segment.cpp            |   18 +-
 src/components/ogre/terrain/Segment.h              |   49 +-
 src/components/ogre/terrain/SegmentHolder.cpp      |   13 +-
 src/components/ogre/terrain/SegmentHolder.h        |   15 +-
 src/components/ogre/terrain/SegmentManager.cpp     |  125 +-
 src/components/ogre/terrain/SegmentManager.h       |  104 +-
 src/components/ogre/terrain/SegmentReference.h     |   73 -
 src/components/ogre/terrain/ShadowUpdateTask.cpp   |   52 +-
 src/components/ogre/terrain/ShadowUpdateTask.h     |    8 +-
 src/components/ogre/terrain/TerrainAreaParser.cpp  |   18 +-
 src/components/ogre/terrain/TerrainEditor.cpp      |    4 +-
 src/components/ogre/terrain/TerrainEditor.h        |    2 +-
 .../ogre/terrain/TerrainEditorOverlay.cpp          |   31 +-
 src/components/ogre/terrain/TerrainEditorOverlay.h |   16 +-
 src/components/ogre/terrain/TerrainHandler.cpp     |  212 +-
 src/components/ogre/terrain/TerrainHandler.h       |   64 +-
 src/components/ogre/terrain/TerrainInfo.cpp        |    5 +
 src/components/ogre/terrain/TerrainManager.cpp     |  126 +-
 src/components/ogre/terrain/TerrainManager.h       |   54 +-
 .../terrain/TerrainMaterialCompilationTask.cpp     |   32 +-
 .../ogre/terrain/TerrainMaterialCompilationTask.h  |   22 +-
 .../ogre/terrain/TerrainModChangeTask.cpp          |    8 +-
 src/components/ogre/terrain/TerrainModTaskBase.h   |    2 +-
 src/components/ogre/terrain/TerrainPage.cpp        |   11 +-
 src/components/ogre/terrain/TerrainPage.h          |   21 +-
 .../ogre/terrain/TerrainPageCreationTask.cpp       |   14 +-
 .../ogre/terrain/TerrainPageCreationTask.h         |    5 +-
 ...ntReference.cpp => TerrainPageDeletionTask.cpp} |   29 +-
 ...hadowUpdateTask.h => TerrainPageDeletionTask.h} |   33 +-
 .../ogre/terrain/TerrainPageGeometry.cpp           |   61 +-
 src/components/ogre/terrain/TerrainPageGeometry.h  |    3 +-
 src/components/ogre/terrain/TerrainPageShadow.cpp  |  106 +-
 src/components/ogre/terrain/TerrainPageShadow.h    |   56 +-
 src/components/ogre/terrain/TerrainPageSurface.cpp |   24 +-
 src/components/ogre/terrain/TerrainPageSurface.h   |   13 +-
 .../ogre/terrain/TerrainPageSurfaceCompiler.cpp    |   57 +-
 .../ogre/terrain/TerrainPageSurfaceCompiler.h      |   68 +-
 .../ogre/terrain/TerrainPageSurfaceLayer.cpp       |   24 +-
 .../ogre/terrain/TerrainPageSurfaceLayer.h         |    8 +-
 .../ogre/terrain/TerrainShaderUpdateTask.cpp       |   14 +-
 .../ogre/terrain/TerrainShaderUpdateTask.h         |   19 +-
 src/components/ogre/terrain/TerrainUpdateTask.cpp  |    2 +-
 src/components/ogre/terrain/TerrainUpdateTask.h    |    2 +-
 src/components/ogre/terrain/Types.h                |   21 +-
 .../ogre/terrain/foliage/ClusterPopulator.cpp      |   10 +-
 .../ogre/terrain/foliage/ClusterPopulator.h        |    2 +-
 .../ogre/terrain/foliage/PlantPopulator.h          |    6 +
 src/components/ogre/terrain/foliage/Vegetation.cpp |    1 -
 src/components/ogre/terrain/techniques/Base.h      |   13 +-
 .../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         |  259 +-
 .../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              |   39 +-
 src/components/ogre/widgets/AssetsManager.cpp      |   61 +-
 src/components/ogre/widgets/AssetsManager.h        |    1 -
 src/components/ogre/widgets/AssetsManager.layout   |  938 +--
 src/components/ogre/widgets/AssetsManager.lua      |  143 +-
 src/components/ogre/widgets/AtlasHelper.cpp        |    2 +-
 .../ogre/widgets/AutomaticGraphicsSettings.layout  |   31 +-
 src/components/ogre/widgets/Bootstrap.lua          |   24 +-
 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              |   11 +-
 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            |    7 +-
 src/components/ogre/widgets/ConsoleAdapter.cpp     |   20 +-
 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      |   35 +-
 src/components/ogre/widgets/EntityCEGUITexture.cpp |   53 +-
 src/components/ogre/widgets/EntityCEGUITexture.h   |   10 +-
 src/components/ogre/widgets/EntityCreator.cpp      |   17 +-
 src/components/ogre/widgets/EntityCreator.h        |   10 +
 src/components/ogre/widgets/EntityCreator.layout   |  203 +-
 src/components/ogre/widgets/EntityCreator.lua      |  142 +-
 .../ogre/widgets/EntityCreatorCreationInstance.cpp |   43 +-
 .../ogre/widgets/EntityCreatorCreationInstance.h   |   24 +-
 .../ogre/widgets/EntityCreatorTypeHelper.cpp       |   94 +-
 .../ogre/widgets/EntityCreatorTypeHelper.h         |   19 +-
 src/components/ogre/widgets/EntityEditor.cpp       |  317 +-
 src/components/ogre/widgets/EntityEditor.h         |   75 +-
 src/components/ogre/widgets/EntityEditor.layout    |  519 +-
 src/components/ogre/widgets/EntityEditor.lua       | 1556 +++-
 src/components/ogre/widgets/EntityIcon.cpp         |    5 +-
 .../ogre/widgets/EntityIconDragDropPreview.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    |  204 +-
 src/components/ogre/widgets/EntityPicker.lua       |   30 +-
 .../ogre/widgets/EntityPickerSelector.layout       |   53 +-
 .../ogre/widgets/EntityTextureManipulator.cpp      |    6 +-
 .../ogre/widgets/EntityTextureManipulator.h        |    4 +-
 src/components/ogre/widgets/EntityTooltip.cpp      |   31 +-
 src/components/ogre/widgets/EntityTooltip.h        |    4 +-
 src/components/ogre/widgets/Environment.layout     |   90 +-
 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            |   27 +-
 src/components/ogre/widgets/IconBar.h              |    4 +
 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     |    9 +-
 .../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      |  162 +-
 src/components/ogre/widgets/InspectWidget.h        |   43 +-
 src/components/ogre/widgets/InspectWidget.layout   |   81 +-
 src/components/ogre/widgets/Inventory.layout       |   83 +-
 src/components/ogre/widgets/Inventory.lua          |   92 +-
 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/LoadingBar.cpp         |    1 -
 src/components/ogre/widgets/MainIconBar.lua        |   69 +-
 src/components/ogre/widgets/Makefile.in            |  281 +-
 src/components/ogre/widgets/MeshInfoProvider.cpp   |    3 -
 src/components/ogre/widgets/MeshPreview.cpp        |   14 +-
 src/components/ogre/widgets/MeshPreview.layout     |  161 +-
 src/components/ogre/widgets/ModelEdit.layout       | 1224 ++--
 src/components/ogre/widgets/ModelEdit.lua          |   49 +-
 src/components/ogre/widgets/ModelEditHelper.cpp    |    2 +-
 src/components/ogre/widgets/ModelEditHelper.h      |    2 +-
 src/components/ogre/widgets/ModelRenderer.cpp      |    6 +-
 src/components/ogre/widgets/ModelRenderer.h        |    3 +-
 .../ogre/widgets/MovableObjectRenderer.cpp         |   14 +-
 .../ogre/widgets/MovableObjectRenderer.h           |    4 +-
 .../ogre/widgets/OgreConfigurator.layout           |  124 +-
 src/components/ogre/widgets/OgreEntityRenderer.cpp |    8 +-
 src/components/ogre/widgets/Performance.layout     |   33 +-
 src/components/ogre/widgets/Performance.lua        |   15 +-
 src/components/ogre/widgets/PickingInfo.layout     |   31 +-
 src/components/ogre/widgets/PickingInfo.lua        |   20 +-
 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   |  205 +-
 src/components/ogre/widgets/ServerBrowser.lua      |  161 +-
 src/components/ogre/widgets/ServerLogger.layout    |   39 +-
 src/components/ogre/widgets/ServerLogger.lua       |   13 +-
 .../ogre/widgets/ServerSocketDetected.layout       |   33 +
 src/components/ogre/widgets/ServerWidget.cpp       |  175 +-
 src/components/ogre/widgets/ServerWidget.h         |    4 +-
 src/components/ogre/widgets/ServerWidget.layout    |  497 +-
 src/components/ogre/widgets/Settings.layout        |   45 +-
 src/components/ogre/widgets/Settings.lua           |   91 +-
 .../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             |   31 +-
 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   |  300 +-
 .../ogre/widgets/adapters/atlas/AdapterBase.h      |    2 +-
 .../ogre/widgets/adapters/atlas/AdapterFactory.cpp |   84 +-
 .../ogre/widgets/adapters/atlas/AdapterFactory.h   |   16 -
 .../ogre/widgets/adapters/atlas/AreaAdapter.cpp    |   33 +-
 .../ogre/widgets/adapters/atlas/AreaAdapter.h      |   10 +-
 .../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        |  281 +-
 .../ogre/widgets/adapters/atlas/MapAdapter.cpp     |    2 +-
 .../ogre/widgets/adapters/atlas/MapAdapter.layout  |    9 +-
 .../adapters/atlas/MapAdapterNewElement.layout     |   57 +-
 .../widgets/adapters/atlas/NumberAdapter.layout    |   15 +-
 .../adapters/atlas/OrientationAdapter.layout       |   41 +-
 .../ogre/widgets/adapters/atlas/PolygonAdapter.cpp |    8 +-
 .../ogre/widgets/adapters/atlas/PolygonAdapter.h   |    7 +-
 .../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 +-
 .../widgets/adapters/atlas/TerrainModAdapter.cpp   |    8 +-
 .../widgets/adapters/atlas/TerrainModAdapter.h     |    2 +-
 .../adapters/atlas/TerrainModAdapter.layout        |   83 +-
 .../widgets/adapters/atlas/bindings/Makefile.in    |  300 +-
 .../adapters/atlas/bindings/lua/AdapterFactory.pkg |    2 -
 .../adapters/atlas/bindings/lua/AtlasAdapters.cxx  |   39 +-
 .../adapters/atlas/bindings/lua/Makefile.am        |   11 +-
 .../adapters/atlas/bindings/lua/Makefile.in        |  277 +-
 .../adapters/atlas/bindings/lua/PolygonAdapter.pkg |    2 +-
 .../ogre/widgets/adapters/bindings/Makefile.in     |  300 +-
 .../widgets/adapters/bindings/lua/Adapters.cxx     |    2 +-
 .../ogre/widgets/adapters/bindings/lua/Makefile.am |   11 +-
 .../ogre/widgets/adapters/bindings/lua/Makefile.in |  298 +-
 .../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  |   21 +-
 src/components/ogre/widgets/icons/IconRenderer.cpp |    8 +-
 src/components/ogre/widgets/icons/IconRenderer.h   |    2 +-
 src/components/ogre/widgets/icons/IconStore.h      |    6 +-
 .../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         |   39 +-
 .../widgets/representations/AssetsManager.layout   |  938 +--
 .../ogre/widgets/representations/AssetsManager.lua |  143 +-
 .../AutomaticGraphicsSettings.layout               |   31 +-
 .../ogre/widgets/representations/Bootstrap.lua     |   24 +-
 .../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       |    7 +-
 .../ogre/widgets/representations/Debug.layout      |   47 +-
 .../representations/EditboxRepresentation.h        |    4 +-
 .../representations/EditboxRepresentation.layout   |   17 +-
 .../widgets/representations/EntityBrowser.layout   |  261 +-
 .../ogre/widgets/representations/EntityBrowser.lua |   35 +-
 .../widgets/representations/EntityCreator.layout   |  203 +-
 .../ogre/widgets/representations/EntityCreator.lua |  142 +-
 .../widgets/representations/EntityEditor.layout    |  519 +-
 .../ogre/widgets/representations/EntityEditor.lua  | 1556 +++-
 .../widgets/representations/EntityPicker.layout    |  204 +-
 .../ogre/widgets/representations/EntityPicker.lua  |   30 +-
 .../representations/EntityPickerSelector.layout    |   53 +-
 .../widgets/representations/Environment.layout     |   90 +-
 .../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     |   92 +-
 .../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   |   69 +-
 .../ogre/widgets/representations/Makefile.in       |  281 +-
 .../widgets/representations/MeshPreview.layout     |  161 +-
 .../ogre/widgets/representations/ModelEdit.layout  | 1224 ++--
 .../ogre/widgets/representations/ModelEdit.lua     |   49 +-
 .../representations/OgreConfigurator.layout        |  124 +-
 .../widgets/representations/Performance.layout     |   33 +-
 .../ogre/widgets/representations/Performance.lua   |   15 +-
 .../widgets/representations/PickingInfo.layout     |   31 +-
 .../ogre/widgets/representations/PickingInfo.lua   |   20 +-
 .../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   |  205 +-
 .../ogre/widgets/representations/ServerBrowser.lua |  161 +-
 .../widgets/representations/ServerLogger.layout    |   39 +-
 .../ogre/widgets/representations/ServerLogger.lua  |   13 +-
 .../representations/ServerSocketDetected.layout    |   33 +
 .../widgets/representations/ServerWidget.layout    |  497 +-
 .../ogre/widgets/representations/Settings.layout   |   45 +-
 .../ogre/widgets/representations/Settings.lua      |   91 +-
 .../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     |   57 +-
 .../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   |  300 +-
 .../representations/bindings/lua/Makefile.am       |   11 +-
 .../representations/bindings/lua/Makefile.in       |  277 +-
 .../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                                    |   15 +-
 src/domain/Makefile.am                             |    2 +-
 src/domain/Makefile.in                             |  347 +-
 src/domain/Types.h                                 |    5 +-
 src/domain/bindings/Makefile.in                    |  300 +-
 src/domain/bindings/lua/Domain.cxx                 |    2 +-
 src/domain/bindings/lua/Makefile.am                |   11 +-
 src/domain/bindings/lua/Makefile.in                |  277 +-
 src/extensions/Makefile.in                         |  300 +-
 src/extensions/webember/Makefile.in                |  477 +-
 src/extensions/webember/WebEmberManager.cpp        |    6 +-
 src/framework/AtlasMessageLoader.cpp               |   58 +
 src/framework/AtlasMessageLoader.h                 |   73 +
 .../authoring => framework}/AtlasObjectDecoder.cpp |    8 -
 .../authoring => framework}/AtlasObjectDecoder.h   |    9 -
 src/framework/AtlasPresentationBridge.cpp          |  121 +
 src/framework/AtlasPresentationBridge.h            |   77 +
 src/framework/AttributeObserver.cpp                |    4 +-
 src/framework/AttributeObserver.h                  |    4 +-
 src/framework/ConsoleBackend.cpp                   |    2 +-
 src/framework/ConsoleBackend.h                     |    5 +-
 src/framework/EntityExporter.cpp                   |  106 +
 src/framework/EntityExporter.h                     |  106 +
 src/framework/EntityExporterBase.cpp               |  604 ++
 src/framework/EntityExporterBase.h                 |  427 ++
 src/framework/EntityImporter.cpp                   |  155 +
 src/framework/EntityImporter.h                     |   87 +
 src/framework/EntityImporterBase.cpp               |  942 +++
 src/framework/EntityImporterBase.h                 |  517 ++
 src/framework/Exception.cpp                        |    2 +
 src/framework/FileResourceProvider.cpp             |   83 +
 src/framework/FileResourceProvider.h               |   65 +
 src/framework/IResourceProvider.h                  |    9 +-
 src/framework/MainLoopController.h                 |   15 +-
 src/framework/Makefile.am                          |   12 +-
 src/framework/Makefile.in                          |  500 +-
 src/framework/MultiLineListFormatter.cpp           |    2 -
 src/framework/ShutdownException.h                  |    4 +-
 src/framework/StreamLogObserver.cpp                |   25 +-
 src/framework/TimedLog.h                           |    3 +
 src/framework/TinyXmlCodec.cpp                     |  342 +
 src/framework/TinyXmlCodec.h                       |   84 +
 src/framework/Tokeniser.cpp                        |    6 +-
 src/framework/Tokeniser.h                          |    2 +-
 src/framework/bindings/Makefile.in                 |  300 +-
 .../bindings/lua/AtlasObjectDecoder.pkg            |   11 +-
 src/framework/bindings/lua/EntityExporter.pkg      |  137 +
 src/framework/bindings/lua/EntityImporter.pkg      |  114 +
 src/framework/bindings/lua/Framework.cxx           | 2257 +++++-
 src/framework/bindings/lua/Framework.pkg           |    3 +
 src/framework/bindings/lua/MainLoopController.pkg  |   12 -
 src/framework/bindings/lua/Makefile.am             |   13 +-
 src/framework/bindings/lua/Makefile.in             |  358 +-
 src/framework/bindings/lua/atlas/Atlas.cxx         |    2 +-
 src/framework/bindings/lua/atlas/Makefile.am       |   11 +-
 src/framework/bindings/lua/atlas/Makefile.in       |  278 +-
 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        |   11 +-
 src/framework/bindings/lua/eris/Makefile.in        |  278 +-
 src/framework/bindings/lua/varconf/Makefile.am     |   11 +-
 src/framework/bindings/lua/varconf/Makefile.in     |  277 +-
 src/framework/bindings/lua/varconf/Varconf.cxx     |    2 +-
 src/framework/{binreloc.c => binreloc.cpp}         |   12 +-
 src/framework/float_cast.h                         |  113 -
 src/framework/osdir.h                              |    3 +-
 src/framework/tasks/Makefile.am                    |    2 +-
 src/framework/tasks/Makefile.in                    |  269 +-
 src/framework/tasks/TaskExecutor.cpp               |    6 +-
 src/framework/tasks/TaskExecutor.h                 |    9 +-
 src/framework/tasks/TaskQueue.cpp                  |   71 +-
 src/framework/tasks/TaskQueue.h                    |   34 +-
 src/framework/tinyxml/tinyxml.cpp                  |   38 +-
 src/framework/tinyxml/tinyxml.h                    |   36 +-
 src/framework/tinyxml/tinyxmlparser.cpp            |   13 +-
 src/main/Application.cpp                           |  146 +-
 src/main/Application.h                             |   41 +-
 src/main/Makefile.am                               |    5 +-
 src/main/Makefile.in                               |  416 +-
 src/platform/Makefile.in                           |  202 +-
 src/services/EmberServices.cpp                     |    9 +
 src/services/EmberServices.h                       |   19 +-
 src/services/Makefile.am                           |    2 +-
 src/services/Makefile.in                           |  347 +-
 src/services/bindings/Makefile.in                  |  300 +-
 src/services/bindings/lua/ConfigService.pkg        |    7 +
 src/services/bindings/lua/EmberServices.cxx        |  278 +-
 src/services/bindings/lua/EmberServices.pkg        |    2 +
 src/services/bindings/lua/Input.pkg                |    2 +-
 .../bindings/lua/LocalServerAdminCreator.pkg       |   15 +
 src/services/bindings/lua/Makefile.am              |   12 +-
 src/services/bindings/lua/Makefile.in              |  280 +-
 src/services/bindings/lua/ServerService.pkg        |   30 +-
 src/services/config/ConfigService.cpp              |    5 +-
 src/services/config/ConfigService.h                |    7 +-
 src/services/config/Makefile.am                    |    2 +-
 src/services/config/Makefile.in                    |  269 +-
 src/services/input/IInputAdapter.h                 |    2 +-
 src/services/input/Input.cpp                       |   88 +-
 src/services/input/Input.h                         |   27 +-
 src/services/input/InputService.cpp                |    4 +-
 src/services/input/InputService.h                  |    2 +-
 src/services/input/Makefile.am                     |    2 +-
 src/services/input/Makefile.in                     |  290 +-
 src/services/logging/LoggingService.cpp            |    2 +-
 src/services/logging/LoggingService.h              |    2 +-
 src/services/logging/Makefile.am                   |    2 +-
 src/services/logging/Makefile.in                   |  269 +-
 src/services/metaserver/Makefile.am                |    2 +-
 src/services/metaserver/Makefile.in                |  269 +-
 src/services/scripting/Makefile.am                 |    2 +-
 src/services/scripting/Makefile.in                 |  269 +-
 src/services/server/ConnectedAdapter.cpp           |   21 +-
 src/services/server/ConnectedAdapter.h             |   12 +-
 src/services/server/ConnectingState.cpp            |   11 +-
 src/services/server/ConnectingState.h              |   15 +
 src/services/server/Connection.cpp                 |    8 +-
 src/services/server/Connection.h                   |   22 +-
 src/services/server/IState.h                       |    4 +-
 src/services/server/LocalServerAdminCreator.cpp    |  102 +
 src/services/server/LocalServerAdminCreator.h      |   70 +
 src/services/server/LoggedInState.cpp              |   29 +-
 src/services/server/LoggedInState.h                |    2 +-
 src/services/server/Makefile.am                    |    6 +-
 src/services/server/Makefile.in                    |  277 +-
 src/services/server/NonConnectedState.cpp          |   17 +-
 src/services/server/NonConnectedState.h            |   15 +-
 src/services/server/OOGChat.cpp                    |    2 +-
 src/services/server/ServerService.cpp              |   51 +-
 src/services/server/ServerService.h                |   31 +-
 src/services/server/StateBase.h                    |    6 +-
 src/services/serversettings/Makefile.am            |    2 +-
 src/services/serversettings/Makefile.in            |  269 +-
 src/services/serversettings/ServerSettings.h       |    2 +-
 src/services/sound/Makefile.am                     |    2 +-
 src/services/sound/Makefile.in                     |  269 +-
 src/services/sound/SoundInstance.h                 |    2 +-
 src/services/sound/SoundSample.cpp                 |    2 +-
 src/services/sound/SoundService.cpp                |    6 +-
 src/services/sound/SoundService.h                  |    4 +-
 src/services/wfut/Makefile.am                      |    2 +-
 src/services/wfut/Makefile.in                      |  269 +-
 src/services/wfut/WfutService.cpp                  |    2 +-
 src/services/wfut/WfutService.h                    |    2 +-
 ChangeLog-CVS => support/ChangeLog-CVS             |    0
 support/ember-media.spec.in                        |   27 +
 support/ember.spec.in                              |   25 +
 test-driver                                        |  127 +
 test/ConvertTestCase.cpp                           |    6 +-
 test/Makefile.am                                   |   13 +-
 test/Makefile.in                                   |  951 ++-
 test/ModelMountTestCase.cpp                        |   36 +-
 test/TestFramework.cpp                             |   93 +
 test/TestTasks.cpp                                 |   17 +-
 test/TestTerrain.cpp                               |   92 +-
 test/atlas.xml                                     | 1069 +++
 1059 files changed, 63481 insertions(+), 72053 deletions(-)
 delete mode 100644 Ember-Info.plist
 delete mode 100644 Ember.xcodeproj/project.pbxproj
 delete mode 100644 README
 create mode 100644 README.md
 delete mode 100644 TODO
 delete mode 100644 autopackage/default.apspec.in
 create mode 100644 debian/ember.lintian-overrides
 delete mode 100644 debian/patches/0004-domain-bindings-lua-makefile.patch
 delete mode 100644 debian/patches/0007-revert-libwfut-version.patch
 delete mode 100644 debian/patches/0014-add-missing-ogrelodstrategy.patch
 delete mode 100644 debian/patches/0016-boost-1.53.patch
 create mode 100644 debian/patches/0017-replace-mersenne-twister.patch
 create mode 100644 debian/patches/0018-enable-subdir-objects.patch
 create mode 100644 debian/patches/0019-update-boost-m4.patch
 create mode 100644 debian/patches/0020-remove-obsolete-includes.patch
 create mode 100644 debian/patches/0021-GraphicalChangeAdapter-fix-for-newer-compilers.patch
 create mode 100644 debian/patches/0022-fix-typos.patch
 create mode 100644 debian/patches/0023-add-keywords-to-desktop-file.patch
 create mode 100644 debian/patches/0024-fix-icon-location.patch
 create mode 100644 debian/patches/0025-fix-duplicate-script-install.patch
 create mode 100644 debian/source/lintian-overrides
 delete mode 100644 ember-media.spec.in
 copy ember.conf => ember.conf.in (94%)
 delete mode 100644 ember.spec.in
 mode change 100755 => 100644 ltmain.sh
 create mode 100644 m4/ax_cxx_compile_stdcxx_11.m4
 create mode 100644 m4/boost.m4
 delete mode 100644 media/Makefile.am
 delete mode 100644 media/Makefile.in
 delete mode 100644 media/README
 rename ember.png => media/ember.png (100%)
 delete mode 100644 media/packs/Makefile.am
 delete mode 100644 media/packs/Makefile.in
 rename generate-ChangeLog.sh => scripts/generate-ChangeLog.sh (75%)
 rename src/components/{ogre/gui => cegui}/CEGUILogger.cpp (90%)
 rename src/components/{ogre/gui => cegui}/CEGUILogger.h (97%)
 rename src/components/{ogre/gui => cegui}/ColouredRenderedStringParser.cpp (98%)
 rename src/components/{ogre/gui => cegui}/ColouredRenderedStringParser.h (94%)
 rename src/components/{ogre/gui => cegui}/RenderedColourStringTextComponent.cpp (86%)
 rename src/components/{ogre/gui => cegui}/RenderedColourStringTextComponent.h (83%)
 copy src/components/{ogre/terrain/ShadowUpdateTask.cpp => cegui/ScrapNativeClipboardProvider.cpp} (52%)
 rename src/components/{ogre/scripting/bindings/lua/RawTypeInfoRepository.pkg => cegui/ScrapNativeClipboardProvider.h} (52%)
 copy src/{ => components/cegui}/bindings/Makefile.am (100%)
 copy src/{ => components/cegui}/bindings/Makefile.in (68%)
 create mode 100644 src/components/cegui/bindings/lua/Cegui.cxx
 create mode 100644 src/components/cegui/bindings/lua/Cegui.pkg
 create mode 100644 src/components/cegui/bindings/lua/Helper.h
 create mode 100644 src/components/cegui/bindings/lua/Makefile.am
 copy src/{framework/bindings/lua/atlas => components/cegui/bindings/lua}/Makefile.in (58%)
 copy src/components/cegui/datafiles/configs/{cegui.config => ceguiMinimal.config} (61%)
 create mode 100644 src/components/ogre/AvatarCameraWarper.cpp
 create mode 100644 src/components/ogre/AvatarCameraWarper.h
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/Makefile.am
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/Makefile.in
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/include/DRGNURBSSurface.h
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/include/EmberPagingLandScapeData2D_HeightField.h
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/include/EmberPagingLandScapeTexture.h
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/include/EmberPagingSceneManager.h
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/include/EmberPagingSceneManagerAdapter.h
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/include/EmberPagingTerrainObserver.h
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/include/EmberTerrainPageBridge.h
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/include/Makefile.am
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/include/Makefile.in
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/include/OgreDebugRectangle2D.h
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/include/OgreOcclusionBoundingBox.h
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/include/OgrePagingLandScapeAABSQ.h
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/include/OgrePagingLandScapeCallBackEvent.h
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/include/OgrePagingLandScapeCamera.h
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/include/OgrePagingLandScapeData2D.h
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/include/OgrePagingLandScapeData2DManager.h
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/include/OgrePagingLandScapeHorizon.h
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/include/OgrePagingLandScapeIndexBuffer.h
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/include/OgrePagingLandScapeListener.h
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/include/OgrePagingLandScapeListenerManager.h
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/include/OgrePagingLandScapeMeshDecal.h
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/include/OgrePagingLandScapeOcclusion.h
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/include/OgrePagingLandScapeOcclusionCHCT.h
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/include/OgrePagingLandScapeOcclusionCameraT.h
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/include/OgrePagingLandScapeOcclusionDebugT.h
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/include/OgrePagingLandScapeOcclusionElement.h
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/include/OgrePagingLandScapeOcclusionQuerySet.h
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/include/OgrePagingLandScapeOcclusionSWT.h
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/include/OgrePagingLandScapeOcclusionSorter.h
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/include/OgrePagingLandScapeOcclusionTraversal.h
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/include/OgrePagingLandScapeOcclusionVData.h
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/include/OgrePagingLandScapeOcclusionVFT.h
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/include/OgrePagingLandScapeOctree.h
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/include/OgrePagingLandScapeOctreeAABSceneQuery.h
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/include/OgrePagingLandScapeOctreeCamera.h
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/include/OgrePagingLandScapeOctreeISQuery.h
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/include/OgrePagingLandScapeOctreeNode.h
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/include/OgrePagingLandScapeOctreePBVLSQ.h
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/include/OgrePagingLandScapeOctreeRaySceneQuery.h
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/include/OgrePagingLandScapeOctreeSSQuery.h
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/include/OgrePagingLandScapeOctreeSceneManager.h
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/include/OgrePagingLandScapeOptions.h
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/include/OgrePagingLandScapePage.h
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/include/OgrePagingLandScapePageManager.h
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/include/OgrePagingLandScapePageRenderable.h
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/include/OgrePagingLandScapePoolSet.h
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/include/OgrePagingLandScapePrecompiledHeaders.h
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/include/OgrePagingLandScapePrerequisites.h
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/include/OgrePagingLandScapeQueue.h
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/include/OgrePagingLandScapeRaySceneQuery.h
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/include/OgrePagingLandScapeRenderable.h
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/include/OgrePagingLandScapeRenderableManager.h
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/include/OgrePagingLandScapeSceneManager.h
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/include/OgrePagingLandScapeTexture.h
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/include/OgrePagingLandScapeTextureCoordMan.h
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/include/OgrePagingLandScapeTextureManager.h
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/include/OgrePagingLandScapeTile.h
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/include/OgrePagingLandScapeTileInfo.h
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/include/OgrePagingLandScapeTileManager.h
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/include/fileutils.h
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/src/DRGNURBSSurface.cpp
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/src/EmberPagingLandScapeData2D_HeightField.cpp
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/src/EmberPagingLandScapeTexture.cpp
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/src/EmberPagingSceneManager.cpp
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/src/EmberPagingSceneManagerAdapter.cpp
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/src/EmberPagingTerrainObserver.cpp
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/src/EmberTerrainPageBridge.cpp
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/src/Makefile.am
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/src/Makefile.in
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/src/OgreDebugRectangle2D.cpp
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/src/OgreOcclusionBoundingBox.cpp
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/src/OgrePagingLandScapeAABSQ.cpp
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/src/OgrePagingLandScapeCamera.cpp
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/src/OgrePagingLandScapeData2D.cpp
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/src/OgrePagingLandScapeData2DManager.cpp
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/src/OgrePagingLandScapeHorizon.cpp
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/src/OgrePagingLandScapeIndexBuffer.cpp
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/src/OgrePagingLandScapeListenerManager.cpp
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/src/OgrePagingLandScapeMeshDecal.cpp
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/src/OgrePagingLandScapeOcclusion.cpp
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/src/OgrePagingLandScapeOcclusionCHCT.cpp
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/src/OgrePagingLandScapeOcclusionCameraT.cpp
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/src/OgrePagingLandScapeOcclusionDebugT.cpp
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/src/OgrePagingLandScapeOcclusionElement.cpp
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/src/OgrePagingLandScapeOcclusionQuerySet.cpp
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/src/OgrePagingLandScapeOcclusionSWT.cpp
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/src/OgrePagingLandScapeOcclusionTraversal.cpp
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/src/OgrePagingLandScapeOcclusionVFT.cpp
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/src/OgrePagingLandScapeOctree.cpp
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/src/OgrePagingLandScapeOctreeAABSceneQuery.cpp
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/src/OgrePagingLandScapeOctreeCamera.cpp
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/src/OgrePagingLandScapeOctreeISQuery.cpp
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/src/OgrePagingLandScapeOctreeNode.cpp
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/src/OgrePagingLandScapeOctreePBVLSQ.cpp
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/src/OgrePagingLandScapeOctreeRaySceneQuery.cpp
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/src/OgrePagingLandScapeOctreeSSQuery.cpp
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/src/OgrePagingLandScapeOctreeSceneManager.cpp
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/src/OgrePagingLandScapeOptions.cpp
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/src/OgrePagingLandScapePage.cpp
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/src/OgrePagingLandScapePageManager.cpp
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/src/OgrePagingLandScapePageRenderable.cpp
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/src/OgrePagingLandScapeRaySceneQuery.cpp
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/src/OgrePagingLandScapeRenderable.cpp
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/src/OgrePagingLandScapeRenderableManager.cpp
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/src/OgrePagingLandScapeSceneManager.cpp
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/src/OgrePagingLandScapeTexture.cpp
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/src/OgrePagingLandScapeTextureCoordMan.cpp
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/src/OgrePagingLandScapeTextureManager.cpp
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/src/OgrePagingLandScapeTile.cpp
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/src/OgrePagingLandScapeTileManager.cpp
 delete mode 100644 src/components/ogre/SceneManagers/EmberPagingSceneManager/src/filetutils.cpp
 delete mode 100644 src/components/ogre/SceneManagers/Makefile.am
 delete mode 100644 src/components/ogre/SceneManagers/Makefile.in
 delete mode 100644 src/components/ogre/authoring/RawTypeInfoRepository.cpp
 delete mode 100644 src/components/ogre/authoring/RawTypeInfoRepository.h
 create mode 100644 src/components/ogre/authoring/RuleEditor.cpp
 create mode 100644 src/components/ogre/authoring/RuleEditor.h
 create mode 100644 src/components/ogre/authoring/RulesFetcher.cpp
 create mode 100644 src/components/ogre/authoring/RulesFetcher.h
 delete mode 100644 src/components/ogre/authoring/entityrecipes/area.entityrecipe
 create mode 100644 src/components/ogre/authoring/entityrecipes/demo_thing.entityrecipe
 create mode 100644 src/components/ogre/authoring/entityrecipes/region.entityrecipe
 rename src/components/ogre/authoring/entityrecipes/{stone_palissade.entityrecipe => stone_palisade.entityrecipe} (95%)
 delete mode 100644 src/components/ogre/environment/pagedgeometry/include/MersenneTwister.h
 delete mode 100644 src/components/ogre/lod/EmberOgreMesh.cpp
 delete mode 100644 src/components/ogre/lod/EmberOgreMesh.h
 delete mode 100644 src/components/ogre/lod/EmberOgreMeshManager.cpp
 delete mode 100644 src/components/ogre/lod/EmberOgreRoot.h
 delete mode 100644 src/components/ogre/lod/OgreSmallVector.cpp
 delete mode 100644 src/components/ogre/lod/OgreSmallVector.h
 delete mode 100644 src/components/ogre/lod/ProgressiveMeshGenerator.cpp
 delete mode 100644 src/components/ogre/lod/ProgressiveMeshGenerator.h
 delete mode 100644 src/components/ogre/lod/QueuedProgressiveMeshGenerator.cpp
 delete mode 100644 src/components/ogre/lod/QueuedProgressiveMeshGenerator.h
 create mode 100644 src/components/ogre/lod/ScaledPixelCountLodStrategy.cpp
 create mode 100644 src/components/ogre/lod/ScaledPixelCountLodStrategy.h
 rename src/components/ogre/scripting/bindings/lua/{ISceneManagerAdapter.pkg => ITerrainAdapter.pkg} (92%)
 create mode 100644 src/components/ogre/scripting/bindings/lua/LodDefinition.pkg
 rename src/components/ogre/{lod/EmberOgreMeshManager.h => scripting/bindings/lua/LodDefinitionManager.pkg} (56%)
 copy src/components/ogre/{lod/EmberOgreRoot.cpp => scripting/bindings/lua/LodManager.pkg} (65%)
 copy src/components/ogre/{lod/EmberOgreRoot.cpp => scripting/bindings/lua/MeshInfoProvider.pkg} (64%)
 rename src/components/ogre/{lod/EmberOgreRoot.cpp => scripting/bindings/lua/PMInjectorSignaler.pkg} (65%)
 create mode 100644 src/components/ogre/scripting/bindings/lua/RuleEditor.pkg
 rename src/components/ogre/scripting/bindings/lua/{TypeTreeAdapter.pkg => RuleTreeAdapter.pkg} (57%)
 rename src/components/ogre/{lod/LodConfig.h => scripting/bindings/lua/ogre/OgreLodConfig.pkg} (50%)
 create mode 100644 src/components/ogre/scripting/bindings/lua/ogre/OgreLodStrategy.pkg
 delete mode 100644 src/components/ogre/terrain.cfg
 delete mode 100644 src/components/ogre/terrain/ISceneManagerAdapter.h
 create mode 100644 src/components/ogre/terrain/ITerrainAdapter.h
 create mode 100644 src/components/ogre/terrain/OgreTerrain/CameraFocusedGrid2DPageStrategy.cpp
 create mode 100644 src/components/ogre/terrain/OgreTerrain/CameraFocusedGrid2DPageStrategy.h
 create mode 100644 src/components/ogre/terrain/OgreTerrain/EmberTerrain.cpp
 create mode 100644 src/components/ogre/terrain/OgreTerrain/EmberTerrain.h
 create mode 100644 src/components/ogre/terrain/OgreTerrain/EmberTerrainGroup.cpp
 create mode 100644 src/components/ogre/terrain/OgreTerrain/EmberTerrainGroup.h
 create mode 100644 src/components/ogre/terrain/OgreTerrain/OgreTerrainAdapter.cpp
 create mode 100644 src/components/ogre/terrain/OgreTerrain/OgreTerrainAdapter.h
 create mode 100644 src/components/ogre/terrain/OgreTerrain/OgreTerrainDefiner.cpp
 rename src/components/ogre/terrain/{techniques/ShaderNormalMappedPassCoverageBatch.h => OgreTerrain/OgreTerrainDefiner.h} (53%)
 create mode 100644 src/components/ogre/terrain/OgreTerrain/OgreTerrainMaterialGeneratorEmber.cpp
 create mode 100644 src/components/ogre/terrain/OgreTerrain/OgreTerrainMaterialGeneratorEmber.h
 create mode 100644 src/components/ogre/terrain/OgreTerrain/OgreTerrainObserver.cpp
 create mode 100644 src/components/ogre/terrain/OgreTerrain/OgreTerrainObserver.h
 create mode 100644 src/components/ogre/terrain/OgreTerrain/OgreTerrainPageBridge.cpp
 create mode 100644 src/components/ogre/terrain/OgreTerrain/OgreTerrainPageBridge.h
 rename src/components/ogre/terrain/{techniques/ShaderNormalMapped.h => OgreTerrain/OgreTerrainPageProvider.cpp} (50%)
 create mode 100644 src/components/ogre/terrain/OgreTerrain/OgreTerrainPageProvider.h
 delete mode 100644 src/components/ogre/terrain/SegmentReference.h
 rename src/components/ogre/terrain/{SegmentReference.cpp => TerrainPageDeletionTask.cpp} (62%)
 copy src/components/ogre/terrain/{ShadowUpdateTask.h => TerrainPageDeletionTask.h} (62%)
 delete mode 100644 src/components/ogre/terrain/techniques/ShaderNormalMapped.cpp
 delete mode 100644 src/components/ogre/terrain/techniques/ShaderNormalMappedPass.cpp
 delete mode 100644 src/components/ogre/terrain/techniques/ShaderNormalMappedPass.h
 delete mode 100644 src/components/ogre/terrain/techniques/ShaderNormalMappedPassCoverageBatch.cpp
 rename src/components/ogre/terrain/techniques/{ShaderPassCoverageBatch.cpp => ShaderPassBlendMapBatch.cpp} (60%)
 rename src/components/ogre/terrain/techniques/{ShaderPassCoverageBatch.h => ShaderPassBlendMapBatch.h} (65%)
 create mode 100644 src/components/ogre/widgets/RuleManager.layout
 create mode 100644 src/components/ogre/widgets/RuleManager.lua
 create mode 100644 src/components/ogre/widgets/ServerSocketDetected.layout
 delete mode 100644 src/components/ogre/widgets/TypeManager.layout
 delete mode 100644 src/components/ogre/widgets/TypeManager.lua
 create mode 100644 src/components/ogre/widgets/WorldLoadingScreen.cpp
 create mode 100644 src/components/ogre/widgets/WorldLoadingScreen.h
 create mode 100644 src/components/ogre/widgets/WorldLoadingScreen.layout
 create mode 100644 src/components/ogre/widgets/adapters/eris/RuleTreeAdapter.cpp
 create mode 100644 src/components/ogre/widgets/adapters/eris/RuleTreeAdapter.h
 delete mode 100644 src/components/ogre/widgets/adapters/eris/TypeTreeAdapter.cpp
 delete mode 100644 src/components/ogre/widgets/adapters/eris/TypeTreeAdapter.h
 create mode 100644 src/components/ogre/widgets/representations/RuleManager.layout
 create mode 100644 src/components/ogre/widgets/representations/RuleManager.lua
 create mode 100644 src/components/ogre/widgets/representations/ServerSocketDetected.layout
 delete mode 100644 src/components/ogre/widgets/representations/TypeManager.layout
 delete mode 100644 src/components/ogre/widgets/representations/TypeManager.lua
 create mode 100644 src/components/ogre/widgets/representations/WorldLoadingScreen.layout
 create mode 100644 src/framework/AtlasMessageLoader.cpp
 create mode 100644 src/framework/AtlasMessageLoader.h
 rename src/{components/ogre/authoring => framework}/AtlasObjectDecoder.cpp (95%)
 rename src/{components/ogre/authoring => framework}/AtlasObjectDecoder.h (97%)
 create mode 100644 src/framework/AtlasPresentationBridge.cpp
 create mode 100644 src/framework/AtlasPresentationBridge.h
 create mode 100644 src/framework/EntityExporter.cpp
 create mode 100644 src/framework/EntityExporter.h
 create mode 100644 src/framework/EntityExporterBase.cpp
 create mode 100644 src/framework/EntityExporterBase.h
 create mode 100644 src/framework/EntityImporter.cpp
 create mode 100644 src/framework/EntityImporter.h
 create mode 100644 src/framework/EntityImporterBase.cpp
 create mode 100644 src/framework/EntityImporterBase.h
 create mode 100644 src/framework/FileResourceProvider.cpp
 create mode 100644 src/framework/FileResourceProvider.h
 create mode 100644 src/framework/TinyXmlCodec.cpp
 create mode 100644 src/framework/TinyXmlCodec.h
 rename src/{components/ogre/scripting => framework}/bindings/lua/AtlasObjectDecoder.pkg (90%)
 create mode 100644 src/framework/bindings/lua/EntityExporter.pkg
 create mode 100644 src/framework/bindings/lua/EntityImporter.pkg
 rename src/framework/{binreloc.c => binreloc.cpp} (99%)
 delete mode 100644 src/framework/float_cast.h
 create mode 100644 src/services/bindings/lua/LocalServerAdminCreator.pkg
 create mode 100644 src/services/server/LocalServerAdminCreator.cpp
 create mode 100644 src/services/server/LocalServerAdminCreator.h
 rename ChangeLog-CVS => support/ChangeLog-CVS (100%)
 create mode 100644 support/ember-media.spec.in
 create mode 100644 support/ember.spec.in
 create mode 100755 test-driver
 create mode 100644 test/TestFramework.cpp
 create mode 100644 test/atlas.xml

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