[xoreos-git] [xoreos/xoreos] b68d8e: ALL: Move third-party code into its own directory, ...

Sven Hesse noreply at github.com
Sun Mar 3 21:32:22 CET 2019


  Branch: refs/heads/master
  Home:   https://github.com/xoreos/xoreos
  Commit: b68d8e4705ccdd70d34a1a4df07dd0db2d421435
      https://github.com/xoreos/xoreos/commit/b68d8e4705ccdd70d34a1a4df07dd0db2d421435
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2019-03-03 (Sun, 03 Mar 2019)

  Changed paths:
    M AUTHORS
    M CMakeLists.txt
    M dists/debian/copyright
    A external/glew/LICENSE.txt
    A external/glew/README.xoreos
    A external/glew/eglew.h
    A external/glew/glew.cpp
    A external/glew/glew.h
    A external/glew/glew.patch
    A external/glew/glxew.h
    A external/glew/rules.mk
    A external/glew/wglew.h
    A external/glm/README.xoreos
    A external/glm/common.hpp
    A external/glm/copying.txt
    A external/glm/detail/_features.hpp
    A external/glm/detail/_fixes.hpp
    A external/glm/detail/_noise.hpp
    A external/glm/detail/_swizzle.hpp
    A external/glm/detail/_swizzle_func.hpp
    A external/glm/detail/_vectorize.hpp
    A external/glm/detail/func_common.hpp
    A external/glm/detail/func_common.inl
    A external/glm/detail/func_common_simd.inl
    A external/glm/detail/func_exponential.hpp
    A external/glm/detail/func_exponential.inl
    A external/glm/detail/func_exponential_simd.inl
    A external/glm/detail/func_geometric.hpp
    A external/glm/detail/func_geometric.inl
    A external/glm/detail/func_geometric_simd.inl
    A external/glm/detail/func_integer.hpp
    A external/glm/detail/func_integer.inl
    A external/glm/detail/func_integer_simd.inl
    A external/glm/detail/func_matrix.hpp
    A external/glm/detail/func_matrix.inl
    A external/glm/detail/func_matrix_simd.inl
    A external/glm/detail/func_packing.hpp
    A external/glm/detail/func_packing.inl
    A external/glm/detail/func_packing_simd.inl
    A external/glm/detail/func_trigonometric.hpp
    A external/glm/detail/func_trigonometric.inl
    A external/glm/detail/func_trigonometric_simd.inl
    A external/glm/detail/func_vector_relational.hpp
    A external/glm/detail/func_vector_relational.inl
    A external/glm/detail/func_vector_relational_simd.inl
    A external/glm/detail/precision.hpp
    A external/glm/detail/rules.mk
    A external/glm/detail/setup.hpp
    A external/glm/detail/type_float.hpp
    A external/glm/detail/type_gentype.hpp
    A external/glm/detail/type_gentype.inl
    A external/glm/detail/type_half.hpp
    A external/glm/detail/type_half.inl
    A external/glm/detail/type_int.hpp
    A external/glm/detail/type_mat.hpp
    A external/glm/detail/type_mat.inl
    A external/glm/detail/type_mat2x2.hpp
    A external/glm/detail/type_mat2x2.inl
    A external/glm/detail/type_mat2x3.hpp
    A external/glm/detail/type_mat2x3.inl
    A external/glm/detail/type_mat2x4.hpp
    A external/glm/detail/type_mat2x4.inl
    A external/glm/detail/type_mat3x2.hpp
    A external/glm/detail/type_mat3x2.inl
    A external/glm/detail/type_mat3x3.hpp
    A external/glm/detail/type_mat3x3.inl
    A external/glm/detail/type_mat3x4.hpp
    A external/glm/detail/type_mat3x4.inl
    A external/glm/detail/type_mat4x2.hpp
    A external/glm/detail/type_mat4x2.inl
    A external/glm/detail/type_mat4x3.hpp
    A external/glm/detail/type_mat4x3.inl
    A external/glm/detail/type_mat4x4.hpp
    A external/glm/detail/type_mat4x4.inl
    A external/glm/detail/type_mat4x4_simd.inl
    A external/glm/detail/type_vec.hpp
    A external/glm/detail/type_vec.inl
    A external/glm/detail/type_vec1.hpp
    A external/glm/detail/type_vec1.inl
    A external/glm/detail/type_vec2.hpp
    A external/glm/detail/type_vec2.inl
    A external/glm/detail/type_vec3.hpp
    A external/glm/detail/type_vec3.inl
    A external/glm/detail/type_vec4.hpp
    A external/glm/detail/type_vec4.inl
    A external/glm/detail/type_vec4_simd.inl
    A external/glm/exponential.hpp
    A external/glm/ext.hpp
    A external/glm/fwd.hpp
    A external/glm/geometric.hpp
    A external/glm/glm.hpp
    A external/glm/gtc/bitfield.hpp
    A external/glm/gtc/bitfield.inl
    A external/glm/gtc/color_encoding.inl
    A external/glm/gtc/color_space.hpp
    A external/glm/gtc/color_space.inl
    A external/glm/gtc/constants.hpp
    A external/glm/gtc/constants.inl
    A external/glm/gtc/epsilon.hpp
    A external/glm/gtc/epsilon.inl
    A external/glm/gtc/functions.hpp
    A external/glm/gtc/functions.inl
    A external/glm/gtc/integer.hpp
    A external/glm/gtc/integer.inl
    A external/glm/gtc/matrix_access.hpp
    A external/glm/gtc/matrix_access.inl
    A external/glm/gtc/matrix_integer.hpp
    A external/glm/gtc/matrix_inverse.hpp
    A external/glm/gtc/matrix_inverse.inl
    A external/glm/gtc/matrix_transform.hpp
    A external/glm/gtc/matrix_transform.inl
    A external/glm/gtc/noise.hpp
    A external/glm/gtc/noise.inl
    A external/glm/gtc/packing.hpp
    A external/glm/gtc/packing.inl
    A external/glm/gtc/quaternion.hpp
    A external/glm/gtc/quaternion.inl
    A external/glm/gtc/quaternion_simd.inl
    A external/glm/gtc/random.hpp
    A external/glm/gtc/random.inl
    A external/glm/gtc/reciprocal.hpp
    A external/glm/gtc/reciprocal.inl
    A external/glm/gtc/round.hpp
    A external/glm/gtc/round.inl
    A external/glm/gtc/rules.mk
    A external/glm/gtc/type_aligned.hpp
    A external/glm/gtc/type_precision.hpp
    A external/glm/gtc/type_precision.inl
    A external/glm/gtc/type_ptr.hpp
    A external/glm/gtc/type_ptr.inl
    A external/glm/gtc/ulp.hpp
    A external/glm/gtc/ulp.inl
    A external/glm/gtc/vec1.hpp
    A external/glm/gtc/vec1.inl
    A external/glm/gtx/associated_min_max.hpp
    A external/glm/gtx/associated_min_max.inl
    A external/glm/gtx/bit.hpp
    A external/glm/gtx/bit.inl
    A external/glm/gtx/closest_point.hpp
    A external/glm/gtx/closest_point.inl
    A external/glm/gtx/color_space.hpp
    A external/glm/gtx/color_space.inl
    A external/glm/gtx/color_space_YCoCg.hpp
    A external/glm/gtx/color_space_YCoCg.inl
    A external/glm/gtx/common.hpp
    A external/glm/gtx/common.inl
    A external/glm/gtx/compatibility.hpp
    A external/glm/gtx/compatibility.inl
    A external/glm/gtx/component_wise.hpp
    A external/glm/gtx/component_wise.inl
    A external/glm/gtx/dual_quaternion.hpp
    A external/glm/gtx/dual_quaternion.inl
    A external/glm/gtx/euler_angles.hpp
    A external/glm/gtx/euler_angles.inl
    A external/glm/gtx/extend.hpp
    A external/glm/gtx/extend.inl
    A external/glm/gtx/extended_min_max.hpp
    A external/glm/gtx/extended_min_max.inl
    A external/glm/gtx/fast_exponential.hpp
    A external/glm/gtx/fast_exponential.inl
    A external/glm/gtx/fast_square_root.hpp
    A external/glm/gtx/fast_square_root.inl
    A external/glm/gtx/fast_trigonometry.hpp
    A external/glm/gtx/fast_trigonometry.inl
    A external/glm/gtx/float_notmalize.inl
    A external/glm/gtx/gradient_paint.hpp
    A external/glm/gtx/gradient_paint.inl
    A external/glm/gtx/handed_coordinate_space.hpp
    A external/glm/gtx/handed_coordinate_space.inl
    A external/glm/gtx/hash.hpp
    A external/glm/gtx/hash.inl
    A external/glm/gtx/integer.hpp
    A external/glm/gtx/integer.inl
    A external/glm/gtx/intersect.hpp
    A external/glm/gtx/intersect.inl
    A external/glm/gtx/io.hpp
    A external/glm/gtx/io.inl
    A external/glm/gtx/log_base.hpp
    A external/glm/gtx/log_base.inl
    A external/glm/gtx/matrix_cross_product.hpp
    A external/glm/gtx/matrix_cross_product.inl
    A external/glm/gtx/matrix_decompose.hpp
    A external/glm/gtx/matrix_decompose.inl
    A external/glm/gtx/matrix_interpolation.hpp
    A external/glm/gtx/matrix_interpolation.inl
    A external/glm/gtx/matrix_major_storage.hpp
    A external/glm/gtx/matrix_major_storage.inl
    A external/glm/gtx/matrix_operation.hpp
    A external/glm/gtx/matrix_operation.inl
    A external/glm/gtx/matrix_query.hpp
    A external/glm/gtx/matrix_query.inl
    A external/glm/gtx/matrix_transform_2d.hpp
    A external/glm/gtx/matrix_transform_2d.inl
    A external/glm/gtx/mixed_product.hpp
    A external/glm/gtx/mixed_product.inl
    A external/glm/gtx/norm.hpp
    A external/glm/gtx/norm.inl
    A external/glm/gtx/normal.hpp
    A external/glm/gtx/normal.inl
    A external/glm/gtx/normalize_dot.hpp
    A external/glm/gtx/normalize_dot.inl
    A external/glm/gtx/number_precision.hpp
    A external/glm/gtx/number_precision.inl
    A external/glm/gtx/optimum_pow.hpp
    A external/glm/gtx/optimum_pow.inl
    A external/glm/gtx/orthonormalize.hpp
    A external/glm/gtx/orthonormalize.inl
    A external/glm/gtx/perpendicular.hpp
    A external/glm/gtx/perpendicular.inl
    A external/glm/gtx/polar_coordinates.hpp
    A external/glm/gtx/polar_coordinates.inl
    A external/glm/gtx/projection.hpp
    A external/glm/gtx/projection.inl
    A external/glm/gtx/quaternion.hpp
    A external/glm/gtx/quaternion.inl
    A external/glm/gtx/range.hpp
    A external/glm/gtx/raw_data.hpp
    A external/glm/gtx/raw_data.inl
    A external/glm/gtx/rotate_normalized_axis.hpp
    A external/glm/gtx/rotate_normalized_axis.inl
    A external/glm/gtx/rotate_vector.hpp
    A external/glm/gtx/rotate_vector.inl
    A external/glm/gtx/rules.mk
    A external/glm/gtx/scalar_multiplication.hpp
    A external/glm/gtx/scalar_relational.hpp
    A external/glm/gtx/scalar_relational.inl
    A external/glm/gtx/spline.hpp
    A external/glm/gtx/spline.inl
    A external/glm/gtx/std_based_type.hpp
    A external/glm/gtx/std_based_type.inl
    A external/glm/gtx/string_cast.hpp
    A external/glm/gtx/string_cast.inl
    A external/glm/gtx/transform.hpp
    A external/glm/gtx/transform.inl
    A external/glm/gtx/transform2.hpp
    A external/glm/gtx/transform2.inl
    A external/glm/gtx/type_aligned.hpp
    A external/glm/gtx/type_aligned.inl
    A external/glm/gtx/type_trait.hpp
    A external/glm/gtx/type_trait.inl
    A external/glm/gtx/vector_angle.hpp
    A external/glm/gtx/vector_angle.inl
    A external/glm/gtx/vector_query.hpp
    A external/glm/gtx/vector_query.inl
    A external/glm/gtx/wrap.hpp
    A external/glm/gtx/wrap.inl
    A external/glm/integer.hpp
    A external/glm/mat2x2.hpp
    A external/glm/mat2x3.hpp
    A external/glm/mat2x4.hpp
    A external/glm/mat3x2.hpp
    A external/glm/mat3x3.hpp
    A external/glm/mat3x4.hpp
    A external/glm/mat4x2.hpp
    A external/glm/mat4x3.hpp
    A external/glm/mat4x4.hpp
    A external/glm/matrix.hpp
    A external/glm/packing.hpp
    A external/glm/rules.mk
    A external/glm/simd/common.h
    A external/glm/simd/exponential.h
    A external/glm/simd/geometric.h
    A external/glm/simd/integer.h
    A external/glm/simd/matrix.h
    A external/glm/simd/packing.h
    A external/glm/simd/platform.h
    A external/glm/simd/rules.mk
    A external/glm/simd/trigonometric.h
    A external/glm/simd/vector_relational.h
    A external/glm/trigonometric.hpp
    A external/glm/vec2.hpp
    A external/glm/vec3.hpp
    A external/glm/vec4.hpp
    A external/glm/vector_relational.hpp
    A external/lua/COPYRIGHT
    A external/lua/README.xoreos
    A external/lua/lapi.cpp
    A external/lua/lapi.h
    A external/lua/lauxlib.cpp
    A external/lua/lauxlib.h
    A external/lua/lbaselib.cpp
    A external/lua/lcode.cpp
    A external/lua/lcode.h
    A external/lua/ldblib.cpp
    A external/lua/ldebug.cpp
    A external/lua/ldebug.h
    A external/lua/ldo.cpp
    A external/lua/ldo.h
    A external/lua/ldump.cpp
    A external/lua/lfunc.cpp
    A external/lua/lfunc.h
    A external/lua/lgc.cpp
    A external/lua/lgc.h
    A external/lua/liolib.cpp
    A external/lua/llex.cpp
    A external/lua/llex.h
    A external/lua/llimits.h
    A external/lua/lmathlib.cpp
    A external/lua/lmem.cpp
    A external/lua/lmem.h
    A external/lua/loadlib.cpp
    A external/lua/lobject.cpp
    A external/lua/lobject.h
    A external/lua/lopcodes.cpp
    A external/lua/lopcodes.h
    A external/lua/lparser.cpp
    A external/lua/lparser.h
    A external/lua/lstate.cpp
    A external/lua/lstate.h
    A external/lua/lstring.cpp
    A external/lua/lstring.h
    A external/lua/lstrlib.cpp
    A external/lua/ltable.cpp
    A external/lua/ltable.h
    A external/lua/ltablib.cpp
    A external/lua/ltests.cpp
    A external/lua/ltm.cpp
    A external/lua/ltm.h
    A external/lua/lua.h
    A external/lua/lualib.h
    A external/lua/lundump.cpp
    A external/lua/lundump.h
    A external/lua/lvm.cpp
    A external/lua/lvm.h
    A external/lua/lzio.cpp
    A external/lua/lzio.h
    A external/lua/rules.mk
    A external/rules.mk
    A external/toluapp/COPYRIGHT
    A external/toluapp/README.xoreos
    A external/toluapp/rules.mk
    A external/toluapp/tolua++.h
    A external/toluapp/tolua_event.cpp
    A external/toluapp/tolua_event.h
    A external/toluapp/tolua_is.cpp
    A external/toluapp/tolua_map.cpp
    A external/toluapp/tolua_push.cpp
    A external/toluapp/tolua_to.cpp
    A external/utf8cpp/README.xoreos
    A external/utf8cpp/rules.mk
    A external/utf8cpp/utf8.h
    A external/utf8cpp/utf8/checked.h
    A external/utf8cpp/utf8/core.h
    A external/utf8cpp/utf8/unchecked.h
    A external/utf8cpp/utf8cpp.patch
    R glew/LICENSE.txt
    R glew/README.xoreos
    R glew/eglew.h
    R glew/glew.cpp
    R glew/glew.h
    R glew/glew.patch
    R glew/glxew.h
    R glew/rules.mk
    R glew/wglew.h
    R glm/README.xoreos
    R glm/common.hpp
    R glm/copying.txt
    R glm/detail/_features.hpp
    R glm/detail/_fixes.hpp
    R glm/detail/_noise.hpp
    R glm/detail/_swizzle.hpp
    R glm/detail/_swizzle_func.hpp
    R glm/detail/_vectorize.hpp
    R glm/detail/func_common.hpp
    R glm/detail/func_common.inl
    R glm/detail/func_common_simd.inl
    R glm/detail/func_exponential.hpp
    R glm/detail/func_exponential.inl
    R glm/detail/func_exponential_simd.inl
    R glm/detail/func_geometric.hpp
    R glm/detail/func_geometric.inl
    R glm/detail/func_geometric_simd.inl
    R glm/detail/func_integer.hpp
    R glm/detail/func_integer.inl
    R glm/detail/func_integer_simd.inl
    R glm/detail/func_matrix.hpp
    R glm/detail/func_matrix.inl
    R glm/detail/func_matrix_simd.inl
    R glm/detail/func_packing.hpp
    R glm/detail/func_packing.inl
    R glm/detail/func_packing_simd.inl
    R glm/detail/func_trigonometric.hpp
    R glm/detail/func_trigonometric.inl
    R glm/detail/func_trigonometric_simd.inl
    R glm/detail/func_vector_relational.hpp
    R glm/detail/func_vector_relational.inl
    R glm/detail/func_vector_relational_simd.inl
    R glm/detail/precision.hpp
    R glm/detail/rules.mk
    R glm/detail/setup.hpp
    R glm/detail/type_float.hpp
    R glm/detail/type_gentype.hpp
    R glm/detail/type_gentype.inl
    R glm/detail/type_half.hpp
    R glm/detail/type_half.inl
    R glm/detail/type_int.hpp
    R glm/detail/type_mat.hpp
    R glm/detail/type_mat.inl
    R glm/detail/type_mat2x2.hpp
    R glm/detail/type_mat2x2.inl
    R glm/detail/type_mat2x3.hpp
    R glm/detail/type_mat2x3.inl
    R glm/detail/type_mat2x4.hpp
    R glm/detail/type_mat2x4.inl
    R glm/detail/type_mat3x2.hpp
    R glm/detail/type_mat3x2.inl
    R glm/detail/type_mat3x3.hpp
    R glm/detail/type_mat3x3.inl
    R glm/detail/type_mat3x4.hpp
    R glm/detail/type_mat3x4.inl
    R glm/detail/type_mat4x2.hpp
    R glm/detail/type_mat4x2.inl
    R glm/detail/type_mat4x3.hpp
    R glm/detail/type_mat4x3.inl
    R glm/detail/type_mat4x4.hpp
    R glm/detail/type_mat4x4.inl
    R glm/detail/type_mat4x4_simd.inl
    R glm/detail/type_vec.hpp
    R glm/detail/type_vec.inl
    R glm/detail/type_vec1.hpp
    R glm/detail/type_vec1.inl
    R glm/detail/type_vec2.hpp
    R glm/detail/type_vec2.inl
    R glm/detail/type_vec3.hpp
    R glm/detail/type_vec3.inl
    R glm/detail/type_vec4.hpp
    R glm/detail/type_vec4.inl
    R glm/detail/type_vec4_simd.inl
    R glm/exponential.hpp
    R glm/ext.hpp
    R glm/fwd.hpp
    R glm/geometric.hpp
    R glm/glm.hpp
    R glm/gtc/bitfield.hpp
    R glm/gtc/bitfield.inl
    R glm/gtc/color_encoding.inl
    R glm/gtc/color_space.hpp
    R glm/gtc/color_space.inl
    R glm/gtc/constants.hpp
    R glm/gtc/constants.inl
    R glm/gtc/epsilon.hpp
    R glm/gtc/epsilon.inl
    R glm/gtc/functions.hpp
    R glm/gtc/functions.inl
    R glm/gtc/integer.hpp
    R glm/gtc/integer.inl
    R glm/gtc/matrix_access.hpp
    R glm/gtc/matrix_access.inl
    R glm/gtc/matrix_integer.hpp
    R glm/gtc/matrix_inverse.hpp
    R glm/gtc/matrix_inverse.inl
    R glm/gtc/matrix_transform.hpp
    R glm/gtc/matrix_transform.inl
    R glm/gtc/noise.hpp
    R glm/gtc/noise.inl
    R glm/gtc/packing.hpp
    R glm/gtc/packing.inl
    R glm/gtc/quaternion.hpp
    R glm/gtc/quaternion.inl
    R glm/gtc/quaternion_simd.inl
    R glm/gtc/random.hpp
    R glm/gtc/random.inl
    R glm/gtc/reciprocal.hpp
    R glm/gtc/reciprocal.inl
    R glm/gtc/round.hpp
    R glm/gtc/round.inl
    R glm/gtc/rules.mk
    R glm/gtc/type_aligned.hpp
    R glm/gtc/type_precision.hpp
    R glm/gtc/type_precision.inl
    R glm/gtc/type_ptr.hpp
    R glm/gtc/type_ptr.inl
    R glm/gtc/ulp.hpp
    R glm/gtc/ulp.inl
    R glm/gtc/vec1.hpp
    R glm/gtc/vec1.inl
    R glm/gtx/associated_min_max.hpp
    R glm/gtx/associated_min_max.inl
    R glm/gtx/bit.hpp
    R glm/gtx/bit.inl
    R glm/gtx/closest_point.hpp
    R glm/gtx/closest_point.inl
    R glm/gtx/color_space.hpp
    R glm/gtx/color_space.inl
    R glm/gtx/color_space_YCoCg.hpp
    R glm/gtx/color_space_YCoCg.inl
    R glm/gtx/common.hpp
    R glm/gtx/common.inl
    R glm/gtx/compatibility.hpp
    R glm/gtx/compatibility.inl
    R glm/gtx/component_wise.hpp
    R glm/gtx/component_wise.inl
    R glm/gtx/dual_quaternion.hpp
    R glm/gtx/dual_quaternion.inl
    R glm/gtx/euler_angles.hpp
    R glm/gtx/euler_angles.inl
    R glm/gtx/extend.hpp
    R glm/gtx/extend.inl
    R glm/gtx/extended_min_max.hpp
    R glm/gtx/extended_min_max.inl
    R glm/gtx/fast_exponential.hpp
    R glm/gtx/fast_exponential.inl
    R glm/gtx/fast_square_root.hpp
    R glm/gtx/fast_square_root.inl
    R glm/gtx/fast_trigonometry.hpp
    R glm/gtx/fast_trigonometry.inl
    R glm/gtx/float_notmalize.inl
    R glm/gtx/gradient_paint.hpp
    R glm/gtx/gradient_paint.inl
    R glm/gtx/handed_coordinate_space.hpp
    R glm/gtx/handed_coordinate_space.inl
    R glm/gtx/hash.hpp
    R glm/gtx/hash.inl
    R glm/gtx/integer.hpp
    R glm/gtx/integer.inl
    R glm/gtx/intersect.hpp
    R glm/gtx/intersect.inl
    R glm/gtx/io.hpp
    R glm/gtx/io.inl
    R glm/gtx/log_base.hpp
    R glm/gtx/log_base.inl
    R glm/gtx/matrix_cross_product.hpp
    R glm/gtx/matrix_cross_product.inl
    R glm/gtx/matrix_decompose.hpp
    R glm/gtx/matrix_decompose.inl
    R glm/gtx/matrix_interpolation.hpp
    R glm/gtx/matrix_interpolation.inl
    R glm/gtx/matrix_major_storage.hpp
    R glm/gtx/matrix_major_storage.inl
    R glm/gtx/matrix_operation.hpp
    R glm/gtx/matrix_operation.inl
    R glm/gtx/matrix_query.hpp
    R glm/gtx/matrix_query.inl
    R glm/gtx/matrix_transform_2d.hpp
    R glm/gtx/matrix_transform_2d.inl
    R glm/gtx/mixed_product.hpp
    R glm/gtx/mixed_product.inl
    R glm/gtx/norm.hpp
    R glm/gtx/norm.inl
    R glm/gtx/normal.hpp
    R glm/gtx/normal.inl
    R glm/gtx/normalize_dot.hpp
    R glm/gtx/normalize_dot.inl
    R glm/gtx/number_precision.hpp
    R glm/gtx/number_precision.inl
    R glm/gtx/optimum_pow.hpp
    R glm/gtx/optimum_pow.inl
    R glm/gtx/orthonormalize.hpp
    R glm/gtx/orthonormalize.inl
    R glm/gtx/perpendicular.hpp
    R glm/gtx/perpendicular.inl
    R glm/gtx/polar_coordinates.hpp
    R glm/gtx/polar_coordinates.inl
    R glm/gtx/projection.hpp
    R glm/gtx/projection.inl
    R glm/gtx/quaternion.hpp
    R glm/gtx/quaternion.inl
    R glm/gtx/range.hpp
    R glm/gtx/raw_data.hpp
    R glm/gtx/raw_data.inl
    R glm/gtx/rotate_normalized_axis.hpp
    R glm/gtx/rotate_normalized_axis.inl
    R glm/gtx/rotate_vector.hpp
    R glm/gtx/rotate_vector.inl
    R glm/gtx/rules.mk
    R glm/gtx/scalar_multiplication.hpp
    R glm/gtx/scalar_relational.hpp
    R glm/gtx/scalar_relational.inl
    R glm/gtx/spline.hpp
    R glm/gtx/spline.inl
    R glm/gtx/std_based_type.hpp
    R glm/gtx/std_based_type.inl
    R glm/gtx/string_cast.hpp
    R glm/gtx/string_cast.inl
    R glm/gtx/transform.hpp
    R glm/gtx/transform.inl
    R glm/gtx/transform2.hpp
    R glm/gtx/transform2.inl
    R glm/gtx/type_aligned.hpp
    R glm/gtx/type_aligned.inl
    R glm/gtx/type_trait.hpp
    R glm/gtx/type_trait.inl
    R glm/gtx/vector_angle.hpp
    R glm/gtx/vector_angle.inl
    R glm/gtx/vector_query.hpp
    R glm/gtx/vector_query.inl
    R glm/gtx/wrap.hpp
    R glm/gtx/wrap.inl
    R glm/integer.hpp
    R glm/mat2x2.hpp
    R glm/mat2x3.hpp
    R glm/mat2x4.hpp
    R glm/mat3x2.hpp
    R glm/mat3x3.hpp
    R glm/mat3x4.hpp
    R glm/mat4x2.hpp
    R glm/mat4x3.hpp
    R glm/mat4x4.hpp
    R glm/matrix.hpp
    R glm/packing.hpp
    R glm/rules.mk
    R glm/simd/common.h
    R glm/simd/exponential.h
    R glm/simd/geometric.h
    R glm/simd/integer.h
    R glm/simd/matrix.h
    R glm/simd/packing.h
    R glm/simd/platform.h
    R glm/simd/rules.mk
    R glm/simd/trigonometric.h
    R glm/simd/vector_relational.h
    R glm/trigonometric.hpp
    R glm/vec2.hpp
    R glm/vec3.hpp
    R glm/vec4.hpp
    R glm/vector_relational.hpp
    R lua/COPYRIGHT
    R lua/README.xoreos
    R lua/lapi.cpp
    R lua/lapi.h
    R lua/lauxlib.cpp
    R lua/lauxlib.h
    R lua/lbaselib.cpp
    R lua/lcode.cpp
    R lua/lcode.h
    R lua/ldblib.cpp
    R lua/ldebug.cpp
    R lua/ldebug.h
    R lua/ldo.cpp
    R lua/ldo.h
    R lua/ldump.cpp
    R lua/lfunc.cpp
    R lua/lfunc.h
    R lua/lgc.cpp
    R lua/lgc.h
    R lua/liolib.cpp
    R lua/llex.cpp
    R lua/llex.h
    R lua/llimits.h
    R lua/lmathlib.cpp
    R lua/lmem.cpp
    R lua/lmem.h
    R lua/loadlib.cpp
    R lua/lobject.cpp
    R lua/lobject.h
    R lua/lopcodes.cpp
    R lua/lopcodes.h
    R lua/lparser.cpp
    R lua/lparser.h
    R lua/lstate.cpp
    R lua/lstate.h
    R lua/lstring.cpp
    R lua/lstring.h
    R lua/lstrlib.cpp
    R lua/ltable.cpp
    R lua/ltable.h
    R lua/ltablib.cpp
    R lua/ltests.cpp
    R lua/ltm.cpp
    R lua/ltm.h
    R lua/lua.h
    R lua/lualib.h
    R lua/lundump.cpp
    R lua/lundump.h
    R lua/lvm.cpp
    R lua/lvm.h
    R lua/lzio.cpp
    R lua/lzio.h
    R lua/rules.mk
    M rules.mk
    M src/aurora/gff3writer.h
    M src/aurora/gff4file.cpp
    M src/aurora/gff4file.h
    M src/aurora/gfxfile.h
    M src/aurora/lua/function.cpp
    M src/aurora/lua/scriptman.cpp
    M src/aurora/lua/stack.cpp
    M src/aurora/lua/table.cpp
    M src/aurora/lua/types.h
    M src/common/boundingbox.cpp
    M src/common/boundingbox.h
    M src/common/geometry.h
    M src/common/ustring.h
    M src/engines/aurora/console.cpp
    M src/engines/aurora/localpathfinding.cpp
    M src/engines/aurora/objectwalkmesh.h
    M src/engines/aurora/pathfinding.cpp
    M src/engines/aurora/pathfinding.h
    M src/engines/aurora/trigger.cpp
    M src/engines/aurora/trigger.h
    M src/engines/dragonage/room.cpp
    M src/engines/dragonage2/room.cpp
    M src/engines/kotor/gui/chargen/charactergeneration.cpp
    M src/engines/kotor/gui/chargen/classselection.cpp
    M src/engines/kotor/gui/chargen/classselection.h
    M src/engines/kotor/gui/ingame/minimap.cpp
    M src/engines/kotor/gui/main/main.cpp
    M src/engines/kotorbase/action.h
    M src/engines/kotorbase/actionexecutor.cpp
    M src/engines/kotorbase/cameracontroller.h
    M src/engines/kotorbase/door.cpp
    M src/engines/kotorbase/path/objectwalkmesh.cpp
    M src/engines/kotorbase/path/objectwalkmesh.h
    M src/engines/kotorbase/path/pathfinding.h
    M src/engines/kotorbase/path/walkmeshloader.h
    M src/engines/kotorbase/placeable.cpp
    M src/engines/kotorbase/script/functions_action.cpp
    M src/engines/kotorbase/situated.h
    M src/engines/nwn/gui/ingame/dialog.cpp
    M src/engines/nwn/gui/main/newgamefog.cpp
    M src/engines/nwn/gui/widgets/portrait.cpp
    M src/engines/nwn/objectwalkmesh.h
    M src/engines/nwn/walkmeshloader.cpp
    M src/engines/nwn/walkmeshloader.h
    M src/engines/witcher/lua/bindings.cpp
    M src/graphics/aurora/animation.cpp
    M src/graphics/aurora/animationthread.cpp
    M src/graphics/aurora/animationthread.h
    M src/graphics/aurora/cube.cpp
    M src/graphics/aurora/cube.h
    M src/graphics/aurora/guiquad.cpp
    M src/graphics/aurora/line.h
    M src/graphics/aurora/model.cpp
    M src/graphics/aurora/model.h
    M src/graphics/aurora/model_dragonage.h
    M src/graphics/aurora/model_kotor.cpp
    M src/graphics/aurora/model_nwn.cpp
    M src/graphics/aurora/model_sonic.cpp
    M src/graphics/aurora/model_sonic.h
    M src/graphics/aurora/modelnode.cpp
    M src/graphics/aurora/subscenequad.cpp
    M src/graphics/aurora/subscenequad.h
    M src/graphics/camera.cpp
    M src/graphics/font.h
    M src/graphics/graphics.cpp
    M src/graphics/graphics.h
    M src/graphics/render/renderman.cpp
    M src/graphics/render/renderman.h
    M src/graphics/render/renderqueue.cpp
    M src/graphics/render/renderqueue.h
    M src/graphics/renderable.h
    M src/graphics/rules.mk
    M src/graphics/shader/shaderbuilder.h
    M src/graphics/shader/shaderrenderable.cpp
    M src/graphics/shader/shaderrenderable.h
    M src/graphics/shader/shadersurface.cpp
    M src/graphics/shader/shadersurface.h
    M src/graphics/types.h
    M src/rules.mk
    M tests/common/boundingbox.cpp
    R toluapp/COPYRIGHT
    R toluapp/README.xoreos
    R toluapp/rules.mk
    R toluapp/tolua++.h
    R toluapp/tolua_event.cpp
    R toluapp/tolua_event.h
    R toluapp/tolua_is.cpp
    R toluapp/tolua_map.cpp
    R toluapp/tolua_push.cpp
    R toluapp/tolua_to.cpp
    R utf8cpp/README.xoreos
    R utf8cpp/rules.mk
    R utf8cpp/utf8.h
    R utf8cpp/utf8/checked.h
    R utf8cpp/utf8/core.h
    R utf8cpp/utf8/unchecked.h
    R utf8cpp/utf8cpp.patch

  Log Message:
  -----------
  ALL: Move third-party code into its own directory, external/

This includes:
- glew
- glm
- lua
- tolua++
- utf8cpp





More information about the xoreos-git mailing list