.. |
Base
|
Adjust the Vector3 and Vector4 type functions to use the new method of receiving formatted strings.
|
2016-11-16 16:20:11 +02:00 |
Entity
|
Implement the FindTask method for entities.
|
2016-11-17 17:04:21 +02:00 |
Library
|
Adjust some of the string library functions to use the new method of receiving formatted strings.
|
2016-11-17 17:05:12 +02:00 |
Misc
|
Adjust the Color3 and COlor4 type functions to use the new method of receiving formatted strings.
|
2016-11-16 16:19:02 +02:00 |
Command.cpp
|
Adjust command manager and listener functions to use the new method of receiving formatted strings.
|
2016-11-16 13:04:25 +02:00 |
Command.hpp
|
Update all existing code to always receive StackStrF as a const reference.
|
2016-11-16 15:10:33 +02:00 |
Constants.cpp
|
Adjust the main plugin to use the new standard way of registering constants.
|
2016-11-23 00:58:45 +02:00 |
Core.cpp
|
Initial implementation of entity tasks.
|
2016-11-17 00:23:59 +02:00 |
Core.hpp
|
Fix the empty initialization option being ignored in the execution stage.
|
2016-08-27 12:15:51 +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
|
Use 'color' instead of 'colour' internally and expose aliases to both for the script interface.
|
2016-08-21 18:07:35 +03:00 |
CoreFuncs.cpp
|
Implement a simple system for snippets to be notified when the scripts were loaded and about to be unloaded.
|
2016-08-25 03:08:44 +03:00 |
CoreUtils.cpp
|
Use 'color' instead of 'colour' internally and expose aliases to both for the script interface.
|
2016-08-21 18:07:35 +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
|
Initial implementation of entity tasks.
|
2016-11-17 00:23:59 +02:00 |
Register.cpp
|
Rename the lightweight object type.
|
2016-11-17 11:27:07 +02:00 |
Routine.cpp
|
Initial re-write of the routines.
|
2016-11-17 23:10:31 +02:00 |
Routine.hpp
|
Initial re-write of the routines.
|
2016-11-17 23:10:31 +02:00 |
SqBase.hpp
|
Rename the lightweight object type.
|
2016-11-17 11:27:07 +02:00 |
Tasks.cpp
|
Minor changes in tasks.
|
2016-11-17 23:09:35 +02:00 |
Tasks.hpp
|
Minor changes in tasks.
|
2016-11-17 23:09:35 +02:00 |