1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-07-08 01:47:11 +02:00
Commit Graph

13 Commits

Author SHA1 Message Date
5f60d7b90d Implement a new event to receive notifications when a checkpoint radius has changed. 2016-08-18 16:10:18 +03:00
f38aa16b5f Implement a new event to receive notifications when a checkpoint world has changed. 2016-08-18 15:54:26 +03:00
29b0f8d4c9 Add the possibility to have null entity instances intentionally. 2016-08-07 01:54:33 +03:00
f7b0909ed7 Expose functionality to emit custom entity events. 2016-07-27 00:13:50 +03:00
f2361a27c3 Untested update to the new plugin API.
Various other changes to the plugin as well.
2016-05-22 06:20:38 +03:00
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
5c81af5026 Minor changes in the entity types code style. 2016-03-12 22:51:44 +02:00
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
06e598acfb Dumped the old implementation. Started with a more simple approach. 2016-02-21 00:25:00 +02:00
46801b1ce8 Discarded the noexcept specifier entirely. 2015-11-01 05:48:01 +02:00
986fc5769e Implemented functions to create checkpoint entities and added constructor to create an entity reference from a base reference. 2015-11-01 01:31:38 +02:00
7fc53d8274 Untested implementation of the Checkpoint type. 2015-10-29 22:07:31 +02:00
6ed02d0fd4 Initial commit. 2015-09-30 03:56:11 +03:00