.. |
AABB.cpp
|
Implement the pure typename meta-methods in AABB type using the standard method.
|
2016-11-15 21:20:57 +02:00 |
AABB.hpp
|
Implement the pure typename meta-methods in AABB type using the standard method.
|
2016-11-15 21:20:57 +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
|
Implement the pure typename meta-methods in Circle type using the standard method.
|
2016-11-15 21:21:15 +02:00 |
Circle.hpp
|
Implement the pure typename meta-methods in Circle type using the standard method.
|
2016-11-15 21:21:15 +02:00 |
Color3.cpp
|
Implement the pure typename meta-methods in Color3 type using the standard method.
|
2016-11-15 21:20:10 +02:00 |
Color3.hpp
|
Implement the pure typename meta-methods in Color3 type using the standard method.
|
2016-11-15 21:20:10 +02:00 |
Color4.cpp
|
Implement the pure typename meta-methods in Color4 type using the standard method.
|
2016-11-15 21:20:25 +02:00 |
Color4.hpp
|
Implement the pure typename meta-methods in Color4 type using the standard method.
|
2016-11-15 21:20:25 +02: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
|
Prevent ambiguity errors during compilation caused by the new dispatch system under x64 builds.
|
2016-08-25 01:01:03 +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
|
Initial implementation of the AABB bounding box type.
|
2016-11-13 08:32:04 +02: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
|
Prevent ambiguity errors during compilation caused by the new dispatch system under x64 builds.
|
2016-08-25 01:01:03 +03:00 |
Vector2.cpp
|
Update the Vector2 type to use the new dynamic dispatching system for metamethods.
|
2016-08-24 23:18:00 +03:00 |
Vector2.hpp
|
Prevent ambiguity errors during compilation caused by the new dispatch system under x64 builds.
|
2016-08-25 01:01:03 +03:00 |
Vector2i.cpp
|
Update the Vector2i type to use the new dynamic dispatching system for metamethods.
|
2016-08-24 23:18:08 +03:00 |
Vector2i.hpp
|
Prevent ambiguity errors during compilation caused by the new dispatch system under x64 builds.
|
2016-08-25 01:01:03 +03:00 |
Vector3.cpp
|
Remove leftover commented code from Vector3 registration code.
|
2016-08-24 23:16:37 +03:00 |
Vector3.hpp
|
Prevent ambiguity errors during compilation caused by the new dispatch system under x64 builds.
|
2016-08-25 01:01:03 +03:00 |
Vector4.cpp
|
Update the Vector4 type to use the new dynamic dispatching system for metamethods.
|
2016-08-24 23:18:19 +03:00 |
Vector4.hpp
|
Prevent ambiguity errors during compilation caused by the new dispatch system under x64 builds.
|
2016-08-25 01:01:03 +03:00 |