Commit Graph

  • d3bc58d80b Merge pull request #101 from Arkshine/textparsers Vincent Herbet 2014-08-07 01:24:51 +02:00
  • c72d130fde Merge pull request #104 from Arkshine/add-change_level Vincent Herbet 2014-08-07 01:24:36 +02:00
  • 58b6f9f353 fix the documentation. How it's possible to not see a double comma! Arkshine 2014-08-07 01:26:05 +02:00
  • e9eaae4dd1 Fix documentation. Arkshine 2014-08-07 01:21:22 +02:00
  • 29eb4e4647 Fix documentation. Arkshine 2014-08-07 01:18:45 +02:00
  • 6b5387f428 Fix documentation. Arkshine 2014-08-07 01:16:44 +02:00
  • a0852adf18 Fix wrong log error message. Arkshine 2014-08-07 00:53:15 +02:00
  • c1ed795196 sockets: Convert file to UTF-8 Valentin Grünbacher 2014-08-07 00:51:17 +02:00
  • 6da2078067 Replace snprintf by UTIL_Format. Arkshine 2014-08-07 00:51:01 +02:00
  • 9a0a52b7b2 amxmodx: Fix typos, touch up some descriptions, remove/merge lonely comments Valentin Grünbacher 2014-08-07 00:46:16 +02:00
  • 8d2770f2f2 Put back original SM headers. Arkshine 2014-08-07 00:43:29 +02:00
  • 37e22dc22f amxmodx: Fifth batch of documentation updates Valentin Grünbacher 2014-08-07 00:19:24 +02:00
  • fb4d05fd60 Fix documentation. Vincent Herbet 2014-08-06 19:39:19 +02:00
  • 3369f6d115 Update license in pawn includes and add them in project files. Arkshine 2014-08-06 09:24:09 +02:00
  • 4b652198f0 Fix compilation. Arkshine 2014-08-04 01:42:19 +02:00
  • 2d07189e38 Fix few issues. Arkshine 2014-08-04 01:23:33 +02:00
  • b97093a778 Add more debug in plugin. Arkshine 2014-08-04 00:03:16 +02:00
  • 287cc1a0e8 Update MakeFile. Arkshine 2014-08-03 23:54:48 +02:00
  • 7317f1d233 Update PackageScript. Arkshine 2014-08-03 23:49:53 +02:00
  • 037af0aec2 Split INI/SMC API. Arkshine 2014-08-03 20:43:32 +02:00
  • 0cf5a2e12f Expose ParseFile_INI to API. Arkshine 2014-07-23 11:56:35 +02:00
  • 9af7931a79 Introduce TextParser API. Arkshine 2014-07-21 21:12:35 +02:00
  • 5fbc5c074d Merge pull request #99 from Arkshine/geoip-update-bis Vincent Herbet 2014-08-05 23:26:27 +02:00
  • 023c1e3baf Geoip: Fix missing continent id and fix indentation. Arkshine 2014-08-05 22:57:48 +02:00
  • 3a232f1576 message_const: Add placeholder titles for TE_* messages missing a description Valentin Grünbacher 2014-08-05 20:18:16 +02:00
  • adde73123f Geoip: Update license headers. Arkshine 2014-08-05 11:14:29 +02:00
  • 178608c5f8 Geoip: Make some natives UTF-8 safe. Arkshine 2014-08-02 22:16:17 +02:00
  • 6babcafbec Geoip: Add a fallback to default language (en) in case of unsuccessful lookup with user's language. Arkshine 2014-08-01 17:11:33 +02:00
  • ec3ff1deb9 Geoip: Add command to get database metadata and to dump all data of an IP address for debugging purposes. Arkshine 2014-08-01 16:19:50 +02:00
  • 67bfe6bb36 Geoip: Fix possible buffer overflow. Arkshine 2014-08-01 12:59:56 +02:00
  • 17e0ab99e6 Geoip: Update documentation. Arkshine 2014-08-01 00:58:02 +02:00
  • 674600bab2 Geoip: Reorganize and update project files. Arkshine 2014-07-31 23:08:58 +02:00
  • 9885c926e9 message_const: Fix up all headings and move notes into the new headings Valentin Grünbacher 2014-08-05 20:09:57 +02:00
  • 52543481dd Geoip: Increase buffer and fix potential overflow crash. Arkshine 2014-07-31 18:36:52 +02:00
  • d2ed9e70cd Geoip: Add an optional parameter in some natves to get a result in player's language. Arkshine 2014-07-31 18:23:28 +02:00
  • 210cba53b9 Geoip: Fix stripPort typo. Arkshine 2014-07-31 15:36:03 +02:00
  • abaee9f4a3 Geoip: Add geoip_continent_name() native. Arkshine 2014-07-31 15:29:57 +02:00
  • fc19f53ea9 Geoip: Add geoip_continent_code() native. Arkshine 2014-07-31 15:21:13 +02:00
  • 81d56dfdc0 Geoip: Add geoip_distance() native. Arkshine 2014-07-31 11:33:58 +02:00
  • 6941e406f4 Geoip: Add geoip_latitude() and geoip_longitude() natives. Arkshine 2014-07-30 23:28:04 +02:00
  • b439753ac5 Geoip: Add geoip_timezone() native. Arkshine 2014-07-30 22:45:44 +02:00
  • c11f721ad4 Geoip: Add geoip_region_name() native. Arkshine 2014-07-30 22:36:39 +02:00
  • b61ed9fa3e Geoip: Add geoip_region_code() native. Arkshine 2014-07-30 22:19:23 +02:00
  • 95bc1703a6 Geoip: Add geoip_city() native. Arkshine 2014-07-30 16:02:32 +02:00
  • 0d59209e4c Geoip: Replace GeoIP.dat by GeoLite2-Country.mmdb. Arkshine 2014-07-30 09:54:42 +02:00
  • 7dd1ea3719 Geoip: Convert code to libmaxminddb API. Arkshine 2014-07-30 09:51:01 +02:00
  • 9d59de41a2 Geoip: Fix compilation #4. Arkshine 2014-07-30 09:06:33 +02:00
  • 6916eb8613 Geoip: Module should clear memory at mapchange. Arkshine 2014-07-29 14:40:41 +02:00
  • 94552e5503 Geoip: Fix compilation #3 Arkshine 2014-07-29 11:47:23 +02:00
  • 936d4f4f6d Geoip: Fix compilation #2 Arkshine 2014-07-29 11:45:38 +02:00
  • 526a70a6d7 Geoip: Fix compilation #1 Arkshine 2014-07-29 11:42:29 +02:00
  • 58a64597e8 Geoip: Import libmaxminddb library which supports Geoip2 databases. Arkshine 2014-07-29 11:31:26 +02:00
  • 209f46a235 Geoip: Remove GeoIP library. Arkshine 2014-07-28 20:00:38 +02:00
  • 2659e63483 amxconst: Add some more structure Valentin Grünbacher 2014-08-05 18:59:08 +02:00
  • d9b20d7896 amxconst: Move SND_* constants where they belong Valentin Grünbacher 2014-08-05 18:48:37 +02:00
  • 566596f7b4 cellarray: Touch up documentation to make the parser happy and make it consistent Valentin Grünbacher 2014-08-05 16:05:19 +02:00
  • c9ea68d1d3 Fix typo in documentation. Arkshine 2014-08-05 11:41:55 +02:00
  • 10d5c8e9ad Add change_level() native. Arkshine 2014-08-05 09:49:32 +02:00
  • d60c94cbb1 amxmodx: Fourth batch of documentation updates Valentin Grünbacher 2014-08-05 01:39:16 +02:00
  • 9e9e3a9abd hlsdk_const: Fix up section heading to make docgen happy, purge tabs Valentin Grünbacher 2014-08-04 23:54:07 +02:00
  • b2dd2661d0 Merge pull request #103 from alliedmodders/gpl3-deux Scott Ehlert 2014-08-04 14:49:29 -05:00
  • d1122b982c Ship license files with builds. Scott Ehlert 2014-08-04 14:40:01 -05:00
  • 9c08b11a75 Update 'amxx gpl' server command with new license text. Scott Ehlert 2014-08-04 14:31:28 -05:00
  • 4733155583 Merge pull request #102 from alliedmodders/gpl3 Scott Ehlert 2014-08-04 13:43:21 -05:00
  • 2a18a264d4 Update date for license and GPLv2 exception. Scott Ehlert 2014-08-04 07:15:20 -05:00
  • f787db1be5 Update license headers for plugins and includes. Scott Ehlert 2014-08-04 07:12:15 -05:00
  • d113b1b646 Update license headers for ts modules. Scott Ehlert 2014-08-04 05:55:54 -05:00
  • 8be13a4ecc Update license headers for tfcx module. Scott Ehlert 2014-08-04 05:52:24 -05:00
  • 12775d0627 Update license headers for sqlite module. Scott Ehlert 2014-08-04 05:49:44 -05:00
  • 5ec6cc0d5e Update license headers for socket module. Scott Ehlert 2014-08-04 05:44:42 -05:00
  • edeb44b0b8 Update license headers for regex module. Scott Ehlert 2014-08-04 05:40:47 -05:00
  • bf30d1d3ce Update license headers for nvault module. Scott Ehlert 2014-08-04 05:38:42 -05:00
  • 1fc2e8cc6f Update license headers for ns module. Scott Ehlert 2014-08-04 05:35:12 -05:00
  • 4be6ca834a Update license headers for mysql module. Scott Ehlert 2014-08-04 05:29:31 -05:00
  • 7274beebed Update license headers for hamsandwich module. Scott Ehlert 2014-08-04 05:21:40 -05:00
  • b7c205baf0 Update license headers for geoip module. Scott Ehlert 2014-08-04 05:13:52 -05:00
  • c41219ae79 Update license headers for fun module. Scott Ehlert 2014-08-04 05:11:56 -05:00
  • 96a8fc5700 Update license headers for fakemeta module. Scott Ehlert 2014-08-04 05:10:06 -05:00
  • caf0dbb341 Update license headers for engine module. Scott Ehlert 2014-08-04 05:05:55 -05:00
  • 82784a6169 Update license headers for dod modules. Scott Ehlert 2014-08-04 05:01:44 -05:00
  • b6103a1916 Update license headers for cstrike modules. Scott Ehlert 2014-08-04 04:54:24 -05:00
  • 1cff91ced5 Update license headers for compiler. Scott Ehlert 2014-08-04 04:31:39 -05:00
  • 1bb54f839e Update license headers for AMXX core. Scott Ehlert 2014-08-04 03:36:20 -05:00
  • 63cf35b904 hlsdk_const: Fix up headings for proper display in api reference Valentin Grünbacher 2014-08-04 19:55:45 +02:00
  • bc3808cb3f ham_const: Fix up headings for proper display in api reference Valentin Grünbacher 2014-08-04 19:39:40 +02:00
  • b5aef1856d amxmodx: Third batch of documentation updates Valentin Grünbacher 2014-08-04 19:24:36 +02:00
  • f134ff9fdf amxmodx: Second batch of documentation updates Valentin Grünbacher 2014-08-04 16:29:01 +02:00
  • c9316542be amxconst: Grant @xPaw his beloved tabs Valentin Grünbacher 2014-08-04 02:32:12 +02:00
  • 8ba288cfb1 amxmodx: First batch of documentation updates Valentin Grünbacher 2014-08-04 00:48:37 +02:00
  • 9544364116 amxconst: Purge tabs Valentin Grünbacher 2014-08-04 00:35:52 +02:00
  • 79f15d5621 amxconst: Fix up the headings some more and move long descriptions to @note Valentin Grünbacher 2014-08-04 00:30:49 +02:00
  • 45ea164270 Add licenses for GPLv2 and GPLv3. Scott Ehlert 2014-08-03 17:25:18 -05:00
  • 82371fea3b Add new GPLv3 license text and acknowledgements. Scott Ehlert 2014-08-03 17:24:27 -05:00
  • 69fc7eeabe Merge pull request #100 from xPaw/xs Vincent Herbet 2014-08-03 22:25:42 +02:00
  • c219878ac2 Remove XS__LIBRELEASE and tabs so docgen can catch the stocks xPaw 2014-08-03 22:26:54 +03:00
  • 5aef27a3ab amxconst: Add proper headings for all constant types Valentin Grünbacher 2014-08-03 16:33:08 +02:00
  • 26d1449ac3 Merge pull request #98 from alliedmodders/vsgen Vincent Herbet 2014-08-02 22:15:24 +02:00
  • 6bf21c5687 Tweak build scripts so the vs build frontend will work. David Anderson 2014-08-02 12:29:53 -07:00
  • 5ddd37eb77 Merge pull request #97 from Arkshine/expose-set_amxstring_utf8 Vincent Herbet 2014-08-02 21:11:23 +02:00
  • 30b0585447 Fix missing cellstack.inc file. Vincent Herbet 2014-08-02 18:42:18 +02:00