.. |
Base
|
Implement pointer stealing for the auto-deleter utility.
|
2016-07-03 03:20:23 +03:00 |
Entity
|
Avoid creating checkpoints for invalid player instances.
|
2016-06-25 00:08:16 +03:00 |
Library
|
Fix buffer wrapper reading data incorrectly.
|
2016-06-20 18:22:12 +03:00 |
Misc
|
Avoid compile errors from implicit cast to int by making the type explicit.
|
2016-06-19 19:38:24 +03:00 |
Command.cpp
|
Forgot to the OnAuth property for commands manager which was still using the same name as OnFail.
|
2016-07-03 19:29:50 +03:00 |
Command.hpp
|
Also include the command instance when checking invoker authority with script callbacks.
|
2016-07-03 19:43:37 +03:00 |
Constants.cpp
|
Keep a consistent naming style in constants.
|
2016-06-19 11:07:35 +03:00 |
Core.cpp
|
Prevent common null objects from using dead virtual machines after reloads.
|
2016-07-03 03:27:18 +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
|
Improve the client script data event. Also fix a crash because the buffer type was not registered.
|
2016-06-20 18:02:44 +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
|
Initial revision of the script loading system to be more flexible and accurate.
|
2016-06-18 20:31:35 +03:00 |
Logger.cpp
|
Export the remaining functions for controlling the logger.
|
2016-06-19 15:24:25 +03:00 |
Logger.hpp
|
Untested update to the new plugin API.
|
2016-05-22 06:20:38 +03:00 |
Main.cpp
|
Update the module API and merge shared code between modules and host plugin.
|
2016-06-03 21:26:19 +03:00 |
Register.cpp
|
Register entity searching algorithms to enable them.
|
2016-06-21 17:29:09 +03:00 |
Routine.cpp
|
Implemented and improved more types in the Chrono library.
|
2016-06-04 19:17:42 +03:00 |
Routine.hpp
|
Untested update to the new plugin API.
|
2016-05-22 06:20:38 +03:00 |
SqBase.hpp
|
Move enumerations related to the command system from the base plugin config.
|
2016-07-03 03:20:51 +03:00 |