.. |
Base
|
Implement stoppable iteration algorithms. Should close #29
|
2017-08-07 00:22:50 +03:00 |
Entity
|
Update the entity classes to account for the fact that the server ignores the API call completely whenever a null pointer is given for a value that isn't needed.
|
2018-01-30 19:09:54 +02:00 |
Library
|
Make builtin formatted strings default to false to avoid trying to perform a format in cases where it can be folled by a following parameters that are not meant to be part of that formatted string.
|
2017-06-18 20:25:12 +03:00 |
Misc
|
Implement an unrestricted pool of custom weapon names and fall back to it when looking for weapon names.
|
2018-04-13 20:31:18 +03:00 |
Areas.cpp
|
Fix inconsistent function names.
|
2017-06-20 22:16:35 +03:00 |
Areas.hpp
|
Allow areas to define just bounding boxes. Implement a function to add an array of points. Provide several shorter aliases. Remove some leftover commented code.
|
2017-06-20 22:10:32 +03:00 |
Command.cpp
|
Fix constructors in comamnd manager registration to actually make use of builtin formatting.
|
2017-06-18 20:25:49 +03: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
|
Return null entity instances instead of null for the functions that need to return an entity instance.
|
2017-08-06 18:14:58 +03:00 |
Core.cpp
|
Initial implementation of the area system.
|
2017-06-19 04:09:35 +03:00 |
Core.hpp
|
Return null entity instances instead of null for the functions that need to return an entity instance.
|
2017-08-06 18:14:58 +03:00 |
CoreEntity.cpp
|
Initial implementation of the area system.
|
2017-06-19 04:09:35 +03:00 |
CoreEvents.cpp
|
Return null entity instances instead of null for the functions that need to return an entity instance.
|
2017-08-06 18:14:58 +03:00 |
CoreFuncs.cpp
|
Do not overwrite the core state upon receiving recursive event calls from the server.
|
2017-06-19 16:10:31 +03:00 |
CoreInst.cpp
|
Return null entity instances instead of null for the functions that need to return an entity instance.
|
2017-08-06 18:14:58 +03:00 |
CoreUtils.cpp
|
Return null entity instances instead of null for the functions that need to return an entity instance.
|
2017-08-06 18:14:58 +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
|
Make builtin formatted strings default to false to avoid trying to perform a format in cases where it can be folled by a following parameters that are not meant to be part of that formatted string.
|
2017-06-18 20:25:12 +03:00 |
Logger.hpp
|
Untested update to the new plugin API.
|
2016-05-22 06:20:38 +03:00 |
Main.cpp
|
Return null entity instances instead of null for the functions that need to return an entity instance.
|
2017-08-06 18:14:58 +03:00 |
Makefile
|
Initial commit of a command-line build system based on the classic Makefile. Windows only.
|
2018-02-06 01:31:07 +02:00 |
Register.cpp
|
Initial implementation of the area system.
|
2017-06-19 04:09:35 +03:00 |
Routine.cpp
|
Allow toggling of error handling for each routine individually ( should close #31 ).
|
2018-01-28 22:45:09 +02:00 |
Routine.hpp
|
Allow toggling of error handling for each routine individually ( should close #31 ).
|
2018-01-28 22:45:09 +02:00 |
Signal.cpp
|
Uncomment exceptions in the signals and slots creation and retrieval.
|
2017-02-22 20:41:11 +02:00 |
Signal.hpp
|
Initial implementation of the new event system.
|
2017-02-21 21:24:59 +02:00 |
SqBase.hpp
|
Update the entity classes to account for the fact that the server ignores the API call completely whenever a null pointer is given for a value that isn't needed.
|
2018-01-30 19:09:54 +02:00 |
Tasks.cpp
|
Initial implementation of the new event system.
|
2017-02-21 21:24:59 +02:00 |
Tasks.hpp
|
Make builtin formatted strings default to false to avoid trying to perform a format in cases where it can be folled by a following parameters that are not meant to be part of that formatted string.
|
2017-06-18 20:25:12 +03:00 |