Commit Graph

1530 Commits

Author SHA1 Message Date
d3bc58d80b Merge pull request #101 from Arkshine/textparsers
Introduce TextParser API
2014-08-07 01:24:51 +02:00
c72d130fde Merge pull request #104 from Arkshine/add-change_level
Add change_level() native.
2014-08-07 01:24:36 +02:00
58b6f9f353 fix the documentation. How it's possible to not see a double comma! 2014-08-07 01:26:05 +02:00
e9eaae4dd1 Fix documentation. 2014-08-07 01:21:22 +02:00
29eb4e4647 Fix documentation. 2014-08-07 01:18:45 +02:00
6b5387f428 Fix documentation. 2014-08-07 01:16:44 +02:00
fb4d05fd60 Fix documentation. 2014-08-06 19:39:19 +02:00
3369f6d115 Update license in pawn includes and add them in project files. 2014-08-06 09:24:09 +02:00
2d07189e38 Fix few issues. 2014-08-06 09:17:53 +02:00
b97093a778 Add more debug in plugin. 2014-08-06 09:17:51 +02:00
037af0aec2 Split INI/SMC API. 2014-08-06 09:17:47 +02:00
0cf5a2e12f Expose ParseFile_INI to API.
Some minor changes have been made in parser:

- Added ReadINI_ParseStart and ReadINI_ParseEnd call.
- Function returns SMCResult instead of bool. To avoid unecessary complexity and duplicating natives, this feels more appropriate to let these functions to share some SMCResult and SMCParse constants. Since properly documented, this should be ok.
- Made sure curtok is set to 0 when ptr_val is null, otherwise unexpected value would be passed into the forward.
2014-08-06 09:17:45 +02:00
9af7931a79 Introduce TextParser API. 2014-08-06 09:17:43 +02:00
023c1e3baf Geoip: Fix missing continent id and fix indentation. 2014-08-05 23:00:00 +02:00
17e0ab99e6 Geoip: Update documentation. 2014-08-05 20:12:20 +02:00
d2ed9e70cd Geoip: Add an optional parameter in some natves to get a result in player's language.
This is new with Geoip2 database where some entries, like country, city, etc, are translated in several languages.
So far: de, en, es, fr, ru, pt-BR, zh-CN.
2014-08-05 20:09:16 +02:00
abaee9f4a3 Geoip: Add geoip_continent_name() native. 2014-08-05 20:08:30 +02:00
fc19f53ea9 Geoip: Add geoip_continent_code() native. 2014-08-05 20:08:28 +02:00
81d56dfdc0 Geoip: Add geoip_distance() native. 2014-08-05 20:08:27 +02:00
6941e406f4 Geoip: Add geoip_latitude() and geoip_longitude() natives. 2014-08-05 20:08:25 +02:00
b439753ac5 Geoip: Add geoip_timezone() native. 2014-08-05 20:08:24 +02:00
c11f721ad4 Geoip: Add geoip_region_name() native. 2014-08-05 20:08:22 +02:00
b61ed9fa3e Geoip: Add geoip_region_code() native. 2014-08-05 20:08:20 +02:00
95bc1703a6 Geoip: Add geoip_city() native. 2014-08-05 20:08:19 +02:00
c9ea68d1d3 Fix typo in documentation. 2014-08-05 11:41:55 +02:00
10d5c8e9ad Add change_level() native. 2014-08-05 09:49:32 +02:00
f787db1be5 Update license headers for plugins and includes. 2014-08-04 13:18:41 -05:00
c219878ac2 Remove XS__LIBRELEASE and tabs so docgen can catch the stocks 2014-08-03 22:26:54 +03:00
69371d6d6d Merge pull request #96 from xPaw/inc
Fix some comments
2014-08-02 18:18:27 +02:00
c068c0d0f4 Fix some comments 2014-08-02 19:12:32 +03:00
e7b7506efa Introduce API to create Stack structures 2014-08-01 23:14:44 +02:00
5689be448c Merge pull request #35 from Freeman-AM/master
hlsdk_const.inc : Add iuser1 constants
2014-08-01 19:12:16 +02:00
7aa895089a hlsdk_const.inc : modification of constants description. 2014-08-01 19:09:47 +02:00
5ef5f4b41f hlsdk_const.inc : modification of constants description. 2014-08-01 18:53:19 +02:00
600e5dce97 hlsdk_const.inc : modification of constants description. 2014-08-01 18:18:56 +02:00
47dc226393 Merge pull request #76 from Arkshine/improve-cellarray
Update dynamic Array.
2014-08-01 18:03:53 +02:00
eabafd4eed Fix typo, documention and others issues. 2014-08-01 09:21:26 +02:00
f1b2c802e6 Fix of a possible buffer overflow 2014-07-30 22:43:26 +02:00
6040dbfbb9 Fix compilation. 2014-07-30 10:19:41 +02:00
0de8ee48d0 Replaced sizeof(str)-1 and magic nums with charsmax 2014-07-29 16:32:32 +02:00
f1e07caca4 Fix compilation. 2014-07-29 12:22:32 +02:00
0365676262 Merge pull request #88 from xPaw/client-cmd-be-g
Remove some client_cmd
2014-07-29 12:15:20 +02:00
c084965cf1 Remove some client_cmd 2014-07-29 13:13:39 +03:00
b4365e3fb9 Merge pull request #87 from xPaw/what-is-this
Instead of assigning FCVAR_PROTECTED to cvars after startup, register cv...
2014-07-28 23:41:40 +02:00
0e0d7ec9d5 Instead of assigning FCVAR_PROTECTED to cvars after startup, register cvars with said flag 2014-07-29 00:33:08 +03:00
ab46adc91c Trim target in amx_ban to prevent bypassing equali checks 2014-07-29 00:00:07 +03:00
919af60ca9 Merge pull request #85 from xPaw/missing-tr
Add missing [tr] translations
2014-07-28 21:45:14 +02:00
437ce48f42 Add missing [tr] translations 2014-07-28 22:40:38 +03:00
16d19097c5 Merge pull request #84 from xPaw/amx-help
Replace hardcoded defines in adminhelp with cvars
2014-07-27 15:05:44 +02:00
fea209fa7f Replace hardcoded defines in adminhelp with cvars 2014-07-27 15:59:09 +03:00