.. |
Base
|
Add helper methods to the Vector3 type to rotate on each individual axis.
|
2016-08-04 03:42:48 +03:00 |
Entity
|
Add the ability to specify a custom header/payload when kicking/banning a player.
|
2016-08-17 13:48:29 +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
|
Spelling mistake in weapon name.
|
2016-07-31 18:31:33 +03:00 |
Command.cpp
|
Fix issue where the command arguments would always fallback to string because the identified variable was not set to true.
|
2016-07-14 22:19:10 +03:00 |
Command.hpp
|
Fix command system not recognizing greedy argument types after changes in previous commits. Credits to @DrakezZ for spotting the issue
|
2016-07-16 13:44:03 +03:00 |
Constants.cpp
|
Move alias at the end of the registration. To avoid issues when working multi-select and expecting values to match the order of the macros.
|
2016-07-29 23:36:16 +03:00 |
Core.cpp
|
Create null instances only after the plugin API was registered. Otherwise the server would've crashed at startup.
|
2016-08-17 13:30:48 +03:00 |
Core.hpp
|
Add the ability to specify a custom header/payload when kicking/banning a player.
|
2016-08-17 13:48:29 +03:00 |
CoreEntity.cpp
|
Improve the Vector3 registration code to avoid using overloads where not necessary.
|
2016-07-25 00:10:46 +03:00 |
CoreEvents.cpp
|
Improve the Vector3 registration code to avoid using overloads where not necessary.
|
2016-07-25 00:10:46 +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
|
Add the ability to specify a custom header/payload when kicking/banning a player.
|
2016-08-17 13:48:29 +03:00 |
Exports.cpp
|
Adjust names of exported module functions to not use the names from previous implementation.
|
2016-07-17 03:50:29 +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 the ability to specify a custom header/payload when kicking/banning a player.
|
2016-08-17 13:48:29 +03:00 |
Register.cpp
|
Register entity searching algorithms to enable them.
|
2016-06-21 17:29:09 +03:00 |
Routine.cpp
|
Fix issue with routines never being released. Should close #14
|
2016-07-12 22:45:14 +03:00 |
Routine.hpp
|
Fix issue with routines never being released. Should close #14
|
2016-07-12 22:45:14 +03:00 |
SqBase.hpp
|
More missing weapon identifiers. Related to #23
|
2016-07-28 21:10:07 +03:00 |