.. |
Base
|
Remove functions that check character class from the shared code.
|
2016-04-03 21:09:08 +03:00 |
Entity
|
Implement function to retrieve all active vehicles.
|
2016-03-26 18:17:38 +02:00 |
Library
|
Implement the character clasification functions into the string library.
|
2016-04-03 21:09:49 +03:00 |
Misc
|
Use the uint64_t type instead of Uint64 when retrieveing serer time to fix an issue on x64 linux.
|
2016-03-27 19:06:21 +03:00 |
Command.cpp
|
Minor changes in modules and host plugin.
|
2016-04-02 13:13:32 +03:00 |
Command.hpp
|
Dumb approach to recive some kind of asserts if the program crashes because a component was used after it was deleted.
|
2016-03-24 06:43:02 +02:00 |
Constants.cpp
|
Include another alias for retrieving the current architecture.
|
2016-03-29 05:37:47 +03:00 |
Core.cpp
|
Use unordered maps for storing script instances and options.
|
2016-03-26 18:16:01 +02:00 |
Core.hpp
|
Use unordered maps for storing script instances and options.
|
2016-03-26 18:16:01 +02:00 |
Exports.cpp
|
Remove leftover includes from previous merge of the time utilities.
|
2016-03-25 14:43:26 +02:00 |
Logger.cpp
|
Remove extraneous character from printf inside the logger under linux.
|
2016-03-27 18:56:26 +03:00 |
Logger.hpp
|
Dumb approach to recive some kind of asserts if the program crashes because a component was used after it was deleted.
|
2016-03-24 06:43:02 +02:00 |
Main.cpp
|
Forgot to assign the null pointer after destroying components.
|
2016-03-27 22:14:24 +03:00 |
Misc.cpp
|
Initial implementation of reload mechanism.
|
2016-03-24 09:32:44 +02:00 |
Register.cpp
|
Merge the time utilities under the chrono library.
|
2016-03-25 14:28:07 +02:00 |
Routine.cpp
|
Remove leftover includes from previous merge of the time utilities.
|
2016-03-25 14:43:26 +02:00 |
Routine.hpp
|
Updated the exception system in the main plugin to also include the location in the source files in debug builds.
|
2016-03-21 22:37:58 +02:00 |
SqBase.hpp
|
Remove legacy casting when packing colors.
|
2016-04-02 12:33:24 +03:00 |