1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 08:47:17 +01:00
SqMod/source/Base
2016-08-04 03:35:27 +03:00
..
AABB.cpp Fix the inequality operator in basic types. 2016-07-29 18:00:10 +03:00
AABB.hpp Improve the AABB registration code to avoid using overloads where not necessary. 2016-07-24 23:18:27 +03:00
Algo.cpp Implement case insensitive search in algorithms. 2016-07-26 23:08:27 +03:00
Algo.hpp Implement case insensitive search in algorithms. 2016-07-26 23:08:27 +03:00
Circle.cpp Fix the inequality operator in basic types. 2016-07-29 18:00:10 +03:00
Circle.hpp Improve Circle method names to be more consistent with the rest of the basic types. 2016-07-25 00:32:35 +03:00
Color3.cpp Fix the inequality operator in basic types. 2016-07-29 18:00:10 +03:00
Color3.hpp Improve Color3 method names to be more consistent with the rest of the basic types. 2016-07-25 00:10:17 +03:00
Color4.cpp Fix the inequality operator in basic types. 2016-07-29 18:00:10 +03:00
Color4.hpp Improve Color4 method names to be more consistent with the rest of the basic types. 2016-07-25 00:10:26 +03:00
Quaternion.cpp Add IDENTITY helper to the quaternion. 2016-08-04 03:09:43 +03:00
Quaternion.hpp Add IDENTITY helper to the quaternion. 2016-08-04 03:09:43 +03: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 Improve the Clamp functions to accept any type of value for all parameters. 2016-07-09 21:21:07 +03:00
Shared.hpp Add hepter variables and typedefs to the shared basic header. 2016-08-04 03:08:59 +03:00
Sphere.cpp Fix the inequality operator in basic types. 2016-07-29 18:00:10 +03:00
Sphere.hpp Improve the Sphere registration code to avoid using overloads where not necessary. 2016-07-25 00:08:37 +03:00
Vector2.cpp Fix the inequality operator in basic types. 2016-07-29 18:00:10 +03:00
Vector2.hpp Improve the Vector2 registration code to avoid using overloads where not necessary. 2016-07-25 00:08:53 +03:00
Vector2i.cpp Fix the inequality operator in basic types. 2016-07-29 18:00:10 +03:00
Vector2i.hpp Improve the Vector2i registration code to avoid using overloads where not necessary. 2016-07-25 00:09:05 +03:00
Vector3.cpp Add methods to the Vector3 type to calculate the distance to another point. 2016-08-04 03:35:27 +03:00
Vector3.hpp Add methods to the Vector3 type to calculate the distance to another point. 2016-08-04 03:35:27 +03:00
Vector4.cpp Fix the inequality operator in basic types. 2016-07-29 18:00:10 +03:00
Vector4.hpp Improve the Vector4 registration code to avoid using overloads where not necessary. 2016-07-25 00:28:37 +03:00