.. |
Base
|
Fix incorrect placement of functions used to find players by name.
|
2016-07-10 23:29:45 +03:00 |
Entity
|
Remove leftover parenthesis from previous commit.
|
2016-07-09 17:14:09 +03:00 |
Library
|
Fix the functions used to create buffers and extend with new ones to interact with them.
|
2016-07-09 17:21:41 +03:00 |
Misc
|
Adjust the code to use the .what() method from the Sqrat exception.
|
2016-07-09 14:18:09 +03:00 |
Command.cpp
|
Adjust the smart pointers in the Sqrat library.
|
2016-07-12 02:43:29 +03:00 |
Command.hpp
|
Fix an issue with command listeners not retaining the help/info messages. Credits @DrakezZ for spotting the issue.
|
2016-07-12 02:48:53 +03:00 |
Constants.cpp
|
Keep a consistent naming style in constants.
|
2016-06-19 11:07:35 +03:00 |
Core.cpp
|
Adjust the code to use the .what() method from the Sqrat exception.
|
2016-07-09 14:18:09 +03:00 |
Core.hpp
|
Prevent server notifications of entity pool changes from introducing entity leaks and triggering events multiple times. Should close #9
|
2016-06-26 15:47:27 +03:00 |
CoreEntity.cpp
|
Prevent server notifications of entity pool changes from introducing entity leaks and triggering events multiple times. Should close #9
|
2016-06-26 15:47:27 +03:00 |
CoreEvents.cpp
|
Initial revision of the buffer implementation.
|
2016-07-08 00:56:54 +03:00 |
CoreFuncs.cpp
|
Update the module API and merge shared code between modules and host plugin.
|
2016-06-03 21:26:19 +03:00 |
CoreUtils.cpp
|
Implement the option to specify how many times you want to allow intensive entity events to be forwarded to script callbacks.
|
2016-06-08 16:53:16 +03:00 |
Exports.cpp
|
Fix the functions used to create buffers and extend with new ones to interact with them.
|
2016-07-09 17:21:41 +03:00 |
Logger.cpp
|
Remove leftover brackets from log messages on linux.
|
2016-07-10 18:44:54 +03:00 |
Logger.hpp
|
Untested update to the new plugin API.
|
2016-05-22 06:20:38 +03:00 |
Main.cpp
|
Add a message to inform when the plugin is fully loaded.
|
2016-07-10 17:15:43 +03:00 |
Register.cpp
|
Register entity searching algorithms to enable them.
|
2016-06-21 17:29:09 +03:00 |
Routine.cpp
|
Adjust the code to use the .what() method from the Sqrat exception.
|
2016-07-09 14:18:09 +03:00 |
Routine.hpp
|
Untested update to the new plugin API.
|
2016-05-22 06:20:38 +03:00 |
SqBase.hpp
|
Initial revision of the buffer implementation.
|
2016-07-08 00:56:54 +03:00 |