AMX Mod X - Half-Life 1 Scripting and Administration
Go to file
Franco Romaniello bb4b818250
Update parson and fix json_object_set_value (#983)
* Remove parson folder

* add submodule parson

* FIX amxx_json_object_set_value generate a crash if invalid value is passed

* restore parson folder status
2021-09-17 13:08:08 +02:00
.github Add CONTRIBUTING and ISSUE_TEMPLATE (#534) 2018-09-02 20:35:42 +02:00
amxmodx fix alpha2 order in set_hudmessage (#982) 2021-08-16 14:23:52 -07:00
compiler Compiler: Fix undefined symbol: pow10 (#615) (#759) 2019-10-17 15:43:26 +02:00
configs Update Hamsandwich for Sven Coop 5.17 (#452) 2018-09-06 17:09:10 +02:00
editor/studio Add elog_message native (#451) 2017-08-01 15:14:53 +02:00
gamedata Update gamedata for all supported mods (#771) 2019-10-21 11:51:18 +02:00
installer Normalize line endings and whitespace 2016-01-16 21:15:52 -03:00
modules Update parson and fix json_object_set_value (#983) 2021-09-17 13:08:08 +02:00
plugins Fix typo in message_const.inc TE_FIZZ comment (#990) 2021-09-17 13:07:43 +02:00
public Bump ReHLDS API version to 3.6 (#721) 2019-10-17 15:52:49 +02:00
support Fix Windows build. 2021-07-11 21:01:06 -07:00
third_party Update parson and fix json_object_set_value (#983) 2021-09-17 13:08:08 +02:00
tools Normalize line endings and whitespace 2016-01-16 21:15:52 -03:00
.gitattributes Add gitattributes 2015-03-10 11:11:49 +02:00
.gitignore Add ignore for amxx binaries (#960) 2021-07-02 04:09:02 +02:00
.gitmodules Use upstream AMTL as a submodule 2015-03-09 22:53:58 +01:00
.travis.yml Build assembly files with AMBuild. (#481) 2018-08-26 20:28:25 +02:00
AMBuildScript Another macOS build fix. 2021-07-11 22:21:37 -07:00
appveyor.yml Fix MySQL connector link (#844) 2020-06-04 00:08:08 +02:00
configure.py Build assembly files with AMBuild. (#481) 2018-08-26 20:28:25 +02:00
product.version Promote git revision number to 4th version string component 2018-09-11 00:51:05 +02:00
pushbuild.txt Another stab at Windows build fix. 2018-09-09 07:40:58 -04:00
README.md Updated readme (#539) 2018-09-04 19:31:23 +02:00

AMX Mod X is a Metamod plugin for Half-Life 1. It provides comprehensive scripting for the game engine and its mods. Scripts can intercept network messages, log events, commands, client commands, set cvars, modify entities, and more. AMX Mod X also has a system for extending native scripting through modules, leading to outside support for things like MySQL and Sockets.

General

Development