1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2026-05-01 00:07:19 +02:00
Commit Graph

13 Commits

Author SHA1 Message Date
Sandu Liviu Catalin f2b7499f85 Update libraries and make it build on windows.
Still gets some warnings because compilers have changed. But should work.
2025-06-25 22:34:23 +03:00
Sandu Liviu Catalin b8b5e89216 Update sqmem.cpp 2022-06-25 02:31:05 +03:00
Sandu Liviu Catalin d6a56feb87 Update sqmem.cpp 2022-06-25 00:35:57 +03:00
Sandu Liviu Catalin 9c94fb7afc Update CMakeLists.txt 2022-06-25 00:35:53 +03:00
Sandu Liviu Catalin 151077c799 Use double floating point when it has no impact on the code. 2021-08-18 22:24:18 +03:00
Sandu Liviu Catalin b3febf0017 sq_newarrayex utility which reserves space only instead of creating elements. 2021-07-13 20:06:21 +03:00
Sandu Liviu Catalin ff8da4dad1 Update squirrel.h 2021-02-05 15:08:57 +02:00
Sandu Liviu Catalin a6326c954d Update sqconfig.h 2021-02-05 15:08:50 +02:00
Sandu Liviu Catalin 70a5eaa5d1 Fix assertion functions. 2021-02-03 21:59:48 +02:00
Sandu Liviu Catalin 82b7f75b80 Update sqconfig.h 2021-02-01 04:57:39 +02:00
Sandu Liviu Catalin 66599b5df3 Update sqconfig.h 2021-02-01 00:08:02 +02:00
Sandu Liviu Catalin 1c84c7f35a Add sq_arrayreserve extension to squirrel API. 2021-01-30 19:39:44 +02:00
Sandu Liviu Catalin 4a6bfc086c Major plugin refactor and cleanup.
Switched to POCO library for unified platform/library interface.
Deprecated the external module API. It was creating more problems than solving.
Removed most built-in libraries in favor of system libraries for easier maintenance.
Cleaned and secured code with help from static analyzers.
2021-01-30 08:51:39 +02:00