]> Dogcows Code - chaz/yoink/commit
the massive refactoring effort
authorCharles McGarvey <chazmcgarvey@brokenzipper.com>
Mon, 24 May 2010 23:19:31 +0000 (17:19 -0600)
committerCharles McGarvey <chazmcgarvey@brokenzipper.com>
Mon, 24 May 2010 23:19:31 +0000 (17:19 -0600)
commit831f04d4bc19a390415ac0bbac4331c7a65509bc
tree45125371547e9f1a4106944da311a5ab9343fe76
parent299af4f2047e767e5d79501c26444473bda64c64
the massive refactoring effort
240 files changed:
COPYING
Doxyfile [new file with mode: 0644]
README
configure.ac
src/Animation.cc
src/Animation.hh
src/Character.cc
src/Character.hh
src/ErrorHandler.cc [deleted file]
src/ErrorHandler.hh [deleted file]
src/GameLayer.cc
src/GameLayer.hh
src/GameState.hh
src/Heroine.cc
src/Heroine.hh
src/Hud.cc
src/Hud.hh
src/Main.cc
src/Main.hh
src/Makefile.am
src/Moof/Backend.cc [deleted file]
src/Moof/Camera.cc [deleted file]
src/Moof/Camera.hh [deleted file]
src/Moof/Dispatch.cc [deleted file]
src/Moof/Dispatch.hh [deleted file]
src/Moof/Entity.hh [deleted file]
src/Moof/Error.hh [deleted file]
src/Moof/Frustum.cc [deleted file]
src/Moof/Frustum.hh [deleted file]
src/Moof/Image.hh [deleted file]
src/Moof/Interpolator.hh [deleted file]
src/Moof/Log.cc [deleted file]
src/Moof/Math.hh [deleted file]
src/Moof/ModalDialog.hh [deleted file]
src/Moof/Octree.hh [deleted file]
src/Moof/Plane.cc [deleted file]
src/Moof/Ray.hh [deleted file]
src/Moof/Resource.hh [deleted file]
src/Moof/RigidBody.hh [deleted file]
src/Moof/Script.hh [deleted file]
src/Moof/Socket.hh [deleted file]
src/Moof/Sound.cc [deleted file]
src/Moof/Sound.hh [deleted file]
src/Moof/StringTools.hh [deleted file]
src/Moof/Texture.cc [deleted file]
src/Moof/Timer.cc [deleted file]
src/Moof/Transition.hh [deleted file]
src/Moof/Video.cc [deleted file]
src/Moof/Video.hh [deleted file]
src/Moof/View.cc [deleted file]
src/Scene.cc
src/Scene.hh
src/TilemapFont.cc
src/TilemapFont.hh
src/TitleLayer.cc
src/TitleLayer.hh
src/Typesetter.hh
src/moof/ConvertUTF.c [moved from src/Moof/ConvertUTF.c with 100% similarity]
src/moof/ConvertUTF.h [moved from src/Moof/ConvertUTF.h with 100% similarity]
src/moof/aabb.cc [moved from src/Moof/Aabb.cc with 75% similarity]
src/moof/aabb.hh [moved from src/Moof/Aabb.hh with 64% similarity]
src/moof/backend.cc [new file with mode: 0644]
src/moof/backend.hh [moved from src/Moof/Backend.hh with 56% similarity]
src/moof/camera.cc [new file with mode: 0644]
src/moof/camera.hh [new file with mode: 0644]
src/moof/cml/cml.h [moved from src/Moof/cml/cml.h with 100% similarity]
src/moof/cml/constants.h [moved from src/Moof/cml/constants.h with 100% similarity]
src/moof/cml/core/cml_assert.h [moved from src/Moof/cml/core/cml_assert.h with 100% similarity]
src/moof/cml/core/cml_meta.h [moved from src/Moof/cml/core/cml_meta.h with 100% similarity]
src/moof/cml/core/common.h [moved from src/Moof/cml/core/common.h with 100% similarity]
src/moof/cml/core/dynamic_1D.h [moved from src/Moof/cml/core/dynamic_1D.h with 100% similarity]
src/moof/cml/core/dynamic_2D.h [moved from src/Moof/cml/core/dynamic_2D.h with 100% similarity]
src/moof/cml/core/external_1D.h [moved from src/Moof/cml/core/external_1D.h with 100% similarity]
src/moof/cml/core/external_2D.h [moved from src/Moof/cml/core/external_2D.h with 100% similarity]
src/moof/cml/core/fixed_1D.h [moved from src/Moof/cml/core/fixed_1D.h with 100% similarity]
src/moof/cml/core/fixed_2D.h [moved from src/Moof/cml/core/fixed_2D.h with 100% similarity]
src/moof/cml/core/fwd.h [moved from src/Moof/cml/core/fwd.h with 100% similarity]
src/moof/cml/core/meta/common.h [moved from src/Moof/cml/core/meta/common.h with 100% similarity]
src/moof/cml/core/meta/if.h [moved from src/Moof/cml/core/meta/if.h with 100% similarity]
src/moof/cml/core/meta/switch.h [moved from src/Moof/cml/core/meta/switch.h with 100% similarity]
src/moof/cml/defaults.h [moved from src/Moof/cml/defaults.h with 100% similarity]
src/moof/cml/dynamic.h [moved from src/Moof/cml/dynamic.h with 100% similarity]
src/moof/cml/et/array_promotions.h [moved from src/Moof/cml/et/array_promotions.h with 100% similarity]
src/moof/cml/et/scalar_ops.h [moved from src/Moof/cml/et/scalar_ops.h with 100% similarity]
src/moof/cml/et/scalar_promotions.h [moved from src/Moof/cml/et/scalar_promotions.h with 100% similarity]
src/moof/cml/et/size_checking.h [moved from src/Moof/cml/et/size_checking.h with 100% similarity]
src/moof/cml/et/tags.h [moved from src/Moof/cml/et/tags.h with 100% similarity]
src/moof/cml/et/traits.h [moved from src/Moof/cml/et/traits.h with 100% similarity]
src/moof/cml/external.h [moved from src/Moof/cml/external.h with 100% similarity]
src/moof/cml/fixed.h [moved from src/Moof/cml/fixed.h with 100% similarity]
src/moof/cml/mathlib/checking.h [moved from src/Moof/cml/mathlib/checking.h with 100% similarity]
src/moof/cml/mathlib/coord_conversion.h [moved from src/Moof/cml/mathlib/coord_conversion.h with 100% similarity]
src/moof/cml/mathlib/epsilon.h [moved from src/Moof/cml/mathlib/epsilon.h with 100% similarity]
src/moof/cml/mathlib/frustum.h [moved from src/Moof/cml/mathlib/frustum.h with 100% similarity]
src/moof/cml/mathlib/helper.h [moved from src/Moof/cml/mathlib/helper.h with 100% similarity]
src/moof/cml/mathlib/interpolation.h [moved from src/Moof/cml/mathlib/interpolation.h with 100% similarity]
src/moof/cml/mathlib/mathlib.h [moved from src/Moof/cml/mathlib/mathlib.h with 100% similarity]
src/moof/cml/mathlib/matrix_basis.h [moved from src/Moof/cml/mathlib/matrix_basis.h with 100% similarity]
src/moof/cml/mathlib/matrix_concat.h [moved from src/Moof/cml/mathlib/matrix_concat.h with 100% similarity]
src/moof/cml/mathlib/matrix_misc.h [moved from src/Moof/cml/mathlib/matrix_misc.h with 100% similarity]
src/moof/cml/mathlib/matrix_ortho.h [moved from src/Moof/cml/mathlib/matrix_ortho.h with 100% similarity]
src/moof/cml/mathlib/matrix_projection.h [moved from src/Moof/cml/mathlib/matrix_projection.h with 100% similarity]
src/moof/cml/mathlib/matrix_rotation.h [moved from src/Moof/cml/mathlib/matrix_rotation.h with 100% similarity]
src/moof/cml/mathlib/matrix_transform.h [moved from src/Moof/cml/mathlib/matrix_transform.h with 100% similarity]
src/moof/cml/mathlib/matrix_translation.h [moved from src/Moof/cml/mathlib/matrix_translation.h with 100% similarity]
src/moof/cml/mathlib/misc.h [moved from src/Moof/cml/mathlib/misc.h with 100% similarity]
src/moof/cml/mathlib/picking.h [moved from src/Moof/cml/mathlib/picking.h with 100% similarity]
src/moof/cml/mathlib/projection.h [moved from src/Moof/cml/mathlib/projection.h with 100% similarity]
src/moof/cml/mathlib/quaternion_basis.h [moved from src/Moof/cml/mathlib/quaternion_basis.h with 100% similarity]
src/moof/cml/mathlib/quaternion_rotation.h [moved from src/Moof/cml/mathlib/quaternion_rotation.h with 100% similarity]
src/moof/cml/mathlib/typedef.h [moved from src/Moof/cml/mathlib/typedef.h with 100% similarity]
src/moof/cml/mathlib/vector_angle.h [moved from src/Moof/cml/mathlib/vector_angle.h with 100% similarity]
src/moof/cml/mathlib/vector_misc.h [moved from src/Moof/cml/mathlib/vector_misc.h with 100% similarity]
src/moof/cml/mathlib/vector_ortho.h [moved from src/Moof/cml/mathlib/vector_ortho.h with 100% similarity]
src/moof/cml/mathlib/vector_transform.h [moved from src/Moof/cml/mathlib/vector_transform.h with 100% similarity]
src/moof/cml/matrix.h [moved from src/Moof/cml/matrix.h with 100% similarity]
src/moof/cml/matrix/class_ops.h [moved from src/Moof/cml/matrix/class_ops.h with 100% similarity]
src/moof/cml/matrix/determinant.h [moved from src/Moof/cml/matrix/determinant.h with 100% similarity]
src/moof/cml/matrix/dynamic.h [moved from src/Moof/cml/matrix/dynamic.h with 100% similarity]
src/moof/cml/matrix/external.h [moved from src/Moof/cml/matrix/external.h with 100% similarity]
src/moof/cml/matrix/fixed.h [moved from src/Moof/cml/matrix/fixed.h with 100% similarity]
src/moof/cml/matrix/inverse.h [moved from src/Moof/cml/matrix/inverse.h with 100% similarity]
src/moof/cml/matrix/lu.h [moved from src/Moof/cml/matrix/lu.h with 100% similarity]
src/moof/cml/matrix/matop_macros.h [moved from src/Moof/cml/matrix/matop_macros.h with 100% similarity]
src/moof/cml/matrix/matrix_comparison.h [moved from src/Moof/cml/matrix/matrix_comparison.h with 100% similarity]
src/moof/cml/matrix/matrix_expr.h [moved from src/Moof/cml/matrix/matrix_expr.h with 100% similarity]
src/moof/cml/matrix/matrix_functions.h [moved from src/Moof/cml/matrix/matrix_functions.h with 100% similarity]
src/moof/cml/matrix/matrix_mul.h [moved from src/Moof/cml/matrix/matrix_mul.h with 100% similarity]
src/moof/cml/matrix/matrix_ops.h [moved from src/Moof/cml/matrix/matrix_ops.h with 100% similarity]
src/moof/cml/matrix/matrix_print.h [moved from src/Moof/cml/matrix/matrix_print.h with 100% similarity]
src/moof/cml/matrix/matrix_promotions.h [moved from src/Moof/cml/matrix/matrix_promotions.h with 100% similarity]
src/moof/cml/matrix/matrix_rowcol.h [moved from src/Moof/cml/matrix/matrix_rowcol.h with 100% similarity]
src/moof/cml/matrix/matrix_traits.h [moved from src/Moof/cml/matrix/matrix_traits.h with 100% similarity]
src/moof/cml/matrix/matrix_transpose.h [moved from src/Moof/cml/matrix/matrix_transpose.h with 100% similarity]
src/moof/cml/matrix/matrix_unroller.h [moved from src/Moof/cml/matrix/matrix_unroller.h with 100% similarity]
src/moof/cml/matvec/matvec_mul.h [moved from src/Moof/cml/matvec/matvec_mul.h with 100% similarity]
src/moof/cml/matvec/matvec_promotions.h [moved from src/Moof/cml/matvec/matvec_promotions.h with 100% similarity]
src/moof/cml/quaternion.h [moved from src/Moof/cml/quaternion.h with 100% similarity]
src/moof/cml/quaternion/conjugate.h [moved from src/Moof/cml/quaternion/conjugate.h with 100% similarity]
src/moof/cml/quaternion/inverse.h [moved from src/Moof/cml/quaternion/inverse.h with 100% similarity]
src/moof/cml/quaternion/quaternion.h [moved from src/Moof/cml/quaternion/quaternion.h with 100% similarity]
src/moof/cml/quaternion/quaternion_comparison.h [moved from src/Moof/cml/quaternion/quaternion_comparison.h with 100% similarity]
src/moof/cml/quaternion/quaternion_dot.h [moved from src/Moof/cml/quaternion/quaternion_dot.h with 100% similarity]
src/moof/cml/quaternion/quaternion_expr.h [moved from src/Moof/cml/quaternion/quaternion_expr.h with 100% similarity]
src/moof/cml/quaternion/quaternion_functions.h [moved from src/Moof/cml/quaternion/quaternion_functions.h with 100% similarity]
src/moof/cml/quaternion/quaternion_mul.h [moved from src/Moof/cml/quaternion/quaternion_mul.h with 100% similarity]
src/moof/cml/quaternion/quaternion_ops.h [moved from src/Moof/cml/quaternion/quaternion_ops.h with 100% similarity]
src/moof/cml/quaternion/quaternion_print.h [moved from src/Moof/cml/quaternion/quaternion_print.h with 100% similarity]
src/moof/cml/quaternion/quaternion_promotions.h [moved from src/Moof/cml/quaternion/quaternion_promotions.h with 100% similarity]
src/moof/cml/quaternion/quaternion_traits.h [moved from src/Moof/cml/quaternion/quaternion_traits.h with 100% similarity]
src/moof/cml/quaternion/quatop_macros.h [moved from src/Moof/cml/quaternion/quatop_macros.h with 100% similarity]
src/moof/cml/util.h [moved from src/Moof/cml/util.h with 100% similarity]
src/moof/cml/vector.h [moved from src/Moof/cml/vector.h with 100% similarity]
src/moof/cml/vector/class_ops.h [moved from src/Moof/cml/vector/class_ops.h with 100% similarity]
src/moof/cml/vector/dynamic.h [moved from src/Moof/cml/vector/dynamic.h with 100% similarity]
src/moof/cml/vector/external.h [moved from src/Moof/cml/vector/external.h with 100% similarity]
src/moof/cml/vector/fixed.h [moved from src/Moof/cml/vector/fixed.h with 100% similarity]
src/moof/cml/vector/vecop_macros.h [moved from src/Moof/cml/vector/vecop_macros.h with 100% similarity]
src/moof/cml/vector/vector_comparison.h [moved from src/Moof/cml/vector/vector_comparison.h with 100% similarity]
src/moof/cml/vector/vector_expr.h [moved from src/Moof/cml/vector/vector_expr.h with 100% similarity]
src/moof/cml/vector/vector_functions.h [moved from src/Moof/cml/vector/vector_functions.h with 100% similarity]
src/moof/cml/vector/vector_ops.h [moved from src/Moof/cml/vector/vector_ops.h with 100% similarity]
src/moof/cml/vector/vector_print.h [moved from src/Moof/cml/vector/vector_print.h with 100% similarity]
src/moof/cml/vector/vector_products.h [moved from src/Moof/cml/vector/vector_products.h with 100% similarity]
src/moof/cml/vector/vector_promotions.h [moved from src/Moof/cml/vector/vector_promotions.h with 100% similarity]
src/moof/cml/vector/vector_traits.h [moved from src/Moof/cml/vector/vector_traits.h with 100% similarity]
src/moof/cml/vector/vector_unroller.h [moved from src/Moof/cml/vector/vector_unroller.h with 100% similarity]
src/moof/contact.hh [moved from src/Moof/Contact.hh with 56% similarity]
src/moof/cullable.hh [moved from src/Moof/Cullable.hh with 70% similarity]
src/moof/dispatcher.cc [new file with mode: 0644]
src/moof/dispatcher.hh [new file with mode: 0644]
src/moof/drawable.hh [moved from src/Moof/Drawable.hh with 67% similarity]
src/moof/entity.hh [new file with mode: 0644]
src/moof/event.hh [moved from src/Moof/Event.hh with 50% similarity]
src/moof/fastevents.c [moved from src/Moof/fastevents.c with 100% similarity]
src/moof/fastevents.h [moved from src/Moof/fastevents.h with 100% similarity]
src/moof/frustum.cc [new file with mode: 0644]
src/moof/frustum.hh [new file with mode: 0644]
src/moof/hash.cc [moved from src/Moof/HashTools.cc with 91% similarity]
src/moof/hash.hh [moved from src/Moof/HashTools.hh with 53% similarity]
src/moof/image.cc [moved from src/Moof/Image.cc with 62% similarity]
src/moof/image.hh [new file with mode: 0644]
src/moof/interpolator.hh [new file with mode: 0644]
src/moof/line.hh [moved from src/Moof/Line.hh with 55% similarity]
src/moof/log.cc [new file with mode: 0644]
src/moof/log.hh [moved from src/Moof/Log.hh with 66% similarity]
src/moof/manager.hh [moved from src/Moof/Manager.hh with 50% similarity]
src/moof/math.hh [new file with mode: 0644]
src/moof/modal_dialog.hh [new file with mode: 0644]
src/moof/network.hh [moved from src/Moof/Network.hh with 64% similarity]
src/moof/opengl.hh [moved from src/Moof/OpenGL.hh with 86% similarity]
src/moof/packet.cc [moved from src/Moof/Packet.cc with 60% similarity]
src/moof/packet.hh [moved from src/Moof/Packet.hh with 59% similarity]
src/moof/plane.cc [new file with mode: 0644]
src/moof/plane.hh [moved from src/Moof/Plane.hh with 56% similarity]
src/moof/ray.hh [new file with mode: 0644]
src/moof/resource.cc [moved from src/Moof/Resource.cc with 69% similarity]
src/moof/resource.hh [new file with mode: 0644]
src/moof/rigid_body.hh [new file with mode: 0644]
src/moof/script.hh [new file with mode: 0644]
src/moof/service.cc [moved from src/Moof/Service.cc with 60% similarity]
src/moof/service.hh [moved from src/Moof/Service.hh with 68% similarity]
src/moof/settings.cc [moved from src/Moof/Settings.cc with 55% similarity]
src/moof/settings.hh [moved from src/Moof/Settings.hh with 53% similarity]
src/moof/shape.hh [moved from src/Moof/Shape.hh with 50% similarity]
src/moof/socket.hh [new file with mode: 0644]
src/moof/sound.cc [new file with mode: 0644]
src/moof/sound.hh [new file with mode: 0644]
src/moof/sphere.cc [moved from src/Moof/Sphere.cc with 71% similarity]
src/moof/sphere.hh [moved from src/Moof/Sphere.hh with 52% similarity]
src/moof/stlplus/containers.hpp [moved from src/Moof/stlplus/containers.hpp with 100% similarity]
src/moof/stlplus/containers_fixes.hpp [moved from src/Moof/stlplus/containers_fixes.hpp with 100% similarity]
src/moof/stlplus/digraph.hpp [moved from src/Moof/stlplus/digraph.hpp with 100% similarity]
src/moof/stlplus/digraph.tpp [moved from src/Moof/stlplus/digraph.tpp with 100% similarity]
src/moof/stlplus/exceptions.hpp [moved from src/Moof/stlplus/exceptions.hpp with 100% similarity]
src/moof/stlplus/foursome.hpp [moved from src/Moof/stlplus/foursome.hpp with 100% similarity]
src/moof/stlplus/foursome.tpp [moved from src/Moof/stlplus/foursome.tpp with 100% similarity]
src/moof/stlplus/hash.hpp [moved from src/Moof/stlplus/hash.hpp with 100% similarity]
src/moof/stlplus/hash.tpp [moved from src/Moof/stlplus/hash.tpp with 100% similarity]
src/moof/stlplus/matrix.hpp [moved from src/Moof/stlplus/matrix.hpp with 100% similarity]
src/moof/stlplus/matrix.tpp [moved from src/Moof/stlplus/matrix.tpp with 100% similarity]
src/moof/stlplus/ntree.hpp [moved from src/Moof/stlplus/ntree.hpp with 100% similarity]
src/moof/stlplus/ntree.tpp [moved from src/Moof/stlplus/ntree.tpp with 100% similarity]
src/moof/stlplus/safe_iterator.hpp [moved from src/Moof/stlplus/safe_iterator.hpp with 100% similarity]
src/moof/stlplus/safe_iterator.tpp [moved from src/Moof/stlplus/safe_iterator.tpp with 100% similarity]
src/moof/stlplus/smart_ptr.hpp [moved from src/Moof/stlplus/smart_ptr.hpp with 100% similarity]
src/moof/stlplus/smart_ptr.tpp [moved from src/Moof/stlplus/smart_ptr.tpp with 100% similarity]
src/moof/stlplus/triple.hpp [moved from src/Moof/stlplus/triple.hpp with 100% similarity]
src/moof/stlplus/triple.tpp [moved from src/Moof/stlplus/triple.tpp with 100% similarity]
src/moof/string.cc [moved from src/Moof/StringTools.cc with 64% similarity]
src/moof/string.hh [new file with mode: 0644]
src/moof/texture.cc [new file with mode: 0644]
src/moof/texture.hh [moved from src/Moof/Texture.hh with 51% similarity]
src/moof/thread.hh [moved from src/Moof/Thread.hh with 72% similarity]
src/moof/timer.cc [new file with mode: 0644]
src/moof/timer.hh [moved from src/Moof/Timer.hh with 55% similarity]
src/moof/video.cc [new file with mode: 0644]
src/moof/video.hh [new file with mode: 0644]
src/moof/view.cc [new file with mode: 0644]
src/moof/view.hh [moved from src/Moof/View.hh with 59% similarity]
This page took 0.065872 seconds and 4 git commands to generate.