amxmodx/modules
Karol Szuster 361a6cc9e0 Introduce a JSON module (#379)
* Add JSON module

* Merge upstream changes

Fix memory leaks

* Add json include to PackageScript

* Merge upstream changes

Fix memory leaks and increase max nesting

* Fix documentation

* Use AutoPtr in managing JSON handles

* Merge upstream changes

Order of items in an array is preserved after removing an item.

* Merge upstream

* Fix crash

* Add VS projects files and fix mixed tab/spaces

* Remove erroring on "json_free"

* Add comments to "json.inc" file

* Remove overloaded operators

* Use of "override" keyword where needed

* Fix parameter's name
2017-09-30 20:23:12 +02:00
..
cstrike Fix build clang 3.9+ (#458) 2017-09-25 15:22:53 +02:00
dod Fix some natives relying on a known engine bug related to last player's edict being invalid 2015-10-06 17:19:01 +02:00
engine Fixed is_visible native (#392) 2017-01-17 15:52:49 +01:00
fakemeta Add basic ReHLDS and ReGameDLL support (#417) 2017-03-09 19:59:38 +01:00
fun Consistency: Replace GETEDICT, INDEXENT2 and others things with HLTypeConversion in hamsandwich module 2015-10-08 19:24:49 +02:00
geoip Update to the latest AMTL (#381) 2016-08-12 15:30:06 +02:00
hamsandwich Fix build clang 3.9+ (#458) 2017-09-25 15:22:53 +02:00
json Introduce a JSON module (#379) 2017-09-30 20:23:12 +02:00
mysqlx Fix the modules/mysqlx/AMBuilder not building on Visual Studio 2015 (#397) 2017-01-06 21:03:22 +01:00
ns Fix max length inconsistencies + typo 2015-10-05 19:12:30 +02:00
nvault Port code to AMTL (#427) 2017-04-14 19:36:59 +02:00
regex Fix AMBuild and VS projects files 2015-10-02 23:22:22 +02:00
sockets Fix sockets crash (#418) 2017-03-04 14:14:08 +01:00
sqlite Rework build pathname functions (#422) 2017-03-11 19:26:25 +01:00
tfcx Fix some natives relying on a known engine bug related to last player's edict being invalid 2015-10-06 17:19:01 +02:00
ts Fix AMBuild and VS projects files 2015-10-02 23:22:22 +02:00