1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 00:37:15 +01:00
SqMod/source
Sandu Liviu Catalin b818a162ee Initial implementation of the standard math library.
Implemented utilities to convert between fundamental types.
Implemented helper functions to retrieve numeric values from the stack at all costs.
Implemented various delegates on the long integer types to mimic the standard types.
Moved most of the stack utilities in a separate source.
Various other fixes and improvements.
2016-04-14 03:08:06 +03:00
..
Base Initial implementation of the standard math library. 2016-04-14 03:08:06 +03:00
Entity Initial implementation of the standard math library. 2016-04-14 03:08:06 +03:00
Library Initial implementation of the standard math library. 2016-04-14 03:08:06 +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 Initial implementation of the standard math library. 2016-04-14 03:08:06 +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 Initial implementation of the standard math library. 2016-04-14 03:08:06 +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 Initial implementation of the standard math library. 2016-04-14 03:08:06 +03:00
Routine.cpp Initial implementation of the standard math library. 2016-04-14 03:08:06 +03: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