Commit Graph

  • 72b514cdde Make sure reserved parameter is a not a negative value. Arkshine 2014-08-07 21:31:53 +0200
  • 4231c5a6ae amxmodx: Sixth and final batch of documentation updates Valentin Grünbacher 2014-08-07 21:26:37 +0200
  • bbffcbf739 cellarray: Update lying ArrayCreate doc Valentin Grünbacher 2014-08-07 21:17:45 +0200
  • aa4e60ae27 Fix a compatibility issue with the "reserved" parameter. Arkshine 2014-08-07 20:40:07 +0200
  • 6a24935777 Merge pull request #106 from Arkshine/fix-fallback-language Vincent Herbet 2014-08-07 19:42:52 +0200
  • c03271c856 Use server language as fallback if client's "lang" key is not defined. Arkshine 2014-08-07 14:10:31 +0200
  • 8c591bf065 Merge pull request #105 from Arkshine/kill-snprintf Vincent Herbet 2014-08-07 08:38:21 +0200
  • 88b69ea8a1 amxmodx: Update change_level doc for consistency Valentin Grünbacher 2014-08-07 01:46:11 +0200
  • 1fb91dc02e Merge branch 'master' of ssh://github.com/alliedmodders/amxmodx into inc-doc Valentin Grünbacher 2014-08-07 01:44:04 +0200
  • 69c46aff80 Replace all snprintf with UTIL_Format. Arkshine 2014-08-07 01:42:58 +0200
  • d3bc58d80b Merge pull request #101 from Arkshine/textparsers Vincent Herbet 2014-08-07 01:24:51 +0200
  • c72d130fde Merge pull request #104 from Arkshine/add-change_level Vincent Herbet 2014-08-07 01:24:36 +0200
  • 58b6f9f353 fix the documentation. How it's possible to not see a double comma! Arkshine 2014-08-07 01:26:05 +0200
  • e9eaae4dd1 Fix documentation. Arkshine 2014-08-07 01:21:22 +0200
  • 29eb4e4647 Fix documentation. Arkshine 2014-08-07 01:18:45 +0200
  • 6b5387f428 Fix documentation. Arkshine 2014-08-07 01:16:44 +0200
  • a0852adf18 Fix wrong log error message. Arkshine 2014-08-07 00:53:15 +0200
  • c1ed795196 sockets: Convert file to UTF-8 Valentin Grünbacher 2014-08-07 00:51:17 +0200
  • 6da2078067 Replace snprintf by UTIL_Format. Arkshine 2014-08-07 00:51:01 +0200
  • 9a0a52b7b2 amxmodx: Fix typos, touch up some descriptions, remove/merge lonely comments Valentin Grünbacher 2014-08-07 00:46:16 +0200
  • 8d2770f2f2 Put back original SM headers. Arkshine 2014-08-07 00:43:29 +0200
  • 37e22dc22f amxmodx: Fifth batch of documentation updates Valentin Grünbacher 2014-08-07 00:19:24 +0200
  • fb4d05fd60 Fix documentation. Vincent Herbet 2014-08-06 19:39:19 +0200
  • 3369f6d115 Update license in pawn includes and add them in project files. Arkshine 2014-08-06 09:24:09 +0200
  • 4b652198f0 Fix compilation. Arkshine 2014-08-04 01:42:19 +0200
  • 2d07189e38 Fix few issues. Arkshine 2014-08-04 01:23:33 +0200
  • b97093a778 Add more debug in plugin. Arkshine 2014-08-04 00:03:16 +0200
  • 287cc1a0e8 Update MakeFile. Arkshine 2014-08-03 23:54:48 +0200
  • 7317f1d233 Update PackageScript. Arkshine 2014-08-03 23:49:53 +0200
  • 037af0aec2 Split INI/SMC API. Arkshine 2014-08-03 20:43:32 +0200
  • 0cf5a2e12f Expose ParseFile_INI to API. Arkshine 2014-07-23 11:56:35 +0200
  • 9af7931a79 Introduce TextParser API. Arkshine 2014-07-21 21:12:35 +0200
  • 5fbc5c074d Merge pull request #99 from Arkshine/geoip-update-bis Vincent Herbet 2014-08-05 23:26:27 +0200
  • 023c1e3baf Geoip: Fix missing continent id and fix indentation. Arkshine 2014-08-05 22:57:48 +0200
  • 3a232f1576 message_const: Add placeholder titles for TE_* messages missing a description Valentin Grünbacher 2014-08-05 20:18:16 +0200
  • adde73123f Geoip: Update license headers. Arkshine 2014-08-05 11:14:29 +0200
  • 178608c5f8 Geoip: Make some natives UTF-8 safe. Arkshine 2014-08-02 22:16:17 +0200
  • 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 +0200
  • 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 +0200
  • 67bfe6bb36 Geoip: Fix possible buffer overflow. Arkshine 2014-08-01 12:59:56 +0200
  • 17e0ab99e6 Geoip: Update documentation. Arkshine 2014-08-01 00:58:02 +0200
  • 674600bab2 Geoip: Reorganize and update project files. Arkshine 2014-07-31 23:08:58 +0200
  • 9885c926e9 message_const: Fix up all headings and move notes into the new headings Valentin Grünbacher 2014-08-05 20:09:57 +0200
  • 52543481dd Geoip: Increase buffer and fix potential overflow crash. Arkshine 2014-07-31 18:36:52 +0200
  • d2ed9e70cd Geoip: Add an optional parameter in some natves to get a result in player's language. Arkshine 2014-07-31 18:23:28 +0200
  • 210cba53b9 Geoip: Fix stripPort typo. Arkshine 2014-07-31 15:36:03 +0200
  • abaee9f4a3 Geoip: Add geoip_continent_name() native. Arkshine 2014-07-31 15:29:57 +0200
  • fc19f53ea9 Geoip: Add geoip_continent_code() native. Arkshine 2014-07-31 15:21:13 +0200
  • 81d56dfdc0 Geoip: Add geoip_distance() native. Arkshine 2014-07-31 11:33:58 +0200
  • 6941e406f4 Geoip: Add geoip_latitude() and geoip_longitude() natives. Arkshine 2014-07-30 23:28:04 +0200
  • b439753ac5 Geoip: Add geoip_timezone() native. Arkshine 2014-07-30 22:45:44 +0200
  • c11f721ad4 Geoip: Add geoip_region_name() native. Arkshine 2014-07-30 22:36:39 +0200
  • b61ed9fa3e Geoip: Add geoip_region_code() native. Arkshine 2014-07-30 22:19:23 +0200
  • 95bc1703a6 Geoip: Add geoip_city() native. Arkshine 2014-07-30 16:02:32 +0200
  • 0d59209e4c Geoip: Replace GeoIP.dat by GeoLite2-Country.mmdb. Arkshine 2014-07-30 09:54:42 +0200
  • 7dd1ea3719 Geoip: Convert code to libmaxminddb API. Arkshine 2014-07-30 09:51:01 +0200
  • 9d59de41a2 Geoip: Fix compilation #4. Arkshine 2014-07-30 09:06:33 +0200
  • 6916eb8613 Geoip: Module should clear memory at mapchange. Arkshine 2014-07-29 14:40:41 +0200
  • 94552e5503 Geoip: Fix compilation #3 Arkshine 2014-07-29 11:47:23 +0200
  • 936d4f4f6d Geoip: Fix compilation #2 Arkshine 2014-07-29 11:45:38 +0200
  • 526a70a6d7 Geoip: Fix compilation #1 Arkshine 2014-07-29 11:42:29 +0200
  • 58a64597e8 Geoip: Import libmaxminddb library which supports Geoip2 databases. Arkshine 2014-07-29 11:31:26 +0200
  • 209f46a235 Geoip: Remove GeoIP library. Arkshine 2014-07-28 20:00:38 +0200
  • 2659e63483 amxconst: Add some more structure Valentin Grünbacher 2014-08-05 18:59:08 +0200
  • d9b20d7896 amxconst: Move SND_* constants where they belong Valentin Grünbacher 2014-08-05 18:48:37 +0200
  • 566596f7b4 cellarray: Touch up documentation to make the parser happy and make it consistent Valentin Grünbacher 2014-08-05 16:05:19 +0200
  • c9ea68d1d3 Fix typo in documentation. Arkshine 2014-08-05 11:41:55 +0200
  • 10d5c8e9ad Add change_level() native. Arkshine 2014-08-05 09:49:32 +0200
  • d60c94cbb1 amxmodx: Fourth batch of documentation updates Valentin Grünbacher 2014-08-05 01:39:16 +0200
  • 9e9e3a9abd hlsdk_const: Fix up section heading to make docgen happy, purge tabs Valentin Grünbacher 2014-08-04 23:54:07 +0200
  • b2dd2661d0 Merge pull request #103 from alliedmodders/gpl3-deux Scott Ehlert 2014-08-04 14:49:29 -0500
  • d1122b982c Ship license files with builds. Scott Ehlert 2014-08-04 14:40:01 -0500
  • 9c08b11a75 Update 'amxx gpl' server command with new license text. Scott Ehlert 2014-08-04 14:31:28 -0500
  • 4733155583 Merge pull request #102 from alliedmodders/gpl3 Scott Ehlert 2014-08-04 13:43:21 -0500
  • 2a18a264d4 Update date for license and GPLv2 exception. Scott Ehlert 2014-08-04 07:15:20 -0500
  • f787db1be5 Update license headers for plugins and includes. Scott Ehlert 2014-08-04 07:12:15 -0500
  • d113b1b646 Update license headers for ts modules. Scott Ehlert 2014-08-04 05:55:54 -0500
  • 8be13a4ecc Update license headers for tfcx module. Scott Ehlert 2014-08-04 05:52:24 -0500
  • 12775d0627 Update license headers for sqlite module. Scott Ehlert 2014-08-04 05:49:44 -0500
  • 5ec6cc0d5e Update license headers for socket module. Scott Ehlert 2014-08-04 05:44:42 -0500
  • edeb44b0b8 Update license headers for regex module. Scott Ehlert 2014-08-04 05:40:47 -0500
  • bf30d1d3ce Update license headers for nvault module. Scott Ehlert 2014-08-04 05:38:42 -0500
  • 1fc2e8cc6f Update license headers for ns module. Scott Ehlert 2014-08-04 05:35:12 -0500
  • 4be6ca834a Update license headers for mysql module. Scott Ehlert 2014-08-04 05:29:31 -0500
  • 7274beebed Update license headers for hamsandwich module. Scott Ehlert 2014-08-04 05:21:40 -0500
  • b7c205baf0 Update license headers for geoip module. Scott Ehlert 2014-08-04 05:13:52 -0500
  • c41219ae79 Update license headers for fun module. Scott Ehlert 2014-08-04 05:11:56 -0500
  • 96a8fc5700 Update license headers for fakemeta module. Scott Ehlert 2014-08-04 05:10:06 -0500
  • caf0dbb341 Update license headers for engine module. Scott Ehlert 2014-08-04 05:05:55 -0500
  • 82784a6169 Update license headers for dod modules. Scott Ehlert 2014-08-04 05:01:44 -0500
  • b6103a1916 Update license headers for cstrike modules. Scott Ehlert 2014-08-04 04:54:24 -0500
  • 1cff91ced5 Update license headers for compiler. Scott Ehlert 2014-08-04 04:31:39 -0500
  • 1bb54f839e Update license headers for AMXX core. Scott Ehlert 2014-08-04 03:36:20 -0500
  • 63cf35b904 hlsdk_const: Fix up headings for proper display in api reference Valentin Grünbacher 2014-08-04 19:55:45 +0200
  • bc3808cb3f ham_const: Fix up headings for proper display in api reference Valentin Grünbacher 2014-08-04 19:39:40 +0200
  • b5aef1856d amxmodx: Third batch of documentation updates Valentin Grünbacher 2014-08-04 19:24:36 +0200
  • f134ff9fdf amxmodx: Second batch of documentation updates Valentin Grünbacher 2014-08-04 16:29:01 +0200
  • c9316542be amxconst: Grant @xPaw his beloved tabs Valentin Grünbacher 2014-08-04 02:32:12 +0200
  • 8ba288cfb1 amxmodx: First batch of documentation updates Valentin Grünbacher 2014-08-04 00:48:37 +0200
  • 9544364116 amxconst: Purge tabs Valentin Grünbacher 2014-08-04 00:35:52 +0200