Sandu Liviu Catalin
600c21d45f
Discard instances of constant StackStrF parameters. This should always be non-const if possible.
2019-02-17 17:23:59 +02:00
Sandu Liviu Catalin
cb9581786e
Adjust the Vector3 and Vector4 type functions to use the new method of receiving formatted strings.
2016-11-16 16:20:11 +02:00
Sandu Liviu Catalin
6860019457
Implement the pure typename meta-methods in Vector3 type using the standard method.
2016-11-15 21:21:19 +02:00
Sandu Liviu Catalin
fae1e51c7b
Prevent ambiguity errors during compilation caused by the new dispatch system under x64 builds.
2016-08-25 01:01:03 +03:00
Sandu Liviu Catalin
86fcceb6ce
Update the Routine type to use the new dynamic dispatching system for metamethods.
2016-08-24 22:29:00 +03:00
Sandu Liviu Catalin
5c26ba62df
Add helper methods to the Vector3 type to rotate on each individual axis.
2016-08-04 03:42:48 +03:00
Sandu Liviu Catalin
ef2bc41fbc
Add method to the Vector3 type to obtain a rotated version of the point.
2016-08-04 03:41:46 +03:00
Sandu Liviu Catalin
4a2b9d5400
Add methods to the Vector3 type to calculate interpolation.
2016-08-04 03:40:01 +03:00
Sandu Liviu Catalin
26c0bc4872
Add methods to the Vector3 type to calculate the angle and check if between two points.
2016-08-04 03:38:54 +03:00
Sandu Liviu Catalin
cb819d417b
Add methods to the Vector3 type to calculate the dot and cross product.
2016-08-04 03:37:26 +03:00
Sandu Liviu Catalin
18d0fedb91
Add methods to the Vector3 type to calculate the distance to another point.
2016-08-04 03:35:27 +03:00
Sandu Liviu Catalin
2d726420e0
Add methods/properties to the Vector3 type to retrieve the length and normalize it.
2016-08-04 03:34:16 +03:00
Sandu Liviu Catalin
624606e482
Add a few more helper members to the Vector3 type.
2016-08-04 03:21:43 +03:00
Sandu Liviu Catalin
2857e0e4be
Improve the Vector3 registration code to avoid using overloads where not necessary.
...
Also restructured the registration code a bit.
2016-07-25 00:10:46 +03:00
Sandu Liviu Catalin
f2361a27c3
Untested update to the new plugin API.
...
Various other changes to the plugin as well.
2016-05-22 06:20:38 +03:00
Sandu Liviu Catalin
8088ba94c2
Updated the exception system in the main plugin to also include the location in the source files in debug builds.
...
Moved the functions that extract base types from strings as static functions under the associated type.
Revised some of the base shared code.
Fixed some of the functions in the String library that did not take into account the null terminator.
2016-03-21 22:37:58 +02:00
Sandu Liviu Catalin
70e5f0ba21
Migrated the host module to C++ exceptions as well.
...
Also enabled the latest C++ revision in the project.
Replaced the Random library with the one provided by C++11.
Implemented a simple AES256 encryption class.
Various other fixes and improvements.
2016-03-10 05:57:13 +02:00
Sandu Liviu Catalin
06e598acfb
Dumped the old implementation. Started with a more simple approach.
2016-02-21 00:25:00 +02:00
Sandu Liviu Catalin
ea1688bc35
Prepared the base types for documentation.
2015-11-01 10:55:47 +02:00
Sandu Liviu Catalin
46801b1ce8
Discarded the noexcept specifier entirely.
2015-11-01 05:48:01 +02:00
Sandu Liviu Catalin
6ed02d0fd4
Initial commit.
2015-09-30 03:56:11 +03:00