b3ab60a6c7
Format validation.
...
Include format validation in log messages by using GCC's format attribute.
2019-06-02 17:12:17 +03:00
d52507e824
Improve the debug information provided by the logger. Include value, size, type and other useful information where possible.
2019-05-17 22:54:08 +03:00
79f244b1d3
Missed return for SQMOD_VEHICLE_PIZZABOY in vehicle identification (reported by @Xmair).
2019-05-07 17:49:13 +03:00
b54dd0a0b9
Implement logging callbacks to allow sharing of output with other mediums.
2019-05-01 18:00:24 +03:00
f300e7ff4a
Massive code reduction in the binding utility by using variadic templates.
...
Extensive code refactoring surrounding the StackStrF helper to facilitate the new changes.
Various other miscellaneous changes and code refactoring to facilitate the new changes.
2018-07-30 00:58:27 +03:00
7bb44ec008
Make builtin formatted strings default to false to avoid trying to perform a format in cases where it can be folled by a following parameters that are not meant to be part of that formatted string.
2017-06-18 20:25:12 +03:00
27f6a310b5
Remove leftover brackets from log messages on linux.
2016-07-10 18:44:54 +03:00
89bbb74d06
Export the remaining functions for controlling the logger.
2016-06-19 15:24:25 +03:00
eb58f59f81
Implemented the sub logging functionality in linux.
...
The sub logs used the same color as regular logs, instead of a darker/dim text.
2016-06-11 18:01:26 +03:00
0c92601362
Update the module API and merge shared code between modules and host plugin.
2016-06-03 21:26:19 +03:00
9d254a805c
Separate micellaneous functions.
2016-05-24 18:45: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
49c2c46341
Remove extraneous character from printf inside the logger under linux.
2016-03-27 18:56:26 +03:00
ff6cacaf68
Dumb approach to recive some kind of asserts if the program crashes because a component was used after it was deleted.
2016-03-24 06:43:02 +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
f4a11ef825
Separated major non mandatory libraries into their onwn modules.
...
Consolidated and simplified the module API system.
Various other fixes and improvements.
2016-02-27 11:57:10 +02:00
06e598acfb
Dumped the old implementation. Started with a more simple approach.
2016-02-21 00:25:00 +02:00
8c81a0f2b2
Minor fix in logger.
2015-11-09 07:36:22 +02:00
3f7f2c9163
Removed unnecessary return from logger.
2015-11-09 01:35:59 +02:00
24d2ca30c2
Exposed a couple logging functions to the script and prepared the logging class for documentation.
2015-11-08 12:34:46 +02:00
46801b1ce8
Discarded the noexcept specifier entirely.
2015-11-01 05:48:01 +02:00
6ed02d0fd4
Initial commit.
2015-09-30 03:56:11 +03:00