]> Dogcows Code - chaz/yoink/commit
extreme refactoring
authorCharles McGarvey <chazmcgarvey@brokenzipper.com>
Wed, 29 Jul 2009 09:22:35 +0000 (03:22 -0600)
committerCharles McGarvey <chazmcgarvey@brokenzipper.com>
Wed, 29 Jul 2009 09:22:35 +0000 (03:22 -0600)
commitc2321281bf12a7efaedde930422c7ddbc92080d4
tree80335d2c22247371baa904d292bedd6d4b959844
parent87bc17e55b0c1dc73ecc66df856d3f08fd7a7724
extreme refactoring
160 files changed:
src/Character.cc
src/Character.hh
src/Makefile.am
src/Moof/Aabb.hh [moved from src/aabb.hh with 84% similarity]
src/Moof/Animation.cc [moved from src/animation.cc with 67% similarity]
src/Moof/Animation.hh [moved from src/animation.hh with 84% similarity]
src/Moof/Camera.hh [moved from src/camera.hh with 93% similarity]
src/Moof/ConvertUTF.c [moved from src/ConvertUTF.c with 100% similarity]
src/Moof/ConvertUTF.h [moved from src/ConvertUTF.h with 100% similarity]
src/Moof/Cullable.hh [moved from src/cullable.hh with 84% similarity]
src/Moof/Deserializer.cc [moved from src/deserializer.cc with 66% similarity]
src/Moof/Deserializer.hh [moved from src/deserializer.hh with 86% similarity]
src/Moof/Dispatcher.cc [new file with mode: 0644]
src/Moof/Dispatcher.hh [moved from src/dispatcher.hh with 74% similarity]
src/Moof/Drawable.hh [moved from src/drawable.hh with 89% similarity]
src/Moof/Engine.cc [moved from src/engine.cc with 61% similarity]
src/Moof/Engine.hh [moved from src/engine.hh with 71% similarity]
src/Moof/Event.hh [moved from src/event.hh with 93% similarity]
src/Moof/Interpolator.hh [new file with mode: 0644]
src/Moof/Math.hh [moved from src/math.hh with 78% similarity]
src/Moof/Mippleton.hh [moved from src/mippleton.hh with 91% similarity]
src/Moof/OpenGL.hh [moved from src/opengl.hh with 87% similarity]
src/Moof/Profiler.hh [moved from src/profiler.hh with 91% similarity]
src/Moof/Random.cc [moved from src/random.cc with 82% similarity]
src/Moof/Random.hh [moved from src/random.hh with 88% similarity]
src/Moof/Resource.cc [moved from src/resource.cc with 81% similarity]
src/Moof/Resource.hh [moved from src/resource.hh with 87% similarity]
src/Moof/Scene.cc [moved from src/scene.cc with 70% similarity]
src/Moof/Scene.hh [moved from src/scene.hh with 84% similarity]
src/Moof/Serializable.cc [moved from src/serializable.cc with 74% similarity]
src/Moof/Serializable.hh [moved from src/serializable.hh with 50% similarity]
src/Moof/Serializer.cc [moved from src/serializer.cc with 56% similarity]
src/Moof/Serializer.hh [moved from src/serializer.hh with 86% similarity]
src/Moof/Settings.cc [moved from src/settings.cc with 78% similarity]
src/Moof/Settings.hh [moved from src/settings.hh with 75% similarity]
src/Moof/Singleton.hh [moved from src/singleton.hh with 80% similarity]
src/Moof/StringTools.cc [moved from src/stringtools.cc with 98% similarity]
src/Moof/StringTools.hh [moved from src/stringtools.hh with 93% similarity]
src/Moof/Texture.cc [moved from src/texture.cc with 83% similarity]
src/Moof/Texture.hh [moved from src/texture.hh with 83% similarity]
src/Moof/Thread.hh [new file with mode: 0644]
src/Moof/Tilemap.cc [moved from src/tilemap.cc with 64% similarity]
src/Moof/Tilemap.hh [moved from src/tilemap.hh with 82% similarity]
src/Moof/Timer.cc [moved from src/timer.cc with 86% similarity]
src/Moof/Timer.hh [moved from src/timer.hh with 91% similarity]
src/Moof/Video.cc [moved from src/video.cc with 72% similarity]
src/Moof/Video.hh [moved from src/video.hh with 82% similarity]
src/Moof/cml/cml.h [moved from src/cml/cml.h with 100% similarity]
src/Moof/cml/constants.h [moved from src/cml/constants.h with 100% similarity]
src/Moof/cml/core/cml_assert.h [moved from src/cml/core/cml_assert.h with 100% similarity]
src/Moof/cml/core/cml_meta.h [moved from src/cml/core/cml_meta.h with 100% similarity]
src/Moof/cml/core/common.h [moved from src/cml/core/common.h with 100% similarity]
src/Moof/cml/core/dynamic_1D.h [moved from src/cml/core/dynamic_1D.h with 100% similarity]
src/Moof/cml/core/dynamic_2D.h [moved from src/cml/core/dynamic_2D.h with 100% similarity]
src/Moof/cml/core/external_1D.h [moved from src/cml/core/external_1D.h with 100% similarity]
src/Moof/cml/core/external_2D.h [moved from src/cml/core/external_2D.h with 100% similarity]
src/Moof/cml/core/fixed_1D.h [moved from src/cml/core/fixed_1D.h with 100% similarity]
src/Moof/cml/core/fixed_2D.h [moved from src/cml/core/fixed_2D.h with 100% similarity]
src/Moof/cml/core/fwd.h [moved from src/cml/core/fwd.h with 100% similarity]
src/Moof/cml/core/meta/common.h [moved from src/cml/core/meta/common.h with 100% similarity]
src/Moof/cml/core/meta/if.h [moved from src/cml/core/meta/if.h with 100% similarity]
src/Moof/cml/core/meta/switch.h [moved from src/cml/core/meta/switch.h with 100% similarity]
src/Moof/cml/defaults.h [moved from src/cml/defaults.h with 100% similarity]
src/Moof/cml/dynamic.h [moved from src/cml/dynamic.h with 100% similarity]
src/Moof/cml/et/array_promotions.h [moved from src/cml/et/array_promotions.h with 100% similarity]
src/Moof/cml/et/scalar_ops.h [moved from src/cml/et/scalar_ops.h with 100% similarity]
src/Moof/cml/et/scalar_promotions.h [moved from src/cml/et/scalar_promotions.h with 100% similarity]
src/Moof/cml/et/size_checking.h [moved from src/cml/et/size_checking.h with 100% similarity]
src/Moof/cml/et/tags.h [moved from src/cml/et/tags.h with 100% similarity]
src/Moof/cml/et/traits.h [moved from src/cml/et/traits.h with 100% similarity]
src/Moof/cml/external.h [moved from src/cml/external.h with 100% similarity]
src/Moof/cml/fixed.h [moved from src/cml/fixed.h with 100% similarity]
src/Moof/cml/mathlib/checking.h [moved from src/cml/mathlib/checking.h with 100% similarity]
src/Moof/cml/mathlib/coord_conversion.h [moved from src/cml/mathlib/coord_conversion.h with 100% similarity]
src/Moof/cml/mathlib/epsilon.h [moved from src/cml/mathlib/epsilon.h with 100% similarity]
src/Moof/cml/mathlib/frustum.h [moved from src/cml/mathlib/frustum.h with 100% similarity]
src/Moof/cml/mathlib/helper.h [moved from src/cml/mathlib/helper.h with 100% similarity]
src/Moof/cml/mathlib/interpolation.h [moved from src/cml/mathlib/interpolation.h with 100% similarity]
src/Moof/cml/mathlib/mathlib.h [moved from src/cml/mathlib/mathlib.h with 100% similarity]
src/Moof/cml/mathlib/matrix_basis.h [moved from src/cml/mathlib/matrix_basis.h with 100% similarity]
src/Moof/cml/mathlib/matrix_concat.h [moved from src/cml/mathlib/matrix_concat.h with 100% similarity]
src/Moof/cml/mathlib/matrix_misc.h [moved from src/cml/mathlib/matrix_misc.h with 100% similarity]
src/Moof/cml/mathlib/matrix_ortho.h [moved from src/cml/mathlib/matrix_ortho.h with 100% similarity]
src/Moof/cml/mathlib/matrix_projection.h [moved from src/cml/mathlib/matrix_projection.h with 100% similarity]
src/Moof/cml/mathlib/matrix_rotation.h [moved from src/cml/mathlib/matrix_rotation.h with 100% similarity]
src/Moof/cml/mathlib/matrix_transform.h [moved from src/cml/mathlib/matrix_transform.h with 100% similarity]
src/Moof/cml/mathlib/matrix_translation.h [moved from src/cml/mathlib/matrix_translation.h with 100% similarity]
src/Moof/cml/mathlib/misc.h [moved from src/cml/mathlib/misc.h with 100% similarity]
src/Moof/cml/mathlib/picking.h [moved from src/cml/mathlib/picking.h with 100% similarity]
src/Moof/cml/mathlib/projection.h [moved from src/cml/mathlib/projection.h with 100% similarity]
src/Moof/cml/mathlib/quaternion_basis.h [moved from src/cml/mathlib/quaternion_basis.h with 100% similarity]
src/Moof/cml/mathlib/quaternion_rotation.h [moved from src/cml/mathlib/quaternion_rotation.h with 100% similarity]
src/Moof/cml/mathlib/typedef.h [moved from src/cml/mathlib/typedef.h with 100% similarity]
src/Moof/cml/mathlib/vector_angle.h [moved from src/cml/mathlib/vector_angle.h with 100% similarity]
src/Moof/cml/mathlib/vector_misc.h [moved from src/cml/mathlib/vector_misc.h with 100% similarity]
src/Moof/cml/mathlib/vector_ortho.h [moved from src/cml/mathlib/vector_ortho.h with 100% similarity]
src/Moof/cml/mathlib/vector_transform.h [moved from src/cml/mathlib/vector_transform.h with 100% similarity]
src/Moof/cml/matrix.h [moved from src/cml/matrix.h with 100% similarity]
src/Moof/cml/matrix/class_ops.h [moved from src/cml/matrix/class_ops.h with 100% similarity]
src/Moof/cml/matrix/determinant.h [moved from src/cml/matrix/determinant.h with 100% similarity]
src/Moof/cml/matrix/dynamic.h [moved from src/cml/matrix/dynamic.h with 100% similarity]
src/Moof/cml/matrix/external.h [moved from src/cml/matrix/external.h with 100% similarity]
src/Moof/cml/matrix/fixed.h [moved from src/cml/matrix/fixed.h with 100% similarity]
src/Moof/cml/matrix/inverse.h [moved from src/cml/matrix/inverse.h with 100% similarity]
src/Moof/cml/matrix/lu.h [moved from src/cml/matrix/lu.h with 100% similarity]
src/Moof/cml/matrix/matop_macros.h [moved from src/cml/matrix/matop_macros.h with 100% similarity]
src/Moof/cml/matrix/matrix_comparison.h [moved from src/cml/matrix/matrix_comparison.h with 100% similarity]
src/Moof/cml/matrix/matrix_expr.h [moved from src/cml/matrix/matrix_expr.h with 100% similarity]
src/Moof/cml/matrix/matrix_functions.h [moved from src/cml/matrix/matrix_functions.h with 100% similarity]
src/Moof/cml/matrix/matrix_mul.h [moved from src/cml/matrix/matrix_mul.h with 100% similarity]
src/Moof/cml/matrix/matrix_ops.h [moved from src/cml/matrix/matrix_ops.h with 100% similarity]
src/Moof/cml/matrix/matrix_print.h [moved from src/cml/matrix/matrix_print.h with 100% similarity]
src/Moof/cml/matrix/matrix_promotions.h [moved from src/cml/matrix/matrix_promotions.h with 100% similarity]
src/Moof/cml/matrix/matrix_rowcol.h [moved from src/cml/matrix/matrix_rowcol.h with 100% similarity]
src/Moof/cml/matrix/matrix_traits.h [moved from src/cml/matrix/matrix_traits.h with 100% similarity]
src/Moof/cml/matrix/matrix_transpose.h [moved from src/cml/matrix/matrix_transpose.h with 100% similarity]
src/Moof/cml/matrix/matrix_unroller.h [moved from src/cml/matrix/matrix_unroller.h with 100% similarity]
src/Moof/cml/matvec/matvec_mul.h [moved from src/cml/matvec/matvec_mul.h with 100% similarity]
src/Moof/cml/matvec/matvec_promotions.h [moved from src/cml/matvec/matvec_promotions.h with 100% similarity]
src/Moof/cml/quaternion.h [moved from src/cml/quaternion.h with 100% similarity]
src/Moof/cml/quaternion/conjugate.h [moved from src/cml/quaternion/conjugate.h with 100% similarity]
src/Moof/cml/quaternion/inverse.h [moved from src/cml/quaternion/inverse.h with 100% similarity]
src/Moof/cml/quaternion/quaternion.h [moved from src/cml/quaternion/quaternion.h with 100% similarity]
src/Moof/cml/quaternion/quaternion_comparison.h [moved from src/cml/quaternion/quaternion_comparison.h with 100% similarity]
src/Moof/cml/quaternion/quaternion_dot.h [moved from src/cml/quaternion/quaternion_dot.h with 100% similarity]
src/Moof/cml/quaternion/quaternion_expr.h [moved from src/cml/quaternion/quaternion_expr.h with 100% similarity]
src/Moof/cml/quaternion/quaternion_functions.h [moved from src/cml/quaternion/quaternion_functions.h with 100% similarity]
src/Moof/cml/quaternion/quaternion_mul.h [moved from src/cml/quaternion/quaternion_mul.h with 100% similarity]
src/Moof/cml/quaternion/quaternion_ops.h [moved from src/cml/quaternion/quaternion_ops.h with 100% similarity]
src/Moof/cml/quaternion/quaternion_print.h [moved from src/cml/quaternion/quaternion_print.h with 100% similarity]
src/Moof/cml/quaternion/quaternion_promotions.h [moved from src/cml/quaternion/quaternion_promotions.h with 100% similarity]
src/Moof/cml/quaternion/quaternion_traits.h [moved from src/cml/quaternion/quaternion_traits.h with 100% similarity]
src/Moof/cml/quaternion/quatop_macros.h [moved from src/cml/quaternion/quatop_macros.h with 100% similarity]
src/Moof/cml/util.h [moved from src/cml/util.h with 100% similarity]
src/Moof/cml/vector.h [moved from src/cml/vector.h with 100% similarity]
src/Moof/cml/vector/class_ops.h [moved from src/cml/vector/class_ops.h with 100% similarity]
src/Moof/cml/vector/dynamic.h [moved from src/cml/vector/dynamic.h with 100% similarity]
src/Moof/cml/vector/external.h [moved from src/cml/vector/external.h with 100% similarity]
src/Moof/cml/vector/fixed.h [moved from src/cml/vector/fixed.h with 100% similarity]
src/Moof/cml/vector/vecop_macros.h [moved from src/cml/vector/vecop_macros.h with 100% similarity]
src/Moof/cml/vector/vector_comparison.h [moved from src/cml/vector/vector_comparison.h with 100% similarity]
src/Moof/cml/vector/vector_expr.h [moved from src/cml/vector/vector_expr.h with 100% similarity]
src/Moof/cml/vector/vector_functions.h [moved from src/cml/vector/vector_functions.h with 100% similarity]
src/Moof/cml/vector/vector_ops.h [moved from src/cml/vector/vector_ops.h with 100% similarity]
src/Moof/cml/vector/vector_print.h [moved from src/cml/vector/vector_print.h with 100% similarity]
src/Moof/cml/vector/vector_products.h [moved from src/cml/vector/vector_products.h with 100% similarity]
src/Moof/cml/vector/vector_promotions.h [moved from src/cml/vector/vector_promotions.h with 100% similarity]
src/Moof/cml/vector/vector_traits.h [moved from src/cml/vector/vector_traits.h with 100% similarity]
src/Moof/cml/vector/vector_unroller.h [moved from src/cml/vector/vector_unroller.h with 100% similarity]
src/Moof/fastevents.c [moved from src/fastevents.c with 100% similarity]
src/Moof/fastevents.h [moved from src/fastevents.h with 100% similarity]
src/TilemapFont.cc
src/TilemapFont.hh
src/Typesetter.cc
src/Typesetter.hh
src/YoinkApp.cc
src/YoinkApp.hh
src/dispatcher.cc [deleted file]
src/interpolator.hh [deleted file]
src/thread.hh [deleted file]
This page took 0.05564 seconds and 4 git commands to generate.