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-24 23:17:37 +03:00
..
AABB.cpp Update the AABB type to use the new dynamic dispatching system for metamethods. 2016-08-24 23:16:53 +03:00
AABB.hpp Update the AABB type to use the new dynamic dispatching system for metamethods. 2016-08-24 23:16:53 +03:00
Algo.cpp Implement algorithms for name filtering. 2016-08-19 03:49:50 +03:00
Algo.hpp Implement null instance in algorithms. 2016-08-19 04:07:43 +03:00
Circle.cpp Update the Circle type to use the new dynamic dispatching system for metamethods. 2016-08-24 23:17:01 +03:00
Circle.hpp Update the Circle type to use the new dynamic dispatching system for metamethods. 2016-08-24 23:17:01 +03:00
Color3.cpp Update the Color3 type to use the new dynamic dispatching system for metamethods. 2016-08-24 23:17:09 +03:00
Color3.hpp Update the Color3 type to use the new dynamic dispatching system for metamethods. 2016-08-24 23:17:09 +03:00
Color4.cpp Update the Color4 type to use the new dynamic dispatching system for metamethods. 2016-08-24 23:17:18 +03:00
Color4.hpp Update the Color4 type to use the new dynamic dispatching system for metamethods. 2016-08-24 23:17:18 +03:00
Quaternion.cpp Update the Quaternion type to use the new dynamic dispatching system for metamethods. 2016-08-24 23:17:29 +03:00
Quaternion.hpp Update the Quaternion type to use the new dynamic dispatching system for metamethods. 2016-08-24 23:17:29 +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 Initial implementation of simple name filtering. 2016-08-19 03:27:56 +03:00
Shared.hpp Added a few helper constants in the shared header to prepare for Quaternion implementation. 2016-08-23 23:01:57 +03:00
Sphere.cpp Update the Sphere type to use the new dynamic dispatching system for metamethods. 2016-08-24 23:17:37 +03:00
Sphere.hpp Update the Sphere type to use the new dynamic dispatching system for metamethods. 2016-08-24 23:17: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 Remove leftover commented code from Vector3 registration code. 2016-08-24 23:16:37 +03:00
Vector3.hpp Update the Routine type to use the new dynamic dispatching system for metamethods. 2016-08-24 22:29:00 +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