1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 08:47:17 +01:00
SqMod/source/Base
2016-11-16 16:19:02 +02:00
..
AABB.cpp Adjust the AABB type functions to use the new method of receiving formatted strings. 2016-11-16 15:12:19 +02:00
AABB.hpp Adjust the AABB type functions to use the new method of receiving formatted strings. 2016-11-16 15:12:19 +02:00
Algo.cpp Don't use overloads in the foreach algorithm for simplicity and performance reasons. 2016-10-31 18:34:27 +02:00
Algo.hpp Implement foreach entity algorithm that accepts a payload to send to the callback. 2016-10-25 16:07:10 +03:00
Circle.cpp Adjust the Circle type functions to use the new method of receiving formatted strings. 2016-11-16 16:18:45 +02:00
Circle.hpp Adjust the Circle type functions to use the new method of receiving formatted strings. 2016-11-16 16:18:45 +02:00
Color3.cpp Adjust the Color3 and COlor4 type functions to use the new method of receiving formatted strings. 2016-11-16 16:19:02 +02:00
Color3.hpp Adjust the Color3 and COlor4 type functions to use the new method of receiving formatted strings. 2016-11-16 16:19:02 +02:00
Color4.cpp Adjust the Color3 and COlor4 type functions to use the new method of receiving formatted strings. 2016-11-16 16:19:02 +02:00
Color4.hpp Adjust the Color3 and COlor4 type functions to use the new method of receiving formatted strings. 2016-11-16 16:19:02 +02:00
Quaternion.cpp Minor code style and consistency adjustments. 2016-11-15 21:55:03 +02:00
Quaternion.hpp Implement the pure typename meta-methods in Quaternion type using the standard method. 2016-11-15 21:20:42 +02:00
ScriptSrc.cpp Prepare the script container for the revised script loading system. 2016-06-18 20:29:28 +03:00
ScriptSrc.hpp Prepare the script container for the revised script loading system. 2016-06-18 20:29:28 +03:00
Shared.cpp Initial implementation of simple name filtering. 2016-08-19 03:27:56 +03:00
Shared.hpp Initial implementation of the AABB bounding box type. 2016-11-13 08:32:04 +02:00
Sphere.cpp Minor code style and consistency adjustments. 2016-11-15 21:55:03 +02:00
Sphere.hpp Implement the pure typename meta-methods in Sphere type using the standard method. 2016-11-15 21:24:39 +02:00
Vector2.cpp Minor code style and consistency adjustments. 2016-11-15 21:55:03 +02:00
Vector2.hpp Implement the pure typename meta-methods in Vector2 type using the standard method. 2016-11-15 21:20:55 +02:00
Vector2i.cpp Minor code style and consistency adjustments. 2016-11-15 21:55:03 +02:00
Vector2i.hpp Implement the pure typename meta-methods in Vector2i type using the standard method. 2016-11-15 21:21:07 +02:00
Vector3.cpp Minor code style and consistency adjustments. 2016-11-15 21:55:03 +02:00
Vector3.hpp Implement the pure typename meta-methods in Vector3 type using the standard method. 2016-11-15 21:21:19 +02:00
Vector4.cpp Minor code style and consistency adjustments. 2016-11-15 21:55:03 +02:00
Vector4.hpp Implement the pure typename meta-methods in Vector4 type using the standard method. 2016-11-15 21:21:31 +02:00