1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 16:57:16 +01:00
SqMod/source/Base
2016-03-25 00:25:03 +02:00
..
AABB.cpp Updated the exception system in the main plugin to also include the location in the source files in debug builds. 2016-03-21 22:37:58 +02:00
AABB.hpp Updated the exception system in the main plugin to also include the location in the source files in debug builds. 2016-03-21 22:37:58 +02:00
Buffer.cpp Updated the buffer class to include an optional numeric value to be used as an edit cursor or to mark the used buffer size. 2016-03-11 04:14:28 +02:00
Buffer.hpp Updated the buffer class to include an optional numeric value to be used as an edit cursor or to mark the used buffer size. 2016-03-11 04:14:28 +02:00
Circle.cpp Replaced the numeric limits from previous legacy implementation with the one provided by C++11. 2016-03-22 02:05:50 +02:00
Circle.hpp Updated the exception system in the main plugin to also include the location in the source files in debug builds. 2016-03-21 22:37:58 +02:00
Color3.cpp Replaced the numeric limits from previous legacy implementation with the one provided by C++11. 2016-03-22 02:05:50 +02:00
Color3.hpp Updated the exception system in the main plugin to also include the location in the source files in debug builds. 2016-03-21 22:37:58 +02:00
Color4.cpp Replaced the numeric limits from previous legacy implementation with the one provided by C++11. 2016-03-22 02:05:50 +02:00
Color4.hpp Updated the exception system in the main plugin to also include the location in the source files in debug builds. 2016-03-21 22:37:58 +02:00
Quaternion.cpp Replaced the numeric limits from previous legacy implementation with the one provided by C++11. 2016-03-22 02:05:50 +02:00
Quaternion.hpp Updated the exception system in the main plugin to also include the location in the source files in debug builds. 2016-03-21 22:37:58 +02:00
Shared.cpp Implemented a helper class to retrieve a string value from the stack as a string or generate a formatted string if necessary. 2016-03-25 00:25:03 +02:00
Shared.hpp Implemented a helper class to retrieve a string value from the stack as a string or generate a formatted string if necessary. 2016-03-25 00:25:03 +02:00
Sphere.cpp Replaced the numeric limits from previous legacy implementation with the one provided by C++11. 2016-03-22 02:05:50 +02:00
Sphere.hpp Updated the exception system in the main plugin to also include the location in the source files in debug builds. 2016-03-21 22:37:58 +02:00
Vector2.cpp Replaced the numeric limits from previous legacy implementation with the one provided by C++11. 2016-03-22 02:05:50 +02:00
Vector2.hpp Updated the exception system in the main plugin to also include the location in the source files in debug builds. 2016-03-21 22:37:58 +02:00
Vector2i.cpp Replaced the numeric limits from previous legacy implementation with the one provided by C++11. 2016-03-22 02:05:50 +02:00
Vector2i.hpp Updated the exception system in the main plugin to also include the location in the source files in debug builds. 2016-03-21 22:37:58 +02:00
Vector3.cpp Replaced the numeric limits from previous legacy implementation with the one provided by C++11. 2016-03-22 02:05:50 +02:00
Vector3.hpp Updated the exception system in the main plugin to also include the location in the source files in debug builds. 2016-03-21 22:37:58 +02:00
Vector4.cpp Replaced the numeric limits from previous legacy implementation with the one provided by C++11. 2016-03-22 02:05:50 +02:00
Vector4.hpp Updated the exception system in the main plugin to also include the location in the source files in debug builds. 2016-03-21 22:37:58 +02:00