1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-06-15 22:57:12 +02:00
Commit Graph

11 Commits

Author SHA1 Message Date
819567410b Fix plugin event traceback name.
Script loaded was marked as reload event. Quite the awkward 30 minutes till i figured it out.
2019-06-02 18:24:33 +03:00
3c37417acc Further updates to plugin command traceback.
Use upper case hex. surround command string in single quotes to helpt track empty strings.
2019-06-02 18:16:56 +03:00
2c500a4f35 Update traceback in plugin command.
Use hex output for identifier. Avoid unused parameters warning when traceback is disabled.
2019-06-02 18:15:04 +03:00
6e6baf9b2b Disable traceback on frame event.
This causes a ton of spam which makes the whole thing quite useless. Somehow I forgot about it.
2019-06-02 17:59:30 +03:00
37e793c1ea Cast enumeration to fundamental type.
Just to make printf fomat happy.
2019-06-02 17:48:19 +03:00
9c1c09eaad Dummy plugin event traceback.
Implements a simple traceback for plugin events. Should allow for easier debugging.
2019-06-02 17:43:04 +03:00
670c960b2e Handle new entities in pool changes.
Even if they're not handled, they're at least recognized so that they don't fall to the default case and throw an exception.
2019-06-02 13:57:08 +03:00
7fdcf7efc0 Implement new API changes.
Initial implementation of entity streaming events, 3D arrows, drunk effects., camera interpolation, entity options and whatnot. Not yet tested!
2019-06-02 00:39:06 +03:00
0f0b795ca9 Various minor changes and fixes that were not pushed to the repository. Just random stuff. 2019-01-29 18:44:55 +02: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
0ad290ca34 Restructure some files. 2018-07-29 12:25:44 +03:00