[cyphesis-cpp] 01/08: Merge tag 'upstream/0.6.1'

Olek Wojnar olek-guest at moszumanska.debian.org
Tue Sep 6 11:40:34 UTC 2016


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

olek-guest pushed a commit to branch master
in repository cyphesis-cpp.

commit 586462758eee6bbc17700f80ac70ac84b3e7d189
Merge: 97c195a 9b2cd12
Author: Olek Wojnar <olek-dev at wojnar.org>
Date:   Mon Aug 29 22:59:42 2016 -0400

    Merge tag 'upstream/0.6.1'
    
    Upstream version 0.6.1

 .gdbinit                                           |    3 -
 .gitattributes                                     |    1 -
 .gitignore                                         |   45 -
 BUGS                                               |   25 -
 ChangeLog                                          |   17 +-
 Doxyfile                                           |   14 +-
 Doxyfile-python => Doxyfile-python.in              |    6 +-
 Doxyfile => Doxyfile.in                            |   14 +-
 HACKING                                            |   63 -
 Makefile.am                                        |    3 +
 Makefile.in                                        |  920 ++
 NEWS                                               |    4 +
 README.sgml                                        |  367 -
 RELEASE-check                                      |   10 -
 TODO                                               |   89 +-
 acinclude.m4                                       |  750 --
 aclocal.m4                                         | 1035 +++
 aiclient/ClientAccount.cpp                         |   52 -
 aiclient/ClientConnection.cpp                      |  237 -
 aiclient/client.cpp                                |  119 -
 autogen.sh                                         |   91 +-
 client/BaseClient.cpp                              |    1 -
 client/BaseClient.h                                |    1 -
 client/CharacterClient.cpp                         |    1 -
 client/CharacterClient.h                           |    1 -
 client/ClientConnection.cpp                        |    1 -
 client/ClientConnection.h                          |    4 +-
 client/ClientPropertyManager.cpp                   |    1 -
 client/ClientPropertyManager.h                     |    1 -
 client/CreatorClient.cpp                           |    1 -
 client/CreatorClient.h                             |    1 -
 client/Makefile.in                                 |  646 ++
 client/ObserverClient.cpp                          |    1 -
 client/ObserverClient.h                            |    1 -
 client/Py_CreatorClient.cpp                        |    1 -
 client/Py_CreatorClient.h                          |    1 -
 client/Py_ObserverClient.cpp                       |    1 -
 client/Py_ObserverClient.h                         |    1 -
 client/Python_ClientAPI.cpp                        |    1 -
 client/Python_ClientAPI.h                          |    1 -
 client/client.cpp                                  |    1 -
 common/Actuate.h                                   |    1 -
 common/Add.h                                       |    1 -
 common/Affect.h                                    |    1 -
 common/AtlasFileLoader.cpp                         |    1 -
 common/AtlasFileLoader.h                           |    1 -
 common/AtlasStreamClient.cpp                       |    1 -
 common/AtlasStreamClient.h                         |    1 -
 common/Attack.h                                    |    1 -
 common/BaseWorld.cpp                               |   20 +-
 common/BaseWorld.h                                 |   68 +-
 common/Burn.h                                      |    1 -
 common/ClientTask.cpp                              |    1 -
 common/ClientTask.h                                |    1 -
 {server => common}/CommSocket.cpp                  |    6 -
 {server => common}/CommSocket.h                    |   11 +-
 common/{Add.h => Commune.h}                        |   23 +-
 common/Connect.h                                   |    1 -
 common/Database.cpp                                |  110 +-
 common/Database.h                                  |   39 +-
 common/Drop.h                                      |    1 -
 common/Eat.h                                       |    1 -
 common/EntityKit.cpp                               |    5 +-
 common/EntityKit.h                                 |    9 +-
 common/FormattedXMLWriter.cpp                      |    1 -
 common/FormattedXMLWriter.h                        |    1 -
 common/Inheritance.cpp                             |   86 +-
 common/Inheritance.h                               |   14 +-
 {server => common}/Link.cpp                        |   16 +-
 {server => common}/Link.h                          |   10 +-
 common/Makefile.am                                 |    5 +-
 common/Makefile.in                                 |  660 ++
 common/Monitor.h                                   |    1 -
 common/Monitors.cpp                                |    1 -
 common/Monitors.h                                  |    1 -
 common/Nourish.h                                   |    1 -
 common/OperationRouter.cpp                         |    1 -
 common/OperationRouter.h                           |    8 -
 common/Pickup.h                                    |    1 -
 common/Property.cpp                                |   26 +-
 common/Property.h                                  |   22 +-
 common/PropertyFactory.cpp                         |    1 -
 common/PropertyFactory.h                           |    6 +-
 common/PropertyFactory_impl.h                      |    7 +-
 common/PropertyManager.cpp                         |   38 +-
 common/PropertyManager.h                           |   20 +-
 common/Property_impl.h                             |    7 +-
 common/Router.cpp                                  |   63 +-
 common/Router.h                                    |   12 +-
 common/ScriptKit.cpp                               |    1 -
 common/ScriptKit.h                                 |    3 -
 common/Setup.h                                     |    1 -
 tests/Idletest.cpp => common/Shaker.cpp            |   55 +-
 server/CommClientKit.h => common/Shaker.h          |   27 +-
 common/Storage.cpp                                 |    7 -
 common/Storage.h                                   |    1 -
 common/SystemTime.cpp                              |    1 -
 common/SystemTime.h                                |    1 -
 common/TaskKit.cpp                                 |    1 -
 common/TaskKit.h                                   |    1 -
 common/Teleport.h                                  |    1 -
 common/{Add.h => Think.h}                          |   22 +-
 common/Tick.h                                      |    1 -
 common/TypeNode.cpp                                |    1 -
 common/TypeNode.h                                  |    1 -
 common/Unseen.h                                    |    1 -
 common/Update.h                                    |    1 -
 common/Variable.cpp                                |    1 -
 common/Variable.h                                  |    1 -
 common/atlas_helpers.cpp                           |    1 -
 common/atlas_helpers.h                             |    1 -
 common/client_socket.cpp                           |    1 -
 common/compose.hpp                                 |   35 +-
 common/const.cpp                                   |    3 -
 common/const.h                                     |    5 -
 common/custom.cpp                                  |   28 +-
 common/custom.h                                    |    4 +-
 common/debug.cpp                                   |    1 -
 common/debug.h                                     |    1 -
 common/globals.cpp                                 |    6 +-
 common/globals.h                                   |   21 +-
 common/id.cpp                                      |    1 -
 common/id.h                                        |    1 -
 common/log.cpp                                     |    1 -
 common/log.h                                       |    4 +-
 common/newid.cpp                                   |    1 -
 common/nls.h                                       |    1 -
 common/op_switch.h                                 |   11 +-
 common/operations.cpp                              |    4 +-
 common/random.h                                    |    1 -
 common/serialno.cpp                                |    1 -
 common/serialno.h                                  |    1 -
 common/sockets.h                                   |    1 -
 common/system.cpp                                  |   35 +-
 common/system.h                                    |    1 -
 common/system_net.cpp                              |    1 -
 common/system_prefix.cpp                           |    1 -
 common/system_uid.cpp                              |    1 -
 common/type_utils.cpp                              |    1 -
 common/type_utils.h                                |    1 -
 common/type_utils_impl.h                           |    1 -
 common/types.h                                     |    1 -
 common/utils.h                                     |    1 -
 config.guess                                       | 1526 ++++
 config.h.in                                        |  166 +
 config.sub                                         | 1658 ++++
 configure                                          | 9190 ++++++++++++++++++++
 configure.ac                                       |   30 +-
 cyphesis.spec                                      |  137 +
 data/Makefile.am                                   |    3 +-
 data/Makefile.in                                   |  731 ++
 data/basic.xml                                     |   30 +-
 data/buildings.xml                                 |    2 +-
 data/characters.xml                                |    2 +-
 data/cyphesis.vconf                                |   10 +
 data/mars/Makefile.in                              |  502 ++
 data/mason.xml                                     |    2 +-
 data/minimal/Makefile.in                           |  502 ++
 data/plants.xml                                    |   36 +-
 data/properties.xml                                |   11 +
 data/terrain.xml                                   |    6 +-
 data/tools.xml                                     |   44 +-
 depcomp                                            |  589 ++
 dox/Makefile.in                                    |  410 +
 dox/python/atlas.py                                |    2 -
 dox/python/common/__init__.py                      |    0
 dox/python/common/const.py                         |    0
 dox/python/common/log.py                           |    0
 dox/python/server.py                               |   35 -
 eclipsecodingstyle.xml                             |  155 -
 install-sh                                         |  519 ++
 libraries/Makefile.in                              |  411 +
 m4/ax_boost_base.m4                                |  258 +
 m4/ax_cxx_compile_stdcxx_11.m4                     |  107 +
 m4/binreloc.m4                                     |   52 +
 m4/libgcrypt.m4                                    |  123 +
 m4/libpq.m4                                        |  174 +
 m4/pkg.m4                                          |  159 +
 man/Makefile.in                                    |  524 ++
 metaserverapi/MetaServerAPI.hpp                    |   39 +
 metaserverapi/MetaServerPacket.cpp                 |  283 +
 metaserverapi/MetaServerPacket.hpp                 |  165 +
 metaserverapi/MetaServerProtocol.hpp               |  273 +
 metaserverapi/MetaServerVersion.hpp                |   29 +
 missing                                            |  367 +
 modules/DateTime.cpp                               |    1 -
 modules/DateTime.h                                 |    1 -
 modules/EntityRef.cpp                              |    5 +-
 modules/EntityRef.h                                |   15 +-
 modules/Location.cpp                               |   22 +-
 modules/Location.h                                 |    1 -
 modules/Makefile.in                                |  543 ++
 modules/TerrainContext.cpp                         |    3 +-
 modules/TerrainContext.h                           |    3 +-
 modules/WorldTime.cpp                              |    1 -
 modules/WorldTime.h                                |    1 -
 physics/BBox.cpp                                   |   13 +-
 physics/BBox.h                                     |    2 +-
 physics/Collision.cpp                              |    4 +-
 physics/Collision.h                                |    1 -
 physics/Course.cpp                                 |    1 -
 physics/Course.h                                   |    1 -
 physics/Course_impl.h                              |    1 -
 physics/Makefile.in                                |  545 ++
 physics/Quaternion.cpp                             |    1 -
 physics/Quaternion.h                               |    1 -
 physics/Shape.cpp                                  |    1 -
 physics/Shape.h                                    |   18 +-
 physics/Shape_impl.h                               |    8 +-
 physics/Vector3D.cpp                               |    1 -
 physics/Vector3D.h                                 |    1 -
 rulesets/ActivePropertyFactory.cpp                 |   20 -
 rulesets/ActivePropertyFactory.h                   |   55 -
 rulesets/ActivePropertyFactory_impl.h              |   61 -
 rulesets/AreaProperty.cpp                          |   17 +-
 rulesets/AreaProperty.h                            |    9 +-
 rulesets/ArithmeticFactory.cpp                     |    1 -
 rulesets/ArithmeticFactory.h                       |    5 +-
 rulesets/ArithmeticScript.cpp                      |    1 -
 rulesets/ArithmeticScript.h                        |    1 -
 rulesets/AtlasProperties.cpp                       |   11 +-
 rulesets/AtlasProperties.h                         |    3 +-
 rulesets/BBoxProperty.cpp                          |   11 +-
 rulesets/BBoxProperty.h                            |    4 +-
 rulesets/BaseMind.cpp                              |   19 +-
 rulesets/BaseMind.h                                |   12 +-
 rulesets/BiomassProperty.cpp                       |   84 +
 .../{MultiHandlerProperty.h => BiomassProperty.h}  |   30 +-
 rulesets/BulletDomain.cpp                          |    1 -
 rulesets/BulletDomain.h                            |    1 -
 rulesets/BurnSpeedProperty.cpp                     |  102 +
 .../{CalendarProperty.h => BurnSpeedProperty.h}    |   25 +-
 rulesets/CalendarProperty.cpp                      |    6 +-
 rulesets/CalendarProperty.h                        |    2 +-
 rulesets/Character.cpp                             |  327 +-
 rulesets/Character.h                               |   56 +-
 rulesets/Container.cpp                             |   14 +-
 rulesets/Container.h                               |   29 +-
 rulesets/Creator.cpp                               |   91 +-
 rulesets/Creator.h                                 |   23 +-
 rulesets/DecaysProperty.cpp                        |   74 +
 rulesets/{CalendarProperty.h => DecaysProperty.h}  |   25 +-
 rulesets/Domain.cpp                                |    1 -
 rulesets/Domain.h                                  |    1 -
 rulesets/Entity.cpp                                |  163 +-
 rulesets/Entity.h                                  |  160 +-
 rulesets/EntityProperties.cpp                      |    5 +-
 rulesets/EntityProperty.cpp                        |   15 +-
 rulesets/EntityProperty.h                          |    2 +-
 rulesets/EntityPropertyFactory.cpp                 |   23 -
 rulesets/EntityPropertyFactory.h                   |   36 -
 rulesets/EntityPropertyFactory_impl.h              |   34 -
 {server => rulesets}/ExternalMind.cpp              |   22 +-
 {server => rulesets}/ExternalMind.h                |   12 +-
 {server => rulesets}/ExternalProperty.cpp          |    8 +-
 {server => rulesets}/ExternalProperty.h            |   14 +-
 rulesets/HandlerProperty.cpp                       |   24 -
 rulesets/HandlerProperty_impl.h                    |   40 -
 rulesets/InternalProperties.cpp                    |   24 +-
 rulesets/InternalProperties.h                      |   12 +-
 rulesets/LineProperty.cpp                          |    6 +-
 rulesets/LineProperty.h                            |    2 +-
 rulesets/LocatedEntity.cpp                         |   48 +-
 rulesets/LocatedEntity.h                           |  162 +-
 rulesets/Makefile.am                               |   15 +-
 rulesets/Makefile.in                               |  832 ++
 rulesets/MemEntity.cpp                             |   72 +-
 rulesets/MemEntity.h                               |   18 +-
 rulesets/MemMap.cpp                                |   66 +-
 rulesets/MemMap.h                                  |   18 +-
 rulesets/MindFactory.cpp                           |    1 -
 rulesets/MindFactory.h                             |    1 -
 rulesets/MindProperty.cpp                          |   38 +-
 rulesets/MindProperty.h                            |   10 +-
 rulesets/Motion.cpp                                |    9 +-
 rulesets/Motion.h                                  |   11 +-
 rulesets/Movement.cpp                              |   17 +-
 rulesets/Movement.h                                |   10 +-
 rulesets/MultiHandlerProperty.cpp                  |   24 -
 rulesets/MultiHandlerProperty_impl.h               |   43 -
 rulesets/OutfitProperty.cpp                        |   42 +-
 rulesets/OutfitProperty.h                          |   21 +-
 rulesets/Pedestrian.cpp                            |    8 +-
 rulesets/Pedestrian.h                              |    5 +-
 rulesets/Plant.cpp                                 |  123 +-
 rulesets/Plant.h                                   |   35 +-
 rulesets/Py_BBox.cpp                               |   12 +-
 rulesets/Py_BBox.h                                 |    1 -
 rulesets/Py_EntityWrapper.h                        |    1 -
 rulesets/Py_Location.cpp                           |    4 +-
 rulesets/Py_Location.h                             |    1 -
 rulesets/Py_Map.cpp                                |   15 +-
 rulesets/Py_Map.h                                  |    1 -
 rulesets/Py_Message.cpp                            |   25 +-
 rulesets/Py_Message.h                              |    1 -
 rulesets/Py_Operation.cpp                          |    1 -
 rulesets/Py_Operation.h                            |    1 -
 rulesets/Py_Oplist.cpp                             |    1 -
 rulesets/Py_Oplist.h                               |    1 -
 rulesets/Py_Point3D.cpp                            |    1 -
 rulesets/Py_Point3D.h                              |    1 -
 rulesets/Py_Property.cpp                           |    1 -
 rulesets/Py_Property.h                             |    1 -
 rulesets/Py_Quaternion.cpp                         |    5 +-
 rulesets/Py_Quaternion.h                           |    1 -
 rulesets/Py_RootEntity.cpp                         |    4 +-
 rulesets/Py_RootEntity.h                           |    1 -
 rulesets/Py_Shape.cpp                              |    9 +-
 rulesets/Py_Shape.h                                |    1 -
 rulesets/Py_Task.cpp                               |    1 -
 rulesets/Py_Task.h                                 |    1 -
 rulesets/Py_TerrainModProperty.cpp                 |    4 +-
 rulesets/Py_TerrainProperty.cpp                    |   12 +-
 rulesets/Py_Thing.cpp                              |    7 +-
 rulesets/Py_Thing.h                                |    1 -
 rulesets/Py_Vector3D.cpp                           |    1 -
 rulesets/Py_Vector3D.h                             |    1 -
 rulesets/Py_World.cpp                              |    9 +-
 rulesets/Py_World.h                                |    1 -
 rulesets/Py_WorldTime.cpp                          |    1 -
 rulesets/Py_WorldTime.h                            |    1 -
 rulesets/PythonArithmeticFactory.cpp               |    3 +-
 rulesets/PythonArithmeticFactory.h                 |    3 +-
 rulesets/PythonArithmeticScript.cpp                |    1 -
 rulesets/PythonArithmeticScript.h                  |    1 -
 rulesets/PythonClass.cpp                           |    1 -
 rulesets/PythonClass.h                             |    1 -
 rulesets/PythonContext.cpp                         |    1 -
 rulesets/PythonContext.h                           |    1 -
 rulesets/PythonEntityScript.cpp                    |    1 -
 rulesets/PythonEntityScript.h                      |    1 -
 rulesets/PythonScriptFactory.cpp                   |   11 +-
 rulesets/PythonScriptFactory.h                     |    1 -
 rulesets/PythonScriptFactory_impl.h                |    1 -
 rulesets/PythonWrapper.cpp                         |    1 -
 rulesets/PythonWrapper.h                           |    1 -
 rulesets/Python_API.cpp                            |   30 +-
 rulesets/Python_API.h                              |    1 -
 rulesets/Python_Script_Utils.h                     |    1 -
 rulesets/Script.cpp                                |    1 -
 rulesets/Script.h                                  |    1 -
 rulesets/SolidProperty.cpp                         |   10 +-
 rulesets/SolidProperty.h                           |    6 +-
 rulesets/SpawnProperty.cpp                         |   16 +-
 rulesets/SpawnProperty.h                           |    6 +-
 rulesets/Stackable.cpp                             |    8 +-
 rulesets/Stackable.h                               |    5 +-
 rulesets/Statistics.cpp                            |  117 -
 rulesets/Statistics.h                              |   67 -
 rulesets/StatisticsProperty.cpp                    |   23 +-
 rulesets/StatisticsProperty.h                      |    8 +-
 rulesets/StatusProperty.cpp                        |   10 +-
 rulesets/StatusProperty.h                          |    7 +-
 .../{StatusProperty.cpp => SuspendedProperty.cpp}  |   42 +-
 .../SuspendedProperty.h                            |   36 +-
 rulesets/Task.cpp                                  |    3 +-
 rulesets/Task.h                                    |   11 +-
 rulesets/TasksProperty.cpp                         |   27 +-
 rulesets/TasksProperty.h                           |   20 +-
 rulesets/TerrainEffectorProperty.cpp               |    7 +-
 rulesets/TerrainEffectorProperty.h                 |    3 +-
 rulesets/TerrainModProperty.cpp                    |   82 +-
 rulesets/TerrainModProperty.h                      |   35 +-
 rulesets/TerrainModTranslator.cpp                  |    1 -
 rulesets/TerrainModTranslator.h                    |    1 -
 rulesets/TerrainProperty.cpp                       |    9 +-
 rulesets/TerrainProperty.h                         |    4 +-
 rulesets/Thing.cpp                                 |   42 +-
 rulesets/Thing.h                                   |    7 +-
 rulesets/TransientProperty.cpp                     |   17 +-
 rulesets/TransientProperty.h                       |    8 +-
 rulesets/VisibilityProperty.cpp                    |   14 +-
 rulesets/VisibilityProperty.h                      |    6 +-
 rulesets/World.cpp                                 |  100 +-
 rulesets/World.h                                   |   51 +-
 rulesets/acorn/__init__.py                         |    3 -
 rulesets/acorn/define_world.py                     |  588 --
 rulesets/acorn/define_world_agrilan.py             |  450 -
 rulesets/acorn/map.py                              |   58 -
 rulesets/acorn/mapentities.py                      |  291 -
 rulesets/acorn/mind/PigMind.py                     |   29 -
 rulesets/acorn/mind/SkelMind.py                    |   26 -
 rulesets/acorn/mind/WolfMind.py                    |    6 -
 rulesets/acorn/mind/__init__.py                    |    3 -
 rulesets/acorn/rule_const.py                       |    3 -
 rulesets/acorn/world/__init__.py                   |    3 -
 rulesets/acorn/world/objects/Weather.py            |   26 -
 rulesets/acorn/world/objects/__init__.py           |    3 -
 rulesets/acorn/world/objects/animals/Crab.py       |   11 -
 rulesets/acorn/world/objects/animals/Deer.py       |   29 -
 rulesets/acorn/world/objects/animals/Pig.py        |   29 -
 rulesets/acorn/world/objects/animals/Squirrel.py   |   13 -
 rulesets/acorn/world/objects/animals/Wolf.py       |   13 -
 rulesets/acorn/world/objects/animals/__init__.py   |    3 -
 .../acorn/world/objects/buildings/FarmHouse1.py    |   62 -
 .../acorn/world/objects/buildings/FarmHouse2.py    |   39 -
 .../acorn/world/objects/buildings/FarmHouse3.py    |   37 -
 .../acorn/world/objects/buildings/FarmStand.py     |   43 -
 rulesets/acorn/world/objects/buildings/FishShop.py |   46 -
 rulesets/acorn/world/objects/buildings/House1.py   |   34 -
 rulesets/acorn/world/objects/buildings/House2.py   |   41 -
 rulesets/acorn/world/objects/buildings/House3.py   |   34 -
 rulesets/acorn/world/objects/buildings/House4.py   |   34 -
 rulesets/acorn/world/objects/buildings/House5.py   |   58 -
 rulesets/acorn/world/objects/buildings/Inn1.py     |   48 -
 rulesets/acorn/world/objects/buildings/Inn2.py     |   52 -
 rulesets/acorn/world/objects/buildings/ItemShop.py |   45 -
 rulesets/acorn/world/objects/buildings/Mansion.py  |   42 -
 .../acorn/world/objects/buildings/MetalShop.py     |   44 -
 rulesets/acorn/world/objects/buildings/Ruin.py     |   19 -
 rulesets/acorn/world/objects/buildings/Shack.py    |   27 -
 rulesets/acorn/world/objects/buildings/Stall.py    |   54 -
 rulesets/acorn/world/objects/buildings/Sty.py      |   11 -
 .../acorn/world/objects/buildings/VacantShop1e.py  |   34 -
 .../acorn/world/objects/buildings/VacantShop1w.py  |   41 -
 .../acorn/world/objects/buildings/VacantShop2.py   |   34 -
 rulesets/acorn/world/objects/buildings/__init__.py |    3 -
 rulesets/acorn/world/objects/outdoor/Campfire.py   |   21 -
 rulesets/acorn/world/objects/outdoor/__init__.py   |    3 -
 rulesets/acorn/world/objects/plants/AppleTree.py   |   31 -
 rulesets/acorn/world/objects/plants/Oak.py         |   31 -
 rulesets/acorn/world/objects/plants/Tree.py        |  141 -
 rulesets/acorn/world/objects/plants/__init__.py    |    3 -
 rulesets/acorn/world/objects/plants/seeds/Acorn.py |   26 -
 rulesets/acorn/world/objects/plants/seeds/Apple.py |   39 -
 rulesets/acorn/world/objects/plants/seeds/Seed.py  |   31 -
 .../acorn/world/objects/plants/seeds/__init__.py   |    3 -
 rulesets/acorn/world/objects/tools/Cleaver.py      |   18 -
 rulesets/acorn/world/objects/tools/__init__.py     |    3 -
 rulesets/acorn/world/objects/undead/Arm.py         |    9 -
 rulesets/acorn/world/objects/undead/Lych.py        |    9 -
 rulesets/acorn/world/objects/undead/Pelvis.py      |    9 -
 rulesets/acorn/world/objects/undead/Ribcage.py     |    9 -
 rulesets/acorn/world/objects/undead/Shin.py        |    9 -
 rulesets/acorn/world/objects/undead/Skeleton.py    |   23 -
 rulesets/acorn/world/objects/undead/Skull.py       |    9 -
 rulesets/acorn/world/objects/undead/Thigh.py       |    9 -
 rulesets/acorn/world/objects/undead/__init__.py    |    3 -
 rulesets/astronomy/Astronomy.h                     |   41 -
 rulesets/astronomy/Body.h                          |   46 -
 rulesets/astronomy/Makefile.am                     |    4 -
 rulesets/astronomy/Moon.h                          |   20 -
 rulesets/astronomy/Planet.h                        |   20 -
 rulesets/astronomy/Sun.h                           |   20 -
 rulesets/astronomy/Test.cpp                        |    5 -
 rulesets/astronomy/World.h                         |   21 -
 rulesets/astronomy/astronomy.txt                   |   28 -
 rulesets/basic/hooks/__init__.py                   |    3 -
 rulesets/basic/hooks/ruleset_import_hooks.py       |   46 -
 rulesets/basic/metaserver.py                       |   64 -
 rulesets/basic/mind/Goal.py                        |   98 +-
 rulesets/basic/mind/Memory.py                      |   18 +-
 rulesets/basic/mind/NPCMind.py                     |  311 +-
 rulesets/basic/mind/goals/common/misc_goal.py      |   75 +-
 rulesets/basic/mind/goals/common/move.py           |  119 +-
 .../basic/mind/goals/dynamic/add_unique_goal.py    |    2 +-
 rulesets/basic/mind/goals/humanoid/construction.py |   76 +-
 rulesets/basic/mind/goals/humanoid/transaction.py  |    2 +-
 rulesets/basic/mind/panlingua/interlinguish.py     |    1 +
 rulesets/basic/terrain.py                          |   70 -
 rulesets/basic/test_python_api.py                  |  101 -
 rulesets/basic/world/__init__.py                   |    3 -
 rulesets/basic/world/objects/Pile.py               |   13 -
 rulesets/basic/world/objects/animals/Animal.py     |   75 -
 rulesets/basic/world/objects/animals/__init__.py   |    3 -
 rulesets/basic/world/objects/plants/Tree.py        |  411 -
 rulesets/basic/world/objects/plants/__init__.py    |    3 -
 rulesets/mason/define_world.py                     |   89 +-
 rulesets/mason/define_world_aglanor.py             |  318 -
 rulesets/mason/regression.py                       |    2 +-
 rulesets/mason/tests.py                            |   18 +-
 rulesets/mason/world/objects/buildings/House3.py   |   26 +-
 .../mason/world/objects/plants/seeds/Fircone.py    |   19 +-
 rulesets/mason/world/tasks/Cultivate.py            |    9 +-
 rulesets/mason/world/tasks/Destroying.py           |    8 +-
 rulesets/mason/world/tasks/Fishing.py              |    9 +-
 rulesets/mason/world/tasks/Logging.py              |    8 +-
 rulesets/mason/world/tasks/Reap.py                 |    2 +-
 rulesets/mason/world/tasks/Repairing.py            |    8 +-
 rulesets/mason/world/tasks/Sharpen.py              |    8 +-
 rulesets/mason/world/tasks/Slaughter.py            |    8 +-
 rulesets/skills/DumbSkill.cpp                      |   20 -
 rulesets/skills/DumbSkill.h                        |   19 -
 rulesets/skills/Makefile.am                        |    4 -
 rulesets/skills/Skill.h                            |   25 -
 rulesets/werewolf/__init__.py                      |    3 -
 rulesets/werewolf/define_world.py                  |   62 -
 rulesets/werewolf/world/__init__.py                |    3 -
 rulesets/werewolf/world/objects/__init__.py        |    3 -
 .../werewolf/world/objects/characters/Hangman.py   |    6 -
 .../werewolf/world/objects/characters/Mayor.py     |    6 -
 .../werewolf/world/objects/characters/Villager.py  |   23 -
 .../werewolf/world/objects/characters/__init__.py  |    3 -
 rulesets/werewolf/world/objects/tools/Gallows.py   |   19 -
 rulesets/werewolf/world/objects/tools/__init__.py  |    3 -
 scripts/Info.plist                                 |   22 -
 scripts/check_class_names.sh                       |   31 -
 scripts/check_header_guards.sh                     |   28 -
 scripts/check_libraries                            |   16 -
 scripts/create_release                             |  322 -
 scripts/cyphesis-setup.sh                          |    1 -
 scripts/cypurge                                    |    4 -
 scripts/gen_mac_app.sh                             |   27 -
 scripts/happypenguin_announce.py                   |  113 -
 scripts/import_bullet                              |   77 -
 scripts/import_miniupnpc                           |   73 -
 scripts/mingw32_build_postgresql.sh                |   43 -
 scripts/mingw32_configure.sh                       |   63 -
 scripts/run_coverage_tests.sh                      |  165 -
 scripts/run_massif                                 |    1 -
 scripts/update_regression.sh                       |   16 -
 server/Account.cpp                                 |   62 +-
 server/Account.h                                   |   25 +-
 server/Admin.cpp                                   |   14 +-
 server/Admin.h                                     |    1 -
 server/ArithmeticBuilder.cpp                       |    3 +-
 server/ArithmeticBuilder.h                         |    5 +-
 server/CommAdminClient.cpp                         |    1 -
 server/CommAdminClient.h                           |    1 -
 server/CommClient.cpp                              |    1 -
 server/CommClient.h                                |    1 -
 server/CommClientFactory.cpp                       |    1 -
 server/CommClientFactory.h                         |    1 -
 server/CommClientFactory_impl.h                    |    1 -
 server/CommClientKit.cpp                           |    1 -
 server/CommClientKit.h                             |    1 -
 server/CommClient_impl.h                           |   20 +-
 server/CommHttpClient.cpp                          |    1 -
 server/CommHttpClient.h                            |    1 -
 server/CommHttpClientFactory.cpp                   |    1 -
 server/CommHttpClientFactory.h                     |    1 -
 server/CommMDNSPublisher.cpp                       |    6 +-
 server/CommMDNSPublisher.h                         |    5 +-
 server/CommMaster.cpp                              |    1 -
 server/CommMaster.h                                |    1 -
 server/CommMetaClient.cpp                          |  173 +-
 server/CommMetaClient.h                            |   17 +-
 server/CommPSQLSocket.cpp                          |    6 +-
 server/CommPSQLSocket.h                            |    5 +-
 server/CommPeer.cpp                                |    1 -
 server/CommPeer.h                                  |    1 -
 server/CommPythonClient.cpp                        |    1 -
 server/CommPythonClient.h                          |    1 -
 server/CommPythonClientFactory.cpp                 |    1 -
 server/CommPythonClientFactory.h                   |    1 -
 server/CommServer.cpp                              |    3 +-
 server/CommServer.h                                |    7 +-
 server/CommStreamClient.cpp                        |    1 -
 server/CommStreamClient.h                          |    3 +-
 server/CommStreamClient_impl.h                     |    1 -
 server/CommStreamListener.cpp                      |    1 -
 server/CommStreamListener.h                        |    4 +-
 server/CommStreamListener_impl.h                   |    7 +-
 server/CommTCPListener.cpp                         |    1 -
 server/CommTCPListener.h                           |    1 -
 server/CommUnixListener.cpp                        |    1 -
 server/CommUnixListener.h                          |    1 -
 server/CommUserClient.cpp                          |    1 -
 server/CommUserClient.h                            |    1 -
 .../{ConnectedRouter.cpp => ConnectableRouter.cpp} |    7 +-
 server/{ConnectedRouter.h => ConnectableRouter.h}  |   13 +-
 server/Connection.cpp                              |  266 +-
 server/Connection.h                                |   13 +-
 server/Connection_methods.h                        |    1 -
 server/CorePropertyManager.cpp                     |  323 +-
 server/CorePropertyManager.h                       |   24 +-
 server/EntityBuilder.cpp                           |   56 +-
 server/EntityBuilder.h                             |   21 +-
 server/EntityFactory.cpp                           |    6 +-
 server/EntityFactory.h                             |    3 +-
 server/EntityFactory_impl.h                        |    3 +-
 server/EntityRuleHandler.cpp                       |   11 +-
 server/EntityRuleHandler.h                         |    1 -
 server/HttpCache.cpp                               |    1 -
 server/HttpCache.h                                 |    1 -
 server/Idle.cpp                                    |    1 -
 server/Idle.h                                      |    1 -
 server/IdleConnector.cpp                           |    1 -
 server/IdleConnector.h                             |    1 -
 server/IdlePSQLConnector.cpp                       |    1 -
 server/IdlePSQLConnector.h                         |    1 -
 server/Juncture.cpp                                |   27 +-
 server/Juncture.h                                  |    9 +-
 server/Lobby.cpp                                   |    8 +-
 server/Lobby.h                                     |    2 +-
 server/Makefile.am                                 |   19 +-
 server/Makefile.in                                 |  944 ++
 server/Master.cpp                                  |    1 -
 server/Master.h                                    |    1 -
 server/MindInspector.cpp                           |   70 +
 server/MindInspector.h                             |   77 +
 server/OpRuleHandler.cpp                           |    4 +-
 server/OpRuleHandler.h                             |    1 -
 server/Peer.cpp                                    |   30 +-
 server/Peer.h                                      |    7 +-
 server/Persistence.cpp                             |   38 +-
 server/Persistence.h                               |    7 +-
 server/Player.cpp                                  |    9 +-
 server/Player.h                                    |    1 -
 server/PropertyRuleHandler.cpp                     |   81 +
 server/{OpRuleHandler.h => PropertyRuleHandler.h}  |   22 +-
 server/RuleHandler.cpp                             |    1 -
 server/RuleHandler.h                               |    1 -
 server/Ruleset.cpp                                 |   10 +-
 server/Ruleset.h                                   |    4 +-
 server/ServerAccount.cpp                           |   16 +-
 server/ServerAccount.h                             |    7 +-
 server/ServerRouting.cpp                           |    9 +-
 server/ServerRouting.h                             |   13 +-
 server/SlaveClientConnection.cpp                   |    1 -
 server/SlaveClientConnection.h                     |    3 +-
 server/Spawn.cpp                                   |    1 -
 server/Spawn.h                                     |    6 +-
 server/SpawnEntity.cpp                             |   12 +-
 server/SpawnEntity.h                               |    7 +-
 server/StorageManager.cpp                          |  220 +-
 server/StorageManager.h                            |   55 +-
 server/SystemAccount.cpp                           |    4 +-
 server/SystemAccount.h                             |    3 +-
 server/TCPListenFactory.cpp                        |    1 -
 server/TCPListenFactory.h                          |    1 -
 server/TaskFactory.cpp                             |    1 -
 server/TaskFactory.h                               |    1 -
 server/TaskRuleHandler.cpp                         |    1 -
 server/TaskRuleHandler.h                           |    1 -
 server/TeleportAuthenticator.cpp                   |   46 +-
 server/TeleportAuthenticator.h                     |   21 +-
 server/TeleportProperty.cpp                        |   91 +
 .../HandlerProperty.h => server/TeleportProperty.h |   29 +-
 server/TrustedConnection.cpp                       |    1 -
 server/TrustedConnection.h                         |    1 -
 server/UpdateTester.cpp                            |    1 -
 server/UpdateTester.h                              |    1 -
 server/WorldRouter.cpp                             |  103 +-
 server/WorldRouter.h                               |   55 +-
 server/buildid.cpp                                 |   11 +
 server/frontend.cpp                                |    1 -
 server/server.cpp                                  |   88 +-
 server/server.h                                    |    1 -
 server/slave.cpp                                   |    1 -
 tests/AccountConnectionCharacterintegration.cpp    | 1394 +++
 tests/AccountConnectionintegration.cpp             |  302 +-
 tests/AccountServerLobbyintegration.cpp            |  128 +-
 tests/Accountintegration.cpp                       | 1697 +++-
 tests/Accounttest.cpp                              |  233 +-
 tests/ActivePropertyFactorytest.cpp                |  101 -
 tests/Addtest.cpp                                  |    1 -
 tests/AdminClienttest.cpp                          |    1 -
 tests/Admintest.cpp                                |  153 +-
 tests/AllPropertytest.cpp                          |    7 +-
 ...{Entitytest.cpp => AreaPropertyintegration.cpp} |  297 +-
 tests/AreaPropertytest.cpp                         |    9 +-
 tests/Areatest.cpp                                 |  103 -
 tests/ArithmeticBuildertest.cpp                    |    3 +-
 tests/ArithmeticFactorytest.cpp                    |    3 +-
 tests/ArithmeticScripttest.cpp                     |    1 -
 tests/AtlasFileLoadertest.cpp                      |    1 -
 tests/AtlasPropertiestest.cpp                      |    7 +-
 tests/AtlasStreamClienttest.cpp                    |    1 -
 tests/Attacktest.cpp                               |    1 -
 tests/BBoxPropertytest.cpp                         |    7 +-
 tests/BBoxtest.cpp                                 |    1 -
 tests/BaseClienttest.cpp                           |   52 +-
 tests/BaseMindMapEntityintegration.cpp             |  576 ++
 tests/BaseMindtest.cpp                             |  541 +-
 tests/BaseWorldtest.cpp                            |   62 +-
 tests/BiomassPropertyintegration.cpp               |  306 +
 ...fitPropertytest.cpp => BiomassPropertytest.cpp} |   24 +-
 tests/BulletDomainintegration.cpp                  |   17 +-
 tests/BulletDomaintest.cpp                         |   17 +-
 ...tPropertytest.cpp => BurnSpeedPropertytest.cpp} |   42 +-
 tests/Burntest.cpp                                 |    1 -
 tests/CalendarPropertytest.cpp                     |    7 +-
 tests/Charactertest.cpp                            |  520 +-
 tests/Choptest.cpp                                 |   41 -
 ...iontest.cpp => ClientConnectionintegration.cpp} |  100 +-
 tests/ClientConnectiontest.cpp                     |  194 +-
 tests/ClientPropertyManagertest.cpp                |    1 -
 tests/ClientTasktest.cpp                           |    1 -
 tests/Collisiontest.cpp                            |    1 -
 tests/CommClientFactorytest.cpp                    |    9 +-
 tests/CommClientKittest.cpp                        |    1 -
 tests/CommClient_null_stream.cpp                   |    1 -
 tests/CommClient_stub_impl.h                       |    1 -
 tests/CommClienttest.cpp                           |    7 +-
 tests/CommHttpClientFactorytest.cpp                |    1 -
 tests/CommHttpClienttest.cpp                       |    1 -
 tests/CommMDNSPublishertest.cpp                    |   19 +-
 tests/CommPSQLSockettest.cpp                       |    1 -
 tests/CommPeertest.cpp                             |   24 +-
 tests/CommPythonClientFactorytest.cpp              |    1 -
 tests/CommServertest.cpp                           |    4 +-
 tests/CommSockettest.cpp                           |    8 +-
 tests/CommStreamClient_null_stream.cpp             |    1 -
 tests/CommStreamClient_stub_impl.h                 |    1 -
 tests/CommStreamClienttest.cpp                     |    1 -
 tests/CommStreamListener_stub_impl.h               |    7 +-
 tests/CommStreamListenertest.cpp                   |    1 -
 ...tedRoutertest.cpp => ConnectableRoutertest.cpp} |   10 +-
 tests/ConnectionCharacterintegration.cpp           | 1449 +++
 tests/ConnectionCreatorintegration.cpp             | 1473 ++++
 ...iontest.cpp => ConnectionShakerintegration.cpp} |  396 +-
 tests/Connectiontest.cpp                           |  672 +-
 tests/Connecttest.cpp                              |    1 -
 tests/Containertest.cpp                            |    6 +-
 tests/CorePropertyManagertest.cpp                  | 2081 +++++
 tests/Coursetest.cpp                               |    1 -
 tests/Creatortest.cpp                              |  189 +-
 tests/Cuttest.cpp                                  |   41 -
 tests/Databasetest.cpp                             |    1 -
 tests/DateTimetest.cpp                             |    1 -
 tests/DecaysPropertyintegration.cpp                |  305 +
 ...olidPropertytest.cpp => DecaysPropertytest.cpp} |   20 +-
 tests/Delvetest.cpp                                |   41 -
 tests/Digtest.cpp                                  |   41 -
 tests/Domaintest.cpp                               |   17 +-
 tests/Droptest.cpp                                 |    1 -
 tests/Eattest.cpp                                  |    1 -
 tests/EntityBuildertest.cpp                        |  542 +-
 tests/EntityExerciser.cpp                          |   13 +-
 tests/EntityExerciser.h                            |    6 +-
 tests/EntityFactoryTypeNodeintegration.cpp         |   79 +-
 tests/EntityFactorytest.cpp                        |  154 +-
 tests/EntityKittest.cpp                            |  105 +-
 tests/EntityPropertiestest.cpp                     |    7 +-
 tests/EntityPropertytest.cpp                       |   75 +-
 tests/EntityReftest.cpp                            |   77 +-
 tests/EntityRuleHandlertest.cpp                    |   10 +-
 tests/Entitytest.cpp                               |  288 +-
 tests/ExternalMindtest.cpp                         |  102 +-
 tests/ExternalPropertytest.cpp                     |   46 +-
 tests/Flushertest.cpp                              |    1 -
 tests/Foodtest.cpp                                 |  103 -
 tests/FormattedXMLWritertest.cpp                   |    1 -
 tests/HandlerPropertytest.cpp                      |   84 -
 tests/HttpCachetest.cpp                            |    1 -
 tests/IGEntityExerciser.cpp                        |    1 -
 tests/IGEntityExerciser.h                          |    1 -
 tests/IdleConnectortest.cpp                        |    1 -
 tests/Idletest.cpp                                 |    1 -
 tests/Inheritancetest.cpp                          |  289 +-
 tests/InternalPropertiestest.cpp                   |   11 +-
 tests/Juncturetest.cpp                             |   34 +-
 tests/LinePropertytest.cpp                         |    7 +-
 tests/Linetest.cpp                                 |  106 -
 tests/Linktest.cpp                                 |   46 +-
 tests/Lobbytest.cpp                                |  297 +-
 tests/LocatedEntitytest.cpp                        |  110 +-
 tests/Locationtest.cpp                             |   67 +-
 tests/Makefile.am                                  |  464 +-
 tests/Makefile.in                                  | 5510 ++++++++++++
 tests/Mastertest.cpp                               |    1 -
 tests/MemEntitytest.cpp                            |  150 +-
 tests/MemMaptest.cpp                               |  434 +-
 tests/MindFactorytest.cpp                          |   52 +-
 tests/MindPropertyintegration.cpp                  |    5 +-
 tests/MindPropertytest.cpp                         |    7 +-
 tests/Monitorstest.cpp                             |    1 -
 tests/Monitortest.cpp                              |    1 -
 tests/Motiontest.cpp                               |  636 +-
 tests/Movementtest.cpp                             |    1 -
 tests/Mowtest.cpp                                  |   41 -
 tests/MultiHandlerPropertytest.cpp                 |   87 -
 tests/MultiLineListFormattertest.cpp               |    1 -
 tests/Nourishtest.cpp                              |    1 -
 tests/OpRuleHandlertest.cpp                        |    1 -
 tests/OperationExerciser.cpp                       |    1 -
 tests/OperationExerciser.h                         |    1 -
 tests/OperationMonitortest.cpp                     |    1 -
 tests/OperationRoutertest.cpp                      |    1 -
 tests/OutfitPropertytest.cpp                       |    7 +-
 tests/Pedestriantest.cpp                           |   92 +-
 tests/Peertest.cpp                                 |  114 +-
 tests/PendingTeleporttest.cpp                      |    1 -
 tests/Persistencetest.cpp                          |   33 +-
 tests/Pickuptest.cpp                               |    1 -
 tests/Planttest.cpp                                |  155 +-
 tests/Playertest.cpp                               |  147 +-
 tests/PropertyCoverage.cpp                         |   89 +-
 tests/PropertyCoverage.h                           |   34 +-
 tests/PropertyEntityintegration.cpp                |  505 ++
 tests/PropertyExerciser.cpp                        |    1 -
 tests/PropertyExerciser.h                          |    1 -
 tests/PropertyFactorytest.cpp                      |   53 +-
 tests/PropertyFlagtest.cpp                         |   32 +-
 tests/PropertyManagertest.cpp                      |  151 +-
 tests/PropertyRuleHandlertest.cpp                  |  300 +
 tests/Property_stub_impl.h                         |   13 +-
 tests/Propertytest.cpp                             |   17 +-
 tests/Py_BBoxtest.cpp                              |    1 -
 tests/Py_CreatorClienttest.cpp                     |    1 -
 tests/Py_Locationtest.cpp                          |    6 +-
 tests/Py_Maptest.cpp                               |    1 -
 tests/Py_Messagetest.cpp                           |    1 -
 tests/Py_ObserverClienttest.cpp                    |    1 -
 tests/Py_Operationtest.cpp                         |    1 -
 tests/Py_Oplisttest.cpp                            |    1 -
 tests/Py_Point3Dtest.cpp                           |    1 -
 tests/Py_Propertytest.cpp                          |   11 +-
 tests/Py_Quaterniontest.cpp                        |    1 -
 tests/Py_RootEntitytest.cpp                        |    1 -
 tests/Py_Shapetest.cpp                             |    1 -
 tests/Py_Tasktest.cpp                              |    1 -
 tests/Py_TerrainModPropertytest.cpp                |    6 +-
 tests/Py_TerrainPropertytest.cpp                   |    3 +-
 tests/Py_Thingtest.cpp                             |   10 +-
 tests/Py_Vector3Dtest.cpp                          |    1 -
 tests/Py_WorldTimetest.cpp                         |    1 -
 tests/Py_Worldtest.cpp                             |    5 +-
 tests/PythonArithmeticFactorytest.cpp              |   62 +-
 tests/PythonArithmeticScripttest.cpp               |    1 -
 tests/PythonClasstest.cpp                          |    1 -
 tests/PythonContexttest.cpp                        |    1 -
 tests/PythonEntityScripttest.cpp                   |    9 +-
 tests/PythonWrappertest.cpp                        |    1 -
 tests/Python_APItest.cpp                           |    1 -
 tests/Quaterniontest.cpp                           |    1 -
 tests/Routertest.cpp                               |  211 +-
 tests/RuleHandlertest.cpp                          |    1 -
 tests/Rulesetintegration.cpp                       | 1206 ++-
 tests/Rulesettest.cpp                              |   25 +-
 tests/ScriptKittest.cpp                            |    9 +-
 tests/Scripttest.cpp                               |    1 -
 tests/ServerAccounttest.cpp                        |  139 +-
 tests/ServerRoutingtest.cpp                        |   60 +-
 tests/Setuptest.cpp                                |    1 -
 tests/Shakertest.cpp                               |   97 +
 tests/Shapetest.cpp                                |    2 +-
 tests/Sink.h                                       |    7 +-
 tests/SolidPropertytest.cpp                        |    7 +-
 tests/SpawnEntitytest.cpp                          |  144 +-
 tests/SpawnPropertytest.cpp                        |    7 +-
 tests/Spawntest.cpp                                |    3 +-
 tests/Stackabletest.cpp                            |  121 +-
 ...ytest.cpp => StatisticsPropertyintegration.cpp} |  324 +-
 tests/StatisticsPropertytest.cpp                   |    7 +-
 tests/StatusPropertytest.cpp                       |    7 +-
 tests/StorageManagertest.cpp                       |  424 +-
 tests/Storagetest.cpp                              |    1 -
 tests/Structuretest.cpp                            |  105 -
 tests/SuspendedPropertytest.cpp                    |   59 +
 tests/SystemAccounttest.cpp                        |  133 +-
 tests/SystemTimetest.cpp                           |    1 -
 tests/TCPListenFactorytest.cpp                     |    1 -
 tests/TaskFactorytest.cpp                          |   67 +-
 tests/TaskKittest.cpp                              |    1 -
 tests/TaskRuleHandlertest.cpp                      |    1 -
 tests/TaskScripttest.cpp                           |  603 --
 tests/TasksPropertytest.cpp                        |    7 +-
 tests/Tasktest.cpp                                 |  364 +-
 tests/TeleportAuthenticatortest.cpp                |  293 +-
 tests/TeleportStatetest.cpp                        |    1 -
 tests/TerrainContexttest.cpp                       |    5 +-
 tests/TerrainEffectorPropertytest.cpp              |   77 +-
 tests/TerrainModPropertyintegration.cpp            |  330 +
 tests/TerrainModPropertytest.cpp                   |   36 +-
 tests/TerrainModtest.cpp                           |    1 -
 tests/TerrainPropertyintegration.cpp               |    5 +-
 tests/TerrainPropertytest.cpp                      |   11 +-
 tests/TestBase.h                                   |    1 -
 tests/TestBasetest.cpp                             |    2 +-
 tests/TestPropertyManager.cpp                      |   42 +-
 tests/TestPropertyManager.h                        |   11 +-
 tests/TestWorld.h                                  |   30 +-
 tests/Thingtest.cpp                                |  191 +-
 tests/ThingupdatePropertiestest.cpp                |  576 +-
 tests/Ticktest.cpp                                 |    1 -
 tests/TransientPropertytest.cpp                    |    7 +-
 tests/TrustedConnectionCreatorintegration.cpp      | 1473 ++++
 tests/TrustedConnectiontest.cpp                    |  150 +-
 tests/TypeNodetest.cpp                             |    1 -
 tests/Unseentest.cpp                               |    1 -
 tests/UpdateTestertest.cpp                         |    5 +-
 tests/Updatetest.cpp                               |    1 -
 tests/Variabletest.cpp                             |    1 -
 tests/Vector3Dtest.cpp                             |    1 -
 tests/VisibilityPropertytest.cpp                   |    7 +-
 tests/WorldDumpertest.cpp                          |    1 -
 tests/WorldLoaderintegration.cpp                   |  210 +-
 tests/WorldLoadertest.cpp                          |    1 -
 tests/WorldRouterintegration.cpp                   |  786 +-
 tests/WorldRoutertest.cpp                          |  455 +-
 tests/WorldTimetest.cpp                            |    1 -
 tests/Worldtest.cpp                                |  127 +-
 tests/allOperations.h                              |    1 -
 tests/atlas_helperstest.cpp                        |    1 -
 tests/buildidtest.cpp                              |    1 -
 tests/client_sockettest.cpp                        |    1 -
 tests/composetest.cpp                              |   99 +
 tests/consttest.cpp                                |   12 -
 tests/customtest.cpp                               |    4 +-
 tests/debugtest.cpp                                |    1 -
 tests/distancetest.cpp                             |   71 +-
 tests/emergencetest.cpp                            |    1 -
 tests/globalstest.cpp                              |    1 -
 tests/idtest.cpp                                   |    1 -
 tests/logtest.cpp                                  |    1 -
 tests/newidtest.cpp                                |    1 -
 tests/null_stream.h                                |    1 -
 tests/operationstest.cpp                           |    1 -
 tests/python_class.cpp                             |    1 -
 tests/python_testers.cpp                           |    1 -
 tests/python_testers.h                             |    1 -
 tests/randomtest.cpp                               |    1 -
 tests/serialnotest.cpp                             |    1 -
 tests/system_nettest.cpp                           |    1 -
 tests/system_uidtest.cpp                           |    1 -
 tests/systemtest.cpp                               |    3 +-
 tests/transformtest.cpp                            |    1 -
 tests/type_utilstest.cpp                           |    1 -
 tests/utilstest.cpp                                |    1 -
 tools/AccountContext.cpp                           |    1 -
 tools/AccountContext.h                             |    1 -
 tools/AdminClient.cpp                              |    1 -
 tools/AdminClient.h                                |    1 -
 tools/AvatarContext.cpp                            |    1 -
 tools/AvatarContext.h                              |    1 -
 tools/ConnectionContext.cpp                        |    3 +-
 tools/ConnectionContext.h                          |    1 -
 tools/Flusher.cpp                                  |    5 +-
 tools/Flusher.h                                    |    2 +-
 tools/IdContext.cpp                                |    1 -
 tools/IdContext.h                                  |    1 -
 tools/Interactive.cpp                              |    1 -
 tools/Interactive.h                                |    1 -
 tools/JunctureContext.cpp                          |    1 -
 tools/JunctureContext.h                            |    1 -
 tools/Makefile.in                                  |  950 ++
 tools/MultiLineListFormatter.cpp                   |    1 -
 tools/MultiLineListFormatter.h                     |    1 -
 tools/ObjectContext.cpp                            |    1 -
 tools/ObjectContext.h                              |    1 -
 tools/OperationMonitor.cpp                         |    8 +-
 tools/OperationMonitor.h                           |    3 +-
 tools/WorldDumper.cpp                              |    1 -
 tools/WorldDumper.h                                |    1 -
 tools/WorldLoader.cpp                              |    1 -
 tools/WorldLoader.h                                |    1 -
 tools/cyaddrules.cpp                               |    1 -
 tools/cycmd.cpp                                    |    1 -
 tools/cyconfig.cpp                                 |    1 -
 tools/cyconvertrules.cpp                           |    1 -
 tools/cydb.cpp                                     |    1 -
 tools/cydumprules.cpp                              |    1 -
 tools/cyloadrules.cpp                              |    1 -
 tools/cypasswd.cpp                                 |    1 -
 tools/cyphesis-setup                               |  326 -
 tools/cypython.cpp                                 |    1 -
 valgrind-python.supp                               |  391 -
 valgrind_supressions                               |   74 -
 watchdog/Makefile.am                               |   14 -
 watchdog/control.c                                 |  128 -
 watchdog/watchdog.c                                |  316 -
 953 files changed, 60659 insertions(+), 17166 deletions(-)

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



More information about the Pkg-games-commits mailing list