[gazebo] branch master updated (3bf2a58 -> b71a87a)

Jose Luis Rivero jrivero-guest at moszumanska.debian.org
Thu Jul 30 17:03:44 UTC 2015


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

jrivero-guest pushed a change to branch master
in repository gazebo.

      from  3bf2a58   Update changelog to version 5.0.1+dfsg-2
       new  d2625f0   Imported Upstream version 6.0.0
       new  aab6a6e   Merge tag 'upstream/6.0.0'
       new  f1934d0   Move all files to gazebo6
       new  b71a87a   Change all gazebo5 references to gazebo6

The 4 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:
 .hg_archival.txt                                   |     8 +-
 .hgignore                                          |     1 +
 CMakeLists.txt                                     |   104 +-
 Changelog.md                                       |   496 +-
 Migration.md                                       |   129 +
 cmake/DefaultCFlags.cmake                          |    43 +-
 cmake/FindFreeimage.cmake                          |    14 +-
 cmake/FindGraphviz.cmake                           |   101 +
 cmake/FindSSE.cmake                                |     2 +-
 cmake/GPL-2                                        |   339 +
 cmake/GazeboTestUtils.cmake                        |    46 +-
 cmake/GazeboUtils.cmake                            |    45 +-
 cmake/SearchForStuff.cmake                         |   315 +-
 cmake/gazebo-config.cmake.in                       |    11 +-
 cmake/gazebo_config.h.in                           |     2 +
 cmake/pkgconfig/gazebo.in                          |     4 +-
 cmake/setup.sh.in                                  |     6 +-
 configure.bat                                      |    91 +
 debian/changelog                                   |     8 +-
 debian/control                                     |    34 +-
 debian/gazebo5-doc.doc-base                        |     9 -
 debian/gazebo5-doc.links                           |     1 -
 ...zebo5-common.install => gazebo6-common.install} |     0
 .../{gazebo5-common.links => gazebo6-common.links} |     0
 debian/gazebo6-doc.doc-base                        |     9 +
 debian/{gazebo5-doc.docs => gazebo6-doc.docs}      |     0
 debian/gazebo6-doc.links                           |     1 +
 ...in-base.install => gazebo6-plugin-base.install} |     0
 ...bo5.bash_completion => gazebo6.bash_completion} |     0
 debian/{gazebo5.install => gazebo6.install}        |     0
 ...lintian-overrides => gazebo6.lintian-overrides} |     0
 ...bgazebo5-dev.install => libgazebo6-dev.install} |     0
 debian/{libgazebo5.install => libgazebo6.install}  |     0
 debian/rules                                       |     4 +-
 deps/ann/include/ann/ANN.h                         |     2 +-
 deps/ann/include/ann/ANNx.h                        |     2 +-
 deps/ann/include/ann/LGPL                          |   165 +
 deps/libccd/CMakeLists.txt                         |    12 +-
 deps/libccd/include/ccd/ccd.h                      |    31 +-
 deps/opende/CMakeLists.txt                         |    33 +-
 deps/opende/GIMPACT/CMakeLists.txt                 |     9 +-
 deps/opende/GIMPACT/include/GIMPACT/gimpact.h      |    28 +-
 deps/opende/OPCODE/CMakeLists.txt                  |     9 +-
 deps/opende/OPCODE/Ice/IceHPoint.h                 |   296 +-
 deps/opende/OPCODE/Ice/IcePoint.h                  |  1030 +-
 deps/opende/OPCODE/Ice/IceTypes.h                  |   268 +-
 deps/opende/OPCODE/Opcode.h                        |    44 +-
 deps/opende/include/ode/h5dump.h                   |    45 +
 deps/opende/include/ode/misc.h                     |    16 +-
 deps/opende/include/ode/objects.h                  |   144 +-
 deps/opende/include/ode/odecpp.h                   |     8 +
 deps/opende/ou/CMakeLists.txt                      |    10 +-
 deps/opende/ou/include/ou/atomic.h                 |    84 +-
 deps/opende/ou/include/ou/atomicflags.h            |     4 +-
 deps/opende/ou/include/ou/customization.h          |     6 +-
 deps/opende/ou/include/ou/enumarrays.h             |    18 +-
 deps/opende/ou/include/ou/ou_dll.h                 |    29 +
 deps/opende/ou/include/ou/simpleflags.h            |     4 +-
 deps/opende/ou/include/ou/threadlocalstorage.h     |     6 +-
 deps/opende/ou/src/threadlocalstorage.cpp          |  1692 +-
 deps/opende/src/collision_trimesh_trimesh_new.cpp  |     6 +
 deps/opende/src/heightfield.cpp                    |     6 +
 deps/opende/src/io.cpp                             |   457 +
 deps/opende/src/io.h                               |   104 +
 deps/opende/src/ioh5.cpp                           |   433 +
 deps/opende/src/ioh5.h                             |   414 +
 deps/opende/src/joints/hinge.cpp                   |    20 -
 deps/opende/src/joints/hinge2.cpp                  |     2 -
 deps/opende/src/joints/joint.cpp                   |     4 -
 deps/opende/src/joints/joint.h                     |     9 -
 deps/opende/src/joints/piston.cpp                  |     2 -
 deps/opende/src/joints/screw.cpp                   |    42 +-
 deps/opende/src/joints/slider.cpp                  |    21 -
 deps/opende/src/joints/universal.cpp               |     2 -
 deps/opende/src/lcp.cpp                            |    22 +-
 deps/opende/src/objects.h                          |    89 +-
 deps/opende/src/ode.cpp                            |   615 +-
 deps/opende/src/odeou.cpp                          |    34 +-
 deps/opende/src/quickstep.cpp                      |  2245 +-
 deps/opende/src/quickstep_cg_lcp.cpp               |   142 +
 deps/opende/src/quickstep_cg_lcp.h                 |    42 +
 deps/opende/src/quickstep_pgs_lcp.cpp              |  1563 +
 deps/opende/src/quickstep_pgs_lcp.h                |    81 +
 deps/opende/src/quickstep_update_bodies.cpp        |   377 +
 deps/opende/src/quickstep_update_bodies.h          |    45 +
 deps/opende/src/quickstep_util.cpp                 |   524 +
 deps/opende/src/quickstep_util.h                   |   270 +
 deps/opende/src/step.cpp                           |   130 +-
 deps/opende/src/step_dart_pgs_wrapper.cpp          |    46 +
 deps/opende/src/step_dart_pgs_wrapper.h            |    24 +
 deps/opende/src/symm.c                             |     2 +-
 deps/opende/src/util.cpp                           |   309 +-
 deps/win/tinyxml/VERSION_2.6.2                     |     2 +
 deps/win/tinyxml/tinystr.cpp                       |   111 +
 deps/win/tinyxml/tinystr.h                         |   305 +
 deps/win/tinyxml/tinyxml.cpp                       |  1863 +
 deps/win/tinyxml/tinyxml.h                         |  1805 +
 deps/win/tinyxml/tinyxmlerror.cpp                  |    52 +
 deps/win/tinyxml/tinyxmlparser.cpp                 |  1640 +
 doc/gazebo.in                                      |     9 +-
 doc/header.html                                    |     3 +-
 doc/mainpage.html                                  |    19 +-
 examples/ignition/CMakeLists.txt                   |    17 +
 examples/ignition/angle.cc                         |    45 +
 examples/ignition/box.cc                           |    46 +
 examples/ignition/vector3.cc                       |    50 +
 examples/plugins/CMakeLists.txt                    |     2 +
 examples/plugins/animate_joints/CMakeLists.txt     |     1 +
 examples/plugins/animate_pose/CMakeLists.txt       |     6 +-
 examples/plugins/animate_pose/animate_pose.cc      |    11 +-
 examples/plugins/camera/CMakeLists.txt             |     6 +-
 examples/plugins/camera/camera_dump.cc             |     2 +-
 examples/plugins/custom_messages/CMakeLists.txt    |     7 +-
 examples/plugins/factory/CMakeLists.txt            |     5 +-
 examples/plugins/factory/factory.cc                |     7 +-
 .../gui_overlay_plugin_spawn/CMakeLists.txt        |    18 +-
 .../plugins/gui_overlay_plugin_time/CMakeLists.txt |    17 +-
 examples/plugins/hello_world/CMakeLists.txt        |     6 +-
 examples/plugins/mainwindow_example/CMakeLists.txt |    17 +-
 examples/plugins/model_move/CMakeLists.txt         |    27 +
 examples/plugins/model_move/README.md              |    80 +
 examples/plugins/model_move/model_move.cc          |   178 +
 examples/plugins/model_move/model_move.hh          |    78 +
 examples/plugins/model_move/model_move.world       |    37 +
 .../model_move/model_move_with_movement.world      |    44 +
 examples/plugins/model_move/path_publisher.cc      |    61 +
 examples/plugins/model_push/CMakeLists.txt         |     6 +-
 examples/plugins/model_visuals/CMakeLists.txt      |     6 +-
 examples/plugins/parameters/CMakeLists.txt         |     1 +
 examples/plugins/presentation.cc                   |     2 +-
 examples/plugins/projector/CMakeLists.txt          |     1 +
 examples/plugins/system_gui_plugin/CMakeLists.txt  |     2 +-
 examples/plugins/world_edit/CMakeLists.txt         |     7 +-
 examples/plugins/world_edit/world_edit.cc          |     4 +-
 examples/stand_alone/actuator/CMakeLists.txt       |    28 +
 .../stand_alone/actuator/actuator_example.world    |   226 +
 examples/stand_alone/actuator/data/plot.py         |    69 +
 examples/stand_alone/actuator/main.cc              |   214 +
 examples/stand_alone/animated_box/CMakeLists.txt   |    10 +-
 examples/stand_alone/animated_box/animated_box.cc  |    25 +-
 .../animated_box/independent_listener.cc           |     6 +-
 examples/stand_alone/arrange/CMakeLists.txt        |     6 +-
 .../stand_alone/arrange/arrange_plugin_test.cc     |     6 +-
 .../stand_alone/clone_simulation/CMakeLists.txt    |     9 +-
 examples/stand_alone/custom_main/CMakeLists.txt    |     6 +-
 .../custom_main_pkgconfig/CMakeLists.txt           |    19 +
 .../stand_alone/custom_main_pkgconfig/README.md    |     6 +
 .../custom_main.cc                                 |     0
 examples/stand_alone/listener/CMakeLists.txt       |     7 +-
 examples/stand_alone/listener/listener.cc          |     6 +-
 examples/stand_alone/publisher/CMakeLists.txt      |     7 +-
 examples/stand_alone/publisher/publisher.cc        |     7 +-
 examples/stand_alone/test_fixture/CMakeLists.txt   |    23 +
 .../test_fixture}/gtest/cmake/internal_utils.cmake |     0
 .../test_fixture}/gtest/gtest-1.7.0.diff           |     0
 .../gtest/include/gtest/gtest-death-test.h         |     0
 .../gtest/include/gtest/gtest-message.h            |     0
 .../gtest/include/gtest/gtest-param-test.h         |     0
 .../gtest/include/gtest/gtest-param-test.h.pump    |     0
 .../gtest/include/gtest/gtest-printers.h           |     0
 .../test_fixture}/gtest/include/gtest/gtest-spi.h  |     0
 .../gtest/include/gtest/gtest-test-part.h          |     0
 .../gtest/include/gtest/gtest-typed-test.h         |     0
 .../test_fixture}/gtest/include/gtest/gtest.h      |     0
 .../gtest/include/gtest/gtest_pred_impl.h          |     0
 .../test_fixture}/gtest/include/gtest/gtest_prod.h |     0
 .../gtest/internal/gtest-death-test-internal.h     |     0
 .../gtest/include/gtest/internal/gtest-filepath.h  |     0
 .../gtest/include/gtest/internal/gtest-internal.h  |     0
 .../include/gtest/internal/gtest-linked_ptr.h      |     0
 .../gtest/internal/gtest-param-util-generated.h    |     0
 .../internal/gtest-param-util-generated.h.pump     |     0
 .../include/gtest/internal/gtest-param-util.h      |     0
 .../gtest/include/gtest/internal/gtest-port.h      |     0
 .../gtest/include/gtest/internal/gtest-string.h    |     0
 .../gtest/include/gtest/internal/gtest-tuple.h     |     0
 .../include/gtest/internal/gtest-tuple.h.pump      |     0
 .../gtest/include/gtest/internal/gtest-type-util.h |     0
 .../include/gtest/internal/gtest-type-util.h.pump  |     0
 .../test_fixture/gtest/src/gtest-all.cc            |    48 +
 .../test_fixture/gtest/src/gtest-death-test.cc     |  1344 +
 .../test_fixture/gtest/src/gtest-filepath.cc       |   382 +
 .../test_fixture}/gtest/src/gtest-internal-inl.h   |     0
 .../test_fixture/gtest/src/gtest-port.cc           |   805 +
 .../test_fixture/gtest/src/gtest-printers.cc       |   363 +
 .../test_fixture/gtest/src/gtest-test-part.cc      |   110 +
 .../test_fixture/gtest/src/gtest-typed-test.cc     |   110 +
 .../stand_alone/test_fixture/gtest/src/gtest.cc    |  5016 +++
 .../test_fixture/gtest/src/gtest_main.cc           |    38 +
 examples/stand_alone/test_fixture/test.cc          |    38 +
 examples/stand_alone/transporter/CMakeLists.txt    |    17 +
 examples/stand_alone/transporter/README.md         |    19 +
 examples/stand_alone/transporter/transporter.cc    |    46 +
 gazebo/CMakeLists.txt                              |    97 +-
 gazebo/Master.cc                                   |     2 +-
 gazebo/Server.cc                                   |    45 +-
 gazebo/common/Animation.cc                         |    33 +-
 gazebo/common/Animation.hh                         |    15 +-
 gazebo/common/Animation_TEST.cc                    |    24 +-
 gazebo/common/AudioDecoder.cc                      |     4 +-
 gazebo/common/AudioDecoder.hh                      |     2 +-
 gazebo/common/BVHLoader.cc                         |    74 +-
 gazebo/common/BVHLoader.hh                         |     9 +-
 gazebo/common/Base64.hh                            |     4 +-
 gazebo/common/CMakeLists.txt                       |    90 +-
 gazebo/common/ColladaExporter.cc                   |    23 +-
 gazebo/common/ColladaExporter.hh                   |     3 +-
 gazebo/common/ColladaExporter_TEST.cc              |    32 +-
 gazebo/common/ColladaLoader.cc                     |   265 +-
 gazebo/common/ColladaLoader.hh                     |    49 +-
 gazebo/common/ColladaLoaderPrivate.hh              |    16 +-
 gazebo/common/ColladaLoader_TEST.cc                |    12 +-
 gazebo/common/Color.cc                             |    82 +-
 gazebo/common/Color.hh                             |    23 +-
 gazebo/common/Color_TEST.cc                        |    37 +-
 gazebo/common/CommonIface.cc                       |    21 +
 gazebo/common/CommonIface.hh                       |    17 +-
 gazebo/common/CommonTypes.hh                       |     7 +-
 gazebo/common/Console.cc                           |    33 +-
 gazebo/common/Console.hh                           |     6 +-
 gazebo/common/Dem.cc                               |    50 +-
 gazebo/common/Dem.hh                               |    41 +-
 gazebo/common/DemPrivate.hh                        |     4 +-
 gazebo/common/Dem_TEST.cc                          |    25 +-
 gazebo/common/Event.hh                             |   382 +-
 gazebo/common/Event_TEST.cc                        |    37 +
 gazebo/common/Events.hh                            |     2 +-
 gazebo/common/Exception.hh                         |     6 +-
 gazebo/common/GTSMeshUtils.cc                      |   296 +-
 gazebo/common/GTSMeshUtils.hh                      |    47 +-
 gazebo/common/GTSMeshUtils_TEST.cc                 |    80 +
 gazebo/common/HeightmapData.hh                     |    22 +-
 gazebo/common/Image.cc                             |     4 +
 gazebo/common/Image.hh                             |     2 +-
 gazebo/common/ImageHeightmap.cc                    |    14 +-
 gazebo/common/ImageHeightmap.hh                    |    14 +-
 gazebo/common/ImageHeightmap_TEST.cc               |    20 +-
 gazebo/common/KeyEvent.hh                          |     2 +-
 gazebo/common/KeyFrame.cc                          |    52 +-
 gazebo/common/KeyFrame.hh                          |    46 +-
 gazebo/common/Material.hh                          |     2 +-
 gazebo/common/Mesh.cc                              |   363 +-
 gazebo/common/Mesh.hh                              |   264 +-
 gazebo/common/MeshCSG.cc                           |    20 +-
 gazebo/common/MeshCSG.hh                           |    23 +-
 gazebo/common/MeshExporter.hh                      |     2 +-
 gazebo/common/MeshLoader.hh                        |     2 +-
 gazebo/common/MeshManager.cc                       |   797 +-
 gazebo/common/MeshManager.hh                       |   180 +-
 gazebo/common/MeshManager_TEST.cc                  |   253 +
 gazebo/common/Mesh_TEST.cc                         |    81 +-
 gazebo/common/ModelDatabase.cc                     |     7 +-
 gazebo/common/ModelDatabase.hh                     |     2 +-
 gazebo/common/ModelDatabasePrivate.hh              |     2 +-
 gazebo/common/MouseEvent.cc                        |   203 +
 gazebo/common/MouseEvent.hh                        |   205 +-
 gazebo/common/MouseEventPrivate.hh                 |    77 +
 gazebo/common/MovingWindowFilter_TEST.cc           |    19 +-
 gazebo/common/PID.cc                               |    11 +-
 gazebo/common/PID.hh                               |     2 +-
 gazebo/common/Plugin.hh                            |    45 +-
 gazebo/common/STLLoader.cc                         |    58 +-
 gazebo/common/STLLoader.hh                         |     6 +-
 gazebo/common/SVGLoader.cc                         |  1003 +
 gazebo/common/SVGLoader.hh                         |   188 +
 gazebo/common/SVGLoaderPrivate.hh                  |    43 +
 gazebo/common/SVGLoader_TEST.cc                    |   218 +
 gazebo/common/SingletonT.hh                        |     3 +-
 gazebo/common/Skeleton.cc                          |   188 +-
 gazebo/common/Skeleton.hh                          |   182 +-
 gazebo/common/SkeletonAnimation.cc                 |   200 +-
 gazebo/common/SkeletonAnimation.hh                 |   169 +-
 gazebo/common/SphericalCoordinates.cc              |   138 +-
 gazebo/common/SphericalCoordinates.hh              |   131 +-
 gazebo/common/SphericalCoordinatesPrivate.hh       |    15 +-
 gazebo/common/SphericalCoordinates_TEST.cc         |    83 +-
 gazebo/common/SystemPaths.cc                       |    21 +-
 gazebo/common/SystemPaths.hh                       |     4 +-
 gazebo/common/SystemPaths_TEST.cc                  |     6 +-
 gazebo/common/Time.cc                              |   256 +-
 gazebo/common/Time.hh                              |    60 +-
 gazebo/common/Time_TEST.cc                         |   102 +-
 gazebo/common/Timer.cc                             |    36 +-
 gazebo/common/Timer.hh                             |    17 +-
 gazebo/common/Timer_TEST.cc                        |   108 +
 gazebo/common/UpdateInfo.hh                        |     2 +-
 gazebo/common/Video.cc                             |     4 +-
 gazebo/common/Video.hh                             |     2 +-
 gazebo/common/ffmpeg_inc.cc                        |    44 +
 gazebo/common/ffmpeg_inc.h                         |    24 +-
 gazebo/common/win_dirent.h                         |   783 +
 gazebo/gazebo.1.ronn                               |     2 +
 gazebo/gazebo.cc                                   |   101 +-
 gazebo/gazebo.hh                                   |     7 +-
 gazebo/gazebo_client.cc                            |   103 +
 gazebo/gazebo_client.hh                            |    64 +
 gazebo/gazebo_main.cc                              |     6 +-
 gazebo/gazebo_shared.cc                            |   101 +
 gazebo/gazebo_shared.hh                            |    49 +
 gazebo/gui/Actions.cc                              |   120 +-
 gazebo/gui/Actions.hh                              |   161 +-
 gazebo/gui/ApplyWrenchDialog.cc                    |  1285 +
 gazebo/gui/ApplyWrenchDialog.hh                    |   224 +
 gazebo/gui/ApplyWrenchDialogPrivate.hh             |   140 +
 gazebo/gui/ApplyWrenchDialog_TEST.cc               |   656 +
 gazebo/gui/ApplyWrenchDialog_TEST.hh               |    37 +
 gazebo/gui/BoxMaker.cc                             |    85 +-
 gazebo/gui/CMakeLists.txt                          |    78 +-
 gazebo/gui/ConfigWidget.cc                         |  1475 +-
 gazebo/gui/ConfigWidget.hh                         |   254 +-
 gazebo/gui/ConfigWidget_TEST.cc                    |   430 +-
 gazebo/gui/ConfigWidget_TEST.hh                    |     3 +
 gazebo/gui/CylinderMaker.cc                        |    73 +-
 gazebo/gui/DataLogger.cc                           |   386 +-
 gazebo/gui/DataLogger.hh                           |    39 +-
 gazebo/gui/DataLogger_TEST.cc                      |    80 +-
 gazebo/gui/EntityMaker.cc                          |     7 +
 gazebo/gui/GLWidget.cc                             |   506 +-
 gazebo/gui/GLWidget.hh                             |    65 +-
 gazebo/gui/GLWidget_TEST.cc                        |    30 +-
 gazebo/gui/GLWidget_TEST2.cc                       |     6 -
 gazebo/gui/GuiEvents.cc                            |     4 +
 gazebo/gui/GuiEvents.hh                            |    44 +
 gazebo/gui/GuiIface.cc                             |    41 +-
 gazebo/gui/IncrementalPlot.cc                      |     6 +
 gazebo/gui/InsertModelWidget.cc                    |    24 +-
 gazebo/gui/JointControlWidget.cc                   |     7 +
 gazebo/gui/LaserVisualization_TEST.cc              |    99 +
 gazebo/gui/LaserVisualization_TEST.hh              |    32 +
 gazebo/gui/LayersWidget.cc                         |    89 +
 gazebo/gui/LayersWidget.hh                         |    58 +
 gazebo/gui/LayersWidgetPrivate.hh                  |    39 +
 gazebo/gui/LayersWidget_TEST.cc                    |   152 +
 gazebo/gui/LayersWidget_TEST.hh                    |    32 +
 gazebo/gui/LightMaker.cc                           |    33 +-
 gazebo/gui/LightMaker.hh                           |     4 +-
 gazebo/gui/LogPlayWidget.cc                        |   466 +
 gazebo/gui/LogPlayWidget.hh                        |   160 +
 gazebo/gui/LogPlayWidgetPrivate.hh                 |    85 +
 gazebo/gui/MainWindow.cc                           |   626 +-
 gazebo/gui/MainWindow.hh                           |    93 +-
 gazebo/gui/MainWindow_TEST.cc                      |   644 +-
 gazebo/gui/MainWindow_TEST.hh                      |    21 +
 gazebo/gui/MeshMaker.cc                            |    47 +-
 gazebo/gui/ModelAlign.cc                           |    56 +-
 gazebo/gui/ModelAlign.hh                           |    14 +-
 gazebo/gui/ModelAlignPrivate.hh                    |     9 -
 gazebo/gui/ModelAlign_TEST.cc                      |   134 +-
 gazebo/gui/ModelAlign_TEST.hh                      |     3 +
 gazebo/gui/ModelBuilderWidget.cc                   |     7 +
 gazebo/gui/ModelEditWidget.cc                      |     6 +
 gazebo/gui/ModelListWidget.cc                      |   184 +-
 gazebo/gui/ModelListWidget.hh                      |    16 +
 gazebo/gui/ModelListWidget_TEST.cc                 |     4 +
 gazebo/gui/ModelMaker.cc                           |    36 +-
 gazebo/gui/ModelManipulator.cc                     |   261 +-
 gazebo/gui/ModelManipulator.hh                     |    15 +
 gazebo/gui/ModelManipulatorPrivate.hh              |     7 +-
 gazebo/gui/ModelRightMenu.cc                       |   159 +-
 gazebo/gui/ModelRightMenu.hh                       |    39 +-
 gazebo/gui/ModelSnap.cc                            |    80 +-
 gazebo/gui/ModelSnap.hh                            |     4 +
 gazebo/gui/ModelSnapPrivate.hh                     |     3 -
 gazebo/gui/OculusWindow.cc                         |     1 +
 gazebo/gui/Projection_TEST.cc                      |   108 +
 gazebo/gui/Projection_TEST.hh                      |    31 +
 gazebo/gui/RenderWidget.cc                         |   307 +-
 gazebo/gui/RenderWidget.hh                         |    47 +-
 gazebo/gui/RenderWidget_TEST.cc                    |    55 +
 gazebo/gui/RenderWidget_TEST.hh                    |    32 +
 gazebo/gui/SaveDialog.cc                           |   505 +-
 gazebo/gui/SaveDialog.hh                           |   101 +-
 gazebo/gui/SaveDialogPrivate.hh                    |    61 +
 gazebo/gui/SaveDialog_TEST.cc                      |    86 +
 gazebo/gui/SaveDialog_TEST.hh                      |    56 +
 gazebo/gui/SpaceNav.cc                             |    29 +-
 gazebo/gui/SpaceNavPrivate.hh                      |     5 +
 gazebo/gui/SphereMaker.cc                          |    57 +-
 gazebo/gui/SplashScreen.cc                         |    95 +
 gazebo/gui/SplashScreen.hh                         |    56 +
 gazebo/gui/SplashScreenPrivate.hh                  |    37 +
 gazebo/gui/SplashScreen_TEST.cc                    |    59 +
 gazebo/gui/SplashScreen_TEST.hh                    |    32 +
 gazebo/gui/TimePanel.cc                            |   388 +-
 gazebo/gui/TimePanel.hh                            |   110 +-
 gazebo/gui/TimePanelPrivate.hh                     |    65 +
 gazebo/gui/TimePanel_TEST.cc                       |    58 +-
 gazebo/gui/TimePanel_TEST.hh                       |     6 +-
 gazebo/gui/TimeWidget.cc                           |   308 +
 gazebo/gui/TimeWidget.hh                           |   125 +
 gazebo/gui/TimeWidgetPrivate.hh                    |    82 +
 gazebo/gui/TimeWidget_TEST.cc                      |   186 +
 gazebo/gui/TimeWidget_TEST.hh                      |    35 +
 gazebo/gui/ToolsWidget.cc                          |     6 +
 gazebo/gui/TopicSelector.cc                        |     6 +
 gazebo/gui/ViewAngleWidget.cc                      |   262 +
 gazebo/gui/ViewAngleWidget.hh                      |   115 +
 gazebo/gui/ViewAngleWidgetPrivate.hh               |    62 +
 gazebo/gui/ViewAngleWidget_TEST.cc                 |   306 +
 gazebo/gui/ViewAngleWidget_TEST.hh                 |    35 +
 gazebo/gui/building/BaseInspectorDialog.cc         |   134 +
 gazebo/gui/building/BaseInspectorDialog.hh         |    84 +
 gazebo/gui/building/BuildingEditor.cc              |    53 +-
 gazebo/gui/building/BuildingEditor.hh              |    25 +-
 gazebo/gui/building/BuildingEditorEvents.cc        |     9 +-
 gazebo/gui/building/BuildingEditorEvents.hh        |   109 +-
 gazebo/gui/building/BuildingEditorPalette.cc       |   207 +-
 gazebo/gui/building/BuildingEditorPalette.hh       |    69 +-
 .../gui/building/BuildingEditorPalettePrivate.hh   |    16 +
 gazebo/gui/building/BuildingEditorWidget.hh        |     2 +-
 gazebo/gui/building/BuildingItem.hh                |     2 +-
 gazebo/gui/building/BuildingMaker.cc               |   510 +-
 gazebo/gui/building/BuildingMaker.hh               |    50 +-
 gazebo/gui/building/BuildingModelManip.cc          |     2 +
 gazebo/gui/building/BuildingModelManip.hh          |     2 +-
 gazebo/gui/building/CMakeLists.txt                 |    17 +-
 gazebo/gui/building/DoorItem.hh                    |     3 +-
 gazebo/gui/building/EditorItem.hh                  |     2 +-
 gazebo/gui/building/EditorView.cc                  |    13 +-
 gazebo/gui/building/EditorView.hh                  |     4 +-
 gazebo/gui/building/FinishBuildingDialog.cc        |   260 -
 gazebo/gui/building/FinishBuildingDialog.hh        |   127 -
 gazebo/gui/building/FloorItem.hh                   |     3 +-
 gazebo/gui/building/GrabberHandle.hh               |     2 +-
 gazebo/gui/building/GridLines.hh                   |     2 +-
 gazebo/gui/building/ImportImageDialog.cc           |    13 +-
 gazebo/gui/building/ImportImageDialog.hh           |     2 +-
 gazebo/gui/building/ImportImageView.hh             |     2 +-
 gazebo/gui/building/LevelInspectorDialog.cc        |   116 +-
 gazebo/gui/building/LevelInspectorDialog.hh        |    32 +-
 gazebo/gui/building/LevelWidget.hh                 |     2 +-
 gazebo/gui/building/MeasureItem.hh                 |     2 +-
 gazebo/gui/building/RectItem.hh                    |     3 +-
 gazebo/gui/building/RotateHandle.hh                |     2 +-
 gazebo/gui/building/ScaleWidget.hh                 |     2 +-
 gazebo/gui/building/SegmentItem.hh                 |     2 +-
 gazebo/gui/building/StairsInspectorDialog.cc       |   169 +-
 gazebo/gui/building/StairsInspectorDialog.hh       |    32 +-
 gazebo/gui/building/StairsItem.hh                  |     3 +-
 gazebo/gui/building/WallInspectorDialog.cc         |   191 +-
 gazebo/gui/building/WallInspectorDialog.hh         |    32 +-
 gazebo/gui/building/WallSegmentItem.hh             |     2 +-
 gazebo/gui/building/WindowDoorInspectorDialog.cc   |    48 +-
 gazebo/gui/building/WindowDoorInspectorDialog.hh   |     4 +-
 gazebo/gui/building/WindowItem.hh                  |     3 +-
 gazebo/gui/images/com.png                          |   Bin 0 -> 3095 bytes
 gazebo/gui/images/down_spin_arrow.png              |   Bin 0 -> 165 bytes
 gazebo/gui/images/down_spin_arrow_disabled.png     |   Bin 0 -> 166 bytes
 gazebo/gui/images/log_pause.png                    |   Bin 0 -> 1634 bytes
 gazebo/gui/images/log_play.png                     |   Bin 0 -> 1864 bytes
 gazebo/gui/images/log_record.png                   |   Bin 0 -> 1903 bytes
 gazebo/gui/images/log_record.svg                   |   114 +
 gazebo/gui/images/log_step_forward.png             |   Bin 0 -> 610 bytes
 gazebo/gui/images/splash.svg                       |   116 +
 gazebo/gui/images/trashcan.png                     |   Bin 0 -> 1256 bytes
 gazebo/gui/images/up_spin_arrow.png                |   Bin 0 -> 158 bytes
 gazebo/gui/images/up_spin_arrow_disabled.png       |   Bin 0 -> 159 bytes
 gazebo/gui/images/view_angle_back.png              |   Bin 0 -> 1467 bytes
 gazebo/gui/images/view_angle_back.svg              |    99 +
 gazebo/gui/images/view_angle_bottom.png            |   Bin 0 -> 1473 bytes
 gazebo/gui/images/view_angle_bottom.svg            |    99 +
 gazebo/gui/images/view_angle_front.png             |   Bin 0 -> 1261 bytes
 gazebo/gui/images/view_angle_front.svg             |    99 +
 gazebo/gui/images/view_angle_home.png              |   Bin 0 -> 1534 bytes
 gazebo/gui/images/view_angle_home.svg              |    87 +
 gazebo/gui/images/view_angle_left.png              |   Bin 0 -> 1428 bytes
 gazebo/gui/images/view_angle_left.svg              |    99 +
 gazebo/gui/images/view_angle_right.png             |   Bin 0 -> 1662 bytes
 gazebo/gui/images/view_angle_right.svg             |    99 +
 gazebo/gui/images/view_angle_top.png               |   Bin 0 -> 1891 bytes
 gazebo/gui/images/view_angle_top.svg               |    99 +
 gazebo/gui/main.cc                                 |     2 +
 gazebo/gui/model/CMakeLists.txt                    |    81 +-
 gazebo/gui/model/CollisionConfig.cc                |   312 +
 gazebo/gui/model/CollisionConfig.hh                |   139 +
 gazebo/gui/model/ExtrudeDialog.cc                  |   311 +
 gazebo/gui/model/ExtrudeDialog.hh                  |    95 +
 gazebo/gui/model/ExtrudeDialogPrivate.hh           |    52 +
 gazebo/gui/model/ExtrudeDialog_TEST.cc             |    78 +
 gazebo/gui/model/ExtrudeDialog_TEST.hh             |    35 +
 gazebo/gui/model/GraphScene.cc                     |   110 +
 gazebo/gui/model/GraphScene.hh                     |    82 +
 gazebo/gui/model/GraphView.cc                      |   128 +
 gazebo/gui/model/GraphView.hh                      |    83 +
 gazebo/gui/model/ImportDialog.cc                   |    53 +-
 gazebo/gui/model/ImportDialog.hh                   |    14 +-
 gazebo/gui/model/JointInspector.cc                 |   446 +-
 gazebo/gui/model/JointInspector.hh                 |   135 +-
 gazebo/gui/model/JointMaker.cc                     |   922 +-
 gazebo/gui/model/JointMaker.hh                     |   159 +-
 gazebo/gui/model/JointMaker_TEST.cc                |   334 +-
 gazebo/gui/model/JointMaker_TEST.hh                |     9 +
 gazebo/gui/model/LinkConfig.cc                     |    89 +
 gazebo/gui/model/LinkConfig.hh                     |    67 +
 gazebo/gui/model/LinkInspector.cc                  |   144 +
 gazebo/gui/model/LinkInspector.hh                  |   107 +
 gazebo/gui/model/ModelCreator.cc                   |  1751 +-
 gazebo/gui/model/ModelCreator.hh                   |   306 +-
 gazebo/gui/model/ModelCreator_TEST.cc              |   205 +
 gazebo/gui/model/ModelCreator_TEST.hh              |    35 +
 gazebo/gui/model/ModelData.cc                      |   871 +
 gazebo/gui/model/ModelData.hh                      |   150 +-
 gazebo/gui/model/ModelEditor.cc                    |   300 +-
 gazebo/gui/model/ModelEditor.hh                    |    62 +-
 gazebo/gui/model/ModelEditorEvents.cc              |    24 +
 gazebo/gui/model/ModelEditorEvents.hh              |   346 +-
 gazebo/gui/model/ModelEditorPalette.cc             |   768 +-
 gazebo/gui/model/ModelEditorPalette.hh             |   175 +-
 gazebo/gui/model/ModelEditorPalette_TEST.cc        |    85 +
 gazebo/gui/model/ModelEditorPalette_TEST.hh        |    32 +
 gazebo/gui/model/ModelEditorPrivate.hh             |   103 +
 gazebo/gui/model/ModelEditor_TEST.cc               |    70 +
 gazebo/gui/model/ModelEditor_TEST.hh               |    32 +
 gazebo/gui/model/SchematicViewWidget.cc            |   208 +
 gazebo/gui/model/SchematicViewWidget.hh            |   120 +
 gazebo/gui/model/SchematicViewWidget_TEST.cc       |    82 +
 gazebo/gui/model/SchematicViewWidget_TEST.hh       |    32 +
 gazebo/gui/model/VisualConfig.cc                   |   333 +
 gazebo/gui/model/VisualConfig.hh                   |   147 +
 gazebo/gui/model/qgv/CMakeLists.txt                |    48 +
 gazebo/gui/model/qgv/GraphViz.pri                  |    17 +
 gazebo/gui/model/qgv/LICENSE.txt                   |   502 +
 gazebo/gui/model/qgv/QGVCore.pro                   |    47 +
 gazebo/gui/model/qgv/QGVEdge.cpp                   |   207 +
 gazebo/gui/model/qgv/QGVEdge.h                     |    89 +
 gazebo/gui/model/qgv/QGVNode.cpp                   |   137 +
 gazebo/gui/model/qgv/QGVNode.h                     |    75 +
 gazebo/gui/model/qgv/QGVScene.cpp                  |   342 +
 gazebo/gui/model/qgv/QGVScene.h                    |   112 +
 gazebo/gui/model/qgv/QGVSubGraph.cpp               |   146 +
 gazebo/gui/model/qgv/QGVSubGraph.h                 |    74 +
 gazebo/gui/model/qgv/private/QGVCore.cpp           |   135 +
 gazebo/gui/model/qgv/private/QGVCore.h             |   106 +
 gazebo/gui/model/qgv/private/QGVEdgePrivate.cpp    |    34 +
 gazebo/gui/model/qgv/private/QGVEdgePrivate.h      |    36 +
 gazebo/gui/model/qgv/private/QGVGraphPrivate.cpp   |    34 +
 gazebo/gui/model/qgv/private/QGVGraphPrivate.h     |    36 +
 gazebo/gui/model/qgv/private/QGVGvcPrivate.cpp     |    34 +
 gazebo/gui/model/qgv/private/QGVGvcPrivate.h       |    49 +
 gazebo/gui/model/qgv/private/QGVNodePrivate.cpp    |    16 +
 gazebo/gui/model/qgv/private/QGVNodePrivate.h      |    36 +
 gazebo/gui/model/qgv/qgv.h                         |    36 +
 gazebo/gui/resources.qrc                           |    19 +
 gazebo/gui/style.qss                               |   201 +-
 gazebo/gui/terrain/CMakeLists.txt                  |     2 +
 gazebo/gui/terrain/TerrainEditor.hh                |     2 +-
 gazebo/gui/terrain/TerrainEditorPalette.cc         |    26 +-
 gazebo/gui/terrain/TerrainEditorPalette.hh         |     2 +-
 gazebo/gui/viewers/CMakeLists.txt                  |    12 +-
 gazebo/gui/viewers/ImageView.cc                    |     7 +
 gazebo/gui/viewers/ImageView.hh                    |     2 +-
 gazebo/gui/viewers/ImagesView.cc                   |     6 +
 gazebo/gui/viewers/ImagesView.hh                   |     2 +-
 gazebo/gui/viewers/LaserView.cc                    |     6 +
 gazebo/gui/viewers/LaserView.hh                    |     2 +-
 gazebo/gui/viewers/TextView.cc                     |     7 +
 gazebo/gui/viewers/TextView.hh                     |     2 +-
 gazebo/gui/viewers/TopicView.cc                    |     7 +
 gazebo/gui/viewers/TopicView.hh                    |     4 +-
 gazebo/gui/viewers/ViewFactory.hh                  |     6 +-
 gazebo/gzserver.1.ronn                             |     2 +
 gazebo/math/Angle.cc                               |    24 +
 gazebo/math/Angle.hh                               |    25 +-
 gazebo/math/Box.cc                                 |    28 +
 gazebo/math/Box.hh                                 |    27 +-
 gazebo/math/Box_TEST.cc                            |    30 +
 gazebo/math/CMakeLists.txt                         |     3 +-
 gazebo/math/Filter.hh                              |    12 +-
 gazebo/math/Helpers.hh                             |    13 +-
 gazebo/math/Kmeans.hh                              |     2 +-
 gazebo/math/Matrix3.cc                             |    21 +
 gazebo/math/Matrix3.hh                             |     6 +-
 gazebo/math/Matrix3_TEST.cc                        |    19 +
 gazebo/math/Matrix4.cc                             |    30 +
 gazebo/math/Matrix4.hh                             |    21 +-
 gazebo/math/Plane.cc                               |    28 +-
 gazebo/math/Plane.hh                               |    21 +-
 gazebo/math/Pose.cc                                |    19 +
 gazebo/math/Pose.hh                                |    25 +-
 gazebo/math/Quaternion.cc                          |    25 +
 gazebo/math/Quaternion.hh                          |    89 +-
 gazebo/math/Quaternion_TEST.cc                     |    87 +
 gazebo/math/Rand.cc                                |    12 +-
 gazebo/math/Rand.hh                                |     2 +-
 gazebo/math/Rand_TEST.cc                           |     2 +
 gazebo/math/RotationSpline.hh                      |     2 +-
 gazebo/math/SignalStats.cc                         |    20 +-
 gazebo/math/SignalStats.hh                         |    10 +-
 gazebo/math/Spline.hh                              |     2 +-
 gazebo/math/Vector2d.cc                            |    21 +
 gazebo/math/Vector2d.hh                            |    24 +-
 gazebo/math/Vector2i.cc                            |    21 +-
 gazebo/math/Vector2i.hh                            |    29 +-
 gazebo/math/Vector3.cc                             |    21 +
 gazebo/math/Vector3.hh                             |    27 +-
 gazebo/math/Vector3Stats.hh                        |     2 +-
 gazebo/math/Vector4.hh                             |     2 +-
 gazebo/msgs/CMakeLists.txt                         |    43 +-
 gazebo/msgs/altimeter.proto                        |    23 +
 gazebo/msgs/cessna.proto                           |    50 +
 gazebo/msgs/generator/GazeboGenerator.cc           |     1 +
 gazebo/msgs/geometry.proto                         |    18 +-
 gazebo/msgs/gui_camera.proto                       |     3 +
 gazebo/msgs/joint.proto                            |     3 +-
 gazebo/msgs/log_playback_control.proto             |    29 +
 gazebo/msgs/log_playback_stats.proto               |    17 +
 gazebo/msgs/magnetometer.proto                     |    18 +
 gazebo/msgs/model.proto                            |     1 +
 gazebo/msgs/msgs.cc                                |  1118 +-
 gazebo/msgs/msgs.hh                                |   355 +-
 gazebo/msgs/msgs_TEST.cc                           |  1229 +-
 gazebo/msgs/physics.proto                          |     5 +
 gazebo/msgs/rest_error.proto                       |    12 +
 gazebo/msgs/rest_login.proto                       |    12 +
 gazebo/msgs/rest_logout.proto                      |    11 +
 gazebo/msgs/rest_post.proto                        |    12 +
 gazebo/msgs/scene.proto                            |     5 +-
 gazebo/msgs/sim_event.proto                        |     9 +-
 gazebo/msgs/surface.proto                          |     1 +
 gazebo/msgs/visual.proto                           |    39 +-
 gazebo/msgs/world_stats.proto                      |    15 +-
 gazebo/msgs/wrench.proto                           |     7 +-
 gazebo/physics/Actor.cc                            |   181 +-
 gazebo/physics/Actor.hh                            |    17 +-
 gazebo/physics/BallJoint.hh                        |     2 +-
 gazebo/physics/Base.cc                             |    10 +-
 gazebo/physics/Base.hh                             |    10 +-
 gazebo/physics/BoxShape.cc                         |    17 +-
 gazebo/physics/BoxShape.hh                         |     5 +-
 gazebo/physics/BoxShape_TEST.cc                    |    49 +-
 gazebo/physics/CMakeLists.txt                      |    14 +
 gazebo/physics/Collision.cc                        |    23 +-
 gazebo/physics/Collision.hh                        |     2 +-
 gazebo/physics/CollisionState.cc                   |     9 +-
 gazebo/physics/CollisionState.hh                   |     2 +-
 gazebo/physics/Contact.cc                          |    30 +-
 gazebo/physics/Contact.hh                          |     5 +-
 gazebo/physics/ContactManager.cc                   |     6 +
 gazebo/physics/ContactManager.hh                   |     4 +-
 gazebo/physics/ContactManager_TEST.cc              |     4 +-
 gazebo/physics/CylinderShape.cc                    |     6 +
 gazebo/physics/CylinderShape.hh                    |    11 +-
 gazebo/physics/CylinderShape_TEST.cc               |    49 +-
 gazebo/physics/Entity.cc                           |    21 +-
 gazebo/physics/Entity.hh                           |     2 +-
 gazebo/physics/FixedJoint.hh                       |    64 +
 gazebo/physics/GearboxJoint.hh                     |     8 +-
 gazebo/physics/Gripper.cc                          |     6 +
 gazebo/physics/Gripper.hh                          |     2 +-
 gazebo/physics/HeightmapShape.cc                   |    27 +-
 gazebo/physics/HeightmapShape.hh                   |     5 +-
 gazebo/physics/Hinge2Joint.hh                      |     2 +-
 gazebo/physics/HingeJoint.hh                       |     2 +-
 gazebo/physics/Inertial.cc                         |     2 +-
 gazebo/physics/Inertial.hh                         |     8 +-
 gazebo/physics/Inertial_TEST.cc                    |     2 +-
 gazebo/physics/Joint.cc                            |    39 +-
 gazebo/physics/Joint.hh                            |     2 +-
 gazebo/physics/JointController.cc                  |     6 +
 gazebo/physics/JointController.hh                  |     2 +-
 gazebo/physics/JointState.cc                       |     6 +-
 gazebo/physics/JointState.hh                       |    11 +-
 gazebo/physics/JointWrench.hh                      |     2 +-
 gazebo/physics/Link.cc                             |   239 +-
 gazebo/physics/Link.hh                             |    69 +-
 gazebo/physics/LinkState.cc                        |    18 +-
 gazebo/physics/LinkState.hh                        |    15 +-
 gazebo/physics/MapShape.cc                         |     7 +
 gazebo/physics/MapShape.hh                         |     4 +-
 gazebo/physics/MeshShape.cc                        |    39 +-
 gazebo/physics/MeshShape.hh                        |     2 +-
 gazebo/physics/Model.cc                            |    37 +-
 gazebo/physics/Model.hh                            |    16 +-
 gazebo/physics/ModelState.cc                       |    31 +-
 gazebo/physics/ModelState.hh                       |    13 +-
 gazebo/physics/MultiRayShape.cc                    |    13 +
 gazebo/physics/MultiRayShape.hh                    |     5 +-
 gazebo/physics/PhysicsEngine.cc                    |   144 +-
 gazebo/physics/PhysicsEngine.hh                    |    58 +-
 gazebo/physics/PhysicsEngine_TEST.cc               |   118 +-
 gazebo/physics/PhysicsFactory.cc                   |    11 +-
 gazebo/physics/PhysicsFactory.hh                   |     6 +-
 gazebo/physics/PhysicsIface.cc                     |    50 +-
 gazebo/physics/PhysicsIface.hh                     |    34 +-
 gazebo/physics/PhysicsTypes.hh                     |    10 +
 gazebo/physics/PlaneShape.cc                       |    18 +-
 gazebo/physics/PlaneShape.hh                       |     5 +-
 gazebo/physics/PolylineShape.cc                    |   148 +-
 gazebo/physics/PolylineShape.hh                    |    80 +-
 gazebo/physics/Population.cc                       |     6 +
 gazebo/physics/Population.hh                       |     4 +-
 gazebo/physics/PresetManager.cc                    |   634 +
 gazebo/physics/PresetManager.hh                    |   221 +
 gazebo/physics/PresetManagerPrivate.hh             |    71 +
 gazebo/physics/PresetManager_TEST.cc               |   291 +
 gazebo/physics/RayShape.cc                         |    12 +
 gazebo/physics/RayShape.hh                         |     5 +-
 gazebo/physics/Road.cc                             |     8 +-
 gazebo/physics/Road.hh                             |     2 +-
 gazebo/physics/Road_TEST.cc                        |     2 +-
 gazebo/physics/ScrewJoint.hh                       |     2 +-
 gazebo/physics/Shape.cc                            |    23 +
 gazebo/physics/Shape.hh                            |    13 +-
 gazebo/physics/SliderJoint.hh                      |     2 +-
 gazebo/physics/SphereShape.cc                      |     6 +
 gazebo/physics/SphereShape.hh                      |    11 +-
 gazebo/physics/SphereShape_TEST.cc                 |    49 +-
 gazebo/physics/State.cc                            |    20 +-
 gazebo/physics/State.hh                            |    30 +-
 gazebo/physics/SurfaceParams.cc                    |    20 +-
 gazebo/physics/SurfaceParams.hh                    |    18 +-
 gazebo/physics/UniversalJoint.hh                   |     2 +-
 gazebo/physics/World.cc                            |   393 +-
 gazebo/physics/World.hh                            |    28 +-
 gazebo/physics/WorldPrivate.hh                     |    13 +
 gazebo/physics/WorldState.cc                       |    28 +-
 gazebo/physics/WorldState.hh                       |    10 +-
 gazebo/physics/bullet/BulletBallJoint.hh           |     2 +-
 gazebo/physics/bullet/BulletBoxShape.hh            |     2 +-
 gazebo/physics/bullet/BulletCollision.hh           |     2 +-
 gazebo/physics/bullet/BulletCylinderShape.hh       |     2 +-
 gazebo/physics/bullet/BulletFixedJoint.cc          |   235 +
 gazebo/physics/bullet/BulletFixedJoint.hh          |    92 +
 gazebo/physics/bullet/BulletHeightmapShape.hh      |     2 +-
 gazebo/physics/bullet/BulletHinge2Joint.cc         |    22 +-
 gazebo/physics/bullet/BulletHinge2Joint.hh         |     2 +-
 gazebo/physics/bullet/BulletHingeJoint.cc          |    36 +-
 gazebo/physics/bullet/BulletHingeJoint.hh          |     2 +-
 gazebo/physics/bullet/BulletJoint.cc               |    45 +-
 gazebo/physics/bullet/BulletJoint.hh               |     5 +-
 gazebo/physics/bullet/BulletLink.cc                |    18 +-
 gazebo/physics/bullet/BulletLink.hh                |     6 +-
 gazebo/physics/bullet/BulletMesh.hh                |     2 +-
 gazebo/physics/bullet/BulletMeshShape.hh           |     2 +-
 gazebo/physics/bullet/BulletMotionState.hh         |     2 +-
 gazebo/physics/bullet/BulletMultiRayShape.hh       |     2 +-
 gazebo/physics/bullet/BulletPhysics.cc             |   264 +-
 gazebo/physics/bullet/BulletPhysics.hh             |     6 +-
 gazebo/physics/bullet/BulletPhysics_TEST.cc        |     2 +-
 gazebo/physics/bullet/BulletPlaneShape.hh          |     2 +-
 gazebo/physics/bullet/BulletPolylineShape.hh       |     2 +-
 gazebo/physics/bullet/BulletRaySensor.hh           |     2 +-
 gazebo/physics/bullet/BulletRayShape.hh            |     2 +-
 gazebo/physics/bullet/BulletScrewJoint.hh          |     2 +-
 gazebo/physics/bullet/BulletSliderJoint.cc         |    46 +-
 gazebo/physics/bullet/BulletSliderJoint.hh         |     2 +-
 gazebo/physics/bullet/BulletSphereShape.hh         |     2 +-
 gazebo/physics/bullet/BulletSurfaceParams.cc       |    20 +-
 gazebo/physics/bullet/BulletSurfaceParams.hh       |     7 +-
 gazebo/physics/bullet/BulletTypes.hh               |     2 +-
 gazebo/physics/bullet/BulletUniversalJoint.hh      |     2 +-
 gazebo/physics/bullet/CMakeLists.txt               |     2 +
 gazebo/physics/dart/CMakeLists.txt                 |    10 +-
 gazebo/physics/dart/DARTBallJoint.cc               |    12 +-
 gazebo/physics/dart/DARTBallJoint.hh               |     5 +-
 gazebo/physics/dart/DARTBoxShape.cc                |    96 +
 gazebo/physics/dart/DARTBoxShape.hh                |    76 +-
 gazebo/physics/dart/DARTBoxShapePrivate.hh         |    40 +
 gazebo/physics/dart/DARTCollision.cc               |    40 +-
 gazebo/physics/dart/DARTCollision.hh               |    27 +-
 gazebo/physics/dart/DARTCollisionPrivate.hh        |    57 +
 gazebo/physics/dart/DARTCylinderShape.cc           |    96 +
 gazebo/physics/dart/DARTCylinderShape.hh           |    69 +-
 gazebo/physics/dart/DARTCylinderShapePrivate.hh    |    40 +
 gazebo/physics/dart/DARTFixedJoint.cc              |   126 +
 gazebo/physics/dart/DARTFixedJoint.hh              |    78 +
 gazebo/physics/dart/DARTHeightmapShape.cc          |     6 +-
 gazebo/physics/dart/DARTHeightmapShape.hh          |    16 +-
 gazebo/physics/dart/DARTHeightmapShapePrivate.hh   |    40 +
 gazebo/physics/dart/DARTHinge2Joint.cc             |    82 +-
 gazebo/physics/dart/DARTHinge2Joint.hh             |     5 +-
 gazebo/physics/dart/DARTHingeJoint.cc              |    49 +-
 gazebo/physics/dart/DARTHingeJoint.hh              |     5 +-
 gazebo/physics/dart/DARTJoint.cc                   |   196 +-
 gazebo/physics/dart/DARTJoint.hh                   |    30 +-
 gazebo/physics/dart/DARTJointPrivate.hh            |    69 +
 gazebo/physics/dart/DARTLink.cc                    |   221 +-
 gazebo/physics/dart/DARTLink.hh                    |    29 +-
 gazebo/physics/dart/DARTLinkPrivate.hh             |    74 +
 gazebo/physics/dart/DARTMesh.cc                    |    11 +-
 gazebo/physics/dart/DARTMesh.hh                    |     9 +-
 gazebo/physics/dart/DARTMeshPrivate.hh             |    40 +
 gazebo/physics/dart/DARTMeshShape.cc               |    13 +-
 gazebo/physics/dart/DARTMeshShape.hh               |    10 +-
 gazebo/physics/dart/DARTMeshShapePrivate.hh        |    53 +
 gazebo/physics/dart/DARTModel.cc                   |    39 +-
 gazebo/physics/dart/DARTModel.hh                   |    16 +-
 gazebo/physics/dart/DARTModelPrivate.hh            |    57 +
 gazebo/physics/dart/DARTMultiRayShape.cc           |     9 +-
 gazebo/physics/dart/DARTMultiRayShape.hh           |    10 +-
 gazebo/physics/dart/DARTMultiRayShapePrivate.hh    |    40 +
 gazebo/physics/dart/DARTPhysics.cc                 |   133 +-
 gazebo/physics/dart/DARTPhysics.hh                 |    14 +-
 gazebo/physics/dart/DARTPhysicsPrivate.hh          |    51 +
 gazebo/physics/dart/DARTPlaneShape.cc              |    66 +
 gazebo/physics/dart/DARTPlaneShape.hh              |    37 +-
 gazebo/physics/dart/DARTPlaneShapePrivate.hh       |    40 +
 gazebo/physics/dart/DARTPolylineShape.cc           |    10 +-
 gazebo/physics/dart/DARTPolylineShape.hh           |    10 +-
 gazebo/physics/dart/DARTPolylineShapePrivate.hh    |    54 +
 gazebo/physics/dart/DARTRayShape.cc                |    16 +-
 gazebo/physics/dart/DARTRayShape.hh                |    10 +-
 gazebo/physics/dart/DARTRayShapePrivate.hh         |    40 +
 gazebo/physics/dart/DARTScrewJoint.cc              |    90 +-
 gazebo/physics/dart/DARTScrewJoint.hh              |     5 +-
 gazebo/physics/dart/DARTSliderJoint.cc             |    49 +-
 gazebo/physics/dart/DARTSliderJoint.hh             |     5 +-
 gazebo/physics/dart/DARTSphereShape.cc             |    86 +
 gazebo/physics/dart/DARTSphereShape.hh             |    56 +-
 gazebo/physics/dart/DARTSphereShapePrivate.hh      |    40 +
 gazebo/physics/dart/DARTSurfaceParams.cc           |   100 +
 gazebo/physics/dart/DARTSurfaceParams.hh           |    67 +
 gazebo/physics/dart/DARTSurfaceParamsPrivate.hh    |    49 +
 gazebo/physics/dart/DARTTypes.hh                   |     4 +-
 gazebo/physics/dart/DARTUniversalJoint.cc          |    79 +-
 gazebo/physics/dart/DARTUniversalJoint.hh          |     6 +-
 gazebo/physics/dart/dart_inc.h                     |    45 +-
 gazebo/physics/ode/CMakeLists.txt                  |     9 +-
 gazebo/physics/ode/ODEBallJoint.hh                 |     2 +-
 gazebo/physics/ode/ODEBoxShape.hh                  |     2 +-
 gazebo/physics/ode/ODECollision.cc                 |     6 +
 gazebo/physics/ode/ODECollision.hh                 |     2 +-
 gazebo/physics/ode/ODECylinderShape.hh             |     2 +-
 gazebo/physics/ode/ODEFixedJoint.cc                |   138 +
 gazebo/physics/ode/ODEFixedJoint.hh                |    83 +
 gazebo/physics/ode/ODEGearboxJoint.hh              |     2 +-
 gazebo/physics/ode/ODEHeightmapShape.hh            |     2 +-
 gazebo/physics/ode/ODEHinge2Joint.hh               |     2 +-
 gazebo/physics/ode/ODEHingeJoint.hh                |     2 +-
 gazebo/physics/ode/ODEJoint.cc                     |    54 +-
 gazebo/physics/ode/ODEJoint.hh                     |     5 +-
 gazebo/physics/ode/ODEJoint_TEST.cc                |     2 +-
 gazebo/physics/ode/ODELink.cc                      |    43 +-
 gazebo/physics/ode/ODELink.hh                      |     6 +-
 gazebo/physics/ode/ODEMesh.hh                      |     2 +-
 gazebo/physics/ode/ODEMeshShape.hh                 |     2 +-
 gazebo/physics/ode/ODEMultiRayShape.hh             |     2 +-
 gazebo/physics/ode/ODEPhysics.cc                   |   782 +-
 gazebo/physics/ode/ODEPhysics.hh                   |   125 +-
 gazebo/physics/ode/ODEPhysicsPrivate.hh            |    99 +
 gazebo/physics/ode/ODEPhysics_TEST.cc              |   133 +-
 gazebo/physics/ode/ODEPlaneShape.hh                |     2 +-
 gazebo/physics/ode/ODEPolylineShape.hh             |     2 +-
 gazebo/physics/ode/ODERayShape.hh                  |     2 +-
 gazebo/physics/ode/ODEScrewJoint.hh                |     2 +-
 gazebo/physics/ode/ODESliderJoint.hh               |     2 +-
 gazebo/physics/ode/ODESphereShape.hh               |     2 +-
 gazebo/physics/ode/ODESurfaceParams.cc             |    31 +-
 gazebo/physics/ode/ODESurfaceParams.hh             |    19 +-
 gazebo/physics/ode/ODEUniversalJoint.hh            |     3 +-
 gazebo/physics/simbody/CMakeLists.txt              |     5 +-
 gazebo/physics/simbody/SimbodyBallJoint.hh         |     2 +-
 gazebo/physics/simbody/SimbodyBoxShape.hh          |     2 +-
 gazebo/physics/simbody/SimbodyCollision.cc         |     1 -
 gazebo/physics/simbody/SimbodyCollision.hh         |     2 +-
 gazebo/physics/simbody/SimbodyCylinderShape.hh     |     2 +-
 gazebo/physics/simbody/SimbodyFixedJoint.cc        |   102 +
 gazebo/physics/simbody/SimbodyFixedJoint.hh        |    76 +
 gazebo/physics/simbody/SimbodyHeightmapShape.hh    |     2 +-
 gazebo/physics/simbody/SimbodyHinge2Joint.hh       |     3 +-
 gazebo/physics/simbody/SimbodyHingeJoint.hh        |     2 +-
 gazebo/physics/simbody/SimbodyJoint.cc             |     6 +-
 gazebo/physics/simbody/SimbodyJoint.hh             |     2 +-
 gazebo/physics/simbody/SimbodyLink.cc              |     8 +
 gazebo/physics/simbody/SimbodyLink.hh              |     6 +-
 gazebo/physics/simbody/SimbodyMesh.hh              |     2 +-
 gazebo/physics/simbody/SimbodyMeshShape.hh         |     2 +-
 gazebo/physics/simbody/SimbodyModel.hh             |     2 +-
 gazebo/physics/simbody/SimbodyMultiRayShape.hh     |     2 +-
 gazebo/physics/simbody/SimbodyPhysics.cc           |   412 +-
 gazebo/physics/simbody/SimbodyPhysics.hh           |     6 +-
 gazebo/physics/simbody/SimbodyPlaneShape.hh        |     2 +-
 gazebo/physics/simbody/SimbodyPolylineShape.hh     |     2 +-
 gazebo/physics/simbody/SimbodyRayShape.hh          |     2 +-
 gazebo/physics/simbody/SimbodyScrewJoint.cc        |    18 +-
 gazebo/physics/simbody/SimbodyScrewJoint.hh        |     2 +-
 gazebo/physics/simbody/SimbodySliderJoint.hh       |     3 +-
 gazebo/physics/simbody/SimbodySphereShape.hh       |     2 +-
 gazebo/physics/simbody/SimbodyUniversalJoint.hh    |     2 +-
 gazebo/rendering/ApplyWrenchVisual.cc              |   519 +
 gazebo/rendering/ApplyWrenchVisual.hh              |   124 +
 gazebo/rendering/ApplyWrenchVisualPrivate.hh       |    72 +
 gazebo/rendering/ArrowVisual.cc                    |    16 +-
 gazebo/rendering/ArrowVisual.hh                    |     2 +-
 gazebo/rendering/AxisVisual.cc                     |    19 +-
 gazebo/rendering/AxisVisual.hh                     |    14 +-
 gazebo/rendering/CMakeLists.txt                    |    52 +-
 gazebo/rendering/COMVisual.cc                      |   165 +-
 gazebo/rendering/COMVisual.hh                      |    17 +-
 gazebo/rendering/COMVisualPrivate.hh               |    15 +-
 gazebo/rendering/COMVisual_TEST.cc                 |    89 +
 gazebo/rendering/Camera.cc                         |   140 +-
 gazebo/rendering/Camera.hh                         |    24 +-
 gazebo/rendering/CameraPrivate.hh                  |     2 +-
 gazebo/rendering/CameraVisual.cc                   |    57 +-
 gazebo/rendering/CameraVisual.hh                   |     5 +-
 gazebo/rendering/ContactVisual.cc                  |    14 +-
 gazebo/rendering/ContactVisual.hh                  |     2 +-
 gazebo/rendering/Conversions.hh                    |     2 +-
 gazebo/rendering/DepthCamera.cc                    |    15 +-
 gazebo/rendering/DepthCamera.hh                    |     2 +-
 gazebo/rendering/Distortion.hh                     |     2 +-
 gazebo/rendering/DynamicLines.hh                   |     2 +-
 gazebo/rendering/DynamicRenderable.hh              |     2 +-
 gazebo/rendering/FPSViewController.cc              |    18 +-
 gazebo/rendering/FPSViewController.hh              |     2 +-
 gazebo/rendering/GpuLaser.cc                       |    25 +-
 gazebo/rendering/GpuLaser.hh                       |    15 +-
 gazebo/rendering/GpuLaser_TEST.cc                  |     3 +-
 gazebo/rendering/Grid.cc                           |     1 -
 gazebo/rendering/Grid.hh                           |     2 +-
 gazebo/rendering/Heightmap.cc                      |   195 +-
 gazebo/rendering/Heightmap.hh                      |    57 +-
 gazebo/rendering/Heightmap_TEST.cc                 |     3 +-
 gazebo/rendering/InertiaVisual.cc                  |   149 +
 gazebo/rendering/InertiaVisual.hh                  |    63 +
 gazebo/rendering/InertiaVisualPrivate.hh           |    45 +
 gazebo/rendering/JointVisual.cc                    |   225 +-
 gazebo/rendering/JointVisual.hh                    |    30 +-
 gazebo/rendering/JointVisualPrivate.hh             |    13 +-
 gazebo/rendering/JointVisual_TEST.cc               |    91 +-
 gazebo/rendering/LaserVisual.cc                    |    97 +-
 gazebo/rendering/LaserVisual.hh                    |     2 +-
 gazebo/rendering/LaserVisualPrivate.hh             |     8 +-
 gazebo/rendering/Light.cc                          |    15 +-
 gazebo/rendering/Light.hh                          |     3 +-
 gazebo/rendering/LinkFrameVisual.cc                |    91 +
 gazebo/rendering/LinkFrameVisual.hh                |    58 +
 gazebo/rendering/LinkFrameVisualPrivate.hh         |    43 +
 gazebo/rendering/LinkFrameVisual_TEST.cc           |    89 +
 gazebo/rendering/Material.cc                       |    35 +
 gazebo/rendering/Material.hh                       |    15 +-
 gazebo/rendering/MovableText.cc                    |     5 +
 gazebo/rendering/MovableText.hh                    |     2 +-
 gazebo/rendering/OculusCamera.cc                   |   569 +-
 gazebo/rendering/OculusCamera.hh                   |    84 +-
 gazebo/rendering/OculusCameraPrivate.hh            |    94 +
 gazebo/rendering/OrbitViewController.cc            |    55 +-
 gazebo/rendering/OrbitViewController.hh            |    44 +-
 gazebo/rendering/OriginVisual.cc                   |    76 +
 gazebo/rendering/OriginVisual.hh                   |    51 +
 gazebo/rendering/OriginVisualPrivate.hh            |    53 +
 gazebo/rendering/OriginVisual_TEST.cc              |    65 +
 gazebo/rendering/OrthoViewController.cc            |   314 +
 gazebo/rendering/OrthoViewController.hh            |    91 +
 gazebo/rendering/OrthoViewControllerPrivate.hh     |    33 +
 gazebo/rendering/Projector.cc                      |     4 +-
 gazebo/rendering/Projector.hh                      |     2 +-
 gazebo/rendering/RFIDTagVisual.cc                  |     8 +
 gazebo/rendering/RFIDTagVisual.hh                  |     2 +-
 gazebo/rendering/RFIDVisual.cc                     |     8 +
 gazebo/rendering/RFIDVisual.hh                     |     2 +-
 gazebo/rendering/RTShaderSystem.cc                 |    31 +-
 gazebo/rendering/RTShaderSystem.hh                 |     7 +-
 gazebo/rendering/RayQuery.cc                       |     9 +-
 gazebo/rendering/RayQuery.hh                       |     2 +-
 gazebo/rendering/RenderEngine.cc                   |    44 +-
 gazebo/rendering/RenderEngine.hh                   |     3 +-
 gazebo/rendering/RenderEvents.cc                   |     2 +
 gazebo/rendering/RenderEvents.hh                   |    36 +-
 gazebo/rendering/RenderTypes.hh                    |    20 +
 gazebo/rendering/RenderingIface.hh                 |    12 +-
 gazebo/rendering/Road2d.cc                         |    32 +-
 gazebo/rendering/Road2d.hh                         |     4 +-
 gazebo/rendering/Scene.cc                          |   504 +-
 gazebo/rendering/Scene.hh                          |    70 +-
 gazebo/rendering/ScenePrivate.hh                   |    24 +-
 gazebo/rendering/Scene_TEST.cc                     |   322 +
 gazebo/rendering/SelectionObj.cc                   |   207 +-
 gazebo/rendering/SelectionObj.hh                   |    25 +-
 gazebo/rendering/SelectionObj_TEST.cc              |   176 +
 gazebo/rendering/SonarVisual.cc                    |    14 +-
 gazebo/rendering/SonarVisual.hh                    |     2 +-
 gazebo/rendering/SonarVisual_TEST.cc               |     3 +-
 gazebo/rendering/TransmitterVisual.cc              |     8 +
 gazebo/rendering/TransmitterVisual.hh              |     2 +-
 gazebo/rendering/TransmitterVisual_TEST.cc         |     3 +-
 gazebo/rendering/UserCamera.cc                     |   268 +-
 gazebo/rendering/UserCamera.hh                     |    45 +-
 gazebo/rendering/UserCameraPrivate.hh              |    27 +-
 gazebo/rendering/VideoVisual.cc                    |     1 +
 gazebo/rendering/VideoVisual.hh                    |     2 +-
 gazebo/rendering/ViewController.cc                 |    17 +-
 gazebo/rendering/ViewController.hh                 |    13 +-
 gazebo/rendering/Visual.cc                         |  1170 +-
 gazebo/rendering/Visual.hh                         |   122 +-
 gazebo/rendering/VisualPrivate.hh                  |    57 +
 gazebo/rendering/Visual_TEST.cc                    |   643 +-
 gazebo/rendering/WindowManager.cc                  |    18 +-
 gazebo/rendering/WindowManager.hh                  |     8 +-
 gazebo/rendering/WireBox.cc                        |     1 -
 gazebo/rendering/WireBox.hh                        |     2 +-
 gazebo/rendering/WrenchVisual.cc                   |    17 +-
 gazebo/rendering/WrenchVisual.hh                   |     2 +-
 gazebo/rendering/deferred_shading/AmbientLight.hh  |     2 +-
 gazebo/rendering/deferred_shading/CMakeLists.txt   |     2 +
 gazebo/rendering/deferred_shading/DeferredLight.hh |     3 +-
 .../rendering/deferred_shading/DeferredLightCP.hh  |     4 +-
 .../deferred_shading/GBufferMaterialGenerator.cc   |     4 +
 .../deferred_shading/GBufferMaterialGenerator.hh   |     3 +-
 .../deferred_shading/GBufferSchemeHandler.hh       |     2 +-
 gazebo/rendering/deferred_shading/GeomUtils.cc     |     1 +
 gazebo/rendering/deferred_shading/GeomUtils.hh     |     2 +-
 .../deferred_shading/LightMaterialGenerator.hh     |     4 +-
 .../deferred_shading/ListenerFactoryLogic.hh       |     3 +-
 .../deferred_shading/MaterialGenerator.hh          |     4 +-
 gazebo/rendering/deferred_shading/MergeCP.hh       |     4 +-
 .../deferred_shading/MergeMaterialGenerator.cc     |     1 +
 .../deferred_shading/MergeMaterialGenerator.hh     |     3 +-
 .../deferred_shading/MergeSchemeHandler.hh         |     2 +-
 .../deferred_shading/NullSchemeHandler.hh          |     2 +-
 gazebo/rendering/deferred_shading/SSAOLogic.hh     |     2 +-
 .../deferred_shading/TechniqueDefinitions.hh       |     8 +-
 gazebo/rendering/ogre_gazebo.h                     |     1 +
 gazebo/rendering/selection_buffer/CMakeLists.txt   |     2 +
 .../rendering/selection_buffer/MaterialSwitcher.cc |     4 +-
 .../rendering/selection_buffer/MaterialSwitcher.hh |     2 +-
 .../rendering/selection_buffer/SelectionBuffer.cc  |    11 +-
 .../rendering/selection_buffer/SelectionBuffer.hh  |     2 +-
 .../selection_buffer/SelectionRenderListener.hh    |     2 +-
 gazebo/rendering/skyx/CMakeLists.txt               |     2 +
 gazebo/rendering/skyx/include/Prerequisites.h      |    24 +-
 gazebo/sensors/AltimeterSensor.cc                  |   214 +
 gazebo/sensors/AltimeterSensor.hh                  |    93 +
 gazebo/sensors/AltimeterSensorPrivate.hh           |    49 +
 gazebo/sensors/AltimeterSensor_TEST.cc             |   310 +
 gazebo/sensors/CMakeLists.txt                      |    12 +-
 gazebo/sensors/CameraSensor.cc                     |    20 +-
 gazebo/sensors/CameraSensor.hh                     |     9 +-
 gazebo/sensors/ContactSensor.cc                    |    12 +-
 gazebo/sensors/ContactSensor.hh                    |    10 +-
 gazebo/sensors/DepthCameraSensor.cc                |     9 +-
 gazebo/sensors/DepthCameraSensor.hh                |     9 +-
 gazebo/sensors/ForceTorqueSensor.cc                |    56 +-
 gazebo/sensors/ForceTorqueSensor.hh                |    25 +-
 gazebo/sensors/ForceTorqueSensor_TEST.cc           |     8 +-
 gazebo/sensors/GaussianNoiseModel.cc               |    50 +-
 gazebo/sensors/GaussianNoiseModel.hh               |     6 +
 gazebo/sensors/GpsSensor.cc                        |   109 +-
 gazebo/sensors/GpsSensor.hh                        |    33 +-
 gazebo/sensors/GpsSensor_TEST.cc                   |     6 +-
 gazebo/sensors/GpuRaySensor.cc                     |    88 +-
 gazebo/sensors/GpuRaySensor.hh                     |    38 +-
 gazebo/sensors/GpuRaySensor_TEST.cc                |    18 +-
 gazebo/sensors/ImuSensor.cc                        |   356 +-
 gazebo/sensors/ImuSensor.hh                        |    87 +-
 gazebo/sensors/ImuSensor_TEST.cc                   |    40 +-
 gazebo/sensors/MagnetometerSensor.cc               |   176 +
 gazebo/sensors/MagnetometerSensor.hh               |    79 +
 gazebo/sensors/MagnetometerSensorPrivate.hh        |    49 +
 gazebo/sensors/MagnetometerSensor_TEST.cc          |   150 +
 gazebo/sensors/MultiCameraSensor.cc                |    29 +-
 gazebo/sensors/MultiCameraSensor.hh                |     5 +-
 gazebo/sensors/Noise.cc                            |    14 +
 gazebo/sensors/Noise.hh                            |     4 +
 gazebo/sensors/Noise_TEST.cc                       |     5 +-
 gazebo/sensors/RFIDSensor.cc                       |    37 +-
 gazebo/sensors/RFIDSensor.hh                       |    28 +-
 gazebo/sensors/RFIDTag.cc                          |    23 +-
 gazebo/sensors/RFIDTag.hh                          |    22 +-
 gazebo/sensors/RaySensor.cc                        |    81 +-
 gazebo/sensors/RaySensor.hh                        |    41 +-
 gazebo/sensors/RaySensor_TEST.cc                   |    20 +-
 gazebo/sensors/Sensor.cc                           |    92 +-
 gazebo/sensors/Sensor.hh                           |    34 +-
 gazebo/sensors/SensorFactory.cc                    |    10 +
 gazebo/sensors/SensorManager.cc                    |    11 +-
 gazebo/sensors/SensorManager.hh                    |     4 +-
 gazebo/sensors/SensorManager_TEST.cc               |     2 +-
 gazebo/sensors/SensorTypes.hh                      |   107 +-
 gazebo/sensors/Sensor_TEST.cc                      |    86 +-
 gazebo/sensors/SensorsIface.cc                     |     6 +
 gazebo/sensors/SonarSensor.cc                      |    30 +-
 gazebo/sensors/SonarSensor.hh                      |    10 +-
 gazebo/sensors/SonarSensor_TEST.cc                 |     4 +-
 gazebo/sensors/WirelessReceiver.cc                 |    14 +-
 gazebo/sensors/WirelessReceiver_TEST.cc            |     2 +-
 gazebo/sensors/WirelessTransceiver.cc              |     9 +-
 gazebo/sensors/WirelessTransceiver.hh              |     9 +-
 gazebo/sensors/WirelessTransmitter.cc              |    44 +-
 gazebo/sensors/WirelessTransmitter.hh              |    18 +-
 gazebo/sensors/WirelessTransmitter_TEST.cc         |    27 +-
 gazebo/test/CMakeLists.txt                         |    10 +
 gazebo/test/ServerFixture.cc                       |  1528 +
 gazebo/test/ServerFixture.hh                       |   664 +
 gazebo/test/ServerFixtureRecord.cc                 |    58 +
 gazebo/test/helper_physics_generator.hh            |    57 +
 gazebo/transport/CMakeLists.txt                    |    11 +
 gazebo/transport/CallbackHelper.hh                 |     6 +-
 gazebo/transport/Connection.cc                     |   113 +-
 gazebo/transport/Connection.hh                     |     6 +-
 gazebo/transport/ConnectionManager.cc              |     6 +
 gazebo/transport/ConnectionManager.hh              |     2 +-
 gazebo/transport/Connection_TEST.cc                |     1 -
 gazebo/transport/IOManager.hh                      |     2 +-
 gazebo/transport/Node.cc                           |     8 +-
 gazebo/transport/Node.hh                           |     5 +-
 gazebo/transport/Publication.hh                    |     2 +-
 gazebo/transport/PublicationTransport.cc           |     6 +
 gazebo/transport/PublicationTransport.hh           |     2 +-
 gazebo/transport/Publisher.cc                      |    10 +-
 gazebo/transport/Publisher.hh                      |     2 +-
 gazebo/transport/SubscribeOptions.hh               |     2 +-
 gazebo/transport/Subscriber.cc                     |     6 +
 gazebo/transport/Subscriber.hh                     |     2 +-
 gazebo/transport/SubscriptionTransport.cc          |     7 +
 gazebo/transport/SubscriptionTransport.hh          |     2 +-
 gazebo/transport/TopicManager.cc                   |     6 +
 gazebo/transport/TopicManager.hh                   |     2 +-
 gazebo/transport/TransportIface.cc                 |     6 +
 gazebo/transport/TransportIface.hh                 |    39 +-
 gazebo/util/CMakeLists.txt                         |    17 +-
 gazebo/util/Diagnostics.cc                         |    30 +-
 gazebo/util/Diagnostics.hh                         |     8 +-
 gazebo/util/LogPlay.cc                             |   195 +-
 gazebo/util/LogPlay.hh                             |    74 +-
 gazebo/util/LogPlay_TEST.cc                        |   186 +
 gazebo/util/LogRecord.cc                           |    36 +-
 gazebo/util/LogRecord.hh                           |     2 +-
 gazebo/util/LogRecord_TEST.cc                      |     8 +-
 gazebo/util/OpenAL.cc                              |    62 +-
 gazebo/util/OpenAL.hh                              |    48 +-
 gazebo/util/OpenAL_TEST.cc                         |    63 +-
 gazebo/util/system.hh                              |   467 +-
 ign-math-migration.md                              |    38 +
 interfaces/player/ActarrayInterface.cc             |     2 +-
 interfaces/player/BumperInterface.cc               |     3 +-
 interfaces/player/CMakeLists.txt                   |     1 +
 interfaces/player/FiducialInterface.cc             |     3 +-
 interfaces/player/GazeboDriver.cc                  |    21 +-
 interfaces/player/GazeboDriver.hh                  |     6 +-
 interfaces/player/Graphics3dInterface.cc           |     2 +-
 interfaces/player/GripperInterface.cc              |     3 +-
 interfaces/player/IRInterface.cc                   |     3 +-
 interfaces/player/LaserInterface.cc                |     4 +-
 interfaces/player/OpaqueInterface.cc               |     3 +-
 interfaces/player/PTZInterface.cc                  |     3 +-
 interfaces/player/Position2dInterface.cc           |    10 +-
 interfaces/player/Position3dInterface.cc           |     3 +-
 interfaces/player/SimulationInterface.cc           |    10 +-
 media/fonts/CMakeLists.txt                         |     3 -
 media/fonts/maiden.ttf                             |   Bin 26112 -> 0 bytes
 media/fonts/sample.fontdef                         |   121 -
 media/fonts/solo5.ttf                              |   Bin 11236 -> 0 bytes
 media/gui/fonts/BITSTREAM-LICENSE                  |    40 +
 media/gui/fonts/CMakeLists.txt                     |     1 -
 media/gui/fonts/baemuk.txt                         |    12 -
 media/materials/programs/CMakeLists.txt            |    66 +-
 .../programs/OculusDistortionFragment.glsl         |    14 +
 .../materials/programs/OculusDistortionVertex.glsl |    45 +
 media/materials/programs/warp.vert                 |     9 -
 media/materials/programs/warpWithChromeAb.frag     |    40 -
 media/materials/scripts/CMakeLists.txt             |    46 +-
 media/materials/scripts/gazebo.material            |   142 +
 media/materials/scripts/glsl120.program            |    20 -
 media/materials/scripts/oculus.compositor          |    43 -
 media/materials/scripts/oculus.material            |    68 +
 media/materials/scripts/warp.material              |    21 -
 media/materials/textures/CMakeLists.txt            |     2 +
 media/materials/textures/com.png                   |   Bin 0 -> 444 bytes
 media/materials/textures/runway.png                |   Bin 0 -> 15154 bytes
 models/ground_plane/model.sdf                      |     3 +
 plugins/ActuatorPlugin.cc                          |   177 +
 plugins/ActuatorPlugin.hh                          |   106 +
 plugins/ArrangePlugin.cc                           |     2 +-
 plugins/BreakableJointPlugin.cc                    |     9 +-
 plugins/BuoyancyPlugin.cc                          |   178 +
 plugins/BuoyancyPlugin.hh                          |    96 +
 plugins/CMakeLists.txt                             |    35 +-
 plugins/CameraPlugin.cc                            |     9 +-
 plugins/CessnaGUIPlugin.cc                         |   338 +
 plugins/CessnaGUIPlugin.hh                         |   123 +
 plugins/CessnaPlugin.cc                            |   247 +
 plugins/CessnaPlugin.hh                            |   146 +
 plugins/DepthCameraPlugin.cc                       |     3 +-
 plugins/DiffDrivePlugin.cc                         |    12 +-
 plugins/DiffDrivePlugin.hh                         |     1 -
 plugins/ElevatorPlugin.cc                          |   494 +
 plugins/ElevatorPlugin.hh                          |    82 +
 plugins/ElevatorPluginPrivate.hh                   |   307 +
 plugins/ForceTorquePlugin.cc                       |     5 +
 plugins/GpuRayPlugin.cc                            |     3 +-
 plugins/HydraDemoPlugin.hh                         |     2 +-
 plugins/HydraPlugin.cc                             |    29 +-
 plugins/HydraPlugin.hh                             |     2 +-
 plugins/ImuSensorPlugin.hh                         |     4 +-
 plugins/LiftDragPlugin.cc                          |   156 +-
 plugins/LiftDragPlugin.hh                          |    38 +-
 plugins/ModelPropShop.cc                           |    10 +-
 plugins/MudPlugin.cc                               |     3 +-
 plugins/RaySensorNoisePlugin.cc                    |     2 +-
 plugins/RubblePlugin.cc                            |     8 +-
 plugins/RubblePlugin.hh                            |     6 +-
 plugins/SkidSteerDrivePlugin.cc                    |     4 +-
 plugins/TimerGUIPlugin.cc                          |   294 +-
 plugins/TimerGUIPlugin.hh                          |    60 +-
 plugins/TransporterPlugin.cc                       |   186 +
 plugins/TransporterPlugin.hh                       |   109 +
 plugins/TransporterPluginPrivate.hh                |    78 +
 plugins/VehiclePlugin.cc                           |     4 +
 plugins/events/CMakeLists.txt                      |    12 +-
 plugins/events/EventSource.cc                      |    11 +-
 plugins/events/EventSource.hh                      |    20 +-
 plugins/events/ExistenceEventSource.cc             |     2 +-
 plugins/events/ExistenceEventSource.hh             |     6 +-
 plugins/events/InRegionEventSource.cc              |    96 +-
 plugins/events/InRegionEventSource.hh              |    63 +-
 plugins/events/OccupiedEventSource.cc              |   127 +
 plugins/events/OccupiedEventSource.hh              |    96 +
 plugins/events/Region.cc                           |    58 +
 plugins/events/Region.hh                           |    66 +
 plugins/events/SimEventsPlugin.cc                  |    34 +-
 plugins/events/SimEventsPlugin.hh                  |     5 +-
 plugins/events/SimStateEventSource.cc              |    23 +-
 plugins/events/SimStateEventSource.hh              |    12 +-
 plugins/rest_web/CMakeLists.txt                    |    61 +
 plugins/rest_web/RestApi.cc                        |   380 +
 plugins/rest_web/RestApi.hh                        |   106 +
 plugins/rest_web/RestException.hh                  |    33 +
 plugins/rest_web/RestUiLoginDialog.cc              |   124 +
 plugins/rest_web/RestUiLoginDialog.hh              |   108 +
 plugins/rest_web/RestUiLogoutDialog.cc             |    75 +
 plugins/rest_web/RestUiLogoutDialog.hh             |    47 +
 plugins/rest_web/RestUiPlugin.cc                   |   126 +
 plugins/rest_web/RestUiPlugin.hh                   |    77 +
 plugins/rest_web/RestUiWidget.cc                   |   121 +
 plugins/rest_web/RestUiWidget.hh                   |   105 +
 plugins/rest_web/RestWebPlugin.cc                  |   344 +
 plugins/rest_web/RestWebPlugin.hh                  |   117 +
 test/CMakeLists.txt                                |    14 -
 test/ServerFixture.cc                              |  1361 -
 test/ServerFixture.hh                              |   571 -
 test/cmake/plugin/CMakeLists.txt                   |     2 +
 test/data/svg/arc_circle.svg                       |    39 +
 test/data/svg/arc_test.svg                         |   120 +
 test/data/svg/capsule.svg                          |   124 +
 test/data/svg/chassis.svg                          |   396 +
 test/data/svg/loader.svg                           |    75 +
 test/examples/CMakeLists.txt                       |     4 +-
 test/examples/example_plugins.cc                   |    99 -
 test/examples/examples_build.cc                    |   130 +
 test/integration/CMakeLists.txt                    |    23 +-
 test/integration/aero_plugin.cc                    |     4 +-
 test/integration/bandwidth.cc                      |     4 +-
 test/integration/camera.cc                         |     2 +-
 test/integration/camera_sensor.cc                  |     6 +-
 test/integration/concave_mesh.cc                   |    60 +-
 test/integration/contact_sensor.cc                 |   165 +-
 test/integration/dem.cc                            |    10 +-
 test/integration/factory.cc                        |    76 +-
 test/integration/file_handling.cc                  |    12 +-
 test/integration/gpu_laser.cc                      |    16 +-
 test/integration/gripper.cc                        |     3 +-
 test/integration/gz_camera.cc                      |     2 +-
 test/integration/gz_joint.cc                       |     2 +-
 test/integration/gz_log.cc                         |     2 +-
 test/integration/gz_model.cc                       |     2 +-
 test/integration/gz_physics.cc                     |    35 +-
 test/integration/gz_world.cc                       |     2 +-
 test/integration/heightmap.cc                      |    55 +-
 test/integration/helper_physics_generator.hh       |    49 -
 test/integration/imu.cc                            |   159 +-
 test/integration/insert_model.cc                   |    10 +-
 test/integration/joint_controller.cc               |     2 +-
 test/integration/joint_force_torque.cc             |     4 +-
 test/integration/joint_gearbox.cc                  |     2 +-
 test/integration/joint_get_force_torque.cc         |   372 +
 test/integration/joint_revolute.cc                 |    67 +-
 test/integration/joint_screw.cc                    |    14 +-
 test/integration/joint_set_position_test.cc        |     4 +-
 test/integration/joint_spawn.cc                    |    93 +-
 test/integration/joint_test.cc                     |     2 +-
 test/integration/joint_test.hh                     |   121 +-
 test/integration/joint_universal.cc                |     4 +-
 test/integration/laser.cc                          |    38 +-
 test/integration/model.cc                          |     3 +-
 test/integration/model_database.cc                 |    13 +-
 test/integration/multicamera_sensor.cc             |   142 +-
 test/integration/noise.cc                          |    14 +-
 test/integration/nondefault_world.cc               |     4 +-
 test/integration/ogre_log.cc                       |     3 +-
 test/integration/physics.cc                        |     8 +-
 .../physics_basic_controller_response.cc           |     6 +-
 test/integration/physics_collision.cc              |    99 +-
 test/integration/physics_friction.cc               |   360 +-
 test/integration/physics_inertia_ratio.cc          |    10 +-
 test/integration/physics_link.cc                   |   602 +-
 test/integration/physics_msgs.cc                   |   263 +-
 test/integration/physics_presets.cc                |   296 +
 test/integration/physics_thread_safe.cc            |     4 +-
 test/integration/pioneer2dx.cc                     |     8 +-
 test/integration/plugin.cc                         |     2 +-
 test/integration/polyline.cc                       |    87 +-
 test/integration/pr2.cc                            |    10 +-
 test/integration/projector.cc                      |     2 +-
 test/integration/rendering_sensor.cc               |     2 +-
 test/integration/rest_web.cc                       |   146 +
 test/integration/road.cc                           |     4 +-
 test/integration/scans_cmp.h                       |   514 +-
 test/integration/sdf.cc                            |     2 +-
 test/integration/sensor.cc                         |     3 +-
 test/integration/server_fixture.cc                 |     4 +-
 test/integration/sim_events.cc                     |    86 +-
 test/integration/speed.cc                          |    53 +-
 test/integration/speed_pr2.cc                      |     4 +-
 test/integration/speed_thread_pr2.cc               |   116 +
 test/integration/state_log.cc                      |     2 +-
 test/integration/stress_spawn_models.cc            |     2 +-
 test/integration/surface_properties.cc             |    95 +-
 test/integration/swarm.cc                          |    68 +
 test/integration/transceiver.cc                    |    18 +-
 test/integration/transport.cc                      |     2 +-
 test/integration/transport_stress_nodes.cc         |     2 +-
 test/integration/transporter.cc                    |    99 +
 test/integration/world.cc                          |     7 +-
 test/integration/world_clone.cc                    |     3 +-
 test/integration/world_entity_below_point.cc       |     4 +-
 test/integration/world_population.cc               |     4 +-
 test/integration/world_reset.cc                    |     4 +-
 test/integration/worlds_installed.cc               |     1 +
 test/logs/invalidHeader.log                        |    23 +
 test/logs/state.log                                |    23 +
 test/logs/state2.log                               |    20 +
 test/performance/factory_stress.cc                 |     2 +-
 test/performance/image_convert_stress.cc           |     2 +-
 test/performance/sensor_stress.cc                  |     2 +-
 test/performance/set_world_pose.cc                 |     2 +-
 test/performance/transport_stress.cc               |     2 +-
 test/pkgconfig/CMakeLists.txt                      |     2 +-
 test/pkgconfig/config-pkgconfig.cc                 |    23 +-
 test/pkgconfig/plugin/CMakeLists.txt               |    13 +-
 test/plugins/CMakeLists.txt                        |     4 +
 test/plugins/ForceTorqueModelRemovalTestPlugin.cc  |    12 +-
 test/plugins/Issue1208Plugin.hh                    |     6 +
 test/plugins/rest-web/gzclient.bash                |     3 +
 test/plugins/rest-web/gzserver.bash                |     4 +
 test/plugins/rest-web/key-cert.pem                 |    15 +
 test/plugins/rest-web/key.pem                      |    15 +
 test/plugins/rest-web/package.json                 |    18 +
 test/plugins/rest-web/readme.txt                   |    51 +
 test/plugins/rest-web/server.js                    |   119 +
 test/regression/1082_pid_limits.cc                 |     2 +-
 test/regression/1112_force_torque_model_removal.cc |     2 +-
 test/regression/1124_collision_pose.cc             |     2 +-
 test/regression/1146_collision_bounding_box.cc     |     2 +-
 test/regression/1208_world_plugin_init.cc          |     4 +-
 test/regression/1375_world_reset.cc                |     4 +-
 test/regression/1569_hydra_crash.cc                |    43 +
 test/regression/346_save_lights.cc                 |     6 +-
 test/regression/351_world_step.cc                  |    38 +
 test/regression/494_joint_axis_frame.cc            |     4 +-
 test/regression/602_unsubscribe_segfault.cc        |   105 +
 test/regression/624_collision_world_pose.cc        |     4 +-
 test/regression/846_typo_in_camera.cc              |     3 +-
 test/regression/876_random_number_generator.cc     |     2 +-
 test/regression/940_force_torque_sensor_frame.cc   |    68 +-
 test/regression/978_joint_anchor.cc                |     4 +-
 test/regression/CMakeLists.txt                     |     3 +
 test/worlds/collide_bitmask.world                  |   190 +
 test/worlds/collide_without_contact.world          |     1 +
 test/worlds/contact.world                          |   202 +-
 test/worlds/contact_sensors_multiple.world         |    67 +
 test/worlds/force_torque_frame_test.world          |     2 +-
 test/worlds/hydra_test.world                       |    21 +
 test/worlds/laser_lines_test.world                 |    42 +
 test/worlds/model_self_collide.world               |   378 +
 test/worlds/ortho_box.world                        |    35 +
 test/worlds/pr2_no_sensors_test.world              |  2840 ++
 test/worlds/presets.world                          |    75 +
 test/worlds/presets_nodefault.world                |    75 +
 test/worlds/ray_test.world                         |     3 +
 test/worlds/rest_web.world                         |   133 +
 test/worlds/revolute_joint_test.world              |     1 -
 test/worlds/test_altimeter_linear_angular.world    |    85 +
 test/worlds/test_altimeter_rotation.world          |    46 +
 test/worlds/test_layers.world                      |    41 +
 test/worlds/transporter_test.world                 |    86 +
 test/worlds/usercamera_test.world                  |    40 +
 test/worlds/world_step.world                       |   325 +
 tools/CMakeLists.txt                               |    36 +-
 tools/bitbucket_pullrequests                       |    40 +-
 tools/check_test_ran.py                            |     2 +-
 tools/code_check.sh                                |    10 +-
 tools/cpplint.py                                   |     2 +-
 tools/gz.1.roff                                    |     4 +
 tools/gz.cc                                        |    38 +-
 tools/gz_TEST.cc                                   |    36 +-
 tools/gz_log.cc                                    |    19 +-
 tools/gz_log_TEST.cc                               |    21 +-
 tools/gz_topic.cc                                  |    12 +-
 tools/junit_to_csv.rb                              |    21 +
 tools/sdf2pov.cc                                   |    16 +-
 win_addpath.bat                                    |    37 +
 worlds/CMakeLists.txt                              |     9 +-
 worlds/arat.world                                  |   184 -
 worlds/blank.world                                 |     1 +
 worlds/cessna_demo.world                           |   217 +
 worlds/elevator.world                              |   334 +
 worlds/flocking.world                              | 34094 +++++++++++++++++++
 worlds/flocking.world.erb                          |    60 +
 worlds/imu_demo.world                              |   156 +
 worlds/magnetometer.world                          |    49 +
 worlds/ortho.world                                 |    19 +
 worlds/osrf_elevator.world                         |   284 +
 worlds/polyline.world                              |    62 +-
 worlds/shapes_bitmask.world                        |    87 +
 worlds/shapes_layers.world                         |    88 +
 worlds/timer_gui.world                             |    28 +-
 worlds/transporter.world                           |    50 +
 worlds/underwater.world                            |   179 +
 1410 files changed, 132419 insertions(+), 21003 deletions(-)
 create mode 100644 cmake/FindGraphviz.cmake
 create mode 100644 cmake/GPL-2
 create mode 100644 configure.bat
 delete mode 100644 debian/gazebo5-doc.doc-base
 delete mode 100644 debian/gazebo5-doc.links
 rename debian/{gazebo5-common.install => gazebo6-common.install} (100%)
 rename debian/{gazebo5-common.links => gazebo6-common.links} (100%)
 create mode 100644 debian/gazebo6-doc.doc-base
 rename debian/{gazebo5-doc.docs => gazebo6-doc.docs} (100%)
 create mode 100644 debian/gazebo6-doc.links
 rename debian/{gazebo5-plugin-base.install => gazebo6-plugin-base.install} (100%)
 rename debian/{gazebo5.bash_completion => gazebo6.bash_completion} (100%)
 rename debian/{gazebo5.install => gazebo6.install} (100%)
 rename debian/{gazebo5.lintian-overrides => gazebo6.lintian-overrides} (100%)
 rename debian/{libgazebo5-dev.install => libgazebo6-dev.install} (100%)
 rename debian/{libgazebo5.install => libgazebo6.install} (100%)
 create mode 100644 deps/ann/include/ann/LGPL
 create mode 100644 deps/opende/include/ode/h5dump.h
 create mode 100644 deps/opende/ou/include/ou/ou_dll.h
 create mode 100644 deps/opende/src/io.cpp
 create mode 100644 deps/opende/src/io.h
 create mode 100644 deps/opende/src/ioh5.cpp
 create mode 100644 deps/opende/src/ioh5.h
 create mode 100644 deps/opende/src/quickstep_cg_lcp.cpp
 create mode 100644 deps/opende/src/quickstep_cg_lcp.h
 create mode 100644 deps/opende/src/quickstep_pgs_lcp.cpp
 create mode 100644 deps/opende/src/quickstep_pgs_lcp.h
 create mode 100644 deps/opende/src/quickstep_update_bodies.cpp
 create mode 100644 deps/opende/src/quickstep_update_bodies.h
 create mode 100644 deps/opende/src/quickstep_util.cpp
 create mode 100644 deps/opende/src/quickstep_util.h
 create mode 100644 deps/opende/src/step_dart_pgs_wrapper.cpp
 create mode 100644 deps/opende/src/step_dart_pgs_wrapper.h
 create mode 100644 deps/win/tinyxml/VERSION_2.6.2
 create mode 100644 deps/win/tinyxml/tinystr.cpp
 create mode 100644 deps/win/tinyxml/tinystr.h
 create mode 100644 deps/win/tinyxml/tinyxml.cpp
 create mode 100644 deps/win/tinyxml/tinyxml.h
 create mode 100644 deps/win/tinyxml/tinyxmlerror.cpp
 create mode 100644 deps/win/tinyxml/tinyxmlparser.cpp
 create mode 100644 examples/ignition/CMakeLists.txt
 create mode 100644 examples/ignition/angle.cc
 create mode 100644 examples/ignition/box.cc
 create mode 100644 examples/ignition/vector3.cc
 create mode 100644 examples/plugins/model_move/CMakeLists.txt
 create mode 100644 examples/plugins/model_move/README.md
 create mode 100644 examples/plugins/model_move/model_move.cc
 create mode 100644 examples/plugins/model_move/model_move.hh
 create mode 100644 examples/plugins/model_move/model_move.world
 create mode 100644 examples/plugins/model_move/model_move_with_movement.world
 create mode 100644 examples/plugins/model_move/path_publisher.cc
 create mode 100644 examples/stand_alone/actuator/CMakeLists.txt
 create mode 100644 examples/stand_alone/actuator/actuator_example.world
 create mode 100644 examples/stand_alone/actuator/data/plot.py
 create mode 100644 examples/stand_alone/actuator/main.cc
 create mode 100644 examples/stand_alone/custom_main_pkgconfig/CMakeLists.txt
 create mode 100644 examples/stand_alone/custom_main_pkgconfig/README.md
 copy examples/stand_alone/{custom_main => custom_main_pkgconfig}/custom_main.cc (100%)
 create mode 100644 examples/stand_alone/test_fixture/CMakeLists.txt
 copy {test => examples/stand_alone/test_fixture}/gtest/cmake/internal_utils.cmake (100%)
 copy {test => examples/stand_alone/test_fixture}/gtest/gtest-1.7.0.diff (100%)
 copy {test => examples/stand_alone/test_fixture}/gtest/include/gtest/gtest-death-test.h (100%)
 copy {test => examples/stand_alone/test_fixture}/gtest/include/gtest/gtest-message.h (100%)
 copy {test => examples/stand_alone/test_fixture}/gtest/include/gtest/gtest-param-test.h (100%)
 copy {test => examples/stand_alone/test_fixture}/gtest/include/gtest/gtest-param-test.h.pump (100%)
 copy {test => examples/stand_alone/test_fixture}/gtest/include/gtest/gtest-printers.h (100%)
 copy {test => examples/stand_alone/test_fixture}/gtest/include/gtest/gtest-spi.h (100%)
 copy {test => examples/stand_alone/test_fixture}/gtest/include/gtest/gtest-test-part.h (100%)
 copy {test => examples/stand_alone/test_fixture}/gtest/include/gtest/gtest-typed-test.h (100%)
 copy {test => examples/stand_alone/test_fixture}/gtest/include/gtest/gtest.h (100%)
 copy {test => examples/stand_alone/test_fixture}/gtest/include/gtest/gtest_pred_impl.h (100%)
 copy {test => examples/stand_alone/test_fixture}/gtest/include/gtest/gtest_prod.h (100%)
 copy {test => examples/stand_alone/test_fixture}/gtest/include/gtest/internal/gtest-death-test-internal.h (100%)
 copy {test => examples/stand_alone/test_fixture}/gtest/include/gtest/internal/gtest-filepath.h (100%)
 copy {test => examples/stand_alone/test_fixture}/gtest/include/gtest/internal/gtest-internal.h (100%)
 copy {test => examples/stand_alone/test_fixture}/gtest/include/gtest/internal/gtest-linked_ptr.h (100%)
 copy {test => examples/stand_alone/test_fixture}/gtest/include/gtest/internal/gtest-param-util-generated.h (100%)
 copy {test => examples/stand_alone/test_fixture}/gtest/include/gtest/internal/gtest-param-util-generated.h.pump (100%)
 copy {test => examples/stand_alone/test_fixture}/gtest/include/gtest/internal/gtest-param-util.h (100%)
 copy {test => examples/stand_alone/test_fixture}/gtest/include/gtest/internal/gtest-port.h (100%)
 copy {test => examples/stand_alone/test_fixture}/gtest/include/gtest/internal/gtest-string.h (100%)
 copy {test => examples/stand_alone/test_fixture}/gtest/include/gtest/internal/gtest-tuple.h (100%)
 copy {test => examples/stand_alone/test_fixture}/gtest/include/gtest/internal/gtest-tuple.h.pump (100%)
 copy {test => examples/stand_alone/test_fixture}/gtest/include/gtest/internal/gtest-type-util.h (100%)
 copy {test => examples/stand_alone/test_fixture}/gtest/include/gtest/internal/gtest-type-util.h.pump (100%)
 create mode 100644 examples/stand_alone/test_fixture/gtest/src/gtest-all.cc
 create mode 100644 examples/stand_alone/test_fixture/gtest/src/gtest-death-test.cc
 create mode 100644 examples/stand_alone/test_fixture/gtest/src/gtest-filepath.cc
 copy {test => examples/stand_alone/test_fixture}/gtest/src/gtest-internal-inl.h (100%)
 create mode 100644 examples/stand_alone/test_fixture/gtest/src/gtest-port.cc
 create mode 100644 examples/stand_alone/test_fixture/gtest/src/gtest-printers.cc
 create mode 100644 examples/stand_alone/test_fixture/gtest/src/gtest-test-part.cc
 create mode 100644 examples/stand_alone/test_fixture/gtest/src/gtest-typed-test.cc
 create mode 100644 examples/stand_alone/test_fixture/gtest/src/gtest.cc
 create mode 100644 examples/stand_alone/test_fixture/gtest/src/gtest_main.cc
 create mode 100644 examples/stand_alone/test_fixture/test.cc
 create mode 100644 examples/stand_alone/transporter/CMakeLists.txt
 create mode 100644 examples/stand_alone/transporter/README.md
 create mode 100644 examples/stand_alone/transporter/transporter.cc
 create mode 100644 gazebo/common/GTSMeshUtils_TEST.cc
 create mode 100644 gazebo/common/MeshManager_TEST.cc
 create mode 100644 gazebo/common/MouseEvent.cc
 create mode 100644 gazebo/common/MouseEventPrivate.hh
 create mode 100644 gazebo/common/SVGLoader.cc
 create mode 100644 gazebo/common/SVGLoader.hh
 create mode 100644 gazebo/common/SVGLoaderPrivate.hh
 create mode 100644 gazebo/common/SVGLoader_TEST.cc
 create mode 100644 gazebo/common/Timer_TEST.cc
 create mode 100644 gazebo/common/ffmpeg_inc.cc
 create mode 100644 gazebo/common/win_dirent.h
 create mode 100644 gazebo/gazebo_client.cc
 create mode 100644 gazebo/gazebo_client.hh
 create mode 100644 gazebo/gazebo_shared.cc
 create mode 100644 gazebo/gazebo_shared.hh
 create mode 100644 gazebo/gui/ApplyWrenchDialog.cc
 create mode 100644 gazebo/gui/ApplyWrenchDialog.hh
 create mode 100644 gazebo/gui/ApplyWrenchDialogPrivate.hh
 create mode 100644 gazebo/gui/ApplyWrenchDialog_TEST.cc
 create mode 100644 gazebo/gui/ApplyWrenchDialog_TEST.hh
 create mode 100644 gazebo/gui/LaserVisualization_TEST.cc
 create mode 100644 gazebo/gui/LaserVisualization_TEST.hh
 create mode 100644 gazebo/gui/LayersWidget.cc
 create mode 100644 gazebo/gui/LayersWidget.hh
 create mode 100644 gazebo/gui/LayersWidgetPrivate.hh
 create mode 100644 gazebo/gui/LayersWidget_TEST.cc
 create mode 100644 gazebo/gui/LayersWidget_TEST.hh
 create mode 100644 gazebo/gui/LogPlayWidget.cc
 create mode 100644 gazebo/gui/LogPlayWidget.hh
 create mode 100644 gazebo/gui/LogPlayWidgetPrivate.hh
 create mode 100644 gazebo/gui/Projection_TEST.cc
 create mode 100644 gazebo/gui/Projection_TEST.hh
 create mode 100644 gazebo/gui/RenderWidget_TEST.cc
 create mode 100644 gazebo/gui/RenderWidget_TEST.hh
 create mode 100644 gazebo/gui/SaveDialogPrivate.hh
 create mode 100644 gazebo/gui/SaveDialog_TEST.cc
 create mode 100644 gazebo/gui/SaveDialog_TEST.hh
 create mode 100644 gazebo/gui/SplashScreen.cc
 create mode 100644 gazebo/gui/SplashScreen.hh
 create mode 100644 gazebo/gui/SplashScreenPrivate.hh
 create mode 100644 gazebo/gui/SplashScreen_TEST.cc
 create mode 100644 gazebo/gui/SplashScreen_TEST.hh
 create mode 100644 gazebo/gui/TimePanelPrivate.hh
 create mode 100644 gazebo/gui/TimeWidget.cc
 create mode 100644 gazebo/gui/TimeWidget.hh
 create mode 100644 gazebo/gui/TimeWidgetPrivate.hh
 create mode 100644 gazebo/gui/TimeWidget_TEST.cc
 create mode 100644 gazebo/gui/TimeWidget_TEST.hh
 create mode 100644 gazebo/gui/ViewAngleWidget.cc
 create mode 100644 gazebo/gui/ViewAngleWidget.hh
 create mode 100644 gazebo/gui/ViewAngleWidgetPrivate.hh
 create mode 100644 gazebo/gui/ViewAngleWidget_TEST.cc
 create mode 100644 gazebo/gui/ViewAngleWidget_TEST.hh
 create mode 100644 gazebo/gui/building/BaseInspectorDialog.cc
 create mode 100644 gazebo/gui/building/BaseInspectorDialog.hh
 delete mode 100644 gazebo/gui/building/FinishBuildingDialog.cc
 delete mode 100644 gazebo/gui/building/FinishBuildingDialog.hh
 create mode 100644 gazebo/gui/images/com.png
 create mode 100644 gazebo/gui/images/down_spin_arrow.png
 create mode 100644 gazebo/gui/images/down_spin_arrow_disabled.png
 create mode 100644 gazebo/gui/images/log_pause.png
 create mode 100644 gazebo/gui/images/log_play.png
 create mode 100644 gazebo/gui/images/log_record.png
 create mode 100644 gazebo/gui/images/log_record.svg
 create mode 100644 gazebo/gui/images/log_step_forward.png
 create mode 100644 gazebo/gui/images/splash.svg
 create mode 100644 gazebo/gui/images/trashcan.png
 create mode 100644 gazebo/gui/images/up_spin_arrow.png
 create mode 100644 gazebo/gui/images/up_spin_arrow_disabled.png
 create mode 100644 gazebo/gui/images/view_angle_back.png
 create mode 100644 gazebo/gui/images/view_angle_back.svg
 create mode 100644 gazebo/gui/images/view_angle_bottom.png
 create mode 100644 gazebo/gui/images/view_angle_bottom.svg
 create mode 100644 gazebo/gui/images/view_angle_front.png
 create mode 100644 gazebo/gui/images/view_angle_front.svg
 create mode 100644 gazebo/gui/images/view_angle_home.png
 create mode 100644 gazebo/gui/images/view_angle_home.svg
 create mode 100644 gazebo/gui/images/view_angle_left.png
 create mode 100644 gazebo/gui/images/view_angle_left.svg
 create mode 100644 gazebo/gui/images/view_angle_right.png
 create mode 100644 gazebo/gui/images/view_angle_right.svg
 create mode 100644 gazebo/gui/images/view_angle_top.png
 create mode 100644 gazebo/gui/images/view_angle_top.svg
 create mode 100644 gazebo/gui/model/CollisionConfig.cc
 create mode 100644 gazebo/gui/model/CollisionConfig.hh
 create mode 100644 gazebo/gui/model/ExtrudeDialog.cc
 create mode 100644 gazebo/gui/model/ExtrudeDialog.hh
 create mode 100644 gazebo/gui/model/ExtrudeDialogPrivate.hh
 create mode 100644 gazebo/gui/model/ExtrudeDialog_TEST.cc
 create mode 100644 gazebo/gui/model/ExtrudeDialog_TEST.hh
 create mode 100644 gazebo/gui/model/GraphScene.cc
 create mode 100644 gazebo/gui/model/GraphScene.hh
 create mode 100644 gazebo/gui/model/GraphView.cc
 create mode 100644 gazebo/gui/model/GraphView.hh
 create mode 100644 gazebo/gui/model/LinkConfig.cc
 create mode 100644 gazebo/gui/model/LinkConfig.hh
 create mode 100644 gazebo/gui/model/LinkInspector.cc
 create mode 100644 gazebo/gui/model/LinkInspector.hh
 create mode 100644 gazebo/gui/model/ModelCreator_TEST.cc
 create mode 100644 gazebo/gui/model/ModelCreator_TEST.hh
 create mode 100644 gazebo/gui/model/ModelData.cc
 create mode 100644 gazebo/gui/model/ModelEditorPalette_TEST.cc
 create mode 100644 gazebo/gui/model/ModelEditorPalette_TEST.hh
 create mode 100644 gazebo/gui/model/ModelEditorPrivate.hh
 create mode 100644 gazebo/gui/model/ModelEditor_TEST.cc
 create mode 100644 gazebo/gui/model/ModelEditor_TEST.hh
 create mode 100644 gazebo/gui/model/SchematicViewWidget.cc
 create mode 100644 gazebo/gui/model/SchematicViewWidget.hh
 create mode 100644 gazebo/gui/model/SchematicViewWidget_TEST.cc
 create mode 100644 gazebo/gui/model/SchematicViewWidget_TEST.hh
 create mode 100644 gazebo/gui/model/VisualConfig.cc
 create mode 100644 gazebo/gui/model/VisualConfig.hh
 create mode 100644 gazebo/gui/model/qgv/CMakeLists.txt
 create mode 100644 gazebo/gui/model/qgv/GraphViz.pri
 create mode 100644 gazebo/gui/model/qgv/LICENSE.txt
 create mode 100644 gazebo/gui/model/qgv/QGVCore.pro
 create mode 100644 gazebo/gui/model/qgv/QGVEdge.cpp
 create mode 100644 gazebo/gui/model/qgv/QGVEdge.h
 create mode 100644 gazebo/gui/model/qgv/QGVNode.cpp
 create mode 100644 gazebo/gui/model/qgv/QGVNode.h
 create mode 100644 gazebo/gui/model/qgv/QGVScene.cpp
 create mode 100644 gazebo/gui/model/qgv/QGVScene.h
 create mode 100644 gazebo/gui/model/qgv/QGVSubGraph.cpp
 create mode 100644 gazebo/gui/model/qgv/QGVSubGraph.h
 create mode 100644 gazebo/gui/model/qgv/private/QGVCore.cpp
 create mode 100644 gazebo/gui/model/qgv/private/QGVCore.h
 create mode 100644 gazebo/gui/model/qgv/private/QGVEdgePrivate.cpp
 create mode 100644 gazebo/gui/model/qgv/private/QGVEdgePrivate.h
 create mode 100644 gazebo/gui/model/qgv/private/QGVGraphPrivate.cpp
 create mode 100644 gazebo/gui/model/qgv/private/QGVGraphPrivate.h
 create mode 100644 gazebo/gui/model/qgv/private/QGVGvcPrivate.cpp
 create mode 100644 gazebo/gui/model/qgv/private/QGVGvcPrivate.h
 create mode 100644 gazebo/gui/model/qgv/private/QGVNodePrivate.cpp
 create mode 100644 gazebo/gui/model/qgv/private/QGVNodePrivate.h
 create mode 100644 gazebo/gui/model/qgv/qgv.h
 create mode 100644 gazebo/msgs/altimeter.proto
 create mode 100644 gazebo/msgs/cessna.proto
 create mode 100644 gazebo/msgs/log_playback_control.proto
 create mode 100644 gazebo/msgs/log_playback_stats.proto
 create mode 100644 gazebo/msgs/magnetometer.proto
 create mode 100644 gazebo/msgs/rest_error.proto
 create mode 100644 gazebo/msgs/rest_login.proto
 create mode 100644 gazebo/msgs/rest_logout.proto
 create mode 100644 gazebo/msgs/rest_post.proto
 create mode 100644 gazebo/physics/FixedJoint.hh
 create mode 100644 gazebo/physics/PresetManager.cc
 create mode 100644 gazebo/physics/PresetManager.hh
 create mode 100644 gazebo/physics/PresetManagerPrivate.hh
 create mode 100644 gazebo/physics/PresetManager_TEST.cc
 create mode 100644 gazebo/physics/bullet/BulletFixedJoint.cc
 create mode 100644 gazebo/physics/bullet/BulletFixedJoint.hh
 create mode 100644 gazebo/physics/dart/DARTBoxShape.cc
 create mode 100644 gazebo/physics/dart/DARTBoxShapePrivate.hh
 create mode 100644 gazebo/physics/dart/DARTCollisionPrivate.hh
 create mode 100644 gazebo/physics/dart/DARTCylinderShape.cc
 create mode 100644 gazebo/physics/dart/DARTCylinderShapePrivate.hh
 create mode 100644 gazebo/physics/dart/DARTFixedJoint.cc
 create mode 100644 gazebo/physics/dart/DARTFixedJoint.hh
 create mode 100644 gazebo/physics/dart/DARTHeightmapShapePrivate.hh
 create mode 100644 gazebo/physics/dart/DARTJointPrivate.hh
 create mode 100644 gazebo/physics/dart/DARTLinkPrivate.hh
 create mode 100644 gazebo/physics/dart/DARTMeshPrivate.hh
 create mode 100644 gazebo/physics/dart/DARTMeshShapePrivate.hh
 create mode 100644 gazebo/physics/dart/DARTModelPrivate.hh
 create mode 100644 gazebo/physics/dart/DARTMultiRayShapePrivate.hh
 create mode 100644 gazebo/physics/dart/DARTPhysicsPrivate.hh
 create mode 100644 gazebo/physics/dart/DARTPlaneShape.cc
 create mode 100644 gazebo/physics/dart/DARTPlaneShapePrivate.hh
 create mode 100644 gazebo/physics/dart/DARTPolylineShapePrivate.hh
 create mode 100644 gazebo/physics/dart/DARTRayShapePrivate.hh
 create mode 100644 gazebo/physics/dart/DARTSphereShape.cc
 create mode 100644 gazebo/physics/dart/DARTSphereShapePrivate.hh
 create mode 100644 gazebo/physics/dart/DARTSurfaceParams.cc
 create mode 100644 gazebo/physics/dart/DARTSurfaceParams.hh
 create mode 100644 gazebo/physics/dart/DARTSurfaceParamsPrivate.hh
 create mode 100644 gazebo/physics/ode/ODEFixedJoint.cc
 create mode 100644 gazebo/physics/ode/ODEFixedJoint.hh
 create mode 100644 gazebo/physics/ode/ODEPhysicsPrivate.hh
 create mode 100644 gazebo/physics/simbody/SimbodyFixedJoint.cc
 create mode 100644 gazebo/physics/simbody/SimbodyFixedJoint.hh
 create mode 100644 gazebo/rendering/ApplyWrenchVisual.cc
 create mode 100644 gazebo/rendering/ApplyWrenchVisual.hh
 create mode 100644 gazebo/rendering/ApplyWrenchVisualPrivate.hh
 create mode 100644 gazebo/rendering/COMVisual_TEST.cc
 create mode 100644 gazebo/rendering/InertiaVisual.cc
 create mode 100644 gazebo/rendering/InertiaVisual.hh
 create mode 100644 gazebo/rendering/InertiaVisualPrivate.hh
 create mode 100644 gazebo/rendering/LinkFrameVisual.cc
 create mode 100644 gazebo/rendering/LinkFrameVisual.hh
 create mode 100644 gazebo/rendering/LinkFrameVisualPrivate.hh
 create mode 100644 gazebo/rendering/LinkFrameVisual_TEST.cc
 create mode 100644 gazebo/rendering/OculusCameraPrivate.hh
 create mode 100644 gazebo/rendering/OriginVisual.cc
 create mode 100644 gazebo/rendering/OriginVisual.hh
 create mode 100644 gazebo/rendering/OriginVisualPrivate.hh
 create mode 100644 gazebo/rendering/OriginVisual_TEST.cc
 create mode 100644 gazebo/rendering/OrthoViewController.cc
 create mode 100644 gazebo/rendering/OrthoViewController.hh
 create mode 100644 gazebo/rendering/OrthoViewControllerPrivate.hh
 create mode 100644 gazebo/rendering/Scene_TEST.cc
 create mode 100644 gazebo/rendering/SelectionObj_TEST.cc
 create mode 100644 gazebo/sensors/AltimeterSensor.cc
 create mode 100644 gazebo/sensors/AltimeterSensor.hh
 create mode 100644 gazebo/sensors/AltimeterSensorPrivate.hh
 create mode 100644 gazebo/sensors/AltimeterSensor_TEST.cc
 create mode 100644 gazebo/sensors/MagnetometerSensor.cc
 create mode 100644 gazebo/sensors/MagnetometerSensor.hh
 create mode 100644 gazebo/sensors/MagnetometerSensorPrivate.hh
 create mode 100644 gazebo/sensors/MagnetometerSensor_TEST.cc
 create mode 100644 gazebo/test/CMakeLists.txt
 create mode 100644 gazebo/test/ServerFixture.cc
 create mode 100644 gazebo/test/ServerFixture.hh
 create mode 100644 gazebo/test/ServerFixtureRecord.cc
 create mode 100644 gazebo/test/helper_physics_generator.hh
 create mode 100644 gazebo/util/LogPlay_TEST.cc
 create mode 100644 ign-math-migration.md
 delete mode 100644 media/fonts/maiden.ttf
 delete mode 100644 media/fonts/sample.fontdef
 delete mode 100644 media/fonts/solo5.ttf
 create mode 100644 media/gui/fonts/BITSTREAM-LICENSE
 delete mode 100644 media/gui/fonts/baemuk.txt
 create mode 100644 media/materials/programs/OculusDistortionFragment.glsl
 create mode 100644 media/materials/programs/OculusDistortionVertex.glsl
 delete mode 100644 media/materials/programs/warp.vert
 delete mode 100644 media/materials/programs/warpWithChromeAb.frag
 delete mode 100644 media/materials/scripts/glsl120.program
 delete mode 100644 media/materials/scripts/oculus.compositor
 create mode 100644 media/materials/scripts/oculus.material
 delete mode 100644 media/materials/scripts/warp.material
 create mode 100644 media/materials/textures/com.png
 create mode 100644 media/materials/textures/runway.png
 create mode 100644 plugins/ActuatorPlugin.cc
 create mode 100644 plugins/ActuatorPlugin.hh
 create mode 100644 plugins/BuoyancyPlugin.cc
 create mode 100644 plugins/BuoyancyPlugin.hh
 create mode 100644 plugins/CessnaGUIPlugin.cc
 create mode 100644 plugins/CessnaGUIPlugin.hh
 create mode 100644 plugins/CessnaPlugin.cc
 create mode 100644 plugins/CessnaPlugin.hh
 create mode 100644 plugins/ElevatorPlugin.cc
 create mode 100644 plugins/ElevatorPlugin.hh
 create mode 100644 plugins/ElevatorPluginPrivate.hh
 create mode 100644 plugins/TransporterPlugin.cc
 create mode 100644 plugins/TransporterPlugin.hh
 create mode 100644 plugins/TransporterPluginPrivate.hh
 create mode 100644 plugins/events/OccupiedEventSource.cc
 create mode 100644 plugins/events/OccupiedEventSource.hh
 create mode 100644 plugins/events/Region.cc
 create mode 100644 plugins/events/Region.hh
 create mode 100644 plugins/rest_web/CMakeLists.txt
 create mode 100644 plugins/rest_web/RestApi.cc
 create mode 100644 plugins/rest_web/RestApi.hh
 create mode 100644 plugins/rest_web/RestException.hh
 create mode 100644 plugins/rest_web/RestUiLoginDialog.cc
 create mode 100644 plugins/rest_web/RestUiLoginDialog.hh
 create mode 100644 plugins/rest_web/RestUiLogoutDialog.cc
 create mode 100644 plugins/rest_web/RestUiLogoutDialog.hh
 create mode 100644 plugins/rest_web/RestUiPlugin.cc
 create mode 100644 plugins/rest_web/RestUiPlugin.hh
 create mode 100644 plugins/rest_web/RestUiWidget.cc
 create mode 100644 plugins/rest_web/RestUiWidget.hh
 create mode 100644 plugins/rest_web/RestWebPlugin.cc
 create mode 100644 plugins/rest_web/RestWebPlugin.hh
 delete mode 100644 test/ServerFixture.cc
 delete mode 100644 test/ServerFixture.hh
 create mode 100644 test/data/svg/arc_circle.svg
 create mode 100644 test/data/svg/arc_test.svg
 create mode 100644 test/data/svg/capsule.svg
 create mode 100644 test/data/svg/chassis.svg
 create mode 100644 test/data/svg/loader.svg
 delete mode 100644 test/examples/example_plugins.cc
 create mode 100644 test/examples/examples_build.cc
 delete mode 100644 test/integration/helper_physics_generator.hh
 create mode 100644 test/integration/joint_get_force_torque.cc
 create mode 100644 test/integration/physics_presets.cc
 create mode 100644 test/integration/rest_web.cc
 create mode 100644 test/integration/speed_thread_pr2.cc
 create mode 100644 test/integration/swarm.cc
 create mode 100644 test/integration/transporter.cc
 create mode 100644 test/logs/invalidHeader.log
 create mode 100644 test/logs/state.log
 create mode 100644 test/logs/state2.log
 create mode 100755 test/plugins/rest-web/gzclient.bash
 create mode 100755 test/plugins/rest-web/gzserver.bash
 create mode 100644 test/plugins/rest-web/key-cert.pem
 create mode 100644 test/plugins/rest-web/key.pem
 create mode 100644 test/plugins/rest-web/package.json
 create mode 100644 test/plugins/rest-web/readme.txt
 create mode 100644 test/plugins/rest-web/server.js
 create mode 100644 test/regression/1569_hydra_crash.cc
 create mode 100644 test/regression/351_world_step.cc
 create mode 100644 test/regression/602_unsubscribe_segfault.cc
 create mode 100644 test/worlds/collide_bitmask.world
 create mode 100644 test/worlds/contact_sensors_multiple.world
 create mode 100644 test/worlds/hydra_test.world
 create mode 100644 test/worlds/laser_lines_test.world
 create mode 100644 test/worlds/model_self_collide.world
 create mode 100644 test/worlds/ortho_box.world
 create mode 100644 test/worlds/pr2_no_sensors_test.world
 create mode 100644 test/worlds/presets.world
 create mode 100644 test/worlds/presets_nodefault.world
 create mode 100644 test/worlds/rest_web.world
 create mode 100644 test/worlds/test_altimeter_linear_angular.world
 create mode 100644 test/worlds/test_altimeter_rotation.world
 create mode 100644 test/worlds/test_layers.world
 create mode 100644 test/worlds/transporter_test.world
 create mode 100644 test/worlds/usercamera_test.world
 create mode 100644 test/worlds/world_step.world
 create mode 100644 tools/junit_to_csv.rb
 create mode 100644 win_addpath.bat
 delete mode 100644 worlds/arat.world
 create mode 100644 worlds/cessna_demo.world
 create mode 100644 worlds/elevator.world
 create mode 100644 worlds/flocking.world
 create mode 100644 worlds/flocking.world.erb
 create mode 100644 worlds/imu_demo.world
 create mode 100644 worlds/magnetometer.world
 create mode 100644 worlds/ortho.world
 create mode 100644 worlds/osrf_elevator.world
 create mode 100644 worlds/shapes_bitmask.world
 create mode 100644 worlds/shapes_layers.world
 create mode 100644 worlds/transporter.world
 create mode 100644 worlds/underwater.world

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/gazebo.git



More information about the debian-science-commits mailing list