1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 00:37:15 +01:00

Commit Graph

  • ef41d0d243 Improve the SetAnimation method on player class. Sandu Liviu Catalin 2016-06-15 06:06:03 +0300
  • 7391d9391e Prevent triggering the player option change event value din not change. Sandu Liviu Catalin 2016-06-14 04:42:18 +0300
  • 5a225a70b9 Validate identifiers obtained from the server before using them. Sandu Liviu Catalin 2016-06-14 02:34:04 +0300
  • 4327eaf72c Add helper functions to pack colors into integers. Sandu Liviu Catalin 2016-06-14 02:18:37 +0300
  • a71b45567a Added LastArmor alias to the player class for consistency. Sandu Liviu Catalin 2016-06-14 00:50:20 +0300
  • 9c547ae8a8 Add the Colour alias when retrieving the color from Checkpoints. Sandu Liviu Catalin 2016-06-13 01:33:52 +0300
  • 85e881effa Fix const correctness in utility functions. Sandu Liviu Catalin 2016-06-13 00:27:06 +0300
  • 67d0360fb3 Add the Colour alias when retrieving the color from Blips. Sandu Liviu Catalin 2016-06-13 00:23:30 +0300
  • 6e76ec8012 Add an empty program for the Sandbox project. Sandu Liviu Catalin 2016-06-12 13:53:15 +0300
  • a81b950952 Don't separate C++11 code from legacy code through macros. Make C++11 the default C++ version required. Sandu Liviu Catalin 2016-06-12 13:49:43 +0300
  • 0240d192e9 Implement move semantics on the Sqrat function wrapper. Sandu Liviu Catalin 2016-06-12 13:43:29 +0300
  • 3ca90d0698 Implement move semantics on the Sqrat table wrapper. Sandu Liviu Catalin 2016-06-12 13:43:19 +0300
  • 4eaf365bee Implement move semantics on the Sqrat array wrapper. Sandu Liviu Catalin 2016-06-12 13:31:28 +0300
  • f71a1aa667 Implement move semantics on the Sqrat object wrapper. Sandu Liviu Catalin 2016-06-12 13:31:21 +0300
  • 67d6f54426 Minor optimizations in Sqrat when retrieving script strings. Sandu Liviu Catalin 2016-06-12 13:02:04 +0300
  • d96a6dff0b Minor optimization when retrieving the last error. Sandu Liviu Catalin 2016-06-12 13:01:43 +0300
  • 579bd4d76b Implement move semantics for Sqrat smart pointers. Sandu Liviu Catalin 2016-06-12 13:01:04 +0300
  • eb58f59f81 Implemented the sub logging functionality in linux. Sandu Liviu Catalin 2016-06-11 18:01:26 +0300
  • e3ecc782ef Fix compile time error in Chrono library. Sandu Liviu Catalin 2016-06-11 17:53:55 +0300
  • a3169ad7d2 Partial implementation of the JSON module. Sandu Liviu Catalin 2016-06-09 03:01:19 +0300
  • f1d8d60e96 Improve the string retrieval from the stack to make use of the new sq_getstringandsize API function and also obtain the size everytime. Add two new helper functions to retrieve the string representation of a certain script type or object. Sandu Liviu Catalin 2016-06-09 02:05:36 +0300
  • 94fb58cc5d Fix compile time error in implicit conversion to boolean from previosu commit. Sandu Liviu Catalin 2016-06-08 21:10:31 +0300
  • cf00eaa1b4 Implicit conversion to boolean of smart Sqrat pointers so they can be used in conditional expressions. Sandu Liviu Catalin 2016-06-08 16:57:48 +0300
  • bc1e7dbde6 Implement the option to specify how many times you want to allow intensive entity events to be forwarded to script callbacks. Also expose several properties for the vehicle entity type that I forgot about. Sandu Liviu Catalin 2016-06-08 16:53:16 +0300
  • 6489dfdf08 Fix the command system which would fail on recursive command execution. Sandu Liviu Catalin 2016-06-08 16:26:55 +0300
  • 410a60cfe5 More helper functions to the shared utility. Sandu Liviu Catalin 2016-06-07 03:04:57 +0300
  • 0d6e80a9d5 More MySQL implementation. Sandu Liviu Catalin 2016-06-05 05:36:33 +0300
  • 3affe10c35 Initial implementation of the MySQL statement class. Various other additions and improvements to the MySQL module. Sandu Liviu Catalin 2016-06-05 05:08:59 +0300
  • fc8fcbccd9 Also remove the decimal sources from project. Sandu Liviu Catalin 2016-06-05 05:01:29 +0300
  • 221e27e090 Remove implementation of the Decimal time. Not worth the troublem. Sandu Liviu Catalin 2016-06-05 04:28:45 +0300
  • 3411f7c64b Export basic interaction with the decimal type. Sandu Liviu Catalin 2016-06-05 04:16:42 +0300
  • 723f6296e2 Minor addition to the Decimal time. Sandu Liviu Catalin 2016-06-05 04:15:55 +0300
  • a1af9af0d7 Fix wrong includes left over by the merge of numeric libraries. Sandu Liviu Catalin 2016-06-05 04:15:23 +0300
  • edc6a22d24 Forgot to include project changes to include the addition of the Decimal type. Sandu Liviu Catalin 2016-06-05 03:54:45 +0300
  • 17e78b83dd Initial untested implementation of the Decimal type. Sandu Liviu Catalin 2016-06-05 03:54:15 +0300
  • 07b8a8b4a0 Minor improvements on the LongInt classes. Sandu Liviu Catalin 2016-06-05 03:53:58 +0300
  • d42040c9c0 Merge the Random and Math libraries into the Numeric library and organize code a bit. Sandu Liviu Catalin 2016-06-05 00:00:59 +0300
  • cce6beb4d5 Fix the exported API for the Chrono library to use unsigned integers. Sandu Liviu Catalin 2016-06-04 23:10:35 +0300
  • 2aa7e8b7c2 Furher implementation and improvement of the Chrono types and also exposed them to the module API. Tighten the safety of exported functions to avoid exceptions leaking outside the host plugin. Sandu Liviu Catalin 2016-06-04 22:33:34 +0300
  • 36c49cd09c Forgot to register the Hash and AES sub libraries from the main Crypt library. Sandu Liviu Catalin 2016-06-04 22:32:08 +0300
  • 0093bc2dec Implemented and improved more types in the Chrono library. Sandu Liviu Catalin 2016-06-04 19:17:42 +0300
  • ba6acb0d19 Implement the Date type. Sandu Liviu Catalin 2016-06-04 11:55:06 +0300
  • 201a6e0016 Empty registration of the MySQL statement and result set. Sandu Liviu Catalin 2016-06-03 22:25:06 +0300
  • 525148ccd1 Implement the query execution functions on MySQL connection. Minor adjustments in comments. Sandu Liviu Catalin 2016-06-03 22:17:52 +0300
  • 2f16d63e2a Remove query queueing mechanism from the MySQL connection handle. Sandu Liviu Catalin 2016-06-03 22:17:01 +0300
  • 125088c9e3 Implement several helper functions to create long integer instances. Sandu Liviu Catalin 2016-06-03 22:16:14 +0300
  • 279479cddc Partial untested implementation of the MySQL module. Sandu Liviu Catalin 2016-06-03 21:33:21 +0300
  • f6987b3de2 Update the .gitignore file to exclude mysql headers on windows. Enable extra warnings in the sandbox project. Sandu Liviu Catalin 2016-06-03 21:32:51 +0300
  • 55df0b702c Update the Sample module to work with the modified API. Sandu Liviu Catalin 2016-06-03 21:31:58 +0300
  • a792ae525e Update the XML module to work with the modified API. Separate the XML handles into their own source files. Sandu Liviu Catalin 2016-06-03 21:31:34 +0300
  • 4d77386b21 Update the SQLite module to work with the modified API. Separate the SQLite handles into their own source files. Sandu Liviu Catalin 2016-06-03 21:31:00 +0300
  • e1a1ccf979 Update the Mongoose module to work with the modified API. Separate Mongoose handles into their own source files. Sandu Liviu Catalin 2016-06-03 21:30:05 +0300
  • 26d12d601d Update the MaxmindDB module to work with the modified API. Sandu Liviu Catalin 2016-06-03 21:29:15 +0300
  • e3f861ccbd Update the JSON module to work with the modified API. Sandu Liviu Catalin 2016-06-03 21:28:50 +0300
  • 40ab83743c Update the IRC module to work with the modified API. Document code properly and also various code fixes. Sandu Liviu Catalin 2016-06-03 21:27:53 +0300
  • 0c92601362 Update the module API and merge shared code between modules and host plugin. Sandu Liviu Catalin 2016-06-03 21:26:19 +0300
  • 423bdfcdab Remove duplicate property from player class. Sandu Liviu Catalin 2016-05-26 08:55:48 +0300
  • d8d240285d Fix wrong parameter to format. Sandu Liviu Catalin 2016-05-26 06:57:42 +0300
  • aa85acb3c2 Configure project platforms to avoid Linux modules showing up on Windows and vice versa. Sandu Liviu Catalin 2016-05-25 22:59:54 +0300
  • 7ee5fe2f0c Remove the {fmt} library from the project. Too many compilation issues with it. Sandu Liviu Catalin 2016-05-25 22:47:55 +0300
  • ec0a01d976 Remove obsolete files from the library folder. Sandu Liviu Catalin 2016-05-25 21:17:30 +0300
  • 4616f405ab Simplify the name validation when changing the nickname in IRC sessions. Sandu Liviu Catalin 2016-05-25 21:16:49 +0300
  • 8ca6455e52 Throw error if user data is retrieved on invalid IRC sessions. Sandu Liviu Catalin 2016-05-25 21:16:24 +0300
  • 0d7243c305 More unnecessary properties removed from the IRC session type. Sandu Liviu Catalin 2016-05-24 22:00:44 +0300
  • 86a4933525 Release script callbacks properly in main plugin. Sandu Liviu Catalin 2016-05-24 21:36:49 +0300
  • da5e83151c Switch to identifier based events in IRC session to be consistent with the main plugin events. Sandu Liviu Catalin 2016-05-24 21:36:02 +0300
  • 850a742071 Prevent script exceptions from escaping the IRC session callbacks. Sandu Liviu Catalin 2016-05-24 20:57:28 +0300
  • 8ca7f5bfa7 Remove the session from the IRC event parameters. Rename the IRC module scope to uppercase. Sandu Liviu Catalin 2016-05-24 20:51:34 +0300
  • f05e562708 Move most of the reload implementation to the central core. Sandu Liviu Catalin 2016-05-24 19:26:43 +0300
  • e628428ab7 Update license year. Sandu Liviu Catalin 2016-05-24 18:47:19 +0300
  • 9d254a805c Separate micellaneous functions. Sandu Liviu Catalin 2016-05-24 18:45:50 +0300
  • 76621cf946 Separate the IO library into smaller sub components. Merge the INI module with the main plugin IO library. Sandu Liviu Catalin 2016-05-24 18:37:34 +0300
  • d7c4d389eb Throw an error if the given player name is invalid. Sandu Liviu Catalin 2016-05-24 08:26:47 +0300
  • 56970f69c2 Exported more enumerations from teh SDK. Renamed several existing enumerations for consistency. Sandu Liviu Catalin 2016-05-24 08:18:39 +0300
  • e9ffab2347 Enable debugging by default again. Sandu Liviu Catalin 2016-05-24 07:45:49 +0300
  • 4d21f29e7f Disable debug logging by default. Sandu Liviu Catalin 2016-05-24 07:34:41 +0300
  • f8e845ebd2 Make the function environment optional in global callbacks. Sandu Liviu Catalin 2016-05-24 07:29:35 +0300
  • 3ed0b22426 Make the function environment optional in entity callbacks. Sandu Liviu Catalin 2016-05-24 07:29:14 +0300
  • 33790805eb Make the function environment optional in routine callbacks. Sandu Liviu Catalin 2016-05-24 07:24:21 +0300
  • 75452625cd Enable the reload system in the macros. Prevent the reload from entering a cyrcular reload when sending plugin commands. Sandu Liviu Catalin 2016-05-24 06:51:40 +0300
  • 248b062110 Fix mdoule builds on x64 to conform to the changes in the plugin sdk. Sandu Liviu Catalin 2016-05-24 05:45:01 +0300
  • 45c5f1129e Get rid of type aliasing warning. Sandu Liviu Catalin 2016-05-24 05:39:54 +0300
  • efa578e8a6 Add aliases for color and colour. Sandu Liviu Catalin 2016-05-24 04:59:36 +0300
  • 82c3fa4439 Update the {fmt} library to fix the colision with C string.h header. Sandu Liviu Catalin 2016-05-23 22:42:49 +0300
  • 250407feda Minor changes to the LongInt type. Sandu Liviu Catalin 2016-05-23 18:45:21 +0300
  • c135d4293e Remove irrelevant argument from the IToF function. Sandu Liviu Catalin 2016-05-23 05:39:32 +0300
  • b9b688581b Move routine processing outside the core class. Sandu Liviu Catalin 2016-05-23 03:54:50 +0300
  • 86297882d5 Implement the custom event functions. Sandu Liviu Catalin 2016-05-23 03:51:44 +0300
  • 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. Sandu Liviu Catalin 2016-05-23 03:34:35 +0300
  • 49a9983799 Update the format library to the latest version. Sandu Liviu Catalin 2016-05-22 23:37:55 +0300
  • edf4d6cd38 Update the PUGIXML library to the latest version. Sandu Liviu Catalin 2016-05-22 23:37:26 +0300
  • 6e99f0d2d5 Update the SQLite libarary to the latest version. Sandu Liviu Catalin 2016-05-22 23:34:43 +0300
  • 6822172f6a Updated the Squirrel and Sqrat libraries to the latest development versions. Sandu Liviu Catalin 2016-05-22 22:51:59 +0300
  • 40a2ba46f5 Various changes to the modules. Also commited the remaining incomplete modules. Sandu Liviu Catalin 2016-05-22 22:34:27 +0300
  • f2361a27c3 Untested update to the new plugin API. Various other changes to the plugin as well. Sandu Liviu Catalin 2016-05-22 06:20:38 +0300
  • ddb52677bd Remove duplicate property in the IRC session. Sandu Liviu Catalin 2016-04-20 09:25:47 +0300
  • 955aa218f2 Explicitly delete any copy/move operations from the logger class. Sandu Liviu Catalin 2016-04-20 09:24:37 +0300
  • 1d2a23dd6c Minor changes in the encryption library. Sandu Liviu Catalin 2016-04-20 09:24:04 +0300
  • acdf9300b6 Update the type conversion utility to include more types and be more flexible. Sandu Liviu Catalin 2016-04-20 09:23:18 +0300
  • c8161fe9d0 Add the cppformat library to the project. Sandu Liviu Catalin 2016-04-20 09:21:56 +0300