.. |
Base
|
Prepare the script container for the revised script loading system.
|
2016-06-18 20:29:28 +03:00 |
Entity
|
Improve the player messaging functions to be more flexible and dynamic when detecting the message color.
|
2016-06-19 18:39:12 +03:00 |
Library
|
Add a helper funtion to the system path library to obtain the full path of a file.
|
2016-06-18 20:27:51 +03:00 |
Misc
|
Move message broadcasting into their own source file for better code structuring
|
2016-06-19 09:32:16 +03:00 |
Command.cpp
|
Fix the command system which would fail on recursive command execution.
|
2016-06-08 16:26:55 +03:00 |
Command.hpp
|
Fix the command system which would fail on recursive command execution.
|
2016-06-08 16:26:55 +03:00 |
Constants.cpp
|
Keep a consistent naming style in constants.
|
2016-06-19 11:07:35 +03:00 |
Core.cpp
|
Initial revision of the script loading system to be more flexible and accurate.
|
2016-06-18 20:31:35 +03:00 |
Core.hpp
|
Initial revision of the script loading system to be more flexible and accurate.
|
2016-06-18 20:31:35 +03:00 |
CoreEntity.cpp
|
Make the function environment optional in global callbacks.
|
2016-05-24 07:29:35 +03:00 |
CoreEvents.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 |
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
|
Merge the Random and Math libraries into the Numeric library and organize code a bit.
|
2016-06-05 00:00:59 +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
|
Add a helper function to obtain the last system error as a string and throw it.
|
2016-06-18 20:27:23 +03:00 |