1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-06-16 23:27:15 +02:00
Commit Graph

1765 Commits

Author SHA1 Message Date
7ee5fe2f0c Remove the {fmt} library from the project. Too many compilation issues with it. 2016-05-25 22:47:55 +03:00
ec0a01d976 Remove obsolete files from the library folder. 2016-05-25 21:17:30 +03:00
4616f405ab Simplify the name validation when changing the nickname in IRC sessions. 2016-05-25 21:16:49 +03:00
8ca6455e52 Throw error if user data is retrieved on invalid IRC sessions. 2016-05-25 21:16:24 +03:00
0d7243c305 More unnecessary properties removed from the IRC session type. 2016-05-24 22:00:44 +03:00
86a4933525 Release script callbacks properly in main plugin. 2016-05-24 21:36:49 +03:00
da5e83151c Switch to identifier based events in IRC session to be consistent with the main plugin events. 2016-05-24 21:36:02 +03:00
850a742071 Prevent script exceptions from escaping the IRC session callbacks. 2016-05-24 20:57:28 +03:00
8ca7f5bfa7 Remove the session from the IRC event parameters.
Rename the IRC module scope to uppercase.
2016-05-24 20:51:34 +03:00
f05e562708 Move most of the reload implementation to the central core. 2016-05-24 19:26:43 +03:00
e628428ab7 Update license year. 2016-05-24 18:47:19 +03:00
9d254a805c Separate micellaneous functions. 2016-05-24 18:45:50 +03:00
76621cf946 Separate the IO library into smaller sub components.
Merge the INI module with the main plugin IO library.
2016-05-24 18:37:34 +03:00
d7c4d389eb Throw an error if the given player name is invalid. 2016-05-24 08:26:47 +03:00
56970f69c2 Exported more enumerations from teh SDK.
Renamed several existing enumerations for consistency.
2016-05-24 08:18:39 +03:00
e9ffab2347 Enable debugging by default again. 2016-05-24 07:45:49 +03:00
4d21f29e7f Disable debug logging by default. 2016-05-24 07:34:41 +03:00
f8e845ebd2 Make the function environment optional in global callbacks. 2016-05-24 07:29:35 +03:00
3ed0b22426 Make the function environment optional in entity callbacks. 2016-05-24 07:29:14 +03:00
33790805eb Make the function environment optional in routine callbacks. 2016-05-24 07:24:21 +03:00
75452625cd Enable the reload system in the macros.
Prevent the reload from entering a cyrcular reload when sending plugin commands.
2016-05-24 06:51:40 +03:00
248b062110 Fix mdoule builds on x64 to conform to the changes in the plugin sdk. 2016-05-24 05:45:01 +03:00
45c5f1129e Get rid of type aliasing warning. 2016-05-24 05:39:54 +03:00
efa578e8a6 Add aliases for color and colour. 2016-05-24 04:59:36 +03:00
82c3fa4439 Update the {fmt} library to fix the colision with C string.h header. 2016-05-23 22:42:49 +03:00
250407feda Minor changes to the LongInt type. 2016-05-23 18:45:21 +03:00
c135d4293e Remove irrelevant argument from the IToF function. 2016-05-23 05:39:32 +03:00
b9b688581b Move routine processing outside the core class. 2016-05-23 03:54:50 +03:00
86297882d5 Implement the custom event functions. 2016-05-23 03:51:44 +03:00
fdd06e8c2e Minor aditions to the system path library.
Fixed small const correctness in remaining typename functions.
Added a flag to block certain format warnings on x64 builds.
2016-05-23 03:34:35 +03:00
49a9983799 Update the format library to the latest version. 2016-05-22 23:37:55 +03:00
edf4d6cd38 Update the PUGIXML library to the latest version. 2016-05-22 23:37:26 +03:00
6e99f0d2d5 Update the SQLite libarary to the latest version. 2016-05-22 23:34:43 +03:00
6822172f6a Updated the Squirrel and Sqrat libraries to the latest development versions. 2016-05-22 22:51:59 +03:00
40a2ba46f5 Various changes to the modules.
Also commited the remaining incomplete modules.
2016-05-22 22:34:27 +03:00
f2361a27c3 Untested update to the new plugin API.
Various other changes to the plugin as well.
2016-05-22 06:20:38 +03:00
ddb52677bd Remove duplicate property in the IRC session. 2016-04-20 09:25:47 +03:00
955aa218f2 Explicitly delete any copy/move operations from the logger class. 2016-04-20 09:24:37 +03:00
1d2a23dd6c Minor changes in the encryption library. 2016-04-20 09:24:04 +03:00
acdf9300b6 Update the type conversion utility to include more types and be more flexible. 2016-04-20 09:23:18 +03:00
c8161fe9d0 Add the cppformat library to the project. 2016-04-20 09:21:56 +03:00
1017fc5c1a Fix the digit counting helpers to take into account negative values. 2016-04-14 04:50:44 +03:00
4504ae0550 Remove leftover printf from math library, 2016-04-14 04:44:20 +03:00
be8b631aea Added several functions to the math library to count integer digts and generate floating point numbers from integers. 2016-04-14 04:39:43 +03:00
25cc612855 Minor changes in the SQLite module comments. 2016-04-14 03:09:12 +03:00
4eddf466f2 Various fixes and improvements in the sample module. 2016-04-14 03:08:35 +03:00
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
ea9f60e32c Fix a buffer underflow in the Center function from the string library. 2016-04-03 23:23:01 +03:00
159e2f5929 Fix a posible buffer overflow from the previous commit. 2016-04-03 21:27:57 +03:00
ef27cf3c5f Update the SToB function to convert the string to lowercase first and then perform the comparison. 2016-04-03 21:26:58 +03:00