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

Commit Graph

  • 01c09f5f7f Add SDK as a sub-module. Sandu Liviu Catalin 2020-05-26 18:59:17 +0300
  • 8448722d7d Move SDK outside repository. Sandu Liviu Catalin 2020-05-26 18:57:59 +0300
  • 8ea0763a02 Add Sqrat as a sub-module. Sandu Liviu Catalin 2020-05-26 18:57:10 +0300
  • fdefa45a67 Move Sqrat outside the repository. Sandu Liviu Catalin 2020-05-26 18:55:43 +0300
  • f4448aedf6 Add Squirrel as a sub-module. Sandu Liviu Catalin 2020-05-26 18:55:07 +0300
  • 5ed8a6a1db Move Squirrel outside the repo. Sandu Liviu Catalin 2020-05-26 18:52:14 +0300
  • 98fda61a77 Update Random.cpp Sandu Liviu Catalin 2020-05-19 17:18:05 +0300
  • 1c814d8965 Update CMakeLists.txt Sandu Liviu Catalin 2020-05-11 17:53:16 +0300
  • f795981dd9 Further fixes of unreleased objects. Sandu Liviu Catalin 2020-05-11 17:51:39 +0300
  • 59e4b9ad7c Release all script objects from command listeners. Sandu Liviu Catalin 2020-05-11 17:24:36 +0300
  • 508d968744 Concept [WIP] Sandu Liviu Catalin 2020-05-10 13:01:01 +0300
  • 018a2de97b Some changes on user options. Sandu Liviu Catalin 2020-05-10 12:56:23 +0300
  • bb74e92fc1 Fix typo. Sandu Liviu Catalin 2020-05-10 12:21:21 +0300
  • 22c882639b Plugin development mode. Sandu Liviu Catalin 2020-05-10 12:19:46 +0300
  • ca1f6cda50 Create cmakelist for sample plugin. Sandu Liviu Catalin 2020-05-08 23:17:07 +0300
  • a318070f8b Add sample external plugin. Sandu Liviu Catalin 2020-05-08 23:16:48 +0300
  • 3510a21311 String to int/float with specific base. Sandu Liviu Catalin 2020-05-08 18:25:05 +0300
  • df0a7acaee
    Merge pull request #51 from DizzasTeR/master Sandu Liviu Catalin 2020-05-06 20:38:22 +0300
  • 72fbbae765 Fix CreateRadioStream declaration DizzasTeR 2020-05-06 22:07:14 +0500
  • 4ace42466d Don't error-check radio stream creation. Sandu Liviu Catalin 2020-05-06 18:44:58 +0300
  • 0662b9cf99 Use auto instead of explicit iterator type. Sandu Liviu Catalin 2020-05-06 01:20:39 +0300
  • 378b1bf001 Fix routines once and forever. Sandu Liviu Catalin 2020-05-06 01:20:17 +0300
  • ad8641e7d3 Fix initialization of null entities. Sandu Liviu Catalin 2020-05-04 18:50:33 +0300
  • e2bc14cd9e Include default value for default constructor. Sandu Liviu Catalin 2020-05-04 11:59:40 +0300
  • 4c1030c76e Implement simple distance tracking for player and vehicle entities. Sandu Liviu Catalin 2020-05-04 11:58:30 +0300
  • f2be86a65e Allow API selection as a cmake option. Sandu Liviu Catalin 2020-05-01 20:41:00 +0300
  • 4a53ec8676 Prevent issues with routine slot recycling. Sandu Liviu Catalin 2020-05-01 01:24:06 +0300
  • 3e7adb8fea What is dead may never live. Sandu Liviu Catalin 2020-04-30 23:27:24 +0300
  • 1edc1930a3 Prevent silent failure uppon loading scripts that don't exist. Sandu Liviu Catalin 2020-04-30 22:28:01 +0300
  • 88ef01e5e8 Fix maxminddb redefinition of strcasecmp. Sandu Liviu Catalin 2020-04-30 21:37:44 +0300
  • 69e8a9377c Allow for debug builds with debug information. Sandu Liviu Catalin 2020-04-30 21:34:10 +0300
  • b93deee276 Split auciliary code into reusable parts for debugging. Sandu Liviu Catalin 2020-04-30 21:03:37 +0300
  • ae2b1dc778 Avoid implicit construction of object wrappers. Sandu Liviu Catalin 2020-04-30 21:03:15 +0300
  • 4500eb0a2c Retrieve closure object from the stack. Sandu Liviu Catalin 2020-04-30 21:02:25 +0300
  • 185c51ef8f Fix algorithms. Sandu Liviu Catalin 2020-04-30 20:03:24 +0300
  • 9dd016a229 Fix. Sandu Liviu Catalin 2020-04-28 00:04:58 +0300
  • e7e266314e Miscellaneous. Sandu Liviu Catalin 2020-04-28 00:04:24 +0300
  • 02dc14f26a Fix maxminddb call to CreateFile. Sandu Liviu Catalin 2020-04-27 15:38:09 +0300
  • 82f183599f Actually expose the MySQL api. Sandu Liviu Catalin 2020-04-27 15:02:10 +0300
  • b86c4cea2b Refactor. Sandu Liviu Catalin 2020-04-27 13:53:16 +0300
  • 22a17fe3c4 Code cleanup. Sandu Liviu Catalin 2020-04-27 13:10:54 +0300
  • 48005a98f0 Return something. Sandu Liviu Catalin 2020-04-27 11:42:21 +0300
  • 42a0d2ed62 Remove unnecessary macro. Sandu Liviu Catalin 2020-04-27 11:18:22 +0300
  • 7bcaba518e Include dependency before using it. Sandu Liviu Catalin 2020-04-27 11:17:37 +0300
  • e2e671a13a Use modern header includes. Sandu Liviu Catalin 2020-04-27 11:08:32 +0300
  • df7c5f8266 USe pragma once. Sandu Liviu Catalin 2020-04-27 11:06:51 +0300
  • 94ef17c26f Update CMakeLists.txt Sandu Liviu Catalin 2020-04-27 10:59:05 +0300
  • 935ae53855 Avoid generic names. Sandu Liviu Catalin 2020-04-27 10:56:22 +0300
  • b0e7c305b6 Automatic OS identification. Sandu Liviu Catalin 2020-04-27 10:37:39 +0300
  • a6ce7811ba Use standard types and headers. Sandu Liviu Catalin 2020-04-27 10:25:29 +0300
  • 1e82d7b747 Use updated win32 identification. Sandu Liviu Catalin 2020-04-27 10:17:08 +0300
  • 6accac3bb1 Fix: remove leftover code. Sandu Liviu Catalin 2020-04-21 06:07:47 +0300
  • 65f7852c21 Minor changes and additions. Sandu Liviu Catalin 2020-04-21 06:06:27 +0300
  • 0af137b96a Implement trailing callback function wrappers. Sandu Liviu Catalin 2020-04-20 17:28:33 +0300
  • 9af90e80db Don't pre-reserve null values in the array. Sandu Liviu Catalin 2020-04-20 16:07:42 +0300
  • 2f31a9495a Allow circles to be transformed to area points. Sandu Liviu Catalin 2020-04-20 16:00:47 +0300
  • 405c2920e7 Backport fix. Sandu Liviu Catalin 2020-04-20 04:54:46 +0300
  • 5393b62892 Initial implementation of basic TCP/UDP sockets. Sandu Liviu Catalin 2020-04-20 04:46:05 +0300
  • 8a927419c2 Return the length of the written string. Sandu Liviu Catalin 2020-04-20 03:48:49 +0300
  • 1f2f580a67 Rename Read/WriteString to Read/WriteClientString. Sandu Liviu Catalin 2020-04-20 02:28:35 +0300
  • 738e90fc29 Rename function. Sandu Liviu Catalin 2020-04-17 20:34:27 +0300
  • 977b20d9f0 Expose the function to emit custom global events. Sandu Liviu Catalin 2020-04-17 20:33:57 +0300
  • f1654969b8 Allow custom parameters to array element generator. Sandu Liviu Catalin 2020-04-17 19:01:20 +0300
  • e13d1a91e7 Replace GetObject with GetObj to avoid collisions on Windows. Sandu Liviu Catalin 2020-04-17 17:42:09 +0300
  • 1242b8a2fc Copy the binary to plugins folder after compiling. Sandu Liviu Catalin 2020-04-17 17:21:36 +0300
  • 9e68216136 Actually register the maxmind-db library in the vm. Sandu Liviu Catalin 2020-04-17 16:57:52 +0300
  • b90a516d80 Update smart pointers to accommodate new changes. Sandu Liviu Catalin 2020-04-17 15:53:06 +0300
  • af39a9a47f Allow non deletable/destructible types. Sandu Liviu Catalin 2020-04-17 15:33:37 +0300
  • 040a7dd7e2 Miscellaneous changes. Sandu Liviu Catalin 2020-04-17 15:25:58 +0300
  • 603d358e5f Allow shared pointers to have custom deleters. Sandu Liviu Catalin 2020-04-17 15:24:38 +0300
  • f0b00fb07f Fix GetWorldBounds() and GetWastedSettings() returning null. Sandu Liviu Catalin 2020-04-13 14:01:15 +0300
  • 4bf1443260 Preallocate mysql account options table. Sandu Liviu Catalin 2020-04-13 13:57:42 +0300
  • 602bb077b0 Call default constructor on base table class. Sandu Liviu Catalin 2020-04-13 13:57:13 +0300
  • 49aa85102c Minor changes to move semantics in sqrat library. Sandu Liviu Catalin 2020-04-13 13:45:24 +0300
  • 48c72e3cfb Indentation fix for previous commit. Sandu Liviu Catalin 2020-04-10 10:23:44 +0300
  • 15532298dc Implement field selection in the MySQL library. Sandu Liviu Catalin 2020-04-10 10:12:05 +0300
  • a7f8584661 Allow routines to have configurable error reporting that is individual from global setting. Potential fix for error handling that was being used in a way that had the opposite intended effect. Sandu Liviu Catalin 2020-04-10 08:30:22 +0300
  • 19a245f3b1
    Rename the signal class. Sandu Liviu Catalin 2020-04-07 13:37:57 +0300
  • 7030628f77 Rename function to avoid potential confusion. Sandu Liviu Catalin 2020-04-03 00:29:17 +0300
  • 831f25a323 Routine count. Sandu Liviu Catalin 2020-04-03 00:26:17 +0300
  • 038a0a5d5f Merge branch 'master' of https://github.com/iSLC/VCMP-SqMod Sandu Liviu Catalin 2020-03-22 21:08:42 +0200
  • 59a02b0e38 Update .gitignore Sandu Liviu Catalin 2020-03-22 21:08:37 +0200
  • e0c4e15166
    Merge pull request #47 from iSLC/restructure Sandu Liviu Catalin 2020-03-22 21:06:06 +0200
  • 7e1a3ded06 Don't include MySQL sources when disabled. Sandu Liviu Catalin 2020-03-22 21:02:02 +0200
  • 2fc5c34f56 Get MySQL to work on Linux. Dryback 2020-03-22 14:53:52 -0400
  • b08e9a2f3a Make MySQL optional. Sandu Liviu Catalin 2020-03-22 18:57:00 +0200
  • d79922d725 Try another way because that doesn't work everywhere. Sandu Liviu Catalin 2020-03-22 18:46:38 +0200
  • 8f57220b0f Enable C99 for libmaxminddb. Sandu Liviu Catalin 2020-03-22 18:43:32 +0200
  • 0d21b92bb0 Get rid of interface libraries to keep cmake requirements low. Sandu Liviu Catalin 2020-03-22 18:38:30 +0200
  • feb1652c83 Get rid of interface libraries to keep cmake requirements low. Sandu Liviu Catalin 2020-03-22 18:35:07 +0200
  • 0b8da79404 Get rid of interface libraries to keep cmake requirements low. Sandu Liviu Catalin 2020-03-22 18:32:25 +0200
  • a3312de023 Allow customization of native squirrel functions when bound via the sqrat library. Sandu Liviu Catalin 2020-03-22 18:07:46 +0200
  • 3b7568f13a Integrate MaxmindDB module. Sandu Liviu Catalin 2020-03-22 16:33:48 +0200
  • e46c1b0aa9 Merge MySQL Library int one file. Sandu Liviu Catalin 2020-03-22 15:06:35 +0200
  • 2ee661ee65 Integrate MySQL module. Sandu Liviu Catalin 2020-03-22 14:54:40 +0200
  • 0d254ed90b Minor cleanup. Sandu Liviu Catalin 2020-03-22 12:33:20 +0200
  • 453eff0037 Code cleanup. Sandu Liviu Catalin 2020-03-22 10:31:43 +0200
  • 33f057ac15 More code cleanup. Sandu Liviu Catalin 2020-03-22 10:00:31 +0200
  • 3225e119a2 Take into account StackStrF when checking parameter count. Sandu Liviu Catalin 2020-03-22 09:17:34 +0200
  • 3080c20341 More code cleanup. Sandu Liviu Catalin 2020-03-22 09:16:40 +0200