1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 16:57:16 +01:00
Commit Graph

9 Commits

Author SHA1 Message Date
Sandu Liviu Catalin
58891f1e8b Implemented searching entities by ID and Tag. 2016-03-10 06:18:39 +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
cd86375bd2 Update keybind entity to use the new debugging implementation. 2015-11-11 08:57:18 +02:00
Sandu Liviu Catalin
46801b1ce8 Discarded the noexcept specifier entirely. 2015-11-01 05:48:01 +02:00
Sandu Liviu Catalin
78c72399db Implemented functions to create keybind entities and added constructor to create an entity reference from a base reference. 2015-11-01 01:31:46 +02:00
Sandu Liviu Catalin
1a34efb45b Fix debugging messages in Keybind type. 2015-10-30 15:22:35 +02:00
Sandu Liviu Catalin
59c1d07c3e Untested implementation of the keybind type. 2015-10-29 22:09:53 +02:00
Sandu Liviu Catalin
6ed02d0fd4 Initial commit. 2015-09-30 03:56:11 +03:00