KAWAI 1bc342a692
Public vars for plugin data (#714)
* Add public vars for plugin data and small refactoring get_xvar_id native

* Add new command to display info about the plugin and add url to amxx plugins command

* Add optional args to register_plugin native (url, description)

* Add enum of args for register_plugin native

* Creating a variable inside an if statement (C++17)

* Displaying the URL of the plugin if it is present

* Getting an ID only with more than three arguments

* Creating a variable inside an if statement (C++17)

* Fix typo

* Revert "Creating a variable inside an if statement (C++17)"

This reverts commit 835e0bc6c413f11b1bbf964daea87b57f653f5d7.

* Revert "Creating a variable inside an if statement (C++17)"

This reverts commit b2c1e7c77576c02a00c8c3f103457000d3298ceb.

* Revert "Displaying the URL of the plugin if it is present"

This reverts commit 9e31230368449966d16635c696d97c04adadeaa9.

* Binary compatibility for previously compiled plugins

* Displaying the URL of the plugin if it is present

* Quotation marks replaced by square brackets and change arg name to id

* Fix getting url

* The 'atoi' function replaced to 'stoi'

* Add likely/unlikely defines for using built-in function provided by GCC

* Small fixes with auto and inconsistent var name

* Replace stoi to strtol function

* Removed explicit buffer id

* Revert "Add likely/unlikely defines for using built-in function provided by GCC"

This reverts commit 94cee479ed245b98195501466850d01a3f08fd13.

* Add url and description params to get_plugin function
2020-05-29 12:37:40 +02:00
..
2018-09-11 00:48:15 +02:00
2020-05-29 12:37:40 +02:00
2018-07-10 11:57:37 +02:00
2017-08-01 15:05:27 +02:00
2019-02-11 12:13:19 +01:00
2015-03-09 19:41:21 +01:00
2015-03-11 15:19:27 +02:00
2005-08-24 06:13:55 +00:00
2015-03-11 15:19:27 +02:00
2018-09-01 18:51:14 +02:00
2018-07-24 15:36:31 +02:00
2015-03-10 16:51:45 +01:00
2015-03-11 15:19:27 +02:00
2018-09-08 09:42:17 +02:00
2019-01-26 09:41:45 -03:00